.anchorList li:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.anchorList li:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.test {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 200px) and (max-width: 1920px) {
    .test {
        background-color: blue;
    }
}

.popWin {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
    text-align: left;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: #fff; */
    border-radius: 50%;
}
.popWin .close::before,
.popWin .close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480;
    /* border-radius:  50%; */
}
.popWin .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
    opacity: 1;
}
.popWin .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1180px) {
    .popWin .close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}

.outerWrap {
    overflow: hidden;
    -webkit-transition: all 1s 1s;
    -o-transition: all 1s 1s;
    transition: all 1s 1s;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.outerWrap.active {
    opacity: 1;
}

.outerWrap {
    overflow: hidden;
}

.bannerArea {
    position: relative;
}
.bannerArea:before {
    content: "";
    position: absolute;
    top: 37%;
    right: 0;
    width: 700px;
    height: 1160px;
    /*background-image: url(../images/peo.png);*/
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
@media (max-width: 1800px) {
    .bannerArea:before {
        right: -100px;
    }
}
@media (max-width: 1600px) {
    .bannerArea:before {
        right: -200px;
    }
}
@media (max-width: 1480px) {
    .bannerArea:before {
        right: -300px;
    }
}
@media (max-width: 1280px) {
    .bannerArea:before {
        display: none;
    }
}
.bannerArea .wrap {
    position: relative;
}
.bannerArea .scrollDown {
    position: absolute;
    top: 69%;
    left: 70px;
    width: 40px;
    line-height: 40px;
    height: 100px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1180px) {
    .bannerArea .scrollDown {
        display: none;
    }
}
.bannerArea .scrollDown:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 280px;
    background-color: #fff;
}
.bannerArea .bannerDotsBox {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannerArea .bannerDotsBox .slick-active button {
    color: #fff;
}
.bannerArea .bannerDotsBox button {
    width: 40px;
    height: 45px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(198, 198, 198, 0.7);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#banner {
    margin-bottom: 0;
}
@media (max-width: 1180px) {
    #banner .Img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
#banner img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1180px) {
    #banner img {
        width: 100%;
        height: 100%;
    }
}
#banner .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1181px) {
    #banner .Txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1180px) {
    #banner .Txt {
        position: relative;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
#banner .bannerExp {
    max-width: 960px;
    font-size: 152px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    white-space: pre-wrap;
    padding-bottom: 50px;
}
@media (min-width: 1181px) {
    #banner .bannerExp {
        margin-top: -80px;
    }
}
@media (max-width: 1380px) {
    #banner .bannerExp {
        font-size: 80px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        padding-bottom: 40px;
    }
}
@media (max-width: 640px) {
    #banner .bannerExp {
        font-size: 36px;
        padding-bottom: 20px;
    }
}
#banner .bannerExp .bold {
    font-weight: 600;
}
#banner .bannerTitle {
    position: relative;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
@media (max-width: 640px) {
    #banner .bannerTitle {
        font-size: 20px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}
#banner .bannerTitle:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-left: -20px;
}
#banner .moreBtn {
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #fff;
    color: #fff;
}
#banner .moreBtn:hover {
    padding-right: 60px;
}

.roomArea {
    position: relative;
    background-image: url(../images/bg1-2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 1180px) {
    .roomArea {
        padding-top: 0;
        padding-bottom: 40px;
    }
}
@media (max-width: 640px) {
    .roomArea {
        padding-bottom: 20px;
    }
}
.roomArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 300px;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none;
    mix-blend-mode: multiply;
}
@media (max-width: 640px) {
    .roomArea:before {
        top: -40px;
    }
}
.roomArea:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 350px;
    height: 420px;
    background-image: url(../images/bg1-4.png);
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    margin-top: -355px;
}
@media screen and (min-width: 0\0) {
    .roomArea:after {
        z-index: -1;
    }
}
@media (max-width: 1280px) {
    .roomArea:after {
        top: 35%;
    }
}
@media (max-width: 640px) {
    .roomArea:after {
        display: none;
    }
}
.roomArea .wrap {
    position: relative;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
}
.roomArea .wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 340px;
    height: 360px;
    background-image: url(../images/bg1-3.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -190px;
    margin-top: -180px;
}
@media (max-width: 640px) {
    .roomArea .wrap:before {
        display: none;
    }
}
.roomArea .titleBox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 50px;
}
@media (max-width: 1180px) {
    .roomArea .titleBox {
        padding-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .roomArea .titleBox {
        padding-bottom: 10px;
    }
}
.roomArea .titleBox .en {
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    letter-spacing: 0;
    line-height: 80px;
    color: #4a4a4a;
    padding-bottom: 30px;
}
@media (max-width: 1180px) {
    .roomArea .titleBox .en {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .roomArea .titleBox .en {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
.roomArea .titleBox .en span {
    font-weight: 600;
    color: #005490;
}
@media (min-width: 1181px) {
    .roomArea .titleBox .en span {
        display: block;
    }
}
@media (max-width: 1180px) {
    .roomArea .titleBox .en span {
        margin-right: 10px;
    }
}
.roomArea .titleBox .tw {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #4a4a4a;
}
@media (max-width: 640px) {
    .roomArea .titleBox .tw {
        font-size: 20px;
    }
}

.roomList {
    position: relative;
}
@media (max-width: 1180px) {
    .roomList {
        z-index: 1;
    }
}
.roomList li {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
@media (max-width: 1180px) {
    .roomList li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.roomList .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
@media (max-width: 1180px) {
    .roomList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 680px;
        border: solid 2px #005490;
        margin-left: auto;
        margin-right: auto;
    }
}
.roomList .Img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1181px) {
    .roomList img {
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    }
}
@media (max-width: 1180px) {
    .roomList img {
        width: 100%;
    }
}
.roomList .numBox {
    position: absolute;
    left: 0;
    bottom: calc(100% + 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
.roomList .numBox .currentNum {
    color: #005490;
}
.roomList .numBox .totalNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b2b2b2;
}
.roomList .numBox .totalNum:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #b2b2b2;
    margin-left: 10px;
    margin-right: 10px;
}
.roomList .Txt {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (min-width: 1181px) {
    .roomList .Txt {
        max-width: 420px;
        margin-left: 50px;
    }
}
@media (max-width: 1180px) {
    .roomList .Txt {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
}
@media (max-width: 640px) {
    .roomList .Txt {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}
.roomList .Txt:before {
    content: "";
    position: absolute;
    height: 100%;
    border: solid 2px #005490;
    z-index: -1;
}
@media (min-width: 1181px) {
    .roomList .Txt:before {
        top: 50%;
        left: 50%;
        width: 510px;
        -webkit-transform: translate(calc(-50% - 105px), -50%);
        -ms-transform: translate(calc(-50% - 105px), -50%);
        transform: translate(calc(-50% - 105px), -50%);
    }
}
@media (max-width: 1180px) {
    .roomList .Txt:before {
        display: none;
    }
}
@media (min-width: 1181px) {
    .roomList .Txt:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: calc(70% + 30px);
        background-color: #fff;
        -webkit-transform: translateY(calc(-50% - 20px));
        -ms-transform: translateY(calc(-50% - 20px));
        transform: translateY(calc(-50% - 20px));
        z-index: -1;
    }
}
@media (min-width: 1181px) {
    .roomList .titleBox {
        margin-top: -76px;
    }
}
.roomList .title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #005490;
    padding-left: 25px;
}
.roomList .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #005490;
}
.roomList .ellipsis {
    width: 420px;
    height: 75px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    margin-top: 14px;
}
.roomList .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #005490;
    padding-top: 10px;
    padding-bottom: 20px;
}
.roomList .price:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #005490;
    margin-right: 15px;
}
.roomList .price span {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding-right: 5px;
}
.roomList .moreBtn {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 184px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border: solid 2px #005490;
    color: #005490;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -25px;
}
@media (max-width: 1180px) {
    .roomList .moreBtn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.roomList .moreBtn:hover {
    background-color: #005490;
    border-color: #005490;
    color: #fff;
    padding-right: 60px;
}

.roomArrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 1181px) {
    .roomArrows {
        top: calc(100% - 165px);
        left: calc(720px - 145px);
    }
}
@media (max-width: 1180px) {
    .roomArrows {
        bottom: 17px;
        right: calc((100% - 680px) / 2);
        z-index: 1;
    }
}
@media (max-width: 740px) {
    .roomArrows {
        right: 20px;
    }
}
@media (max-width: 480px) {
    .roomArrows {
        display: none !important;
    }
}
.roomArrows > div {
    font-family: "Poppins", sans-serif;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 16px;
    letter-spacing: 0.02em;
    background-color: #000000;
    text-align: center;
    line-height: 70px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
@media (max-width: 1180px) {
    .roomArrows > div {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
.roomArrows > div:hover {
    background-color: #005490;
}
.roomArrows .nextArrow {
    margin-left: 5px;
}

.aboutArea {
    min-height: 954px;
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 110px;
}
.aboutArea .titleBox {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 70px;
}
.aboutArea .titleBox:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 50px;
    background-color: #fff;
}
.aboutArea .titleBox .en {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    padding-bottom: 25px;
}
@media (max-width: 1180px) {
    .aboutArea .titleBox .en {
        font-size: 60px;
        line-height: 1;
    }
}
@media (max-width: 640px) {
    .aboutArea .titleBox .en {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
.aboutArea .titleBox .en span {
    display: block;
    font-weight: 600;
}
.aboutArea .titleBox .tw {
    font-size: 25px;
    letter-spacing: 0.06em;
    color: #fff;
}
@media (max-width: 640px) {
    .aboutArea .titleBox .tw {
        font-size: 20px;
    }
}
.aboutArea .Txt {
    max-width: 590px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.aboutArea .moreBtn {
    display: block;
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #fff;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.aboutArea .moreBtn:hover {
    border-color: #fff;
    color: #fff;
    padding-right: 60px;
}

.divingArea {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 120px;
}
@media (max-width: 1180px) {
    .divingArea {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
.divingArea:before {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 930px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
    z-index: -1;
}
.divingArea .wrap {
    position: relative;
}
.divingArea .topBox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 1180px) {
    .divingArea .topBox {
        margin-bottom: 60px;
    }
}
@media (max-width: 640px) {
    .divingArea .topBox {
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .divingArea .topBox {
        padding-left: 0;
        padding-right: 0;
    }
}
.divingArea .topBox .titleBox {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.divingArea .topBox .infoBox {
    max-width: 710px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.divingArea .titleBox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    padding-bottom: 15px;
}
.divingArea .titleBox .en {
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    letter-spacing: 0;
    line-height: 80px;
    color: #4a4a4a;
    padding-bottom: 30px;
}
@media (max-width: 1180px) {
    .divingArea .titleBox .en {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .divingArea .titleBox .en {
        font-size: 32px;
        padding-bottom: 10px;
    }
    .divingArea .topBox .infoBox {
    max-width: 280px;
  }
}
.divingArea .titleBox .en span {
    font-weight: 600;
    color: #005490;
    padding-left: 15px;
}
.divingArea .titleBox .tw {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #4a4a4a;
}
@media (max-width: 640px) {
    .divingArea .titleBox .tw {
        font-size: 20px;
    }
}
.divingArea .prevArrow,
.divingArea .nextArrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    background-color: #000000;
    text-align: center;
    line-height: 70px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
@media (max-width: 1180px) {
    .divingArea .prevArrow,
    .divingArea .nextArrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 380px) {
    .divingArea .prevArrow,
    .divingArea .nextArrow {
        display: none !important;
    }
}
.divingArea .prevArrow:hover,
.divingArea .nextArrow:hover {
    background-color: #005490;
}
.divingArea .prevArrow {
    left: 0;
}
.divingArea .nextArrow {
    right: 0;
}
.divingArea .line {
    position: absolute;
    left: 560px;
    bottom: 92px;
    width: 290px;
    height: 3px;
    background-color: #cfcfcf;
}
@media (max-width: 1180px) {
    .divingArea .line {
        display: none;
    }
}
.divingArea .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 3px;
    background-color: #005490;
}
.divingArea .moreBtn {
    display: block;
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #005490;
    color: #005490;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1181px) {
    .divingArea .moreBtn {
        position: absolute;
        left: 950px;
        bottom: 70px;
    }
}
@media (max-width: 1180px) {
    .divingArea .moreBtn {
        margin-left: auto;
        margin-right: auto;
    }
}
.divingArea .moreBtn:hover {
    background-color: #005490;
    color: #fff;
    padding-right: 60px;
}
.divingList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .divingList li {
    width: 33.33%;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 40px; }
    @media (min-width: 641px) {
      .divingList li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 1024px) {
      .divingList li {
        width: 50%; } }
    @media (max-width: 640px) {
      .divingList li {
        width: 100%;
        /*padding-left: 5px;
        padding-right: 5px;*/
    }
}
    .divingList li:hover .Img:after {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .divingList li:hover .Txt {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .divingList li:hover .ellipsis {
      opacity: 1; }
  .divingList .item {
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .divingList .Img {
    position: relative; }
    .divingList .Img:before {
      content: attr(data-num);
      position: absolute;
      right: 10px;
      font-family: "Oswald", sans-serif;
      bottom: -8px;
      font-size: 80px;
      line-height: 1;
      font-weight: 600;
      font-style: italic;
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      color: #FFF;
      opacity: 0.3; }
    .divingList .Img:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 120px;
      height: 120px;
      background-image: url(../images/icon.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      pointer-events: none;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
      margin-top: -60px;
      margin-left: -60px; }
  .divingList img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 20px;
     }
  .divingList .Txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    pointer-events: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media (max-width: 640px) {
      .divingList .Txt {
        width: 100%; } }
    .divingList .Txt h3 {
      position: relative; }
      .divingList .Txt h3:before {
        content: '';
        position: absolute;
        left: 0;
        top: -15px;
        width: 20px;
        height: 2px;
        background-color: #FFF; }
    .divingList .Txt .title {
      position: relative;
      display: block;
      max-width: 240px;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.06em;
      color: #FFF;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .divingList .Txt .ellipsis {
      height: 75px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.06em;
      line-height: 25px;
      color: #FFF;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-top: 10px; }




.divingArea .moreBtn {
    display: block;
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #005490;
    color: #005490;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1181px) {
    .divingArea .moreBtn {
        position: absolute;
        left: 45%;
        bottom: -50px;
    }
}
@media (max-width: 1180px) {
    .divingArea .moreBtn {
        margin-left: auto;
        margin-right: auto;
    }
}
.divingArea .moreBtn:hover {
    background-color: #005490;
    color: #fff;
    padding-right: 60px;
}



.newsArea {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 1180px) {
    .newsArea {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }
}
.newsArea:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -105px;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 360px;
    z-index: 1;
}
.newsArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
}
@media (max-width: 1180px) {
    .newsArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 530px;
        border: solid 2px #005490;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1181px) {
    .newsArea .wrap > .leftBox,
    .newsArea .wrap > .rightBox {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.newsArea .wrap > .leftBox {
    position: relative;
    width: 50%;
}
@media (max-width: 1180px) {
    .newsArea .wrap > .leftBox {
        width: 100%;
        max-width: 530px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
}
@media (max-width: 640px) {
    .newsArea .wrap > .leftBox {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}
.newsArea .wrap > .leftBox:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 2px #005490;
    pointer-events: none;
    z-index: -1;
}
@media (min-width: 1181px) {
    .newsArea .wrap > .leftBox:before {
        left: 150px;
    }
}
@media (max-width: 1180px) {
    .newsArea .wrap > .leftBox:before {
        display: none;
    }
}
.newsArea .wrap > .leftBox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fff;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
@media (max-width: 1180px) {
    .newsArea .wrap > .leftBox:after {
        display: none;
    }
}
@media (min-width: 1181px) {
    .newsArea .wrap > .rightBox .Img {
        -webkit-transform: translate(60px, 20px);
        -ms-transform: translate(60px, 20px);
        transform: translate(60px, 20px);
    }
}
.newsArea .wrap > .rightBox img {
    display: block;
}
@media (max-width: 640px) {
    .newsArea .wrap > .rightBox img {
        width: 100%;
    }
}
.newsArea .rightBox {
    position: relative;
}
.newsArea .rightBox:before {
    content: "";
    position: absolute;
    top: -120px;
    left: -210px;
    width: 340px;
    height: 360px;
    background-image: url(../images/bg1-3.png);
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}
@media (max-width: 1180px) {
    .newsArea .rightBox:before {
        z-index: -1;
    }
    .newsArea .rightBox {
    display: none;
  }
}
@media (max-width: 640px) {
    .newsArea .rightBox:before {
        display: none;
    }
}
.newsArea .titleBox {
    position: relative;
    max-width: 560px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: auto;
    padding-bottom: 31px;
}
@media (max-width: 640px) {
    .newsArea .titleBox {
        padding-bottom: 10px;
    }
}
.newsArea .titleBox .en {
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    letter-spacing: 0;
    line-height: 80px;
    color: #4a4a4a;
    padding-bottom: 30px;
}
@media (max-width: 1180px) {
    .newsArea .titleBox .en {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .newsArea .titleBox .en {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
.newsArea .titleBox .en span {
    font-weight: 600;
    color: #005490;
    padding-left: 10px;
}
.newsArea .titleBox .tw {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #4a4a4a;
}
@media (max-width: 640px) {
    .newsArea .titleBox .tw {
        font-size: 20px;
    }
}
.newsArea .outerMoreBtn {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 184px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #005490;
    background-color: #fff;
    color: #005490;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1181px) {
    .newsArea .outerMoreBtn {
        left: 240px;
    }
}
@media (max-width: 1180px) {
    .newsArea .outerMoreBtn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.newsArea .outerMoreBtn:hover {
    background-color: #005490;
    color: #fff;
    padding-right: 60px;
}

.newsList {
    width: 100%;
    max-width: 560px;
    background-color: #fff;
    margin-left: auto;
}
.newsList .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newsList .item:hover .date {
    border-color: #005490;
}
.newsList .item:hover .btn:after {
    width: 130px;
}
@media (max-width: 380px) {
    .newsList .item:hover .btn:after {
        width: 20%;
    }
}
@media (max-width: 640px) {
    .newsList .item {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .newsList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 481px) {
    .newsList .date {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90px;
        min-height: 105px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border: solid 1px #cfcfcf;
        text-align: center;
        margin-right: 25px;
    }
    .newsList .date .top {
        font-size: 40px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.06em;
        color: #005490;
    }
    .newsList .date .bottom {
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: 0.06em;
        color: #5f5f5f;
        text-transform: uppercase;
    }
}
@media (max-width: 480px) {
    .newsList .date {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border-top: solid 1px #cfcfcf;
        border-left: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
        border-bottom: solid 1px #cfcfcf;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .newsList .date .top {
        display: inline-block;
        color: #005490;
        margin-right: 5px;
    }
    .newsList .date .bottom {
        display: inline-block;
        color: #5f5f5f;
    }
}
.newsList .Txt {
    position: relative;
    max-width: 440px;
}
@media (min-width: 481px) {
    .newsList .Txt {
        width: calc(100% - 115px);
    }
}
@media (max-width: 480px) {
    .newsList .Txt {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}
.newsList .title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #005490;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.newsList .ellipsis {
    height: 50px;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #252525;
    line-height: 25px;
    margin-top: 5px;
}
.newsList .btn {
    position: absolute;
    bottom: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.newsList .btn:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    margin-right: 20px;
}
.newsList .btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #005490;
}
.newsList .moreBtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #005490;
    line-height: 20px;
}
.newsList .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featureArea {
    padding-top: 190px;
}
.featureArea .titleBox {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 50px;
}
@media (max-width: 1180px) {
    .featureArea .titleBox {
        padding-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .featureArea .titleBox {
        padding-bottom: 20px;
    }
}
.featureArea .titleBox .en {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    padding-bottom: 25px;
}
.featureArea .titleBox .en span {
    font-weight: 600;
}
@media (max-width: 1180px) {
    .featureArea .titleBox .en {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .featureArea .titleBox .en {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
.featureArea .titleBox .tw {
    font-size: 25px;
    letter-spacing: 0.06em;
    color: #fff;
}
@media (max-width: 640px) {
    .featureArea .titleBox .tw {
        font-size: 20px;
    }
}
.featureArea .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 780px) {
    .featureArea .bottomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 781px) {
    .featureArea .bottomBox > .left {
        width: calc(50% - 10px);
    }
}
@media (max-width: 780px) {
    .featureArea .bottomBox > .left {
        display: none;
    }
}
@media (min-width: 781px) {
    .featureArea .bottomBox > .right {
        width: calc(50% + 10px);
    }
}
@media (max-width: 780px) {
    .featureArea .bottomBox > .right {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}
.featureArea .moreBtn {
    position: relative;
    display: block;
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    border: solid 2px #fff;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.featureArea .moreBtn:hover {
    border-color: #fff;
    color: #fff;
    padding-right: 60px;
}
.featureArea .moreBtn:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.facList .item,
.anotherFacList .item {
    position: relative;
    max-width: 600px;
}
.facList .item:hover .Txt,
.anotherFacList .item:hover .Txt {
    opacity: 1;
}
@media (max-width: 780px) {
    .facList .item,
    .anotherFacList .item {
        margin-left: auto;
        margin-right: auto;
    }
}

.facList img,
.anotherFacList img {
    display: block;
    width: 100%;
}

.facList .Txt,
.anotherFacList .Txt {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.facList .Txt:before,
.anotherFacList .Txt:before {
    content: "";
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.facList .Txt .title,
.anotherFacList .Txt .title {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #202020;
}
@media (max-width: 1180px) {
    .facList .Txt .title,
    .anotherFacList .Txt .title {
        font-size: 16px;
    }
}

@media (min-width: 781px) {
    .facList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .facList {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.facList li {
    width: 50%;
}
@media (max-width: 780px) {
    .facList li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 781px) {
    .facList li:first-child {
        display: none;
    }
}

.facList .item {
    max-width: 320px;
    margin-bottom: 20px;
}
@media (min-width: 781px) {
    .facList .item {
        margin-left: 20px;
    }
}

@media (max-width: 780px) {
    .anotherFacList {
        display: none;
    }
}

.footerArea {
    background-image: url(../images/spot.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.anchorBox {
    position: fixed;
    top: 50%;
    left: -460px;
    z-index: 1001;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1480px) {
    .anchorBox {
        display: none;
    }
}
.anchorBox.active {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.anchorBox.eventNone {
    pointer-events: none;
}
.anchorBox .anchorArrowBox {
    position: absolute;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
}
.anchorBox .anchorArrowBox .prevArrow,
.anchorBox .anchorArrowBox .nextArrow {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    color: #bababa;
}
.anchorBox .prevArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.anchorBox .nextArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.anchorBox .anchorNumberBox {
    text-align: center;
    color: #d6d6d6;
}
.anchorBox .anchorNumberBox .currentNum {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    color: #005490;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.anchorBox .anchorNumberBox .totalNum {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #858585;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.anchorBox .anchorNumberBox span {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.anchorBox.changeColor .anchorNumberBox {
    color: #fff;
}
.anchorBox.changeColor .currentNum {
    color: #fff;
}
.anchorBox.changeColor .totalNum {
    color: #d6d6d6;
}

.anchorList {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.anchorList:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border-radius: 50%;
    border: solid 1px rgba(0, 84, 144, 0.5);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.anchorBox.changeColor .anchorList:before {
    border-color: #fff;
}
.anchorBox.changeColor .anchorList li {
    color: #bbb;
}
.anchorBox.changeColor .anchorList li:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.anchorBox.changeColor .anchorList li:hover,
.anchorBox.changeColor .anchorList li.current {
    color: #fff !important;
}
.anchorBox.changeColor .anchorList li:hover:before,
.anchorBox.changeColor .anchorList li.current:before {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.anchorList li {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 24px;
    color: #7e7e7e;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    margin-top: -25px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.anchorList li:before {
    content: "";
    z-index: 1;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #005490;
    -webkit-box-shadow: 0 0 0 2px #eee;
    box-shadow: 0 0 0 2px #eee;
    margin-right: 20px;
}
.anchorList li:hover,
.anchorList li.current {
    top: 50%;
    left: calc(100% + 36px);
    opacity: 1;
    color: #005490;
}
.anchorList li:hover::before,
.anchorList li.current::before {
    -webkit-box-shadow: 0 0 0 5px #eee;
    box-shadow: 0 0 0 5px #eee;
}
.anchorList li.next {
    top: 65%;
    left: calc(98% + 36px);
    opacity: 1;
}
.anchorList li.next:hover {
    color: #005490;
}
.anchorList li.afterNext {
    top: 80%;
    left: calc(91.5% + 36px);
    opacity: 0;
    pointer-events: none;
}
.anchorList li.last {
    top: 95%;
    left: calc(77.5% + 36px);
    opacity: 0;
    pointer-events: none;
}
.anchorList li.beforePrev {
    top: 20%;
    left: calc(91.5% + 36px);
    opacity: 0;
    pointer-events: none;
}
.anchorList li.prev {
    top: 35%;
    left: calc(98% + 36px);
    opacity: 1;
}
.anchorList li.prev:hover {
    color: #005490;
}
.anchorList li.first {
    top: 5%;
    left: calc(77.25% + 36px);
    opacity: 0;
    pointer-events: none;
}
