/* Slider */
/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("../assets/slick.eot");
    src: url("../assets/slick.eot?#iefix") format("embedded-opentype"), url("../assets/slick.woff") format("woff"), url("../assets/slick.ttf") format("truetype"), url("../assets/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
    /*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
        opacity: 1;
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
    /* background: url(../images/are.png) 8px 0 no-repeat; */
}

.slick-next {
    right: -25px;
    /*    background: url(../images/are.png) -10px 0 no-repeat;*/
}
/* Dots */
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: -39px 0 0 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 11px;
        height: 11px !important;
        margin: 0 10px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
                background: transparent !important;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-size: 6px;
                line-height: 20px;
                display: table;
                position: absolute;
                top: 2px;
                left: 2px;
                width: 7px;
                height: 7px;
                border-radius: 99em;
                background: #fff;
                content: "";
                text-align: center;
                color: #fff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            background: #000;
        }

.topContent .slick-next, .topContent .slick-prev {
    display: none !important;
}

.topContent .slick-dots li {
    width: 20px;
}

.topContent .slick-dots {
    position: relative;
    margin: 29px 0 0 0;
}

.tagContent .slick-dots {
    margin: 0px 0 0 0;
}

    .tagContent .slick-dots li button:before {
        border: none;
    }

.exposeCase .topicContent .slick-dots {
    margin: 0px 0 0 0;
}

    .exposeCase .topicContent .slick-dots li {
        width: 20px;
    }

        .exposeCase .topicContent .slick-dots li button:before {
            border: none;
            background: #959595;
        }

        .exposeCase .topicContent .slick-dots li.slick-active button:before {
            border: none;
            background: #6bad3d;
        }

.learningBox .exposeCase .topicContent li {
    margin: 0px 4px 20px 0;
}

.exposeCase .slick-prev {
    width: 46px;
    height: 108px;
    display: block;
    /* background: url(../images/le_ribtn.jpg) top left no-repeat; */
    left: -46px;
}

.exposeCase .slick-next {
    width: 46px;
    height: 108px;
    display: block;
    /* background: url(../images/ex_ribtn.jpg) top left no-repeat; */
    right: -29px;
}

.navigation .tagContent .slick-dots {
    margin: -13px 0 0 0;
    width: auto;
    text-align: right;
    position: relative;
    bottom: -11px;
}

.eventBox .navigation .tagContent .slick-dots {
    margin: -13px 0 0 0;
    width: auto;
    text-align: right;
    position: relative;
    bottom: -26px;
}

.navigation .slick-dots li button:before {
    background: #959595;
}

.navigation .slick-dots li.slick-active button:before {
    background: #6bad3d;
}

.recentBox .slick-dots {
    display: none !important;
}

.recentBox .slick-list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.banner .slick-prev, .recentBox .slick-prev {
    left: 0px;
    width: 40px;
    height: 93px;
}

.banner .slick-next, .recentBox .slick-next {
    right: 0px;
    width: 40px;
    height: 93px;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.pc_Banner .slick-slide {
    height: 371px;
}

.mo_Banner .slick-slide {
    height: 200px;
}

.indexPage .center-bx {
    text-align: center;
}

.indexPage .imgh2-ti {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .indexPage .imgh2-ti {
        padding-left: 40px;
    }
}

.indexPage .imgh2-ti::before, .indexPage .imgh2-ti::after {
    display: none;
}

.indexPage .imgh2-ti img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
}

@media (max-width: 767px) {
    .indexPage .imgh2-ti img {
        width: 25px;
    }
}

.indexPage .ind-banner {
    position: relative;
}

    .indexPage .ind-banner .ball {
        position: absolute;
        top: -31.5%;
        right: -4%;
    }

@media (max-width: 767px) {
    .indexPage .ind-banner .ball {
        width: 73%;
        top: -29.5%;
        right: -33%;
    }
}

.indexPage .ind-banner .container {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1199px) {
    .indexPage .ind-banner .container {
        max-width: 1600px;
    }
}

.indexPage .ind-banner .banbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .indexPage .ind-banner .banbx {
        display: block;
    }
}

.indexPage .ind-banner .banbx .timg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 4%;
}

@media (max-width: 991px) {
    .indexPage .ind-banner .banbx .timg {
        padding-left: 0;
    }
}

.indexPage .ind-banner .banbx .tx-bx {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 8%;
    margin-left: 12%;
    min-width: 325px;
    width: 400px;
}

@media (max-width: 1199px) {
    .indexPage .ind-banner .banbx .tx-bx {
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .indexPage .ind-banner .banbx .tx-bx {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        margin-top: 14%;
        min-width: 100%;
    }
}

.indexPage .ind-banner .banbx .tx-bx .h1-ti {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .indexPage .ind-banner .banbx .tx-bx .h1-ti {
        margin-bottom: 14px;
    }
}

.indexPage .ind-banner .banbx .tx-bx .ind-bannerdes {
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .indexPage .ind-banner .banbx .tx-bx .ind-bannerdes {
        margin-bottom: 25px;
    }
}

.indexPage .ind-banner .banbx .sh-btn {
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
}

@media (min-width: 768px) {
    .indexPage .ind-banner .banbx .sh-btn:hover {
        color: #004280;
    }

        .indexPage .ind-banner .banbx .sh-btn:hover span .img-bx .unhov {
            opacity: 0;
        }

        .indexPage .ind-banner .banbx .sh-btn:hover span .img-bx .hov {
            opacity: 1;
        }
}

.indexPage .ind-banner .banbx .sh-btn span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .indexPage .ind-banner .banbx .sh-btn span {
        margin-top: 15px;
        padding-left: 35px;
    }
}

.indexPage .ind-banner .banbx .sh-btn span .img-bx {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 22px;
}

    .indexPage .ind-banner .banbx .sh-btn span .img-bx img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .indexPage .ind-banner .banbx .sh-btn span .img-bx .unhov {
        opacity: 1;
    }

    .indexPage .ind-banner .banbx .sh-btn span .img-bx .hov {
        opacity: 0;
    }

.indexPage .ind-banner .bgcover {
    background-size: cover !important;
    padding-bottom: 800px;
}

@media (max-width: 450px) {
    .indexPage .ind-banner .bgcover {
        padding-bottom: 177.8%;
    }
}

.indexPage .spotlightbx {
    padding-top: 42px;
    padding-bottom: 50px;
    position: relative;
}

    .indexPage .spotlightbx #spotlight {
        position: absolute;
        top: -100px;
        pointer-events: none;
    }

@media (max-width: 767px) {
    .indexPage .spotlightbx #spotlight {
        top: -50px;
    }
}

@media (max-width: 767px) {
    .indexPage .spotlightbx {
        padding-top: 0;
        padding-bottom: 45px;
    }
}

.indexPage .spotlightbx::before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/spbg.png) no-repeat center/cover;
    width: 100%;
    height: calc(100% - 148px);
}

@media (max-width: 767px) {
    .indexPage .spotlightbx::before {
        height: calc(100% - 155px);
        background: url(../images/spmbbg.png) no-repeat center/cover;
    }
}

.indexPage .spotlightbx::after {
    position: absolute;
    content: "";
    bottom: -12%;
    right: 6%;
    width: 16.55%;
    height: 22.6%;
    background: url(../images/illust1.png) no-repeat center/contain;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx::after {
        display: none;
    }
}

.indexPage .spotlightbx .imgh2-ti {
    margin-bottom: 63px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx .imgh2-ti {
        margin-bottom: 30px;
    }
}

.indexPage .spotlightbx ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul {
        display: block;
    }
}

.indexPage .spotlightbx ul::before {
    position: absolute;
    content: "";
    left: -290px;
    top: -135px;
    width: 550px;
    height: 528px;
    background: url(../images/css-img/deco1.png) no-repeat center/cover;
    z-index: -5;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .indexPage .spotlightbx ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.indexPage .spotlightbx ul li {
    width: 23.5%;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    border: solid 1px #d5d5d5;
    background: #ffffff;
    padding-top: 30px;
    margin-bottom: 50px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    .indexPage .spotlightbx ul li:not(:nth-child(4n)) {
        margin-right: 2%;
    }

    .indexPage .spotlightbx ul li:hover {
        background: #e3edf3;
    }
}

@media (max-width: 991px) {
    .indexPage .spotlightbx ul li {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li {
        width: 100%;
        border-radius: 5px;
        padding: 20px 20px;
        margin-bottom: 0;
    }

        .indexPage .spotlightbx ul li:not(:last-child) {
            margin-bottom: 15px;
        }
}

.indexPage .spotlightbx ul li a {
    display: block;
    text-decoration: none;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li a {
        padding-left: 35%;
        position: relative;
    }
}

.indexPage .spotlightbx ul li:nth-child(1) .img-bx img {
    width: 141px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(1) .img-bx img {
        width: 90px;
    }
}

.indexPage .spotlightbx ul li:nth-child(2) .img-bx img {
    width: 123px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(2) .img-bx img {
        width: 85px;
    }
}

.indexPage .spotlightbx ul li:nth-child(3) .img-bx img {
    width: 98px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(3) .img-bx img {
        width: 80px;
    }
}

.indexPage .spotlightbx ul li:nth-child(4) .img-bx img {
    width: 101px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(4) .img-bx img {
        width: 75px;
    }
}

.indexPage .spotlightbx ul li:nth-child(5) .img-bx img {
    width: 102px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(5) .img-bx img {
        width: 80px;
    }
}

.indexPage .spotlightbx ul li:nth-child(6) .img-bx img {
    width: 107px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(6) .img-bx img {
        width: 76px;
    }
}

.indexPage .spotlightbx ul li:nth-child(7) .img-bx img {
    width: 108px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(7) .img-bx img {
        width: 83px;
    }
}

.indexPage .spotlightbx ul li:nth-child(8) .img-bx img {
    width: 109px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li:nth-child(8) .img-bx img {
        width: 80px;
    }
}

.indexPage .spotlightbx ul li .img-bx {
    width: 141px;
    height: 114px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li .img-bx {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 34.1%;
        height: auto;
    }
}

.indexPage .spotlightbx ul li .img-bx img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indexPage .spotlightbx ul li h3.h3-ti {
    min-height: 58px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li h3.h3-ti {
        min-height: auto;
        margin-bottom: 5px;
    }
}

.indexPage .spotlightbx ul li .sh-des {
    min-height: 120px;
    height: 120px;
    margin-bottom: 20px;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .indexPage .spotlightbx ul li .sh-des {
        min-height: auto;
        height: auto;
        margin-bottom: 0;
        line-height: 1.375;
    }
}

.indexPage .spotlightbx ul li .h3-ti {
    font-family: "Heebo", "Noto Sans TC";
}

.indexPage .news-bx {
    padding-top: 95px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .indexPage .news-bx {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .indexPage .news-bx .imgh2-ti {
        margin-bottom: 25px;
    }
}

.indexPage .news-bx .sh-btn {
    margin-top: 65px;
    min-width: 250px;
    color: #fff;
}

@media (min-width: 768px) {
    .indexPage .news-bx .sh-btn:hover {
        color: #004280;
    }

        .indexPage .news-bx .sh-btn:hover span .arr::before, .indexPage .news-bx .sh-btn:hover span .arr::after {
            background: #004280;
        }
}

@media (max-width: 767px) {
    .indexPage .news-bx .sh-btn {
        margin-top: 40px;
        min-width: 208px;
    }
}

.indexPage .news-bx .sh-btn span {
    display: inline-block;
    margin-top: 21px;
    padding-right: 37px;
    position: relative;
}

@media (max-width: 767px) {
    .indexPage .news-bx .sh-btn span {
        margin-top: 17px;
        padding-right: 30px;
    }
}

.indexPage .news-bx .sh-btn span .arr {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
}

@media (max-width: 767px) {
    .indexPage .news-bx .sh-btn span .arr {
        height: 10px;
    }
}

.indexPage .news-bx .sh-btn span .arr::before {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .indexPage .news-bx .sh-btn span .arr::before {
        height: 6px;
    }
}

.indexPage .news-bx .sh-btn span .arr::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 1px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .indexPage .news-bx .sh-btn span .arr::after {
        height: 6px;
    }
}

.indexPage .awards-bx {
    padding-top: 95px;
    padding-bottom: 155px;
    background-color: #e3eef5;
}

@media (max-width: 767px) {
    .indexPage .awards-bx {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.indexPage .awards-bx .imgh2-ti {
    margin-bottom: 65px;
}

@media (max-width: 767px) {
    .indexPage .awards-bx .imgh2-ti {
        margin-bottom: 30px;
    }
}

.indexPage .awards-bx .container {
    position: relative;
}

    .indexPage .awards-bx .container .bg {
        position: absolute;
        top: -243px;
        left: 0;
    }

@media (max-width: 991px) {
    .indexPage .awards-bx .container .bg {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .indexPage .awards-bx .container .bg {
        display: none;
    }
}

.indexPage .awards-bx ul {
    padding: 0 6.9%;
}

    .indexPage .awards-bx ul li {
        margin: 0 12px;
    }

@media (max-width: 767px) {
    .indexPage .awards-bx ul li {
        margin: 0 7px;
    }
}

.indexPage .awards-bx ul a {
    display: block;
}

@media (min-width: 768px) {
    .indexPage .awards-bx ul a:hover .ti {
        color: #004280;
    }

    .indexPage .awards-bx ul a:hover .img-bx {
        background: #c8dce8;
    }
}

.indexPage .awards-bx ul .img-bx {
    position: relative;
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.indexPage .awards-bx ul img {
    margin: 0 auto;
}

.indexPage .awards-bx ul .ti {
    margin-top: 35px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .ti {
        line-height: 1.375;
        margin-top: 30px;
    }
}

.indexPage .awards-bx ul .slick-prev, .indexPage .awards-bx ul .slick-next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.slick-disabled {
    background: #ddd !important;
    cursor: not-allowed;
}

    .slick-disabled::before, .indexPage .slick-disabled::after {
        background: #888 !important;
    }

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-prev, .indexPage .awards-bx ul .slick-next {
        width: 28px;
        height: 28px;
    }
}

.indexPage .awards-bx ul .slick-prev::before, .indexPage .awards-bx ul .slick-prev::after, .indexPage .awards-bx ul .slick-next::before, .indexPage .awards-bx ul .slick-next::after {
    position: absolute;
    content: "";
    background: #004280;
    width: 1px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-prev::before, .indexPage .awards-bx ul .slick-prev::after, .indexPage .awards-bx ul .slick-next::before, .indexPage .awards-bx ul .slick-next::after {
        height: 7px;
    }
}

.indexPage .awards-bx ul .slick-prev::before, .indexPage .awards-bx ul .slick-next::before {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-prev::before, .indexPage .awards-bx ul .slick-next::before {
        top: 8px;
    }
}

.indexPage .awards-bx ul .slick-prev::after, .indexPage .awards-bx ul .slick-next::after {
    top: 15px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-prev::after, .indexPage .awards-bx ul .slick-next::after {
        top: 13px;
    }
}

@media (min-width: 768px) {
    .indexPage .awards-bx ul .slick-prev:hover, .indexPage .awards-bx ul .slick-next:hover {
        background: #004280;
    }

        .indexPage .awards-bx ul .slick-prev:hover::before, .indexPage .awards-bx ul .slick-prev:hover::after, .indexPage .awards-bx ul .slick-next:hover::before, .indexPage .awards-bx ul .slick-next:hover::after {
            background: #fff;
        }
}

.indexPage .awards-bx ul .slick-prev {
    left: 0;
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-prev {
        left: -10px;
        top: 55%;
    }
}

.indexPage .awards-bx ul .slick-next {
    right: 0;
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-next {
        right: -10px;
        top: 55%;
    }
}

.indexPage .awards-bx ul .slick-next::before {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-next::before {
        top: 8px;
    }
}

.indexPage .awards-bx ul .slick-next::after {
    top: 15px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 767px) {
    .indexPage .awards-bx ul .slick-next::after {
        top: 13px;
    }
}

.indexPage .follow-bx {
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .indexPage .follow-bx {
        padding-top: 45px;
        padding-bottom: 10px;
    }
}

.indexPage .follow-bx .container {
    position: relative;
}

@media (min-width: 1200px) {
    .indexPage .follow-bx .container {
        max-width: 1390px;
    }
}

@media (max-width: 1199px) {
    .indexPage .follow-bx .container {
        max-width: 100%;
    }
}

.indexPage .follow-bx .container .bg {
    position: absolute;
    top: -116%;
    left: -8%;
    width: 31.7%;
}

@media (max-width: 991px) {
    .indexPage .follow-bx .container .bg {
        top: -100%;
    }
}

@media (max-width: 767px) {
    .indexPage .follow-bx .imgh2-ti {
        margin-bottom: 0;
    }
}

.indexPage .follow-bx .bg1 {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 29.4%;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .bg1 {
        position: relative;
        right: auto;
        top: auto;
        width: 75%;
        margin-left: 17%;
        text-align: center;
    }
}

.indexPage .follow-bx .sh-des {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-des {
        margin-top: 16px;
        line-height: 1.375;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }
}

.indexPage .follow-bx .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .btn-group {
        display: block;
        margin-top: 25px;
    }
}

.indexPage .follow-bx .sh-btn {
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    margin: 0 7px;
    min-width: 200px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn {
        display: block;
        max-width: 210px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .indexPage .follow-bx .sh-btn:hover {
        color: #004280;
    }

        .indexPage .follow-bx .sh-btn:hover span .img-bx .unhov {
            opacity: 0;
        }

        .indexPage .follow-bx .sh-btn:hover span .img-bx .hov {
            opacity: 1;
        }
}

.indexPage .follow-bx .sh-btn:nth-child(1) span {
    padding-left: 44px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(1) span {
        padding-left: 40px;
    }
}

.indexPage .follow-bx .sh-btn:nth-child(1) .img-bx {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(1) .img-bx {
        width: 24px;
        height: 24px;
    }
}

.indexPage .follow-bx .sh-btn:nth-child(2) span {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(2) span {
        padding-left: 30px;
    }
}

.indexPage .follow-bx .sh-btn:nth-child(2) .img-bx {
    width: 15px;
    height: 28px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(2) .img-bx {
        width: 15px;
        height: 24px;
    }
}

.indexPage .follow-bx .sh-btn:nth-child(3) span {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(3) span {
        padding-left: 30px;
    }
}

.indexPage .follow-bx .sh-btn:nth-child(3) .img-bx {
    width: 15px;
    height: 28px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn:nth-child(3) .img-bx {
        width: 15px;
        height: 24px;
    }
}

.indexPage .follow-bx .sh-btn span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    margin-top: 19px;
}

@media (max-width: 767px) {
    .indexPage .follow-bx .sh-btn span {
        margin-top: 15px;
        padding-left: 35px;
    }
}

.indexPage .follow-bx .sh-btn span .img-bx {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 22px;
}

    .indexPage .follow-bx .sh-btn span .img-bx img {
        position: absolute;
        top: 47%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .indexPage .follow-bx .sh-btn span .img-bx .unhov {
        opacity: 1;
    }

    .indexPage .follow-bx .sh-btn span .img-bx .hov {
        opacity: 0;
    }

#advan-footer {
    margin-top: 0;
}
