body {
    background: #F2F3F5;
}

.banner {
    padding: 230px 0 31px;
    position: relative;
}

.banner .img {
    width: 468px;
    margin: 0 auto 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner .img .play {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    transition: 0.6s;
    top: 216px;
}

.banner .img .play img {
    display: block;
    width: 13px;
    transition: 0.6s;
    transform: translateX(1px);
}

.banner .img .play:hover {
    background: #000000;
}

.banner .img .play:hover img {
    filter: invert(1);
}

.banner .img > img {
    display: block;
    width: 100%;
}

.banner .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.sec1 {
    padding: 149px 0 0;
}

.sec1 .wrap .scroll {
    margin-bottom: 103px;
}

.sec1 .wrap .scroll p {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 10px;
}

.sec1 .wrap .scroll .cir {
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .scroll .cir img {
    display: block;
    width: 8px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.sec1 .wrap .img {
    width: 1047px;
    margin: 0 auto 42px;
    mix-blend-mode: darken;
}

.sec1 .wrap .img img {
    display: block;
    width: 100%;
}

.sec1 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sec1 .wrap .des {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    width: 1100px;
    margin: 0 auto 60px;
}

.sec1 .wrap .num_list {
    display: flex;
    justify-content: center;
    gap: 49px;
}

.sec1 .wrap .num_list .item {
    width: 280px;
    text-align: center;
}

.sec1 .wrap .num_list .item .num {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 50px;
    color: #00AAEC;
    line-height: 1;
}

.sec1 .wrap .num_list .item .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.sec2 {
    padding: 145px 0 0;
}

.sec2 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.sec2 .wrap .des {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 10px 0 60px;
}

.sec2 .wrap .box .logo {
    width: 150px;
    margin: 0 auto;
}

.sec2 .wrap .box .logo img {
    display: block;
    width: 100%;
}

.sec2 .wrap .box .list {
    padding: 70px 0 0;
    position: relative;
}

.sec2 .wrap .box .list .line {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #44AEE0;
    transform: scaleY(0.1);
    transform-origin: top;
}

.sec2 .wrap .box .list .item {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.sec2 .wrap .box .list .item.on {
    opacity: 1;
    transform: translateY(0);
}

.sec2 .wrap .box .list .item:not(:last-child) {
    margin-bottom: 71px;
}

.sec2 .wrap .box .list .item:nth-child(2n) .item_box {
    left: unset;
    right: -25px;
    transform: translateX(100%);
}

.sec2 .wrap .box .list .item .item_box {
    width: 500px;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: absolute;
    left: -25px;
    top: 0;
    transform: translateX(-100%);
}

.sec2 .wrap .box .list .item .item_box b {
    font-family: 'Montserrat M';
    color: #000;
}

.sec2 .wrap .box .list .item .cir {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00AAEC;
    border-radius: 50%;
}

.sec2 .wrap .box .list .item .cir img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.sec3 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: calc(50vh - 290px) 0 0;
}

.sec3 .fix .wrap {
    position: relative;
    height: fit-content;
}

.sec3 .fix .wrap .matter .joke {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .fix .wrap .matter .joke .img {
    width: 720px;
    height: 580px;
}

.sec3 .fix .wrap .matter .joke .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .fix .wrap .matter .joke .r_box {
    width: 720px;
    padding: 0 80px;
}

.sec3 .fix .wrap .matter .joke .r_box .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #00AAEC;
    line-height: 30px;
    margin-bottom: 28px;
}

.sec3 .fix .wrap .matter .joke .r_box .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
}

.sec4 {
    padding: 0 0 121px;
}

.sec4 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec4 .wrap .des {
    width: 1160px;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 72px;
}

.sec4 .wrap .list {
    display: flex;
    gap: 22px;
}

.sec4 .wrap .list .item {
    width: 270px;
}

.sec4 .wrap .list .item .img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.sec4 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .list .item h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #00AAEC;
    line-height: 24px;
    margin: 30px 0 20px;
}

.sec4 .wrap .list .item p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec5 {
    position: relative;
}

.sec5 img {
    display: block;
    width: 100%;
}

.sec5 .wrap {
    position: absolute;
    top: 147px;
    left: 50%;
    transform: translateX(-50%);
}

.sec5 .wrap .l_box {
    width: 690px;
}

.sec5 .wrap .l_box .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #00AAEC;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.sec5 .wrap .l_box .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 28px;
}

.sec6 {
    background: linear-gradient(270deg, #4CB034 0%, #02A3E4 100%);
    padding: 129px 0 127px;
}

.sec6 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.sec6 .wrap .des {
    width: 1000px;
    margin: 15px auto 70px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.sec6 .wrap .box {
    width: 760px;
    background: #F2F3F5;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    padding: 32px 0 29px;
}

.sec6 .wrap .box .h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.sec6 .wrap .box .common_more {
    padding-left: 23px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: unset;
}

.sec6 .wrap .box .common_more p {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat L';
}

.sec6 .wrap .box .common_more p div {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.sec6 .wrap .box .common_more .cir {
    background: linear-gradient(142deg, #02A3E4 0%, #4BAF33 100%);
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media screen and (max-width: 1919px) {
  .banner{
    padding: 11.9791666667vw 0px 1.6145833333vw;
  }
  .banner .img{
    width: 24.375vw;
    margin: 0px auto 3.6458333333vw;
  }
  .banner .img .play{
    width: 3.2291666667vw;
    height: 3.2291666667vw;
    top: 11.25vw;
  }
  .banner .img .play img{
    width: 0.6770833333vw;
  }
  .banner .title{
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
  .sec1{
    padding: 7.7604166667vw 0px 0px;
  }
  .sec1 .wrap .scroll{
    margin-bottom: 5.3645833333vw;
  }
  .sec1 .wrap .scroll p{
    font-size: 0.7291666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .sec1 .wrap .scroll .cir{
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .sec1 .wrap .scroll .cir img{
    width: 0.4166666667vw;
  }
  .sec1 .wrap .img{
    width: 54.53125vw;
    margin: 0px auto 2.1875vw;
  }
  .sec1 .wrap .title{
    font-size: 2.2916666667vw;
    margin-bottom: 1.5625vw;
  }
  .sec1 .wrap .des{
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    width: 57.2916666667vw;
    margin: 0px auto 3.125vw;
  }
  .sec1 .wrap .num_list{
    gap: 2.5520833333vw;
  }
  .sec1 .wrap .num_list .item{
    width: 14.5833333333vw;
  }
  .sec1 .wrap .num_list .item .num{
    font-size: 2.6041666667vw;
  }
  .sec1 .wrap .num_list .item .p{
    font-size: 0.8333333333vw;
  }
  .sec2{
    padding: 7.5520833333vw 0px 0px;
  }
  .sec2 .wrap .title{
    font-size: 1.5625vw;
  }
  .sec2 .wrap .des{
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0px 3.125vw;
  }
  .sec2 .wrap .box .logo{
    width: 7.8125vw;
  }
  .sec2 .wrap .box .list{
    padding: 3.6458333333vw 0px 0px;
  }
  .sec2 .wrap .box .list .item{
    transform: translateY(1.0416666667vw);
  }
  .sec2 .wrap .box .list .item:not(:last-child){
    margin-bottom: 3.6979166667vw;
  }
  .sec2 .wrap .box .list .item:nth-child(2n) .item_box{
    right: -1.3020833333vw;
  }
  .sec2 .wrap .box .list .item .item_box{
    width: 26.0416666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    left: -1.3020833333vw;
  }
  .sec2 .wrap .box .list .item .cir{
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .sec3 .fix{
    padding: calc(-15.1041666667vw + 50vh) 0px 0px;
  }
  .sec3 .fix .wrap .matter .joke{
    border-radius: 0.5208333333vw;
  }
  .sec3 .fix .wrap .matter .joke .img{
    width: 37.5vw;
    height: 30.2083333333vw;
  }
  .sec3 .fix .wrap .matter .joke .r_box{
    width: 37.5vw;
    padding: 0px 4.1666666667vw;
  }
  .sec3 .fix .wrap .matter .joke .r_box .h5{
    font-size: 1.25vw;
    line-height: 1.5625vw;
    margin-bottom: 1.4583333333vw;
  }
  .sec3 .fix .wrap .matter .joke .r_box .p{
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
  .sec4{
    padding: 0px 0px 6.3020833333vw;
  }
  .sec4 .wrap .title{
    font-size: 2.2916666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .sec4 .wrap .des{
    width: 60.4166666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    margin-bottom: 3.75vw;
  }
  .sec4 .wrap .list{
    gap: 1.1458333333vw;
  }
  .sec4 .wrap .list .item{
    width: 14.0625vw;
  }
  .sec4 .wrap .list .item .img{
    height: 9.375vw;
    border-radius: 0.5208333333vw;
  }
  .sec4 .wrap .list .item h5{
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    margin: 1.5625vw 0px 1.0416666667vw;
  }
  .sec4 .wrap .list .item p{
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .sec5 .wrap{
    top: 7.65625vw;
  }
  .sec5 .wrap .l_box{
    width: 35.9375vw;
  }
  .sec5 .wrap .l_box .title{
    font-size: 2.2916666667vw;
    margin-bottom: 2.8645833333vw;
  }
  .sec5 .wrap .l_box .des{
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
  }
  .sec6{
    padding: 6.71875vw 0px 6.6145833333vw;
  }
  .sec6 .wrap .title{
    font-size: 2.2916666667vw;
  }
  .sec6 .wrap .des{
    width: 52.0833333333vw;
    margin: 0.78125vw auto 3.6458333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .sec6 .wrap .box{
    width: 39.5833333333vw;
    border-radius: 0.5208333333vw;
    padding: 1.6666666667vw 0px 1.5104166667vw;
  }
  .sec6 .wrap .box .h5{
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }
  .sec6 .wrap .box .common_more{
    padding-left: 1.1979166667vw;
  }
  .sec6 .wrap .box .common_more p{
    font-size: 0.7291666667vw;
  }
  .sec6 .wrap .box .common_more p div{
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
    .banner {
        padding: 100px 0 60px;
    }
    .banner .img {
        width: 240px;
        margin: 0 auto 40px;
    }
    .banner .img .play {
        width: 40px;
        height: 40px;
        top: 55px;
    }
    .banner .img .play img {
        width: 10px;
    }
    .banner .title {
        font-size: 18px;
        line-height: 1.1;
    }
    .sec1 {
        padding: 0 ;
    }
    .sec1 .wrap .scroll {
        margin-bottom: 40px;
    }
    .sec1 .wrap .scroll p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .scroll .cir {
        width: 26px;
        height: 26px;
    }
    .sec1 .wrap .scroll .cir img {
        width: 8px;
    }
    .sec1 .wrap .img {
        width: 280px;
        margin: 0 auto 30px;
    }
    .sec1 .wrap .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .sec1 .wrap .num_list {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec1 .wrap .num_list .item {
        width: 50%;
    }
    .sec1 .wrap .num_list .item .num {
        font-size: 32px;
    }
    .sec1 .wrap .num_list .item .p {
        font-size: 10px;
        margin: 5px 0 0;
    }
    .sec2 {
        padding: 70px 0 0;
    }
    .sec2 .wrap .title {
        font-size: 22px;
    }
    .sec2 .wrap .des {
        font-size: 14px;
        margin: 15px 0 35px;
    }
    .sec2 .wrap .box .logo {
        width: 80px;
    }
    .sec2 .wrap .box .list {
        padding: 40px 0 0;
    }
    .sec2 .wrap .box .list .line {
        transform: scaleY(1) !important;
    }
    .sec2 .wrap .box .list .item {
        opacity: 1;
        transform: translate(0);
    }
    .sec2 .wrap .box .list .item .item_box {
        font-size: 13px;
        line-height: 1.4;
        width: 40vw;
    }
    .sec2 .wrap .box .list .item:not(:last-child) {
        margin-bottom: 29vw;
    }
    .sec2 .wrap .box .list .item .cir {
        width: 18px;
        height: 18px;
    }
    .sec2 .wrap .box .list .item:nth-child(2n) .item_box {
        right: -2.302083vw;
    }
    .sec3 {
        height: unset !important;
        padding: 80px 0 0;
    }
    .sec3 .fix {
        padding: 0;
        height: unset;
    }
    .sec3 .fix .wrap .matter {
        transform: unset !important;
    }
    .sec3 .fix .wrap .matter:not(:first-child) {
        margin-bottom: 30px;
    }
    .sec3 .fix .wrap .matter .joke {
        border-radius: 10px;
        display: block;
        opacity: 1 !important;
        transform: unset !important;
    }
    .sec3 .fix .wrap .matter .joke .img {
        width: 100%;
        height: 60vw;
    }
    .sec3 .fix .wrap .matter .joke .r_box {
        width: 100%;
        padding: 20px;
    }
    .sec3 .fix .wrap .matter .joke .r_box .h5 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    .sec3 .fix .wrap .matter .joke .r_box .p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec4 {
        padding: 60px 0;
    }
    .sec4 .wrap .title {
        font-size: 22px;
    }
    .sec4 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 30px;
    }
    .sec4 .wrap .list {
        display: none;
    }
    .sec4 .wrap .list.sec4_swiper {
        display: block !important;
    }
    .sec4 .wrap .list .item .img {
        height: 60vw;
        border-radius: 8px;
    }
    .sec4 .wrap .list .item h5 {
        font-size: 16px;
        margin: 15px 0 8px;
        line-height: 1.1;
    }
    .sec4 .wrap .list .item p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec5 .wrap .l_box {
        width: 100%;
    }
    .sec5 {
        padding: 60px 0 80px;
    }
    .sec5 img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .sec5 .wrap {
        position: unset;
        transform: unset;
    }
    .sec5 .wrap .l_box .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec5 .wrap .l_box .des {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec6 {
        padding: 60px 0;
    }
    .sec6 .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .sec6 .wrap .title {
        font-size: 22px;
    }
    .sec6 .wrap .des {
        width: 100%;
        font-size: 14px;
        margin: 15px 0 30px;
        line-height: 1.4;
    }
    .sec6 .wrap .box {
        width: 100%;
        border-radius: 6px;
        padding: 30px;
    }
    .sec6 .wrap .box .h5 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .sec6 .wrap .box .common_more p {
        font-size: 14px;
    }
    .sec6 .wrap .box .common_more p div {
        font-size: 14px;
    }
    .sec6 .wrap .box .common_more {
        padding: 3px 3px 3px 15px;
    }
}
