@charset "utf-8";

/* CSS Document */
#banner {
    position: relative;
    height: 75vh;
    min-height: 700px;
    overflow: hidden;
}

#banner video {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 1;
}

#banner .main {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    /*    display: none;*/
}

#banner .main .play-icon {
    width: 2rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
    position: absolute;
    z-index: 9;
}

#banner .main .play-icon img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: none;
    cursor: pointer;
}

#banner .main .play-icon img.active {
    display: block
}

#section1 .main {
    padding-top: 80px;
    padding-bottom: 100px;
}

#section1 .main h3 {
    width: 71%;
    margin: 0 auto;
    font-size: 1.8em;
    text-align: center;
    line-height: 140%;
    font-weight: 300;
}

#section2 {
    transition: 0.3s;
}

#section2 .main .box {
    display: flex;
}

#section2 .main .box .con,
#section2 .main .box a {
    display: block;
}

#section2 .main .box .con {
    position: relative;
    margin-right: 3.5%;
    color: #000;
    text-decoration: none;
    width: 31%;
    padding-bottom: 50px;
}

#section2 .main .box .con:last-child {
    margin-right: 0;
}

#section2 .main .box .con .img {
    margin-bottom: 20px;
    cursor: pointer;
}

#section2 .main .box .con .img img {
    width: 100%;
    height: auto;
}

#section2 .main .box .con .line {
    cursor: pointer;
    width: 100%;
    height: 6px;
    background-color: #16355B;
    transition: all 0.5s ease;
    opacity: 0
}

#section2 .main .box .con:hover .line {
    opacity: 1;
}

#section2 .main .box .con .title {
    margin: 20px 0;
    font-weight: 700;
    color: #16355B;
    transition: color 0.3s ease;
    font-family: 'Inter-Bold';
}

#section2 .main .box .con .more-btn {
    font-size: 0.8em;
    font-weight: 800;
    color: #16355B;
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

#section2 .main .box .con .more-btn:before {
    content: '';
    position: absolute;
    border-bottom: #16355B 2px solid;
    width: 100%;
    left: 0;
    bottom: 1px;
    transition: border 0.2s ease;
}

#section2.bg-primary .main .box .con .line {
    background-color: #fff;
}

#section2 .main .box .con .text {
    transition: color 0.2s ease;
    color: #000;
}

#section2.bg-primary .main .box .con .title,
#section2.bg-primary .main .box .con .text,
#section2.bg-primary .main .box .con .more-btn {
    color: #fff;
}

#section2.bg-primary .main .box .con .more-btn:before {
    border-bottom: #fff 2px solid;
}

#section3 .main {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}

#section3 .main .box {
    display: flex;
    position: relative;
    padding-bottom: 100px;
}

/*


#section3 .main .left-text {
    width: 6%;
    writing-mode: tb-rl;
    font-size: 1.8em;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    padding-top: 50px;
}

#section3 .main .box {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-left: 5%;
    padding-right: 5%;
}

#section3 .main .box .date {
    width: 100%;
    margin-top: 5em;
    position: absolute;
}

#section3 .main .box .date .bg-white:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    border-top: 4px solid;
    top: 50px;
    left: 0;
    z-index: -1;


}

#section3 .main .box #section3-swiper{
    width: 80%;
    margin: 0;
}
#section3 .main .box .date .bg-white {
    padding: 20px;
    width: 120px;
    height: 120px;
    background: #fff;
    margin-left: 2%;
}

#section3 .main .box .date .border {
    border: 1px solid #00254A;
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section3 .main .box .date .border span.date-num {
    line-height: 100%;
    font-size: 2em;
    font-weight: 800;
}

#section3 .main .box .date .border span.month {
    line-height: 80%;
    font-weight: 600;
    font-size: 1.4em;
}

#section3 .main .box .con {
    width: 100%;
    padding-left: 15%;
    padding-right: 2em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 9em;
}

#section3 .main .box .con .text {
    width: 50%;
    padding: 0 15px;
    position: relative;
}

#section3 .main .box .con .photo {
    width: 50%;
    margin-top: -4em;
}
#section3 .main .box .con .photo .photo-swiper-pagination{
    margin-top: 1em;
}
.photo .photo-swiper-pagination .swiper-pagination-bullet{
    margin-right: 10px;
}

#section3 .main .box .con h5 {
    font-weight: 600;
    position: absolute;
    bottom: 105%;
    margin-bottom: 5px;
}

#section3 .main .box .con .text .desc {
    color: #4d4d4d;
}

#section3 .main .box .con .text .desc p {
    margin-bottom: 30px;
}

#section3 .main .box .con .text .desc a {
    color: #00254A;
    font-weight: 600;
    border-bottom: 3px solid #00254A;
    text-decoration: none;
}
#section3 .main .box .section3-swiper-pagination{
    width: 20%;
    position: relative;
}
*/

#section3 .main .box h3 {
    width: 6%;
    writing-mode: tb-rl;
    font-size: 1.8em;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    padding-top: 50px;
    font-family: 'Inter-Bold';
}

#section3 .main .box .content {
    width: 70.5%;
    padding-left: 1.5%;
    padding-right: 2%;
    border-top: #000 4px solid;
    margin-top: 150px;
    margin-right: 2px;
    padding-bottom: 100px;
}

#section3 .main .box .content .effect {
    display: none;
}

#section3 .main .box .content .effect.animated {
    display: flex;
    flex-wrap: wrap;
}

#section3 .main .box .content .date,
#section3 .main .box .content .text,
#section3 .main .box .content .photo {
    padding: 15px;
    margin-top: -63px;
    /*    float: left;*/
}

#section3 .main .box .content .photo {
    padding-right: 0;
}

#section3 .main .box .content .date {
    /*    width: 15.6%;*/
    background-color: #FFF;
}

#section3 .main .box .content .con-box {
    display: flex;
    width: 80%;
    flex-direction: row-reverse;
}

#section3 .main .box .content .date .border {
    width: 90px;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    line-height: 80%;
    border: #000 1px solid;
    padding: 12%;
    font-size: 2.5em;
    font-weight: 900;
}

#section3 .main .box .content .date .border span {
    font-size: 0.7em;
}

#section3 .main .box .content .text {
    width: 58%;
    position: relative;
    margin-top: 0;
}

#section3 .main .box .content .text .con p {
    margin: 20px 0;
    font-size: 0.9em;
    color: #4d4d4d;
}

#section3 .main .box .content .text h5 {
    font-weight: 600;
    position: absolute;
    bottom: 100%;
    margin-bottom: 1em;
}

#section3 .main .box .content .text a.btn {
    font-size: 0.8em;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: #00254A;
}

#section3 .main .box .content .text a.btn:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    border-bottom: 2px solid #00254A;
}

#section3 .main .box .content .photo {
    width: 42%;
    cursor: pointer;
}

#section3 .main .box .content .photo img {
    width: 100%;
    height: auto;
}

#section3 .main .box .date-btn {
    width: 20%;
    position: relative;
}

#section3 .main .box .date-btn ul {
    padding-top: 115px;
}

#section3 .main .box .date-btn ul li {
    display: flex;
    cursor: pointer;
    padding: 15px 10px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    z-index: 1;
}

#section3 .main .box .date-btn ul li .date {
    text-align: center;
    margin-right: 12%;
    font-weight: 800;
    font-size: 2em;
    line-height: 70%;
    padding: 5px;
    font-family: 'Inter-Bold';
}

#section3 .main .box .date-btn ul li .date span {
    font-size: 0.6em;
}

#section3 .main .box .date-btn ul li .text {
    display: flex;
    align-items: center;
    font-weight: 700;
}

#section3 .main .box .date-btn:after {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 35px;
    height: 100%;
    background-color: #000;
}

#section3 .main .box .date-btn .more-btn {
    font-weight: 800;
    position: absolute;
    bottom: -6%;
    left: -10%;
}

#section3 .main .box .date-btn .more-btn a {
    text-decoration: none;
    color: #00254A;
    display: block;
    position: relative;
}

#section3 .main .box .date-btn .more-btn a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    left: 50%;
    margin-left: -10px;
    bottom: -25px;
    transform: rotate(58deg) skewY(-30deg);
    border-bottom: #000 2px solid;
    border-right: #000 2px solid;
}

#section4 {
    background-color: #5BC4BF;
    position: relative;
    overflow: hidden;
}

#section4 .main {
    color: #FFF;
    padding-top: 80px;
    padding-bottom: 100px;
}

#section4 .main .con {
    width: 50%;
}

#section4 .main .con h3 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Inter-Bold';
}

#section4 .main .con .btn {
    color: #FFF;
    text-decoration: none;
    position: relative;
    margin-top: 40px;
    display: inline-block;
}

#section4 .main .con .btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: #FFF 2px solid;
}

#section4 .main .img {
    position: absolute;
    left: 52%;
    top: 0;
    height: 100%;
    width: 50%;
}

#section4 .main .img .bg-img {
    height: 100%;
    width: auto;
    padding-bottom: 0;
}



.swiper-container {
    padding-bottom: 40px;
}

.swiper-container .swiper-pagination {
    text-align: left;
}

.swiper-container .swiper-pagination-bullet {
    width: 35px;
    height: 10px;
    border-radius: 0;
    opacity: 1;
    background-color: #FECC00;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #16355B;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 8px;
}

@media only screen and (max-width: 1280px) {
    #section5 .main .box {
        font-size: 1.2vw;
    }

    #banner {
        min-height: 375px;
        height: 75vw;
    }
}

@media only screen and (max-width: 991px) {

    #section3 .main .box .content .con-box {
        display: block;
        width: 75%;
    }

    #section3 .main .box .content .photo {
        width: 48vw;
    }

    #section3 .main .box .content .text {
        width: 100%;
    }

    #section3 .main .box .content .text h5 {
        margin-bottom: 0;
    }

    #section3 .main .box .content .text h5 {
        position: static;
    }

    #section3 .main .box .date-btn ul li .text {
        font-size: 0.8em;
    }

    #section3 .main .box .date-btn ul li .date {
        margin-right: 3%;
    }

    #section3 .main .box .date-btn .more-btn {
        left: -18%;
    }

    #section5 .main .box.desktop1 {
        display: none;
    }

    #section5 .main .box.mobile1 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #banner {
        min-height: 375px;
        height: 33.33vh;
    }

    #section1 .main h3 {
        width: 85%;
        margin: 0 auto 0;
        font-size: 1.35em;
    }

    #section2 .main {
        padding: 50px 8%;
    }

    #section2 .main .box {
        flex-wrap: wrap;
    }

    #section2 .main .box .con {
        width: 100%;
        margin-bottom: 60px;
    }

    #section2 .main .box .con:last-child {
        margin-bottom: 0;
    }

    /*
    #section3 .main {
        padding: 50px 0;
    }

    #section3 .main .box .date-btn {
        display: none;
    }

    #section3 .main .box h3 {
        position: absolute;
    }

    #section3 .main .box .content {
        width: 100%;
        margin-top: 50px;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 0;
    }

    #section3 .main .box .content .date .border {
        width: 60px;
        height: 60px;
        font-size: 1.5em;
        border: #16355B 2px solid;
    }

    #section3 .main .box .content .effect,
    #section3 .main .box .content .effect.animated {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #section3 .main .box .content .date {
        order: 1;
        margin-top: -48px;
    }

    #section3 .main .box .content .text {
        order: 3;
        padding-left: 5.8em;
        width: 95vw;
        float: none;
        padding-top: 0;
    }

    #section3 .main .box .content .photo {
        order: 2;
        margin-top: 0;
        padding-left: 5.8em;
        width: 100%;
        padding-bottom: 0;
    }

    #section3 .main .box .content .photo img {
        max-width: 100%;
        width: auto;
    }

    #section3 .main .box .content .text h5 {
        position: relative;
    }
    .swiper-container .swiper-pagination-bullet:first-child{
        margin-left: 0;
    }
*/
}

@media only screen and (max-width: 767px) {
    #section3 .main .box .content {
        width: 100%;
    }

    #section3 .main .box .content .con-box {}

    #section3 .main .box .content .photo {
        width: 68vw;
    }

    #section3 .main .box .content .text {}

    #section3 .main .box .content .text h5 {
        margin-bottom: 0;
    }

    #section3 .main .box .content .text h5 {
        position: static;
    }

    #section3 .main .box .date-btn ul li {
        padding: 1vw;
        margin-bottom: 3.5vw;
    }

    #section3 .main .box .date-btn ul li .text {
        display: none;
    }

    #section3 .main .box .date-btn ul li .date {
        margin-right: 0;
        line-height: 100%;
    }

    #section3 .main .box .date-btn ul {
        padding-top: 315px;
    }

    #section3 .main .box .date-btn {
        position: absolute;
        left: 11%;
        width: auto;
        font-size: 2vw;
    }

    #section3 .main .box .content .date .border {
        position: relative;
        z-index: 1;
        background-color: #FFF;
    }

    #section3 .main .box .date-btn .more-btn {
        text-align: center;
        bottom: auto;
        top: 102%;
    }

    #section3 .main .box .content {
        border-top: 0;
    }

    #section3 .main .box .content .date {
        font-size: 2vw;
    }

    #section3 .main .box .content .date .border {
        width: 12vw;
        height: 11vw;
    }

    #section3 .main .box .date-btn:after {
        left: 50%;
        margin-left: -2px;
    }

    #section3 .main .box {
        min-height: 800px;
        padding-bottom: 0;
    }

    #section3 .main .box .content {
        padding-bottom: 0;
    }

    #section3 .main .box .content .text {
        padding-right: 0;
    }

    #section3 .main .box .date-btn .more-btn {
        left: -8%;
    }

    #section3 .main .box .date-btn .more-btn a {
        line-height: 120%;
    }

    #section4 .main .img {
        position: static;
        margin-top: 3%;
        width: 100%;
    }

    #section4 .main .img .bg-img {
        padding-bottom: 66.66%;
        height: auto;
    }

    #section4 .main {
        padding: 0;
    }

    #section4 .main .con {
        padding: 50px 8%;
        width: 100%;
        box-sizing: border-box;
    }

    #section5 .main {
        padding: 50px 8%;
    }

    #section5 .main .box.mobile1 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #section3 .main .box .content .photo {
        width: 60vw;
    }
}

@media only screen and (max-width: 550px) {
    #section5 .main .box.mobile1 .con.con1 .t1 {
        font-size: 4em;
    }

    #section5 .main .box.mobile1 .con.con3 .t1 {
        font-size: 4.4em;
    }

    #section4 .main .con h3 {
        margin-bottom: 30px;
    }

    #section4 .main .con .btn {
        margin-top: 30px;
    }

    #section3 .main .box .date-btn ul li .date {
        font-size: 3em;
    }

    #section3 .main .box .date-btn .more-btn a {
        font-size: 2em;
    }

}

@media only screen and (max-width: 400px) {
    #section3 .main .box .content .con-box {
        width: 70%;
    }

    #section5 .main .box.mobile1 .con.con2 .t1 {
        width: 42%;
    }

    #section5 .main .box.mobile1 .con.con2 .t2 {
        58%;
    }

    #section5 .main .box.mobile1 .con.con3 .t2 {
        margin: 0.4em;
    }
}
