/* landing page */
.landing_pc_only {
    display: block !important;
}
.landing_m_only {
    display: none !important;
}

.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 .tit_cont {
    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;
    height: auto;
}
.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-wrapper {
    height: auto;
}
.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;
}
.sec4 .right .tab_cont .sec4_swiper .swiper-slide .product_name {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


    /* 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;
}
.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;

    display: block;
}
.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 {
    padding-left: var(--px8);
    padding-right: var(--px8);
}
.landing .main_img_popup
.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%;
}


.fix_start_btn {
    display: none;
}

/* 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;
    }
    .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;
    }
}

@media screen and (orientation: portrait) and (min-width: 769px) {
    .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;
    }
}


/* mediaquery 768px */
@media (max-width: 768px) {
    .landing_pc_only {
        display: none !important;
    }
    .landing_m_only {
        display: block !important;
    }

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

    /* section */
    .section {
        padding: 0 20px;
        position: relative;
        text-align: center;
        overflow: hidden;
        margin-top: 0;
    }
    .swiper-container {
        width: 100%;
    }
    .swiper-container .swiper-slide {
        position: relative;
        width: auto;
        cursor: pointer;
    }
    .new_section_9  .swiper-container .swiper-slide:first-child {
        padding-left: 20px;
    }
    .new_section_9  .swiper-container .swiper-slide:last-child {
        padding-right: 20px;
        margin-right: 0 !important;
    }
    video {
        width: 100%;
    }

    .header {
        z-index: 10001;
    }

    /* sec1 */
    .sec1 {
        color: #fff;
        background-color: #000;
        margin-top: 0;
    }
    .sec1 > .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec1 .sec1_txt_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(var(--vh, 1vh) * 100);
    }
    .sec1 .tit {
        font-weight: 700;
        font-size: 38px;
        line-height: var(--fs_tit);
        margin-bottom: 24px;
        text-transform: uppercase;
    }
    .sec1 .tit .tit_in > div:not(:last-child),
    .sec1 .tit > div:not(:last-child) {
        margin-bottom: 4px;
    }
    .sec1 .tit .tit_cont .border {
        border: 2px solid #fff;
        border-radius: 60px;
        overflow: hidden;
        margin: auto;
        width: fit-content;
    }
    .sec1 .tit .rolling {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        height: 55px;
        /*overflow: hidden;*/
        font-size: 38px;
        font-weight: 700;
    }
    .sec1 .tit .rolling li {
        display: inline-block;
        padding: 6px 0px;
        margin: 0 13px;
    }
    .ko .sec1 .tit .rolling li {
        margin: 0 22px;
    }
    .sec1 .desc {
        font-size: 16px;

        display: block;
        position: relative;
        margin-bottom: 24px;
    }
    .sec1 .desc p:last-child {
        margin-top: 8px;
    }
    .sec1 .start_btn {
        position: relative;
        display: inline-flex;
    }
    .sec1 .start_btn a {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;

        padding: 11px 24px;
        color: #000;
        background-color: #fff;
        border: 1px solid #fff;
    }
    .sec1 .other {
        margin-top: 0;
    }
    .sec1 .lottie {
        position: relative;
        /*width: 80px;*/
        /*height: 80px;*/
        margin: 0 auto;
    }
    .sec1 .lottie p {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-size: 16px;

        text-transform: uppercase;
    }
    .sec1 .lottie span {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: 8px;
    }
    .sec1 .lottie .arrow_down_lottie {
        position: absolute;
        left: 50%;
        margin-top: 10px;
        transform: translateX(-50%);
        width: 30px;
    }
    .sec1 .sec1_video_wrap {
        height: auto;
    }
    .sec1 .anim {
        margin-top: 0;
    }
    .sec1 .anim .circle {
        position: relative;
        width: calc(100% + 40px);
        margin-left: -20px;
        height: 280px;
        border-radius: 0;
    }
    .sec1 .anim .circle video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* sec2 */
    .sec2 {
        position: relative;
        color: #fff;
        background: #000;
        height: auto;
        text-align: center;
        overflow: hidden;
        min-height: 1px;
        margin-top: 0;
    }
    .sec2 .cont {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec2 .cont .txt {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        bottom: -95px;
        z-index: 100;
        font-weight: 700;
    }
    .sec2 .cont .txt div:first-child {
        font-size: 52px;
        text-transform: capitalize;
        position: relative;
        left: -98px;
        top: 12px;
        font-weight: 400;
    }
    .sec2 .cont .txt div:nth-child(2) p {
        font-size: 58px;
        line-height: 0.89;
        text-transform: capitalize;
        /*padding-left: 8px;*/
    }
    .sec2 .cont .txt .lottie {
        position: absolute;
        transform: rotate(90deg);
        bottom: -22px;
        right: -55px;
        width: 55px;
    }
    .sec2 .cont .gradient {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .sec2 .cont .phone {
        width: 100%;
        position: relative;
        bottom: -62px;
        /* transform: translateX(-50%); */
        /* left: 50%; */
        z-index: 120;
    }
    .sec2 .cont .phone_bg {
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 308px;
        margin-left: -154px;
        z-index: 110;
    }
    .sec2 .cont .txt img {
        width: 22px;
        position: absolute;
        right: -25px;
        bottom: 0;
    }
    .sec2 .cont .rec {
        position: absolute;
        width: 22px;
        bottom: -3px;
        right: 10px;
    }
    .sec2 .cont .txt .loc_box {
        position: relative;
    }
    .sec2 .cont .txt .lottie.animated {
        -webkit-transition: all 1.8s;
        transition: all 1.8s;
        opacity: 0;
    }
    .sec2 .cont .txt .lottie.animated.active {
        opacity: 1;
    }

    /* sec3 */
    .sec3 {
        color: #000;
        background-color: #fff;
        padding: 60px 20px;
        height: auto;
        min-height: 1px;
    }
    .sec3 .tit p {
        font-weight: 700;
        font-size: 22px;
        line-height: var(--fs_tit);
        letter-spacing: -0.5px;
    }
    .sec3 .tit p:first-child {
        margin-bottom: 4px;
    }
    .sec3 .desc {
        margin-top: 16px;
        margin-bottom: 0;
        font-weight: 300;
        font-size: 14px;

        letter-spacing: -0.5px;
        color: #555555;
        padding: 0 23px;
    }
    .sec3 .start_btn {
        display: inline-flex;
    }
    .sec3 .start_btn a {
        font-weight: 600;
        font-size: 17px;

        color: #fff;
        background-color: #121619;
        padding: 8px 20px;
        border: 1px solid #121619;
    }
    .sec3 .slider_wrap {
        position: relative;
        margin-top: 33px;
        width: 100%;
    }
    .sec3 .slider_wrap > img {
        position: relative;
        display: inline;
        z-index: 100;
        width: 150px;
    }
    .sec3 .slider_wrap .img_overlay {
        position: absolute;
        top: -9%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 900;
        width: 200px;
    }
    .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: 14px;
        text-align: start;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_tit {
        font-weight: 500;
        font-size: 22px;
        line-height: var(--fs_tit);
        letter-spacing: -0.5px;
    }
    .sec3 .slider_wrap .img_overlay .txt_cont .img_desc {
        font-size: 15px;

        letter-spacing: -0.5px;
        margin-top: 4px;
    }
    .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: 25%;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide img {
        width: 110px;
    }
    .sec3 .slider_wrap .service_list .sec3_swiper .swiper-slide .img_bg {
        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: 8px;
        font-weight: 500;
        font-size: 14px;

        letter-spacing: -0.5px;
        text-align: start;
        z-index: 30;
    }
    .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;
    }


    /* sec4 */
    .sec4 {
        background-color: #f6f7fb;
        padding: 60px 20px;
        height: auto;
        min-height: 1px;
    }
    .sec4 > .inner > .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec4 .row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .sec4 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec4 .left .tit {
        color: #121619;
        font-weight: 700;
        font-size: 20px;
        line-height: var(--fs_tit);
        letter-spacing: -0.5px;
    }
    .sec4 .left .desc {
        color: #555555;
        font-weight: 300;
        font-size: 14px;

        margin-top: 16px;
        margin-bottom: 24px;
        padding: 0 10px;
    }
    .sec4 .left .desc p:first-child {
        margin-bottom: 8px;
    }
    .sec4 .left .start_btn {
        display: inline-flex;
    }
    .sec4 .left .start_btn a {
        font-weight: 600;
        font-size: 17px;

        color: #fff;
        background-color: #000;
        border: 1px solid #000;
        padding: 8px 20px;
        display: inline;
    }
    .sec4 .right {
        width: 100%;
    }
    .sec4 .right .tab_btn {
        display: inline-flex;
    }
    .sec4 .right .tab_btn ul li:not(:last-child) {
        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: 23px;
    }
    .sec4 .right .tab_cont > div {
        height: auto;
        min-height: 1px;
    }
    .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: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        background: #838383;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide {
        width: 156px;
        height: 210px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .img_box {
        width: 100%;
        height: 156px;
        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 .swiper-slide p {
        margin-top: 8px;
        font-weight: 300;
        font-size: 14px;

        color: #000;
        text-align: start;
        padding-right: 15px;
    }
    /*.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:last-child {
        justify-content: flex-start;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50%;
        transform: translateY(-50%);
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box {
        padding: 4px;
        border: 1px solid #121619;
        border-radius: 50%;
        display: inline-block;
        background: #f6f7fb;
        width: 32px;
        height: 32px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .img_box img {
        width: 24px;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-slide .view_all_btn .view_all_txt {
        font-size: 14px;

        color: #121619;
        margin-top: 8px;
        padding-right: 0;
    }
    .sec4 .right .tab_cont .sec4_swiper .swiper-scrollbar {
        display: none;
    }

    /* sec5 */
    .sec5 {
        height: auto;
        background: #fff;
        text-align: center;
        padding: 60px 20px;
        max-width: 100%
    }
    .sec5 .txt_cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .sec5 .cont {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .sec5 .cont .img_cont {
        width: 100%;
        margin-right: 0;
    }
    .sec5 .cont .txt_cont {
        width: 100%;
    }
    .sec5 .cont .txt_cont .tit {
        font-weight: 700;
        font-size: 22px;
        line-height: var(--fs_tit);
        color: #121619;
        letter-spacing: -0.5px;
    }
    .sec5 .cont .txt_cont .desc {
        font-weight: 300;
        font-size: 14px;

        letter-spacing: -0.5px;
        color: #555555;
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .sec5 .cont .txt_cont .desc p:first-child {
        margin-bottom: 8px;
    }
    .sec5 .cont .txt_cont .start_btn {
        display: inline-flex;
    }
    .sec5 .cont .txt_cont .start_btn a {
        font-weight: 600;
        font-size: 17px;

        color: #FFFFFF;
        background: #121619;
        border: 1px solid #121619;
        padding: 8px 20px;
    }
    .sec5 .cont1 {
        flex-direction: column;
    }
    .sec5 .cont2 {
        flex-direction: column-reverse;
    }
    .sec5 .cont2 .txt_cont .desc p:last-child {
        font-size: 14px;
        margin-top: 8px;
    }

    /* sec6 */
    .sec6 {
        background-color: #000;
        color: #fff;
        height: calc(var(--vh, 1vh) * 100);
        padding: 0;
        min-height: 1px;
    }
    .sec6 > .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec6 .bg_graph {
        position: absolute;
        bottom: -140px;
        left: 0;
        height: 100%;
        z-index: 90;
        overflow: hidden;
    }
    @media (min-width: 700px) {
        .sec6 .bg_graph {
            overflow: unset;
        }
    }
    .sec6 .bg_graph img {
        position: absolute;
        bottom: 140px;
        left: 0;
        width: 100vw;
        max-width: none;
    }
    .sec6 .bg_graph.animated {
        -webkit-transition: all 3s;
        transition: all 3s;
        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;
        margin: 0 20px;
    }
    .sec6 .txt_cont .tit {
        font-weight: 700;
        font-size: 22px;
        line-height: var(--fs_tit);
    }
    .sec6 .txt_cont .desc {
        margin-top: 16px;
        font-weight: 300;
        font-size: 14px;

    }
    .sec6 .ico_cont {
        padding: 32px 20px 0 20px;
        width: 100%;
        position: relative;
        z-index: 100;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: left;
        gap: 32px 0;
    }
    .sec6 .ico_cont .ico {
        width: 50%;
    }
    .sec6 .ico_cont .ico .tit {
        font-weight: 600;
        font-size: 40px;
        line-height: var(--fs_tit);
        display: flex;
        justify-content: flex-start;
    }
    .sec6 .ico_cont .ico .tit p {
        margin-right: 4px;
    }
    .sec6 .ico_cont .ico .desc {
        font-weight: 300;
        font-size: 16px;

    }

    /* sec7 */
    .sec7 {
        background-color: #fff;
        padding: 60px 20px;
        height: auto;
        min-height: 1px;
    }
    .sec7 > .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec7 .tit {
        font-weight: 700;
        font-size: 22px;
        line-height: var(--fs_tit);
    }
    .ko .sec7 .tit {
        padding: 0 38px;
    }
    .sec7 .cont {
        margin-top: 32px;
        width: 100%;
        padding: 0;
    }
    .sec7 .cont .expand_w {
        text-align: start;
        width: 100%;
        margin: 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: 20px;

        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 .video {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .sec7 .cont .expand_w .expand_item .expand_cont p {
        font-size: 14px;

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

        color: #121619;
        background: #FFFFFF;
        border: 1px solid #121619;
        padding: 6px 12px;
        display: inline-flex;
    }

    /* sec8 */
    .sec8 {
        background-color: #fff;
        padding: 60px 20px;
    }
    .sec8 .tit {
        font-weight: 700;
        font-size: 22px;
        line-height: var(--fs_tit);
        letter-spacing: -0.5px;
        color: #121619;
    }
    .sec8 .cont {
        margin-top: 24px;
    }
    .sec8 .cont .row {
        display: block
    }
    .sec8 .cont .row:first-child {
        margin-bottom: 16px;
    }
    .sec8 .cont .card_item {
        width: 100%;
        position: relative;
        cursor: pointer;
        height: auto;
    }
    .sec8 .cont .card_item .card.front {
        position: static;
    }
    .sec8 .cont .card_item:hover .card.front {
        opacity: 1;
        z-index: 1;
        transform: rotateY(0);
    }
    .sec8 .cont .card_item:not(:last-child) {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .sec8 .cont .card_item > img {width: 100%;}
    .sec8 .cont .card_item .front .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: start;
    }
    .sec8 .cont .card_item .front .overlay span {
        font-weight: 500;
        font-size: 24px;
        line-height: var(--fs_tit);
        letter-spacing: -0.5px;
        color: #121619;
    }
    .sec8 .cont .card_item .front .overlay .desc {
        margin-top: 8px;
    }
    .sec8 .cont .card_item .front .overlay .desc,
    .sec8 .cont .card_item .front .overlay .desc p {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.5px;
        color: #121619;
    }
    .sec8 .cont .card_item .front .overlay .desc p {
        margin-top: 0;
    }
    .sec8 .cont .card_item .front .overlay > a {
        margin-top: 24px;
        display: inline-block;
    }
    .sec8 .cont .card_item .front .overlay a > img {
        width: 44px;
    }

    /* sec9 */
    .sec9 {
        color: #fff;
        background-color: #000000;
        padding: 60px 20px;
    }
    .sec9.new_section_9 {
        padding-left:0;
        padding-right:0;
    }
    .sec9.new_section_9 .landing_m_only {
        padding-left:20px;
        padding-right:20px;
    }
    .sec9 .m_tab_cont {
        margin-top: 0;
        text-align: center;
    }
    .sec9 .m_tab_cont.top .top_item .info .tit {
        font-size: 24px;
        line-height: var(--fs_tit);
    }
    .sec9 .m_tab_cont.top .top_item .info .tit span {
        font-weight: 700;
    }
    .sec9 .m_tab_cont.top .top_item .info .desc {
        margin-top: 8px;
        margin-bottom: 30px;
        font-weight: 300;
        font-size: 14px;

        color: #F0F0F0;
    }
    .sec9 .m_tab_btn {
        overflow: hidden;
        display: inline;
        margin-top: 0;
    }
    .sec9 .m_tab_btn ul {
        align-items: center;
        justify-content: center;
    }
    .sec9 .m_tab_btn ul li a{
        font-weight: 600;
        font-size: 16px;

        color: #a8a8a8;
        padding: 5px 16px;
        border: 1px solid #e1e1e1;
        border-radius: 30px;
        display: block;
    }
    .sec9 .m_tab_btn ul li.active a {
        color: #121619;
        background: #fff;
        border: 1px solid #fff;
    }
    .sec9 .m_tab_cont.list {
        margin-top: 24px;
        text-align: start;
    }
    .sec9 .m_tab_cont.list .list_item:not(:last-child) {
        margin-bottom: 24px;
    }
    .sec9 .m_tab_cont.list .row {
        display: flex;
    }
    .sec9 .m_tab_cont.list .list_item.blog img {
        width: 120px;
        height: auto;
        margin-right: 16px;
    }
    .sec9 .m_tab_cont.list .list_item .slide_cont {
        width: calc(100% - 120px - 16px);
    }
    .sec9 .m_tab_cont.list .list_item.blog  .slide_cont {
        margin: auto 0;
    }
    .sec9 .m_tab_cont.list .list_item.blog .slide_cont .sub {
        font-weight: 300;
        font-size: 13px;

        color: #DDDDDD;
    }
    .sec9 .m_tab_cont.list .list_item.blog .slide_cont .sub span {
        font-weight: 600;
        font-size: 13px;

        color: #FFFFFF;
    }
    .sec9 .m_tab_cont.list .list_item.blog .slide_cont .tit {
        font-weight: 400;
        font-size: 18px;
        line-height: var(--fs_tit);
        color: #FFFFFF;
        margin-top: 16px;

        /* 여러 줄 자르기 추가 스타일 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .en .sec9 .m_tab_cont.list .list_item.blog .slide_cont .tit {
        font-family: 'adobe-caslon-pro', serif;
    }
    .sec9 .m_tab_cont.list .list_item.blog .slide_cont .sub {
        font-weight: 300;
        font-size: 14px;

        margin-top: 8px;
        color: #DDDDDD;

        /* 여러 줄 자르기 추가 스타일 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .sec9 .m_tab_cont.list .list_item.inspiration  .slide_cont {
        margin-top: 16px;
    }
    .sec9 .m_tab_cont.list .list_item.inspiration .slide_cont .tit {
        font-size: 18px;
        line-height: var(--fs_tit);
        color: #fff;
    }
    .sec9 .m_tab_cont.list .list_item.inspiration .slide_cont .sub {
        font-weight: 300;
        font-size: 14px;

        margin-top: 8px;
        color: #DDDDDD;

        /* 여러 줄 자르기 추가 스타일 */
        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 .m_tab_cont .view_wrap {
        margin-top: 24px;
    }
    .sec9 .m_tab_cont .view_all_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec9 .m_tab_cont .view_all_btn .img_box {
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 8px;
    }
    .sec9 .m_tab_cont .view_all_btn img {
        width: 32px;
    }
    .sec9 .m_tab_cont .view_all_txt {
        font-size: 14px;

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

    /* sec10 */
    .sec10 {
        color: #fff;
        background-color: #000;
        padding: 60px 20px 100px 20px;
        height: auto;
    }
    .sec10 .tit {
        font-weight: 600;
        font-size: 24px;

        letter-spacing: -0.5px;
    }
    .sec10 .desc {
        margin-top: 8px;
        margin-bottom: 24px;
        font-size: 14px;

        color: #E1E1E1;
    }
    .sec10 a {
        font-weight: 600;
        font-size: 17px;

        color: #121619;
        padding: 10px 16px;
        background-color: #fff;
        border: 1px solid #fff;
        display: inline-flex;
    }

    /* fix_start_btn */
    .fix_inquiry_btn.moveup {
        animation: moveup 1s forwards;
    }
    @keyframes moveup {
        from { bottom: 16px; }
        to { bottom: 73px; }
    }
    .fix_inquiry_btn.movedown {
        animation: movedown 1s forwards;
    }
    @keyframes movedown {
        from { bottom: 73px; }
        to { bottom: 16px; }
    }
    .fix_start_btn {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: 15px;
        margin: 0 20px;
        width: calc(100% - 40px);
        text-align: center;
        z-index: 900;
        border: 1px solid #FFFFFF;
        box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.25);
    }
    .fix_start_btn.fadein {
        animation: fadein 1s forwards;
    }
    @keyframes fadein {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    .fix_start_btn.fadeout {
        animation: fadeout 1s forwards;
    }
    @keyframes fadeout {
        from { opacity: 1; }
        to { opacity: 0; }
    }
    .fix_start_btn p {
        font-weight: 600;
        font-size: 17px;

        color: #c4c4c4;
        padding: 12px 0;
        background: #121619;
        text-transform: uppercase;
    }

    /* popup */
    .landing .main_img_popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        bottom: 0;
        z-index: 10001;
        font-size: 15px;
        background-color: rgba(0,0,0,0.8);
    }
    .landing .main_img_popup .img_popup_in {
        margin: auto 20px;
        height: 100vh;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: unset;
    }
    .landing .main_img_popup .popup_btn_w {
        display: flex;
        text-align: center;
    }
    .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%;
    }
    /*CO-375 모바일 레이아웃 안맞는것 수정*/
    .sec1 .tit.en .row {
	flex-direction: column;
    }
    .sec1 .tit .tit_cont {
	flex-direction: column;
    }


}
.landing_href {text-decoration: underline;
    text-decoration-color: #764CD8;
    text-underline-offset: 6px;
    color: #555555;  }
.sec7 .cont .expand_w .expand_item .expand_cont .stylenone {
    border:none;
    padding: 0;
    color: #555;
    font-size: 16px;
}
.landing_href.stylecolor {
    color: #000;
    text-decoration-color: #000
}