/*************************************  banner *************************************/

.banner {
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
}
.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
     cursor: pointer;
    position: absolute;
    width: 41px;
    height: 100%;
    top: 0%;
    background-size: 11px 62px;
    background-position: center calc(50% + 31px);
    z-index: 10;
    background-repeat: no-repeat;
}
.banner .bigLeftArrowWhite {
    left: 0px;
    background-image: url(../img/icons/bigLeftArrowWhiteM.svg);
}
.banner .bigRightArrowWhite {
    right: 0px;
    background-image: url(../img/icons/bigRightArrowWhiteM.svg);
}
.banner .bigLeftArrowWhite:hover,
.banner .bigRightArrowWhite:hover {
    opacity: 0.7;
}
.banner div img {
    width: 100%;
}

/*************************************  blueArea *************************************/

.blueArea {
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    background-color: #004E75;
    margin-top: -45px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}

.blueArea .blueAreaSlick a div p {
    color: #fff !important;
}

.blueArea p {
    margin-bottom: 0px;
}


/*************************************  articles *************************************/
.articles {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}


.articles .oneArticle {
    color: black;
    background-color: #FAF8F5;
    margin-bottom: 15px;
}

.articles .oneArticle a .imgArea {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.articles .oneArticle a .imgArea .vip {
    width: 49px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}

.articles .oneArticle a:hover .imgArea {
    opacity: 0.7;
}

.articles .oneArticle .textArea {
    padding: 15px;
}



.articles .oneArticle a .flag {
    display: inherit;
    position: absolute;
    right: 25px;
    top: -1px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.articles .oneArticle a:hover .flag {
    opacity: 0.7;
}

.articles .oneArticle a .flagD {
    display: none;
}

.articles .oneArticle a .tag {
    font-size: 14px;
    color: #0093AE;
    margin-bottom: 0px;
}

.articles .oneArticle a:hover .tag {
    opacity: 0.7;
}

.articles .oneArticle a h5 {
    color: black;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.articles .oneArticle a:hover h5 {
    opacity: 0.7;
}



.articles .oneArticle .date {
    color: #727272;
    margin-bottom: 0px;
    font-size: 14px;
}


/*************************************  classroom *************************************/



.classroom {
    text-align: left;
    background-color: #5DC2D0;
    color: #fff;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}

.classroom .oneClassSlick {
    margin-bottom: 30px;
    word-break: break-all;
}


.classroom .oneClass {
    z-index: 10;
    position: relative;
}

.classroom .oneClass h5 {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.classroom .oneClass .oneInfo {
    border-left: 1px solid white;
    padding-left: 15px;
}

.classroom .oneClass .myBtn,
.classroom .oneClass a .myBtn {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
}

.classroom .oneClass .myBtn:hover,
.classroom .oneClass a:hover .myBtn {
    opacity: 1;
    background-color: #FFF096;
    color: #727272;
}


.classroom .slick-dots {
    text-align: left;
    max-width: 200px;

}

/*************************************  classList *************************************/


.classList {
    background-color: #FAF8F5;
    text-align: left;
    padding: 15px;
}

.classList .classListName {
    display: none;
}

.classList .oneList {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
    word-break: break-all;
}


.classList .oneList .myDate {
    line-height: 1.3;
}

.classList .oneList .myTitle {

    word-break: break-all;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    padding-right: 15px;
}



.classList .oneList:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.classList .oneList a .classListArrow {
    width: 64px;
    height: 39px;
    background-image: url(../img/icons/classList.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    float: right;
}

.classList .oneList a:hover .classListArrow {
    background-image: url(../img/icons/classListYellow.svg);
}

/*************************************  ipo *************************************/
.ipo{
    overflow-x: hidden;
}
.ipo .ipoBanner {
    position: relative;
/*
    background-position: center center;
    height: 375px;
    background-size: cover;
    overflow-x: hidden;
*/
}

.ipo .ipoBanner h2 {
    position: absolute;
    text-align: left;
    color: black;
    left:15px;
    top:15px;
/*
    padding-top: 15px;
    padding-left: 15px;
*/
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .7));
}



.ipo .ipoTextArea {
    padding: 30px 15px;
    padding-bottom: 0px;
    text-align: left;
    background-color: #5DC2D0;
    color: #fff;
    
}

.ipo .ipoTextArea h6 {
    margin-bottom: 15px;
}

.ipo .ipoTextArea a .myBtn {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);

}

.ipo .ipoTextArea a .myBtn.focus,
.ipo .ipoTextArea a:hover .myBtn {
    background-color: #FFF096;
    color: #727272;
    opacity: 1;
}

.ipo .ipoTextArea a:hover {
    opacity: 1;
}

.ipo .ipoTextArea .myBtn.moreBtn{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    
}




/*************************************  lastNews *************************************/

.lastNews {
    background-color: #fff;
    padding: 15px;
    padding-top: 30px;
    overflow-x: hidden;
}

.lastNews .lastNewsSlickContainer {
    position: relative;
    margin-top: 0;
}

@media (min-width: 576px) {
  .lastNews .lastNewsSlickContainer {
    margin-top: 80px;
  }
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a .oneNew {
    padding: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    background-color: #FAF8F5;
    /*    min-height: 300px;*/
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a:hover .oneNew {
    opacity: 0.6;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a .oneNew .tag {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #727272;
    margin-bottom: 10px;
    color: #000;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a .oneNew .mainTextContainer {
    min-height: 80px;
    color: #000;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a .oneNew .mainTextContainer .mainText {
    line-height: 1.5;
    /*
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
*/
    height: 87px;
    overflow: hidden;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick a .oneNew .date {
    margin-bottom: 0px;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick .slick-dots li.slick-active button:before {
    color: #0093AE !important;
}

.lastNews .lastNewsSlickContainer .lastNewsSlick .slick-dots li button:before {
    color: #727272 !important;
}



/*************************************  locationStore *************************************/

.locationStore {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.locationStore .locationStoreSlick div {
/*
    min-height: 375px;
    background-position: center center;
    background-size: cover;
*/
    position: relative;
}

.locationStore .locationStoreSlick div .p18 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    width: 300px;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    z-index: 10;
    color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.locationStore .leftArrowForLocationStoreSlick,
.locationStore .rightArrowForLocationStoreSlick {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    width: 11px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    /*    border:1px solid red;*/
}

.locationStore .leftArrowForLocationStoreSlick {
    background-image: url(../img/icons/bigLeftArrowWhiteM.svg);
}

.locationStore .rightArrowForLocationStoreSlick {
    background-image: url(../img/icons/bigRightArrowWhiteM.svg);
}



.locationStore .leftArrowForLocationStoreSlick {
    left: 15px;
}

.locationStore .rightArrowForLocationStoreSlick {
    right: 15px;
}

.locationStore .leftArrowForLocationStoreSlick:hover,
.locationStore .rightArrowForLocationStoreSlick:hover {
    opacity: 0.7;
}


.locationStore .locationStoreSlick .slick-dots {
    margin-bottom: 40px;
}

.locationStore .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/*************************************  taiwanStores map *************************************/

.taiwanStores {
    background-color: #FAF8F5;
    padding: 30px 15px;
}

.map {
    position: relative;
    width: 280px;
    height: 529px;
    margin: 0 auto;
    background-image: url(../img/index/taiwan.png?v=20250121);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 30px;
}

.map .islands {
    position: absolute;
    left: -107px;
    top: 242px;
}



.map .dot {
    width: 44px;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../img/index/p1.png);
    background-position: center bottom;
    position: absolute;
}

.map .dot.p1 {
    left: 194px;
    top: 17px;
}

.map .dot.p2 {
    left: 172px;
    top: -4px;
}

.map .dot.p3 {
    left: 140px;
    top: 31px;
}

.map .dot.p4 {
    left: 61px;
    top: 137px;
}

.map .dot.p5 {
    left: 29px;
    top: 172px;
}

.map .dot.p6 {
    left: 38px;
    top: 242px;
}

.map .dot:hover,
.map .dot.focus {
    width: 44px;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../img/index/pHover.png);
    background-position: center bottom;
}

.taiwanStores .textArea h2 {
    margin-bottom: 15px;
}

.taiwanStores .textArea .location a .myTitle {
    display: none;
    color: #727272;
    background-color: #FFE762;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 99px;
    font-size: 15px;
}

.taiwanStores .textArea .location a:hover .myTitle {
    opacity: 1;
    color: #fff;
    background-color: #0093AE;
}
