/************************************* indexBanner *************************************/

.indexBanner {
    position: relative;
    text-align: center;
    height: 568px;
    background-color: #000;
    color: #fff;
}

.indexBanner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    background-image: url(../img/indexBanner/1.jpg);*/
    background-size: cover;
    background-position: center center;

    animation-timing-function: linear;
}

.indexBanner .black {
    position: absolute;
    background-color: #000;
    opacity: 45%;
    width: 100%;
    height: 100%;
}

.indexBanner .textArea {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 100px;
}

.indexBanner .textArea h2 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;

}

.indexBanner .textArea p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    display: none;
}

.indexBanner .textArea h1.kg {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 50px;
    display: none;
}

.indexBanner .textArea h1.kg span {
    font-size: 16px;

}

.indexBanner .indexBannerFooterD {
    display: none;
}

.indexBanner .indexBannerFooter {
    display: inherit;
    border-top: 1px solid #0870E5;
    height: 36px;
    line-height: 35px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.indexBanner .indexBannerFooter .left {
    float: left;
    text-align: center;
    width: 50%;
    height: 35px;
    border-right: 1px solid #0870E5;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.indexBanner .indexBannerFooter .left p {
    margin-bottom: 0px;
}

.indexBanner .indexBannerFooter .left p:after {
    position: relative;
    content: url(../img/downArrow.svg);
    margin-left: 7px;
    top: 2px;
}

.indexBanner .indexBannerFooter .right {
    float: right;
    width: 50%;
    text-align: center;
    height: 35px;
}

.indexBanner .indexBannerFooter .right img {
    text-align: center;
}




/************************************* indexSection1 *************************************/


.indexSection1 {
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #fff;
}


.indexSection1 .issues a .oneIssue {
    padding-top: 30px;
}


.indexSection1 .issues a .oneIssue .moreBtn {
    display: none;
}

.indexSection1 .issues a:hover .oneIssue .icon {
    opacity: 0.5;
}

.indexSection1 .issues a .oneIssue .title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #0870E5;
    margin-top: 8px;
}

.indexSection1 .issues a .oneIssue p {
    margin-bottom: 0px;
    color: #3f3f3f;
}

.indexSection1 .issues a .oneIssue .blueLine {
    display: inherit;
    padding-top: 30px;
    border-bottom: 1px solid #0870E5;
}



/************************************* indexSection2 *************************************/


.indexSection2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F2F2F2;
}


.indexSection2 #indexSection2Carousel .textArea {
    text-align: left;
    padding: 15px;
    padding-bottom: 60px;
}




.indexSection2 #indexSection2Carousel .carousel-indicators {
    margin-bottom: 15px;
}

.indexSection2 #indexSection2Carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: none;

}

.indexSection2 #indexSection2Carousel .carousel-indicators .active {
    background-color: #0870E5;
}




/************************************* indexSection3 *************************************/


.indexSection3 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}


.indexSection3 .tags .oneTag {
    font-weight: bold;
    color: #0870E5;
    border: 1px solid #0870E5;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 999px;
    margin-bottom: 10px;
    cursor: pointer;
}

.indexSection3 .tags .oneTag:hover,
.indexSection3 .tags .oneTag.focus {
    background-color: #0870E5;
    color: #fff;
}




.indexSection3 .mapArea {

    position: relative;
    width: 404px;
    height: 635px;

    margin: 0 auto;
    /*    border:1px solid red;*/

    transform: scale(0.7);
    transform-origin: top left;

    height: 470px;

    /*這個做法會讓手機版本左右無法居中，可能要偵測螢幕來剪，不然挺錯亂的*/
    /*或者是應該是要先做小的，大的時候，在另外寫code把它撐開*/
    /*不過很可能搞來搞去，還是寫兩份最簡單*/


}

.indexSection3 .mapArea .locations {}

.indexSection3 .mapArea .locations .oneLocation {
    /*    border: 1px solid #000;*/
    position: absolute;
    z-index: 100;
    display: inline-block;
    top: 0px;
    left: 0px;
    cursor: pointer;
}



.indexSection3 .mapArea .locations .oneLocation .normal {
    position: relative;
    display: inherit;
    width: 44px;
    height: 50px;
    background-image: url(../img/indexSection3/small.png);
    background-size: cover;
}

.indexSection3 .mapArea .locations .oneLocation .hover {
    position: relative;
    display: none;
    width: 103px;
    height: 117px;
    background-image: url(../img/indexSection3/large.png);
    background-size: cover;

    top: -67px;
    left: -30px;
}

.indexSection3 .mapArea .locations .oneLocation .hover .portrait {
    width: 93px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 999px;
}


.indexSection3 .mapArea .locations .oneLocation.l1 {
    left: -10px;
    top: 313px;
}

.indexSection3 .mapArea .locations .oneLocation.l2 {
    left: 265px;
    top: 69px;
}

.indexSection3 .mapArea .locations .oneLocation.l3 {
    left: 234px;
    top: 102px;
}

.indexSection3 .mapArea .locations .oneLocation.l4 {
    left: 271px;
    top: 128px;
}

.indexSection3 .mapArea .locations .oneLocation.l5 {
    left: 320px;
    top: 100px;
}

.indexSection3 .mapArea .locations .oneLocation.l6 {
    left: 140px;
    top: 280px;
}

.indexSection3 .mapArea .locations .oneLocation.l7 {
    left: 115px;
    top: 306px;
}

.indexSection3 .mapArea .locations .oneLocation.l8 {
    left: 147px;
    top: 376px;
}

.indexSection3 .mapArea .locations .oneLocation.l9 {
    left: 94px;
    top: 410px;
}

.indexSection3 .mapArea .locations .oneLocation.l10 {
    left: 128px;
    top: 466px;
}

.indexSection3 .mapArea .locations .oneLocation.l11 {
    left: 185px;
    top: 515px;
}

.indexSection3 .mapArea .locations .oneLocation.l12 {
    left: 242px;
    top: 391px;
}

.indexSection3 .mapArea .locations .oneLocation.l13 {
    left: 274px;
    top: 321px;
}

.indexSection3 .mapArea .locations .oneLocation.l14 {
    left: 291px;
    top: 265px;
}



.indexSection3 .hitAndSee {
    display: inline-block;
    background-image: url(../img/indexSection3/small.png);
    background-repeat: no-repeat;
    background-size: 23px 25px;
    padding-left: 30px;
}



/************************************* indexSection4 *************************************/

.indexSection4 .imgArea {
    background-image: url(../img/indexSection4/pic.jpg);
    background-size: cover;
    background-position: center center;
    height: 116px;
    width: 100%;
}

/************************************* indexSection5 *************************************/

.indexSection5 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.calender {
    /*    border: 1px solid red;*/
}

.calender h6 {
    font-weight: bold;
}

.calender h6 span {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-right: 7px;
}

.calender .nowMonth {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}


.calender .leftMonth,
.calender .rightMonth {
    cursor: pointer;
    display: inline-block;
}

.calender .leftMonthD,
.calender .rightMonthD {
    display: none;
}

.calender .leftMonth {
    margin-right: 5px;
}

.calender .leftMonth:hover,
.calender .rightMonth:hover {
    opacity: 0.6;
}

.calender .table {
    margin-top: 15px;
    text-align: left;
    table-layout: fixed;
    border-bottom: 2px solid #3F3F3F;
    border-top: 2px solid #3F3F3F;

}

.calender .table .oneDay {
    font-size: 12px;
    line-height: 1.3;
    min-height: 80px;
}

.calender .table tr th {
    padding: 10px 0px;
}

.calender .table .oneDay .day {
    margin-bottom: 5px;
    color: #3F3F3F;
}

.calender .table .oneDay .grey {
    color: #3F3F3F;
    opacity: 0.3;
}

.calender .table .oneDay .day.blue {
    color: #0870E5;
}

.calender .table .oneDay .oneEvent,
.calender .oneEventOuterTable {
    cursor: pointer;
    background-color: #0870E5;
    color: #fff;
    padding: 0px 3px;
    margin-bottom: 5px;
    border-radius: 5px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.calender .table .oneDay .oneEvent.green,
.calender .oneEventOuterTable.green {
    background-color: #3C9584;
}

.calender .table .oneDay .oneEvent:hover {
    opacity: 0.7;
}

.calender .table a .more {
    color: #808080;
}

.calender .table a:hover .more {
    opacity: 0.7;
}



.calender .oneEventOuterTable {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    padding: 0px 10px;
}





#calenderOneDayOneEvent .myBtn {
    margin: 0px 5px;
}

#calenderOneDayOneEvent .myBtn.greenBg {
    background-color: #3C9584;
}

#calenderOneDayOneEvent .myBtn.plus:after {
    content: url(../img/plus.svg);
    margin-top: 3px;
}



/************************************* indexSection6 *************************************/


.indexSection6 {
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #F2F2F2;
}



.indexSection6 .titleSet {
    font-weight: 500;
    margin-bottom: 15px;
}

.indexSection6 .titleSet .en {
    font-size: 16px;
    line-height: 30px;
    font-family: 'roboto', sans-serif;
    margin-bottom: 0px;
}

.indexSection6 .titleSet .tw {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
}

.indexSection6 .underTitle {
    text-align: left;
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 15px;
}




.indexSection6 .threeCharts {
    margin-bottom: 15px;
    margin-top: 15px;
}


.indexSection6 .threeCharts .onePieChart {
    /*    border: 1px solid red;*/
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}


.indexSection6 .threeCharts .onePieChart .circular-chart {
    /*    border: 1px solid red;*/
    display: block;
}

.indexSection6 .threeCharts .onePieChart .circular-chart .circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.indexSection6 .onePieChart .circular-chart .circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: butt;

}

.indexSection6 .threeCharts .circleAnimation {
    animation: progress 2s ease-out forwards;
}



@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.indexSection6 .circular-chart .circle {
    stroke: #0870E5;
}



.indexSection6 .threeCharts .onePieChart .textArea {
    text-align: center;
    width: 100%;
    height: 160px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50%;
    margin-left: -50%;
}

.indexSection6 .threeCharts .onePieChart .textArea .illu {
    margin-bottom: 5px;
}

.indexSection6 .threeCharts .onePieChart .textArea h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
/*    font-size: 55px;*/
    font-size: 43px;
    margin-bottom: 3px;
}

.indexSection6 .threeCharts .onePieChart .textArea h2 span {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 16px;
    padding-left: 3px;
}

.indexSection6 .threeCharts .onePieChart .description {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;

}


/************************************* indexOneStory *************************************/
#indexOneStory .modal-content .modal-body {
    padding: 20px;
}

#indexOneStory .indexOneStoryUnderTitleSet2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

#indexOneStory .indexOneStoryUnderTitleSet2:before {
    content: url(../img/indexOneStoryModal/indexOneStoryModalIcon.svg);
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: -3px;

}


#indexOneStory .illu {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: none;
}


#indexOneStory .pageControll {

    margin: 0 auto;
    text-align: center;
    width: 200px;
    margin-top: 20px;
}

#indexOneStory .pageControll .left,
#indexOneStory .pageControll .right,
#indexOneStory .pageControll p {
    display: inline-block;
}

#indexOneStory .pageControll .left {
    margin-right: 8px;
    margin-top: -2px;
    cursor: pointer;
}

#indexOneStory .pageControll .left:hover,
#indexOneStory .pageControll .right:hover {
    opacity: 0.7;
}

#indexOneStory .pageControll .right {
    margin-left: 8px;
    margin-top: -2px;
    cursor: pointer;
}

#indexOneStory .pageControll p {
    color: #3F3F3F;
}
