
/* landing page */
.inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.row {display: flex; max-width: 100%;}

/* animation */
.animated {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.animated.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* common */
.section {
    width: 100%;
    padding-top: 96px;
    position: relative;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
}
.swiper-container .swiper-slide {
    position: relative;
    width: auto;
    cursor: pointer;
}
video {
    width: 100%;
}


/* tablet */
.wrap.not_tablet .pc_only {
    display: block;
}
.wrap.not_tablet .tab_only {
    display: none;
}
.wrap.tablet .pc_only {
    display: none;
}
.wrap.tablet .tab_only {
    display: block;
}


/* section1 */
.sec1 {
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
    height: auto;
}
.sec1 .sec1_txt_wrap {
    top: 95px;
    height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec1 .tit {
    /*margin-top: -60px;*/
    margin-top: -3%;
    font-weight: 700;
    font-size: 80px;
    line-height: var(--fs_tit);
    text-transform: uppercase;
}
.sec1 .tit > div:first-child {
    margin-bottom: 16px;
}
.sec1 .tit div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1 .tit .border {
    border: 2px solid #fff;
    border-radius: 60px;
    overflow: hidden;
    margin: auto 0;
    margin-right: 8px;
}
.sec1 .tit .rolling {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 100px;
    font-size: 76px;
    font-weight: 700;
}
.sec1 .tit .rolling li {
    display: inline-block;
    padding: 4px 32px;
}
.sec1 .tit.en .row {
    display: flex;
    align-items: center;
}
.sec1 .tit.en .border {
    margin-left: 16px;
    margin-right: 0;
}
.sec1 .desc {
    padding-top: 32px;
    font-size: 22px;

}
.sec1 .desc p:first-child {
    margin-top: 8px;
}
.sec1 .start_btn {
    padding-top: 60px;
}
.sec1 .start_btn a {
    font-weight: 600;
    font-size: 32px;

    padding: 7px 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
}
.sec1 .other {
    width: 120px;
    margin-top: 70px;
}
.sec1 .lottie p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 16px;

    text-transform: uppercase;
}
.sec1 .lottie .arrow_down_lottie {
    position: absolute;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    width: 60px;
}
.sec1 .sec1_video_wrap {
    height: 100vh;
    position: relative;
}
.sec1 .anim .circle {
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.sec1 .anim .circle video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec1 .anim .circle.animated {
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(0.25, 0.42) translateY(-90%);
    -webkit-transform: scale(0.25, 0.42) translateY(-90%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: -100%;
    opacity: 1;
}
.sec1 .anim .circle.animated.active {
    transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    border-radius: 0;
    -webkit-border-radius: 0;
    top: 0;
    opacity: 1;
}


/* section2 */
.sec2 {
    position: relative;
    color: #fff;
    background: #000;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}
.sec2 .cont {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec2 .cont .txt {
    position: absolute;
    bottom: 434px;
    width: 100%;
    z-index: 15;
    font-weight: 700;
}
.sec2 .cont .txt div:first-child {
    font-size: 120px;
    text-transform: capitalize;
    position: relative;
    left: -230px;
    top: 25px;
    font-weight: 400;
}
.sec2 .cont .txt div:nth-child(2) {
    position: relative;
    display: inline-block;
}
.sec2 .cont .txt p {
    font-style: normal;
    font-weight: 600;
    font-size: 135px;
    line-height: 0.88;
    text-transform: capitalize;
    padding-left: 8px;
}
.sec2 .cont .gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
}
.sec2 .cont .phone {
    width: 1100px;
    position: absolute;
    bottom: -115px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 30;
}
.sec2 .cont .phone_bg {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 542px;
    transform: translateX(-50%);
    z-index: 20;
}
.sec2 .cont .txt div:nth-child(2) .rec {
    position: absolute;
    width: 48px;
    bottom: 0;
    right: -46px;
}
.sec2 .cont .txt div:nth-child(2) .lottie {
    position: absolute;
    width: 80px;
    right: -55px;
    bottom: -13px;
    transform: rotate(90deg);
}


/* section3 */
.sec3 {
    height: 100vh;
    color: #000;
    background-color: #fff;
}
.sec3 > .inner {
    top: -25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec3 .tit {
    margin-top: 100px;
    color: #121619;
}
.sec3 .tit p {
    font-size: 60px;
    line-height: var(--fs_tit);
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    font-weight: 700;
}
.sec3 .desc {
    margin-top: 8px;
    font-weight: 300;
    font-size: 20px;

    letter-spacing: -0.5px;
    color: #555555;
}
.sec3 .start_btn {
    margin-top: 16px;
}
.sec3 .start_btn a {
    font-weight: 600;
    font-size: 18px;

    color: #fff;
    background-color: #121619;
    padding: 12px 24px;
    border: 1px solid #121619;
    display: block;
}
.sec3 .slider_wrap {
    position: relative;
    margin-top: 40px;
    width: 100%;
}
.sec3 .slider_wrap > img {
    position: relative;
    display: inline;
    z-index: 99;
    width: 300px;
}
.sec3 .slider_wrap .img_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 1000;
    width: 360px;
    box-shadow: -5px 10px 10px 0px #3333337d;
}
.sec3 .slider_wrap .img_overlay .img_bg {
    position: absolute;
    left: 0;
    top: 0;
}
.sec3 .slider_wrap .img_overlay .txt_cont {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    text-align: start;
}
.sec3 .slider_wrap .img_overlay .txt_cont .img_tit {
    font-weight: 500;
    font-size: 32px;
    line-height: var(--fs_tit);
    letter-spacing: -0.5px;
}
.sec3 .slider_wrap .img_overlay .txt_cont .img_desc {
    font-size: 16px;

    letter-spacing: -0.5px;
    margin-top: 8px;
}
.sec3 .slider_wrap .img_overlay .txt_cont.step1 .img_tit {color: #0C75A9;}
.sec3 .slider_wrap .img_overlay .txt_cont.step2 .img_tit {color: #E23059;}
.sec3 .slider_wrap .img_overlay .txt_cont.step3 .img_tit {color: #D37531;}
.sec3 .slider_wrap .img_overlay .txt_cont.step4 .img_tit {color: #FFF9F9;}
.sec3 .slider_wrap .img_overlay .txt_cont.step5 .img_tit {color: #48854A;}
.sec3 .slider_wrap .img_overlay .txt_cont.step6 .img_tit {color: #5B5B5B;}
.sec3 .slider_wrap .img_overlay .txt_cont.step7 .img_tit {color: #65844B;}
.sec3 .slider_wrap .img_overlay .txt_cont.step8 .img_tit {color: #3D7BC8;}

.sec3 .slider_wrap .img_overlay .txt_cont.step1 .img_desc {color: #1976AA;}
.sec3 .slider_wrap .img_overlay .txt_cont.step2 .img_desc {color: #DF3161;}
.sec3 .slider_wrap .img_overlay .txt_cont.step3 .img_desc {color: #D26618;}
.sec3 .slider_wrap .img_overlay .txt_cont.step4 .img_desc {color: #FFF9F9;}
.sec3 .slider_wrap .img_overlay .txt_cont.step5 .img_desc {color: #3A663C;}
.sec3 .slider_wrap .img_overlay .txt_cont.step6 .img_desc {color: #5B5B5B;}
.sec3 .slider_wrap .img_overlay .txt_cont.step7 .img_desc {color: #3A663C;}
.sec3 .slider_wrap .img_overlay .txt_cont.step8 .img_desc {color: #2964AC;}

.sec3 .slider_wrap .service_list {
    position: absolute;
    top: 18%;
}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide img {
    width: 240px;
}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .img_bg {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    font-weight: 500;
    font-size: 32px;

    letter-spacing: -0.5px;
    text-align: start;
    z-index: 30;
}
.en .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
    font-size: 24px;

}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step1 {color: #0C75A9;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step2 {color: #E23059;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step3 {color: #D37531;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step4 {color: #FFF9F9;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step5 {color: #48854A;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step6 {color: #5B5B5B;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step7 {color: #65844B;}
.sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay.step8 {color: #3D7BC8;}
.sec3_swiper .swiper-wrapper{
    transition-timing-function : linear;
}


/* section4 */
.sec4 {
    background-color: #f6f7fb;
    text-align: start;
    height: 100vh;
}
.sec4 .row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: start;
    padding-left: 120px;
}
.sec4 .left {
    width: 640px;
    flex-shrink: 0;
}
.sec4 .left .tit {
    color: #121619;
    font-weight: 700;
    font-size: 44px;
    line-height: var(--fs_tit);
}
.sec4 .left .desc {
    color: #555555;
    font-weight: 300;
    font-size: 20px;

    margin-top: 32px;
    padding-right: 36px;
}
.sec4 .left .desc p:first-child {
    margin-bottom: 8px;
}
.sec4 .left .start_btn {
    padding-top: 32px;
}
.sec4 .left .start_btn a {
    font-weight: 600;
    font-size: 18px;

    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 8px 24px;
    display: inline-block;
}
.sec4 .right {
    margin-left: 32px;
    flex-grow: 1;
    width: calc(100% - 640px - 32px);
}
.sec4 .right .tab_btn .row {
    justify-content: left;
    padding-left: 0;
}
.sec4 .right .tab_btn ul li {
    margin-right: 8px;
}
.sec4 .right .tab_btn ul li a{
    font-size: 16px;

    color: #a8a8a8;
    background: #ffffff;
    padding: 7px 16px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    display: inline-block;
}
.sec4 .right .tab_btn ul li.active a {
    color: #fff;
    background: #121619;
    border: 1px solid #121619;
}
.sec4 .right .tab_cont {
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}
.sec4 .right .tab_cont > div {
    padding-bottom: 70px;
}
.sec4 .right .tab_cont .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f6f7f8;
}
.sec4 .right .tab_cont .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    background: #838383;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide {
    width: 320px;
    height: 320px;
    overflow: hidden;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide img {
    width: 100%;
}
.sec4 .right .tab_cont .sec4_swiper.package .swiper-slide img {
    /*background: #fff;*/
}
.sec4 .right .tab_cont .sec4_swiper.package .swiper-slide .img_overlay img {
    background: none;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.27);
    width: 100%; height: 100%;
    padding: 20px;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay span {
    padding: 2px 6px;
    color: #fff;
    background: #121619;
    border: 1px solid #121619;
    font-size: 14px;

    font-weight: 600;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay p {
    margin-top: 8px;
    font-size: 20px;

    color: #fff;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay a img {
    margin-top: 24px;
    width: 56px;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box {
    padding: 8px;
    border: 1px solid #121619;
    border-radius: 50%;
    display: inline-block;
    background: #f6f7fb;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box img {
    width: 32px;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .view_all_txt {
    font-size: 14px;

    color: #121619;
    margin-top: 8px;
}


    /* section5 */
.sec5 {
    height: auto;
    background: #fff;
    text-align: start;
    padding: 110px 60px;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.sec5 > .inner {
}
.sec5 .row {
    justify-content: center;
}
.sec5 .txt_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec5 .tit {
    font-weight: 700;
    font-size: 44px;
    line-height: var(--fs_tit);
    letter-spacing: -0.5px;
    color: #121619;
}
.sec5 .desc {
    font-weight: 300;
    font-size: 20px;

    color: #121619;
}
.sec5 .cont1 .img_cont {
    width: 615px;
    margin-right : 60px;
}
.sec5 .cont1 .txt_cont {
    width: 726px;
}
.sec5 .cont1 .txt_cont .desc {
    margin-top: 32px;
    padding-right: 32px;
}
.sec5 .cont1 .txt_cont .desc p:last-child {
    margin-top: 16px;
}
.sec5 .txt_cont .start_btn {
    margin-top: 32px;
}
.sec5 .txt_cont .start_btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;

    color: #FFFFFF;
    background: #121619;
    border: 1px solid #121619;
    padding: 12px 24px;
}
.sec5 .cont2 {
    margin-top: 100px;
}
.sec5 .cont2 .img_cont {
    width: 614px;
    min-width: 50%;
}
.sec5 .cont2 .txt_cont {
    margin-right: 100px;
    width: 788px;
}
.sec5 .cont2 .txt_cont .desc {
    margin-top: 42px;
}
.sec5 .cont2 .txt_cont .desc p:first-child {
    margin-bottom: 16px;
}
.sec5 .cont2 .txt_cont .desc p:nth-child(2) {

}
.sec5 .cont2 .txt_cont .desc p:last-child {
    margin-top: 32px;
    font-size: 18px;
}


/* sec6 */
.sec6 {
    background-color: #000;
    color: #fff;
    height: 100vh;
}
.sec6 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec6 .bg_graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    z-index: 90;
    overflow: hidden;
}
.sec6 .bg_graph > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: none;
	z-index:11;
}
.sec6 .bg_graph.animated {
    -webkit-transition: all 4s;
    transition: all 4s;
    width: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sec6 .bg_graph.animated.active {
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sec6 .bg_graph .blink {
    animation: blink-effect 1s 6s infinite;
}
@keyframes blink-effect {
    50% {opacity: 0;}
}
.sec6 .txt_cont {
    z-index: 100;
}
.sec6 .txt_cont .tit {
    font-weight: 700;
    font-size: 60px;
    line-height: var(--fs_tit);
}
.sec6 .txt_cont .desc {
    margin-top: 16px;
    font-weight: 300;
    font-size: 20px;

}
.sec6 .ico_cont {
    z-index: 100;
    margin-top: 100px;
    justify-content: space-between;
    gap: 80px;
}
.sec6 .ico_cont .ico .tit {
    font-weight: 600;
    font-size: 64px;
    line-height: var(--fs_tit);
    display: flex;
    justify-content: center;
}
.sec6 .ico_cont .ico .tit p {
    margin-right: 5px;
}
.sec6 .ico_cont .ico .desc {
    font-weight: 300;
    font-size: 20px;

}


/* sec7 */
.sec7 {
    background-color: #fff;
    height: 100vh;
}
.sec7 > .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec7 .tit {
    font-weight: 700;
    font-size: 44px;
    line-height: var(--fs_tit);
}
.sec7 .cont {
    margin-top: 60px;
    padding: 0 100px;
    justify-content: space-around;
}
.sec7 .cont .expand_w {
    width: 700px;
    text-align: start;
    margin: auto 100px auto 0;
}
.sec7 .cont .expand_w .expand_item {
    border-top: 1px solid #121619;
}
.sec7 .cont .expand_w .expand_item:last-child {
    border-bottom: 1px solid #121619;
}
.sec7 .cont .expand_w .expand_item .expand_btn {
    display: block;
    padding: 16px 0;
    font-size: 32px;

    color: #A8A8A8;
    letter-spacing: -0.5px;
    text-transform: uppercase;

    background-image: url("/v2/img/ic_32_line_arrow_grey.png");
    background-position: center right 0;
    background-size: 32px auto;
    background-repeat: no-repeat;
}
.sec7 .cont .expand_w .expand_item.open .expand_btn {
    color: #121619;
    background-image: url("/v2/img/ic_32_line_arrow.png");
}
.sec7 .cont .expand_w .expand_item .expand_cont {
    margin-bottom: 32px;
}
.sec7 .cont .expand_w .expand_item.open .expand_cont {
    display: block;
}
.sec7 .cont .expand_w .expand_item .expand_cont p {
    font-weight: 300;
    font-size: 16px;

    color: #555555;
    margin-bottom: 24px;
}
.sec7 .cont .expand_w .expand_item .expand_cont a {
    font-weight: 400;
    font-size: 14px;

    color: #121619;
    background: #FFFFFF;
    border: 1px solid #121619;
    padding: 6px 16px;
}
.sec7 .cont .right .item_img {
    width: 600px;
    display: none;
}
.sec7 .cont .right .item_img.open {
    display: block;
}


/* sec8 */
.sec8 {
    background-color: #fff;
    padding: 80px 0 100px 0;
    height: auto;
    flex-direction: column;
}
.sec8 .tit {
    font-weight: 700;
    font-size: 44px;
    line-height: var(--fs_tit);
}
.sec8 .cont {
    margin-top: 60px;
    text-align: start;
    /*padding: 0 460px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec8 .cont .row:first-child {
    margin-bottom: 40px;
}
.sec8 .cont .card_item:nth-child(odd) {
    margin-right: 40px;
}
.sec8 .cont .card_item {
    width: 480px;
    height: 480px;
    cursor: pointer;
    position: relative;
    transform-style: preserve-3d;
}
.sec8 .cont .card_item .card {
    transition: all 1s;
    overflow: hidden;
    backface-visibility: hidden;
}
/*.sec8 .cont .card_item .card > img {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
/*.sec8 .cont .card_item .card > img:first-child {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
.sec8 .cont .card_item .card.front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: rotateY(0);
}
.sec8 .cont .card_item .card.back {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: rotateY(180deg);
}
.sec8 .cont .card_item:hover .card.front {
    opacity: 0;
    z-index: 1;
    transform: rotateY(180deg);
}
.sec8 .cont .card_item:hover .card.back {
    opacity: 1;
    z-index: 2;
    transform: rotateY(0);
}
.sec8 .cont .card_item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    color: #121619;
}
.sec8 .cont .card_item a > img {
    /*margin-top: 32px;*/
    width: 56px;
}
.sec8 .cont .card_item .front a > img {
    margin-top: 32px;
}
.sec8 .cont .card_item .front .overlay span {
    font-weight: 600;
    font-size: 40px;

    letter-spacing: -0.5px;
}
.sec8 .cont .card_item .front .overlay p {
    font-weight: 300;
    font-size: 20px;

    margin-top: 8px;
}
.sec8 .cont .card_item .back .overlay {
    color: #fff;
    background: #444444;
    opacity: 0.8;
}
.sec8 .cont .card_item .back .overlay .tit {
    font-weight: 600;
    font-size: 40px;
    line-height: var(--fs_tit);
    letter-spacing: -0.5px;
}
.sec8 .cont .card_item .back .overlay .desc {
    font-weight: 300;
    font-size: 20px;

    margin-top: 8px;
    margin-bottom: 32px;
}
.sec8 .cont .card_item .back .overlay .desc p:last-child {
    margin-top: 8px;
}
.sec8 .cont .card_item .back .overlay > a {
    display: inline-block;
}


/* section9 */
.sec9 {
    color: #fff;
    background-color: #000000;
    padding: 100px 0 100px 160px;
    min-height: unset;
    height: auto;
}
.sec9 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec9 .tit {
    font-size: 44px;
    line-height: var(--fs_tit);
}
.sec9 .tit span {
    font-weight: 700;
}
.sec9 .desc {
    margin-top: 8px;
    font-weight: 300;
    font-size: 20px;

}
.sec9 .tab_btn {
    margin-top: 40px;
}
.sec9 .tab_btn .row {
    justify-content: center;
}
.sec9 .tab_btn ul li:not(:last-child) {
    margin-right: 8px;
}
.sec9 .tab_btn ul li a{
    font-size: 16px;

    color: #a8a8a8;
    padding: 7px 16px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
}
.sec9 .tab_btn ul li.active a {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
.sec9 .tab_cont {
    margin-top: 60px;
    text-align: start;
}
.sec9 .tab_cont .list .info {
    width: 367px;
    padding: 0 24px;
    margin-right: 60px;
}
.sec9 .tab_cont .list .info .tit {
    margin-top: 32px;
    font-weight: 400;
    font-size: 40px;
    line-height: var(--fs_tit);
}
.sec9 .tab_cont .list .info .desc {
    font-weight: 300;
    font-size: 18px;

    margin-top: 8px;
}
.sec9 .tab_cont .list .info a > img {
    margin-top: 24px;
    width: 64px;
    height: 32px;
}
.sec9 .tab_cont .list .swiper-container {
    overflow: hidden;
}
.sec9 .tab_cont .list .view_all_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* left: -20%; */
    position: relative;
}
.sec9 .tab_cont .list .view_all_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
}
.sec9 .tab_cont .list .view_all_btn > img {
    width: 32px;
}
.sec9 .tab_cont .list .view_all_txt {
    font-size: 14px;

    color: #FFFFFF;
    margin-top: 8px;
}
.sec9 .tab_cont .list .slide_cont {
    margin-top: 24px;
    color: #fff;
}
.sec9 .tab_cont .list.inspir .slide_cont span,
.sec9 .tab_cont .list.spot .slide_cont span{
    font-weight: 400;
    font-size: 24px;

}
.sec9 .tab_cont .list.inspir .slide_cont p,
.sec9 .tab_cont .list.spot .slide_cont p,
.sec9 .tab_cont .list.blog .slide_cont p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;


    /* 여러 줄 자르기 추가 스타일 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec9 .tab_cont .list.inspir .swiper-slide {
    width: 440px;
}
.sec9 .tab_cont .list.blog .swiper-slide,
.sec9 .tab_cont .list.spot .swiper-slide {
    width: 320px;
}
.sec9 .tab_cont .list.blog .slide_cont p:first-child,
.sec9 .tab_cont .list.spot .slide_cont p:first-child{
    font-weight: 400;
    font-size: 14px;

}
.sec9 .tab_cont .list.blog .slide_cont p:first-child span,
.sec9 .tab_cont .list.spot .slide_cont p:first-child span {
    font-weight: 300;
    font-size: 14px;

    color: #E1E1E1;
}
.sec9 .tab_cont .list.blog .slide_cont p:last-child {
    margin-top: 16px;
    font-size: 24px;

}


/* sec10 */
.sec10 {
    color: #fff;
    background-color: #000;
    min-height: unset;
    height: 800px;
}
.sec10 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec10 .tit {
    font-weight: 500;
    font-size: 60px;
    line-height: var(--fs_tit);
    letter-spacing: -0.5px;
}
.sec10 .video {
    width: 480px;
    margin: 24px auto 0 auto;
}
.sec10 .desc {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 32px;

    color: #E1E1E1;
}
.sec10 a {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;

    color: #121619;
    padding: 12px 24px;
    background-color: #fff;
    border: 1px solid #fff;
}


/* popup */
.landing .main_img_popup {
    position: fixed;
    top: unset;
    left: unset;
    bottom: 80px;
    right: 20px;
    overflow: hidden;
    display: none;
    z-index: 10001;
    font-size: 15px;
    background-color: transparent;
}
.landing .main_img_popup .img_popup_in {
    margin: 0 auto;
    max-width: 320px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}
.landing .main_img_popup .popup_btn_w {
    display: flex;
    text-align: center;
    background: rgba(0, 0, 0, 0.30);
}
.main_img_popup .popup_btn_w a:first-child {
    width: 180px;
}
.main_img_popup .popup_btn_w a:last-child {
    width: 140px;
}
.main_img_popup .popup_btn_w a:first-child:after {
    transform: translateX(30px);
}
.landing .swiper-pagination {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.landing .swiper-pagination-bullet {
    /*padding: 5px 10px;*/
    width: 32px;
    height: 4px;
    background: #E1E1E1;
    opacity: 1;
    margin: 0 2px;
    border-radius: 0;
}
.landing .swiper-pagination-bullet-active {
    background: #000;
}
.landing .pagination_bg {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 36px;
}
.landing .pagination_bg img {
    display: block;
    width: 100%;
    height: 100%;
}


/* mediaquery max-height: 746px; */
@media (max-height: 746px) or (max-width: 1400px) {

    .section {
        padding-top: 90px;
    }
    .sec1 .tit {
        font-size: 64px;

    }
    .sec1 .tit .rolling {
        height: 80px;
        font-size: 64px;
    }
    .sec1 .tit .rolling li {
        padding: 2px 26px;
    }
    .sec1 .tit > div:first-child {
        margin-bottom: 0;
    }
    .sec1 .tit.en .border {
        margin-left: 12px;
    }
    .sec1 .desc {
        padding-top: 24px;
        font-size: 21px;

    }
    .sec1 .start_btn a {
        padding: 5px 21px;
    }
    .sec1 .lottie .arrow_down_lottie {
        width: 50px;
    }
    /*.sec1 .anim .circle.animated {*/
    /*    -webkit-transition: all 1s;*/
    /*    transition: all 1s;*/
    /*    transform: scale(0.25, 0.42) translateY(145%);*/
    /*    -webkit-transform: scale(0.25, 0.42) translateY(145%);*/
    /*    border-radius: 50%;*/
    /*    -webkit-border-radius: 50%;*/
    /*    top: -100%;*/
    /*    opacity: 1;*/
    /*}*/
    /*.sec1 .anim .circle.animated.active {*/
    /*    transform: scale(1, 1);*/
    /*    -webkit-transform: scale(1, 1);*/
    /*    border-radius: 0;*/
    /*    -webkit-border-radius: 0;*/
    /*    top: 0;*/
    /*    opacity: 1;*/
    /*}*/

    .sec2 .cont .txt {
        bottom: 324px;
    }
    .sec2 .cont .txt div:first-child {
        left: -162px;
        font-size: 87px;
    }
    .sec2 .cont .txt div:nth-child(2) p {
        font-size: 98px;

    }
    .sec2 .cont .txt div:nth-child(2) .lottie {
        /*right: -160px;*/
        /*bottom: -32px;*/
    }
    .sec2 .cont .phone {
        width: 855px;
        bottom: -83px;
    }
    .sec2 .cont .phone_bg {
        width: 425px;
    }

    /*.sec3 > .inner {*/
    /*    top: -35px;*/
    /*}*/
    .sec3 .tit p {
        font-size: 46px;

        margin-bottom: 0;
    }
    .sec3 .desc {
        font-size: 16px;

    }
    .sec3 .start_btn a {
        font-size: 17px;

        padding: 8px 20px;
    }
    .sec3 .slider_wrap {
        margin-top: 40px;
    }
    .sec3 .slider_wrap > img {
        width: 220px;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide img {
        width: 160px;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        padding: 16px;
        font-size: 24px;

    }
    .en .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        font-size: 20px;

    }

    .sec3 .slider_wrap .img_overlay {
        width: 225px;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont {
        padding: 12px;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_tit {
        font-size: 24px;

    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_desc {
        font-size: 14px;

    }
    .sec4 .row {
        padding-left: 120px;
        justify-content: flex-start;
    }
    .sec4 .left {
        width: 36%;
        flex-shrink: 0;
    }
    .sec4 .left .tit {
        font-size: 32px;

    }
    .sec4 .left .desc {
        font-size: 16px;

        padding-right: 20px;
    }
    .sec4 .left .start_btn a {
        font-size: 17px;

        padding: 8px 20px;
    }
    .sec4 .right {
        width: calc(100% - 640px - 32px);
    }
    /*.sec4 .right .tab_btn .row {*/
    /*    padding-left: 0;*/
    /*}*/
    .sec4 .right .tab_cont {

    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide {
        width: 250px;
        height: 250px;
        overflow: hidden;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide img {
        width: 100%;
    }
    .sec5 {
        padding: 80px 30px;
        max-width: 1020px;
    }
    .sec5 .tit {
        font-size: 32px;

    }
    .sec5 .desc {
        font-size: 16px;

        margin-top: 24px;
    }
    .sec5 .txt_cont .start_btn a {
        font-size: 17px;

        padding: 8px 20px;
    }
    .sec6 .txt_cont .tit {
        font-size: 46px;

    }
    .sec6 .txt_cont .desc {
        font-size: 16px;

    }
    .sec6 .ico_cont {
        margin-top: 80px;
        gap: 40px;
    }
    .sec6 .ico_cont .ico .tit {
        font-size: 46px;

    }
    .sec6 .ico_cont .ico .desc {
        font-size: 16px;

    }
    .sec7 .tit {
        font-size: 32px;

    }
    .sec7 .cont {
        margin-top: 40px;
    }
    .sec7 .cont .expand_w {
        width: 510px;
    }

    .sec7 .cont .right .item_img {
        width: 430px;
    }
    .sec7 .cont .expand_w .expand_item .expand_btn {
        padding: 11px 0;
    }
    .sec8 .tit {
        font-size: 32px;

    }
    .sec8 .cont .card_item {
        width: 350px;
        height: 350px;
    }
    .sec8 .cont .card_item .front .overlay span {
        font-size: 29px;

    }
    .sec8 .cont .card_item a > img {
        width: 40px;
    }
    .sec8 .cont .card_item .front a > img {
        margin-top: 26px;
    }
    .sec8 .cont .row:first-child {
        margin-bottom: 32px;
    }
    .sec8 .cont .card_item:nth-child(odd) {
        margin-right: 32px;
    }
    .sec8 .cont .card_item .back .overlay .tit {
        font-size: 36px;

    }
    .sec8 .cont .card_item .back .overlay .desc {
        font-size: 14px;

        margin-bottom: 24px;
    }
    .sec9 {
        padding: 80px 0 80px 120px;
    }
    .sec9 .tit {
        font-size: 35px;

    }
    .sec9 .desc {
        font-size: 16px;

    }
    .sec9 .tab_btn ul li a {
        font-size: 16px;

        padding: 5px 11px;
    }
    .sec9 .tab_cont .list .info .tit {
        font-size: 35px;

    }
    .sec9 .tab_cont .list .info .desc {
        margin-top: 5px;
    }
    .sec9 .tab_cont .list.inspir .swiper-slide {
        width: 350px;
        margin-right: 24px;
    }
    .sec10 .tit {
        font-size: 46px;

    }
    .sec10 .video {
        margin-top: 16px;
    }
    .sec10 .desc {
        font-size: 24px;

        margin-top: 16px;
        margin-bottom: 30px;
    }
    .sec10 a {
        padding: 8px 10px;
    }
    .section.sec1_1 {
        padding-top: 0;
    }
}



/* mediaquery 1300px */
@media (max-width: 1300px) {


    /* animation */
    .animated {
        -webkit-transform: translateY(7.69vw);
        transform: translateY(7.69vw);
    }


    /* common */
    .section {
        padding-top: 6.92vw;
    }


    /* section1 */
    .sec1 .tit {
        margin-top: -4.62vw;
        font-size: 4.92vw;

    }
    .sec1 .tit > div:first-child {
        /*margin-bottom: 1.23vw;*/
        margin-bottom: 0.62vw;
    }
    .sec1 .tit .tit_cont .border {
        border-radius: 4.62vw;
        margin-right: 0.62vw;
    }
    .sec1 .tit .rolling {
        /*width: 37.85vw;*/
        height: 6.15vw;
        font-size: 4.92vw;
    }
    .sec1 .tit .rolling li {
        padding: 0vw 2vw;
    }
    .sec1 .tit.en .border {
        margin-left: 0.92vw;
    }
    .sec1 .desc {
        padding-top: 1.85vw;
        font-size: 1.62vw;

    }
    .sec1 .desc p:first-child {
        margin-top: 0.62vw;
    }
    .sec1 .start_btn {
        padding-top: 4.62vw;
    }
    .sec1 .start_btn a {
        font-size: 2.46vw;

        padding: 0.38vw 1.62vw;
    }
    .sec1 .lottie .arrow_down_lottie {
        margin-top: 1.15vw;
        width: 3.85vw;
    }
    .sec1 .anim {
        margin: 11.54vw auto 0 auto;
    }


    /* section2 */
    .sec2 .cont .txt {
        bottom: 24.92vw;
    }
    .sec2 .cont .txt div:first-child {
        left: -12.46vw;
        font-size: 6.69vw;
        top: 1.92vw;
    }
    .sec2 .cont .txt div:nth-child(2) {
        padding-left: 0.62vw;
    }
    .sec2 .cont .txt div:nth-child(2) p {
        font-size: 7.54vw;

    }
    .sec2 .cont .txt div:nth-child(2) .rec {
        width: 3.69vw;
        right: -3.54vw;
    }
    .sec2 .cont .txt div:nth-child(2) .lottie {
        width: 6.15vw;
        right: -4.23vw;
        bottom: -1vw;
    }
    .sec2 .cont .phone {
        width: 65.77vw;
        bottom: -6.38vw;
    }
    .sec2 .cont .phone_bg {
        width: 32.69vw;
        bottom: -6.15vw;
    }


    /* section3 */
    .sec3 .tit {
        margin-top: 7.69vw;
    }
    .sec3 .tit p {
        font-size: 3.54vw;

        margin-bottom: 0;
    }
    .sec3 .desc {
        margin-top: 0.62vw;
        font-size: 1.23vw;

    }
    .sec3 .start_btn {
        margin-top: 2.46vw;
    }
    .sec3 .start_btn a {
        font-size: 1.31vw;

        padding: 0.62vw 1.54vw;
    }
    .sec3 .slider_wrap {
        margin-top: 3.08vw;
    }
    .sec3 .slider_wrap > img {
        width: 16.92vw;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide img {
        width: 12.31vw;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        padding: 1.23vw;
        font-size: 1.85vw;

    }
    .en .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        font-size: 1.54vw;

    }
    .sec3 .slider_wrap .img_overlay {
        width: 17.31vw;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont {
        padding: 0.92vw;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_tit {
        font-size: 1.85vw;

    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_desc {
        font-size: 1.08vw;

    }


    /* section4 */
    .sec4 .left {
        width: 25.23vw;
    }
    .sec4 .left .tit {
        font-size: 2.46vw;

    }
    .sec4 .left .desc {
        font-size: 1.23vw;

        margin-top: 2.46vw;
        padding-right: 1.54vw;
    }
    .sec4 .left .desc p:first-child {
        margin-bottom: 0.62vw;
    }
    .sec4 .left .start_btn {
        padding-top: 2.46vw;
    }
    .sec4 .left .start_btn a {
        font-size: 1.31vw;

        padding: 0.62vw 1.54vw;
    }
    .sec4 .right {
        width: calc(100% - 25.23vw - 2.46vw);
        margin-left: 2.46vw;
    }
    /*.sec4 .right .tab_btn .row {*/
    /*    justify-content: left;*/
    /*    padding-left: 0;*/
    /*}*/
    .sec4 .right .tab_btn ul li {
        margin-right: 0.62vw;
    }
    .sec4 .right .tab_btn ul li a{
        font-size: 1.23vw;

        padding: 0.54vw 1.23vw;
        border-radius: 2.31vw;
    }
    .sec4 .right .tab_cont {
        margin-top: 2.46vw;
    }
    .sec4 .right .tab_cont > div {
        padding-bottom: 5.38vw;
    }
    .sec4 .right .tab_cont .swiper-scrollbar {
        height: 0.77vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide {
        width: 19.23vw;
        height: 19.23vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay {
        padding: 1.54vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay span {
        padding: 0.15vw 0.46vw;
        font-size: 1.08vw;

    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay p {
        margin-top: 0.62vw;
        font-size: 1.54vw;

    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay a img {
        margin-top: 1.85vw;
        width: 4.31vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box {
        padding: 0.62vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box img {
        width: 2.46vw;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .view_all_txt {
        font-size: 1.08vw;

        margin-top: 0.62vw;
    }


    /* section5 */
    .sec5 {
        padding: 6.15vw 2.31vw;
        max-width: 78.46vw;
    }
    .sec5 .tit {
        font-size: 2.46vw;

    }
    .sec5 .desc {
        font-size: 1.23vw;

        margin-top: 1.85vw;
    }
    .sec5 .cont1 .img_cont {
        width: 47.31vw;
        margin-right : 4.62vw;
    }
    .sec5 .cont1 .txt_cont {
        width: 55.85vw;
    }
    .sec5 .cont1 .txt_cont .desc {
        margin-top: 2.46vw;
        padding-right: 2.46px;
    }
    .sec5 .cont1 .txt_cont .desc p:last-child {
        margin-top: 1.23vw;
    }
    .sec5 .cont1 .txt_cont .start_btn {
        margin-top: 2.46vw;
    }
    .sec5 .txt_cont .start_btn a {
        font-size: 1.31vw;

        padding: 0.62vw 1.54vw;
    }
    .sec5 .cont2 {
        margin-top: 7.69vw;
    }
    .sec5 .cont2 .img_cont {
        width: 47.23vw;
    }
    .sec5 .cont2 .txt_cont {
        margin-right: 7.69vw;
        width: 60.62vw;
    }
    .sec5 .cont2 .txt_cont .desc {
        margin-top: 3.23vw;
    }
    .sec5 .cont2 .txt_cont .desc p:first-child {
        margin-bottom: 1.23vw;
    }
    .sec5 .cont2 .txt_cont .desc p:last-child {
        margin-top: 2.46vw;
        font-size: 1.38vw;
    }


    /* sec6 */
    .sec6 .txt_cont .tit {
        font-size: 3.54vw;

    }
    .sec6 .txt_cont .desc {
        font-size: 1.23vw;

        margin-top: 1.23vw;
    }
    .sec6 .ico_cont {
        margin: 6.15vw 37.92vw 0 37.92vw;
    }
    .sec6 .ico_cont .ico .tit {
        font-size: 3.54vw;

    }
    .sec6 .ico_cont .ico .desc {
        font-size: 1.23vw;

    }


    /* sec7 */
    .sec7 .tit {
        font-size: 2.46vw;

    }
    .sec7 .cont {
        margin-top: 3.08vw;
        padding: 0 7.69vw;
    }
    .sec7 .cont .expand_w {
        width: 39.23vw;
        margin: auto 7.69vw auto 0;
    }
    .sec7 .cont .expand_w .expand_item .expand_btn {
        padding: 0.85vw 0;
        font-size: 2.46vw;

        background-size: 2.46vw auto;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont {
        margin-bottom: 2.46vw;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont p {
        font-size: 1.23vw;

        margin-bottom: 1.85vw;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont a {
        font-size: 1.08vw;

        padding: 0.46vw 1.23vw;
    }
    .sec7 .cont .right .item_img {
        width: 33.08vw;
    }


    /* sec8 */
    .sec8 {
        padding: 6.15vw 0 7.69vw 0;
    }
    .sec8 .tit {
        font-size: 2.46vw;

    }
    .sec8 .cont {
        margin-top: 4.62vw;
        /*padding: 0 35.38vw;*/
    }
    .sec8 .cont .row:first-child {
        margin-bottom: 2.46vw;
    }
    .sec8 .cont .card_item:nth-child(odd) {
        margin-right: 2.46vw;
    }
    .sec8 .cont .card_item {
        width: 26.92vw;
        height: 26.92vw;
    }
    .sec8 .cont .card_item .overlay {
        padding: 2.46vw;
    }
    .sec8 .cont .card_item a > img {
        /*margin-top: 2.46vw;*/
        width: 3.08vw;
    }
    .sec8 .cont .card_item .front a > img {
        margin-top: 2vw;
    }
    .sec8 .cont .card_item .front .overlay span {
        font-size: 2.23vw;

    }
    .sec8 .cont .card_item .front .overlay p {
        font-size: 1.54vw;

        margin-top: 0.62vw;
    }
    .sec8 .cont .card_item .back .overlay .tit {
        font-size: 2.77vw;

    }
    .sec8 .cont .card_item .back .overlay .desc {
        font-size: 1.08vw;

        margin-top: 0.62vw;
        margin-bottom: 1.85vw;
    }
    .sec8 .cont .card_item .back .overlay .desc p:last-child {
        margin-top: 0.62vw;
    }


    /* section9 */
    .sec9 {
        padding: 6.15vw 0 6.15vw 9.23vw;
    }
    .sec9 .tit {
        font-size: 2.69vw;

    }
    .sec9 .desc {
        margin-top: 0.62vw;
        font-size: 1.23vw;

    }
    .sec9 .tab_btn {
        margin-top: 3.08vw;
    }
    .sec9 .tab_btn ul li:not(:last-child) {
        margin-right: 0.62vw;
    }
    .sec9 .tab_btn ul li a{
        font-size: 1.23vw;

        padding: 0.38vw 0.85vw;
        border-radius: 2.31vw;
    }
    .sec9 .tab_cont {
        margin-top: 4.62vw;
    }
    .sec9 .tab_cont .list .info {
        width: 28.23vw;
        padding: 0 1.85vw;
        margin-right: 4.62vw;
    }
    .sec9 .tab_cont .list .info .tit {
        margin-top: 2.46vw;
        font-size: 2.69vw;

    }
    .sec9 .tab_cont .list .info .desc {
        font-size: 1.38vw;

        margin-top: 0.38vw;
    }
    .sec9 .tab_cont .list .info a > img {
        margin-top: 1.85vw;
        width: 4.92vw;
        height: 2.46vw;
    }
    .sec9 .tab_cont .list .view_all_btn {
        width: 3.69vw;
        height: 3.69vw;
    }
    .sec9 .tab_cont .list .view_all_btn > img {
        width: 2.46vw;
    }
    .sec9 .tab_cont .list .view_all_txt {
        font-size: 1.08vw;

        margin-top: 0.62vw;
    }
    .sec9 .tab_cont .list.inspir .slide_cont span,
    .sec9 .tab_cont .list.spot .slide_cont span {
        font-size: 24px;

    }
    .sec9 .tab_cont .list.inspir .slide_cont span,
    .sec9 .tab_cont .list.spot .slide_cont span {
        font-size: 1.85vw;

    }
    .sec9 .tab_cont .list.inspir .slide_cont p {
        margin-top: 0.62vw;
        font-size: 1.08vw;

    }
    .sec9 .tab_cont .list.inspir .swiper-slide {
        width: 26.92vw;
    }
    .sec9 .tab_cont .list.blog .swiper-slide,
    .sec9 .tab_cont .list.spot .swiper-slide {
        width: 24.62vw;
    }
    .sec9 .tab_cont .list.blog .slide_cont p:first-child,
    .sec9 .tab_cont .list.spot .slide_cont p:first-child {
        font-size: 1.08vw;

    }
    .sec9 .tab_cont .list.blog .slide_cont p:first-child span,
    .sec9 .tab_cont .list.spot .slide_cont p:first-child span {
        font-size: 1.08vw;

    }
    .sec9 .tab_cont .list.blog .slide_cont p:last-child {
        margin-top: 1.23vw;
        font-size: 1.85vw;

    }


    /* sec10 */
    .sec10 {
        height: 61.54vw;
    }
    .sec10 .tit {
        font-size: 3.54vw;

    }
    .sec10 .video {
        width: 36.92vw;
        margin: 1.23vw auto 0 auto;
    }
    .sec10 .desc {
        font-size: 1.85vw;

        margin-top: 1.23vw;
        margin-bottom: 2.31vw;
    }
    .sec10 a {
        font-size: 1.85vw;

        padding: 0.62vw 0.77vw;
    }
    .section.sec1_1 {
        padding-top: 0;
    }

    /* popup */
    .landing .main_img_popup {
        bottom: 6.15vw;
        right: 1.54vw;
        font-size: 1.15vw;
    }
    .landing .main_img_popup .img_popup_in {
        max-width: 24.62vw;
    }
    .main_img_popup .popup_btn_w a:first-child {
        width: 13.85vw;
    }
    .main_img_popup .popup_btn_w a:last-child {
        width: 10.77vw;
    }
    .main_img_popup .popup_btn_w a:first-child:after {
        transform: translateX(2.31vw);
    }
    .landing .swiper-pagination {
        bottom: 1.23vw;
    }
    .landing .swiper-pagination-bullet {
        width: 2.46vw;
        height: 0.31vw;
        margin: 0 0.15vw;
    }
    .landing .pagination_bg {
        height: 2.77vw;
    }
}


/* mediaquery 768px */
@media (max-width: 768px) {
    /* animation */
    .animated {
        -webkit-transform: translateY(59px);
        transform: translateY(59px);
    }


    /* common */
    .section {
        padding-top: 53px;
    }


    /* section1 */
    .sec1 .tit {
        margin-top: -35px;
        font-size: 38px;

    }
    .sec1 .tit > div:first-child {
        margin-bottom: 9px;
    }
    .sec1 .tit .tit_cont .border {
        border-radius: 35px;
        margin-right: 5px;
    }
    .sec1 .tit .rolling {
        /*width: 291px;*/
        height: 47px;
        font-size: 38px;
    }
    .sec1 .tit .rolling li {
        padding: 0px 15px;
    }
    .sec1 .tit.en .border {
        margin-left: 7px;
    }
    .sec1 .desc {
        padding-top: 14px;
        font-size: 12px;

    }
    .sec1 .desc p:first-child {
        margin-top: 5px;
    }
    .sec1 .start_btn {
        padding-top: 35px;
    }
    .sec1 .start_btn a {
        font-size: 19px;

        padding: 3px 12px;
    }
    .sec1 .lottie .arrow_down_lottie {
        margin-top: 9px;
        width: 30px;
    }
    .sec1 .anim {
        margin: 89px auto 0 auto;
    }


    /* section2 */
    .sec2 .cont .txt {
        bottom: 191px;
    }
    .sec2 .cont .txt div:first-child {
        left: -96px;
        font-size: 51px;
        top: 15px;
    }
    .sec2 .cont .txt div:nth-child(2) {
        padding-left: 5px;
    }
    .sec2 .cont .txt div:nth-child(2) p {
        font-size: 58px;

    }
    .sec2 .cont .txt div:nth-child(2) .rec {
        width: 28px;
        right: -27px;
    }
    .sec2 .cont .txt div:nth-child(2) .lottie {
        width: 47px;
        right: -33px;
        bottom: -8px;
    }
    .sec2 .cont .phone {
        width: 505px;
        bottom: -49px;
    }
    .sec2 .cont .phone_bg {
        width: 251px;
        bottom: -47px;
    }


    /* section3 */
    .sec3 .tit {
        margin-top: 59px;
    }
    .sec3 .tit p {
        font-size: 27px;

        margin-bottom: 0;
    }
    .sec3 .desc {
        margin-top: 5px;
        font-size: 9px;

    }
    .sec3 .start_btn {
        margin-top: 19px;
    }
    .sec3 .start_btn a {
        font-size: 10px;

        padding: 5px 12px;
    }
    .sec3 .slider_wrap {
        margin-top: 24px;
    }
    .sec3 .slider_wrap > img {
        width: 130px;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide img {
        width: 95px;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        padding: 9px;
        font-size: 14px;

    }
    .en .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .txt_overlay {
        font-size: 12px;

    }
    .sec3 .slider_wrap .img_overlay {
        width: 133px;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont {
        padding: 7px;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_tit {
        font-size: 14px;

    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_desc {
        font-size: 8px;

    }


    /* section4 */
    .sec4 .left {
        width: 194px;
    }
    .sec4 .left .tit {
        font-size: 19px;

    }
    .sec4 .left .desc {
        font-size: 9px;

        margin-top: 19px;
        padding-right: 12px;
    }
    .sec4 .left .desc p:first-child {
        margin-bottom: 5px;
    }
    .sec4 .left .start_btn {
        padding-top: 19px;
    }
    .sec4 .left .start_btn a {
        font-size: 10px;

        padding: 5px 12px;
    }
    .sec4 .right {
        width: calc(100% - 194px - 19px);
        margin-left: 19px;
    }
    /*.sec4 .right .tab_btn .row {*/
    /*    justify-content: left;*/
    /*    padding-left: 0;*/
    /*}*/
    .sec4 .right .tab_btn ul li {
        margin-right: 5px;
    }
    .sec4 .right .tab_btn ul li a{
        font-size: 9px;

        padding: 4px 9px;
        border-radius: 18px;
    }
    .sec4 .right .tab_cont {
        margin-top: 19px;
    }
    .sec4 .right .tab_cont > div {
        padding-bottom: 41px;
    }
    .sec4 .right .tab_cont .swiper-scrollbar {
        height: 6px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide {
        width: 148px;
        height: 148px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay {
        padding: 12px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay span {
        padding: 1px 4px;
        font-size: 8px;

    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay p {
        margin-top: 5px;
        font-size: 12px;

    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_overlay a img {
        margin-top: 14px;
        width: 33px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box {
        padding: 5px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box img {
        width: 19px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .view_all_txt {
        font-size: 8px;

        margin-top: 5px;
    }


    /* section5 */
    .sec5 {
        padding: 47px 18px;
        max-width: 603px;
    }
    .sec5 .tit {
        font-size: 19px;

    }
    .sec5 .desc {
        font-size: 9px;

        margin-top: 14px;
    }
    .sec5 .cont1 .img_cont {
        width: 363px;
        margin-right : 35px;
    }
    .sec5 .cont1 .txt_cont {
        width: 429px;
    }
    .sec5 .cont1 .txt_cont .desc {
        margin-top: 19px;
        padding-right: 19px;
    }
    .sec5 .cont1 .txt_cont .desc p:last-child {
        margin-top: 9px;
    }
    .sec5 .cont1 .txt_cont .start_btn {
        margin-top: 19px;
    }
    .sec5 .txt_cont .start_btn a {
        font-size: 10px;

        padding: 5px 12px;
    }
    .sec5 .cont2 {
        margin-top: 59px;
    }
    .sec5 .cont2 .img_cont {
        width: 363px;
    }
    .sec5 .cont2 .txt_cont {
        margin-right: 59px;
        width: 466px;
    }
    .sec5 .cont2 .txt_cont .desc {
        margin-top: 25px;
    }
    .sec5 .cont2 .txt_cont .desc p:first-child {
        margin-bottom: 9px;
    }
    .sec5 .cont2 .txt_cont .desc p:last-child {
        margin-top: 19px;
        font-size: 11px;
    }


    /* sec6 */
    .sec6 .txt_cont .tit {
        font-size: 27px;

    }
    .sec6 .txt_cont .desc {
        font-size: 9px;

        margin-top: 9px;
    }
    .sec6 .ico_cont {
        margin: 47px 291px 0 291px;
    }
    .sec6 .ico_cont .ico .tit {
        font-size: 27px;

    }
    .sec6 .ico_cont .ico .desc {
        font-size: 9px;

    }


    /* sec7 */
    .sec7 .tit {
        font-size: 19px;

    }
    .sec7 .cont {
        margin-top: 24px;
        padding: 0 59px;
    }
    .sec7 .cont .expand_w {
        width: 301px;
        margin: auto 59px auto 0;
    }
    .sec7 .cont .expand_w .expand_item .expand_btn {
        padding: 7px 0;
        font-size: 19px;

        background-size: 19px auto;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont {
        margin-bottom: 19px;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont p {
        font-size: 9px;

        margin-bottom: 14px;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont a {
        font-size: 8px;

        padding: 4px 9px;
    }
    .sec7 .cont .right .item_img {
        width: 254px;
    }


    /* sec8 */
    .sec8 {
        padding: 47px 0 59px 0;
    }
    .sec8 .tit {
        font-size: 19px;

    }
    .sec8 .cont {
        margin-top: 35px;
        /*padding: 0 272px;*/
    }
    .sec8 .cont .row:first-child {
        margin-bottom: 19px;
    }
    .sec8 .cont .card_item:nth-child(odd) {
        margin-right: 19px;
    }
    .sec8 .cont .card_item {
        width: 207px;
        height: 207px;
    }
    .sec8 .cont .card_item .overlay {
        padding: 19px;
    }
    .sec8 .cont .card_item a > img {
        /*margin-top: 19px;*/
        width: 24px;
    }
    .sec8 .cont .card_item .front a > img {
        margin-top: 15px;
    }
    .sec8 .cont .card_item .front .overlay span {
        font-size: 17px;

    }
    .sec8 .cont .card_item .front .overlay p {
        font-size: 12px;

        margin-top: 5px;
    }
    .sec8 .cont .card_item .back .overlay .tit {
        font-size: 21px;

    }
    .sec8 .cont .card_item .back .overlay .desc {
        font-size: 10px;

        margin-top: 5px;
        margin-bottom: 14px;
    }
    .sec8 .cont .card_item .back .overlay .desc p:last-child {
        margin-top: 5px;
    }


    /* section9 */
    .sec9 {
        padding: 48px 0 48px 71px;
    }
    .sec9 .tit {
        font-size: 21px;

    }
    .sec9 .desc {
        margin-top: 5px;
        font-size: 9px;

    }
    .sec9 .tab_btn {
        margin-top: 24px;
    }
    .sec9 .tab_btn ul li:not(:last-child) {
        margin-right: 5px;
    }
    .sec9 .tab_btn ul li a{
        font-size: 9px;

        padding: 3px 7px;
        border-radius: 18px;
    }
    .sec9 .tab_cont {
        margin-top: 35px;
    }
    .sec9 .tab_cont .list .info {
        width: 217px;
        padding: 0 14px;
        margin-right: 35px;
    }
    .sec9 .tab_cont .list .info .tit {
        margin-top: 19px;
        font-size: 21px;

    }
    .sec9 .tab_cont .list .info .desc {
        font-size: 11px;

        margin-top: 3px;
    }
    .sec9 .tab_cont .list .info a > img {
        margin-top: 14px;
        width: 38px;
        height: 19px;
    }
    .sec9 .tab_cont .list .view_all_btn {
        width: 28px;
        height: 28px;
    }
    .sec9 .tab_cont .list .view_all_btn > img {
        width: 19px;
    }
    .sec9 .tab_cont .list .view_all_txt {
        font-size: 8px;

        margin-top: 5px;
    }
    .sec9 .tab_cont .list .slide_cont {
        margin-top: 14px;
    }
    .sec9 .tab_cont .list.inspir .slide_cont span,
    .sec9 .tab_cont .list.spot .slide_cont span {
        font-size: 14px;

    }
    .sec9 .tab_cont .list.inspir .slide_cont p,
    .sec9 .tab_cont .list.spot .slide_cont p,
    .sec9 .tab_cont .list.blog .slide_cont p {
        margin-top: 5px;
        font-size: 8px;

    }
    .sec9 .tab_cont .list.inspir .swiper-slide {
        width: 207px;
    }
    .sec9 .tab_cont .list.blog .swiper-slide,
    .sec9 .tab_cont .list.spot .swiper-slide {
        width: 189px;
    }
    .sec9 .tab_cont .list.blog .slide_cont p:first-child,
    .sec9 .tab_cont .list.spot .slide_cont p:first-child {
        font-size: 8px;

    }
    .sec9 .tab_cont .list.blog .slide_cont p:first-child span,
    .sec9 .tab_cont .list.spot .slide_cont p:first-child span {
        font-size: 8px;

    }
    .sec9 .tab_cont .list.blog .slide_cont p:last-child {
        margin-top: 9px;
        font-size: 14px;

    }


    /* sec10 */
    .sec10 {
        height: 473px;
    }
    .sec10 .tit {
        font-size: 27px;

    }
    .sec10 .video {
        width: 284px;
        margin: 9px auto 0 auto;
    }
    .sec10 .desc {
        font-size: 14px;

        margin-top: 9px;
        margin-bottom: 18px;
    }
    .sec10 a {
        font-size: 14px;

        padding: 5px 6px;
    }

    /* popup */
    .landing .main_img_popup {
        bottom: 47px;
        right: 12px;
        font-size: 9px;
    }
    .landing .main_img_popup .img_popup_in {
        max-width: 189px;
    }
    .main_img_popup .popup_btn_w a:first-child {
        width: 106px;
    }
    .main_img_popup .popup_btn_w a:last-child {
        width: 83px;
    }
    .main_img_popup .popup_btn_w a:first-child:after {
        transform: translateX(18px);
    }
    .landing .swiper-pagination {
        bottom: 9px;
    }
    .landing .swiper-pagination-bullet {
        width: 19px;
        height: 2px;
        margin: 0 1px;
    }
    .landing .pagination_bg {
        height: 21px;
    }
}

@media screen and (orientation:portrait)  {
    .section {
        padding-top: 0;
        min-height: unset;
        height: 70vw;
    }
    .sec1 {
        min-height: unset;
        height: auto;
    }
    .sec1 .sec1_txt_wrap {
        height: 100vh;
    }
    .sec1 .sec1_video_wrap {
        height: 70vw;
    }
    .sec1 .anim {
        margin: 0;
    }
    .sec1 .anim .circle {
        position: absolute;
        width: 100vw;
        height: 100%;
        overflow: hidden;
    }
    .sec1 .anim .circle video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sec1 .anim .circle.animated {
        -webkit-transition: all 1s;
        transition: all 1s;
        transform: scale(0.35, 0.42) translateY(120%);
        border-radius: 50%;
        top: -100%;
        opacity: 1;
    }
    .sec1 .anim .circle.animated.active {
        transform: scale(1, 1);
        border-radius: 0;
        top: 0;
        opacity: 1;
    }
    .sec3 > .inner {
        top: 0;
    }
    .sec5, .sec8 {
        padding: 100px 50px;
        height: fit-content;
    }
    .sec9 {
        padding: 6.15vw 0 6.15vw 9.23vw;
    }
    .sec10 {
        height: 55vw;
    }
}

