* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}
.container{
display:none;
}
a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
    pointer-events: none;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
    26% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
    33% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    59% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    66% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    93% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.main{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;
    margin-top: 3%;
}
.main_2nd{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}


.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    overflow: hidden;
    top: 31%;
}




.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 49%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}

.con1_top{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% 0;
    overflow: hidden;
    clip-path: ellipse(43% 40% at 50% 50%);
}
.con1_top_bg {
    background: rgb(255 255 255 / 89%);
    height: 100%;
}
.con1_ab{
    width: 37.5853%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    left: 3%;
}
.con1_ab_2{
    width: 25.2493%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 26%;
    left: 2.8%;
}
.con1_ab_4{
    width: 18.9501%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 61%;
    left: 78%;
}
.con1_ab_3{
    width: 47.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_ab_5{
    width: 50.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 78%;
    left: 46.3%;
}

.con1_ab_6_ab{
    width: 35.7236%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 29%;
}
.con1_ab_6_ab_2{
    width: 0.130378%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
}
.con1_ab_6_ab_3{
    width: 61.1473%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 49%;
}
.con1_ab_6_ab_4{
    width: 79.3177%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 136%;
    overflow: hidden;
}

.con1_ab_7{
    left: 11%;
    width: 16%;
}
.con1_ab_7_item{
    font-size: 1.3vw;
    height: 3vw;
    background: white;
    transition: 0.3s all;
    border-radius: 50px;
    margin-bottom: 10%;
    border: 1px solid #182853;
    
}
.con1_ab_7_item_on{
    background:#182853 !important;
    color: white;
}

.con2_top{
    width: 20.6299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    overflow: hidden;
}
.con2_top_2nd{
    width: 21.2598%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 8%;
}
.con2_top_3rd{
    width: 6.61417%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_4th{
    width: 0.734908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 2%;
}

.con2_ab{
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}

.con2_ab_2{
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}
.con2_ab_3{
    width: 13.5433%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 15%;
}
.con2_ab_4{
    width: 13.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 32%;
}
.con2_ab_5{
    width: 13.6483%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 10%;
}
.con2_ab_6{
    width: 13.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 67%;
    right: 10%;
}
.con3{
    background: url(/images/dcon3_bg.jpg) no-repeat center / cover;

}
.con3_top{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}
.con3_top_2nd{
    font-size: 10vw;
    font-style: italic;
    letter-spacing: -0.5vw;
}
.con3_top_2nd_ab{
    width: 2.78215%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 21%;
    bottom: 23%;
}
.con3_top_2nd_ab_2{
    width: 5.66929%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
}
.con3_top_2nd_ab_3{
    width: 5.66929%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
}
.con3_top_3rd{
    margin-top: 1%;
}
.con3_top_2nd_ab_4{
    width: 59.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
}
.con3_top_2nd_ab_5{
    width: 75.958%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
    top: -95%;
}
.con3_ab{
    width: 44.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    mix-blend-mode: exclusion;
}
.con3_ab_2{
    width: 44.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    transform:scaleX(-1);
    mix-blend-mode: exclusion;
}
.con3_top_3rd_item_1{
    width: 12.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_3rd_item_2{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_3rd_item_3{
    width: 9.23885%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_4th{
    color: white;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
}
.con6_left_swiper_1_slide_con{
    background: #205eb7;
    transition: 0.3s all;
}
.con6_left_swiper_1_slide_con_top{
    margin-top: 12%;
    margin-bottom: 15%;
}
.con6_left_swiper_1_slide_con_top_3rd{
    font-size: 2vw;
    font-family: pretendard-semibold;
    margin-top: 4%;
    margin-bottom: 20%;
    line-height: 2vw;
}

.con6_left_swiper_1_slide.swiper-slide-next + .con6_left_swiper_1_slide + .con6_left_swiper_1_slide .con6_left_swiper_1_slide_con{
    background: white;;
}
.con6_left_swiper_1_slide.swiper-slide-next + .con6_left_swiper_1_slide + .con6_left_swiper_1_slide .con6_left_swiper_1_slide_con .con6_left_swiper_1_slide_con_top{
    color: black;
}
.con6_left_swiper_1_slide.swiper-slide-next + .con6_left_swiper_1_slide + .con6_left_swiper_1_slide .con6_left_swiper_1_slide_con .con6_left_swiper_1_slide_con_top_2nd{
    color: black;
}
.con6_left_swiper_1_slide.swiper-slide-next + .con6_left_swiper_1_slide + .con6_left_swiper_1_slide .con6_left_swiper_1_slide_con .con6_left_swiper_1_slide_con_top_3rd{
    color: #205eb7;
}
.con3_top_2nd {
    font-size: 10vw;
    font-style: italic;
    letter-spacing: -0.2vw;
}
.con3_ab_3{
    color: grey;
    bottom: 27%;
    right: 14%;
}
.con3_ab {
    top: -4%;
}

.con3_ab_2 {
    top: -4%;
}
.con4{
    background: url(/images/dcon4_bg.jpg) no-repeat center / cover;
}

.con4_top{
    width: 17.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 2%;
}
.con4_top_2nd{
    width: 23.7795%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon4_02{
    width: 100%;
    z-index: 1;
}
.con4_top_2nd_ab{
    width: 52.0478%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3%;
    left: -1%;
}
.con4_top_3rd{
    width: 80%;
    background: white;
    margin-top: 3%;
    margin-bottom: 5%;
}
.con4_top_3rd_top{
    width: 37.664%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42%;
}
.con4_top_3rd {
    width: 80%;
    background: white;
    margin-top: 3%;
    margin-bottom: 5%;
    padding: 4% 0;
}
.con4_top_3rd_top_ab{
    width: 27.1654%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}
.con4_top_3rd_top_ab_2{
    width: 22.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25%;
}
.con4_top_3rd_top_ab_2_ab{
    width: 31.6426%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 62%;
    bottom: 49%;
}
.con4_top_3rd_ab_2{
    left: 9%;
    top: 21%;
    font-size: 1.5vw;
}
.con4_top_3rd_ab_3{
    top: 33%;
    left: 9%;
}
.con5{
    background: url(/images/dcon5_01.jpg) no-repeat center / cover;
}
.con5_top{
    width: 44.3045%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin: 3% 0;
}
.con5_ab{
    height: 100%;
}

.con5_ab {
    background: url(/images/dcon5_bg.jpg) no-repeat center / cover;
    justify-content: flex-start;
}
.con5_ab_top{
    width: 32.0735%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.con5_ab_top_2nd{
    width: 23.0446%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 3%;
}
.con5_ab_top_3rd{
    align-items: flex-start !important;
}
.con5_ab_top_3rd_2{
    width: 5.93176%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 4%;
    margin-right: 3%;
}
.con5_ab_top_3rd_1_ab{
    width: 99.6555%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: -22%;
    left: -44%;
}
.con5_ab_top_3rd_3_ab_2{
    width: 61.3129%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: -11%;
    left: 67%;
}
.dcon5_14{
    width: 100%;
    z-index: 1;
}
.con5_ab_top_3rd_ab{
    width: 27.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 68%;
    bottom: 11%;
}
.con5_ab_ab{
    width: 20.8924%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
}
.con5_ab_ab_2{
    width: 28.6614%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38.5%;
}
.con5_ab_ab_3{
    width: 15.5906%;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    top: 62%;
}
.con5_ab_ab_4{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 74%;
}
.con6_item{
    width: 33.3%;
}
.con6_item_1_ab_2{
    width: 10.4263%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
}
.con6_item_1_ab_2_ab{
    opacity: 0;
    transition: 0.3s  all;
}
.con6_item_1_ab{
    bottom: 24%;
    text-align: center;
    font-size: 1.6vw;
    line-height: 2.3vw;
}
.con6_item_1_ab span{
    font-size: 2vw;
}
.con6_item_ab{
    height: 100%;
    background: white;
}
.con6_item_ab_2{
    top: 8%;
    left: 10%;
    font-style: italic;
    font-size: 1.3vw;
}
.con6_item_mid{
    width: 118.268%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: -4%;
}
.con6_item_mid_ab{
    width: 30.7962%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 63.5%;
}
.con6_item_mid_ab_2{
    width: 37.462%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 61.1%;
}
.con6_item_mid_ab_3{
    width: 43.3279%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 42.6%;
}
.con6_item_2{
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.con6_item_1_ab {
    bottom: 22%;
    text-align: center;
    font-size: 1.6vw;
    line-height: 2.3vw;
}
.con6_item_1_ab_2 {
    width: 10.4263%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
}

.con21_mid_prev {
    top: 34% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7% !important;
}
.con21_mid_next {
    top: 34% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7% !important;
    scale: -1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}


.con7{
    background: url(/images/dcon7_bg.jpg) no-repeat center / cover;

}

.con10_mid_right{
    background: white;
    margin: 5% 0;
    width: 88%;
}
.con7_top{
    margin-top: 10%;
    margin-bottom: 0.5%;
}
.con7_top_2nd{
    width: 35.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}
.con6_left_swiper_5{
    width: 107%;
    margin-top: 2%;
    margin-bottom: 9%;
}
.dcon7_04{
    opacity: 0.5;
    transition: 0.3s all;
}
.con6_left_swiper_5_slide.swiper-slide-next .dcon7_04{

    opacity: 1;
    scale: 1.1;
}

.con21_mid_prev {
    top: 42% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31.4% !important;
}

.con21_mid_next {
    top: 42% !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    right: 31.4% !important;
}
.con7_ab{
    width: 100%;
    border-top: 1px solid;
    top: 14%;
}
.con7_ab_2{
    top: 9%;
    right: 7%;
}
.con8{
    background: url(/images/dcon8_bg.jpg) no-repeat center / cover;

}
.con10_mid_right_left{
    width: 50%;
    overflow: hidden;
}
.con10_mid_right_right{
    width: 50%;
    overflow: hidden;
}

.con10_mid_right_left_top {
    margin-top: 17%;
}
.con10_mid_right_left_top_2{
    width: 35.4247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
  font-family:pretendard-light;
}
.con10_mid_right_left_top_2nd{
    width: 36.0211%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 5%;
}
.con10_mid_right_left_bottom{
    width: 131%;
    margin-bottom: 6%;
}
.con10_mid_right_left_top {
    margin-top: 20%;
}
.con10_mid_right_right_top{
    width: 46.9944%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: -28%;
}
.con10_mid_right_left{
    height: 46vw;
}
.con10_mid_right_right{
    height: 46vw;
    justify-content: flex-start;
}
.con10_mid_right_right_top{
    width: 46.9944%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -28%;
}
.con10_mid_right_right_top_2nd{
    margin-top: 3%;
    font-size: 1.3vw;
}
.con10_mid_right_left_top_2{
    margin-top: 3%;
    font-size: 1.3vw;
}
.con10_mid_right_right_top_3rd{
        width: 41.627%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con10_mid_right_right_top_4th{
    width: 75.7396%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 0%;
    margin-right: -63%;
    margin-top: 4%;
}
.con10_mid_right_right_top_4th_ab{
    width: 79.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 61%;
    top: 27%;
}
.con10_mid_right_right_ab{
    width: 50.4533%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 2%;
}
.con10_mid_right_right_ab_3{
    width: 32.5621%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con10_mid_right_right_ab_2{
    width: 31.1308%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con10_mid_right_right_ab_4{
    width: 16.2214%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    left: 3%;
}
.con10_mid_right_right_ab{
    width: 50.4533%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -13%;
    top: 2%;
}
.con10_mid_right_right_ab_5{
    width: 16.2214%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 31%;
}

.con9{
    background: black;
}
.con9_top{
    width: 20.4724%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
    z-index: 1;
}
.con9_top_2nd{
    width: 40.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.con9_top_3rd{
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con9_top_3rd_ab{
    top: 25%;
    text-align: center;
}
.con9_top_3rd_ab_2{
    width: 76.9125%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 56%;
}
.con9_top_4th{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}




/*물결 버튼 start*/

.liquid_button {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 15%;
    overflow: hidden;
    padding: 1.3% 3%;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;

}

.liquid_button span {

    z-index: 1;
    color: white;
}

.liquid_button .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}

.liquid_button .liquid::after,
.liquid_button .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.liquid_button .liquid::before {

    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    animation: animate 5s linear infinite;
}

.liquid_button .liquid::after {

    border-radius: 40%;
    background: rgba(20, 20, 20, .5);
    animation: animate 10s linear infinite;
}

.liquid_button:hover .liquid{
    top: -130%;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.liquid_button .liquid::after, .liquid_button .liquid::before {
    content: '';
    width: 133%;
    height: 236%;
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translate(-50%, -75%);
    background: white;
}
.liquid_button:hover .liquid {
    top: -107%;
}
.liquid_button {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 15%;
    overflow: hidden;
    padding: 1.3% 3%;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
    white-space: nowrap;
}
/*물결 버튼 end*/

.con9_top_3rd_ab_3{
    width: 42.1416%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
}
.con9_top_3rd_ab_3_ab{
    width: 100.027%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
}

.con9_top_3rd_ab_4{
    width: 42.1416%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
}
.con9_top_3rd_ab_4_ab{
    width: 100.027%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;

}
.con9_ab{
    width: 20.7349%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
}
.con9_ab_2{
    width: 20.7349%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
}

.con10_top{
    width: 13.5433%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 8%;
}
.con10_top_2nd{
    width: 24.252%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 1%;
}
.con10_top_3rd{
    width: 116.798%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10%;
    margin-bottom: -64.1%;
}
.con10_top_3rd_ab_9{
    width: 27.2751%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 6s infinite linear;
    bottom: 55%;
}
.con10_top_3rd_ab_8{
    width: 16.356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
}
.con10_top_3rd_ab_9_ab{
    width: 37.0542%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 82%;
    top: 10%;
}
.con10_top_3rd_ab_9_ab_2{
    width: 27.9965%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 82%;
    top: 10%;
}
.con10_ab{
    width: 6.24672%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 15%;
}
.con10_ab_2{
    width: 6.24672%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 15%;
}

.con11_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_left {
    width: 2.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
}
.con11_top_right{
    width: 2.28688%;

    display: flex;
    justify-content: center;
    align-items: center;
    right: 17%;
}
.con11_top_4th_item{
    width: 4.61942%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0.5%;
    transition: 0.3s all;

}
.con11_top_4th_item_on{
    box-shadow: 0px 0px 26px 0px #205eb7;
}
.con11_top_4th{
    margin-top: 3%;
}

.con11_top_5th{
    margin-top: 4%;
    margin-bottom: 4%;
}
.con6_left_swiper_6{
    width: 94%;
}
.dcon12_15{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 1px #205eb740;
}
.con6_left_swiper_6_slide_ab{
    width: 16.3038%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8%;
}
.con11_ab{
    width: 10.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con11_ab_2{
    width: 10.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    transform: scaleX(-1);
}
.con11_ab_3{
    width: 23.0446%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0;
}
.con11_ab_4{
    width: 20.3675%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con11_ab_5{
    width: 10.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    left: 23%;
}
.con11_ab_6{
    width: 10.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    right: 24%;
}
.con11_ab_7{
    width: 8.29396%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 22%;
    top: 29%;
}
.con11_ab_8{
    width: 12.9659%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 67%;
    top: 29%;
}
.con13{
    background: #182853;
}
.con13_top{
    width: 18.2152%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 5%;
}
.con13_top_2nd{
    margin-top: 1%;
    margin-bottom: 2%;
}
.con13_top_3rd{
    width: 55.5381%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_4th{
    width: 9.18635%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 1%;
}
.con13_top_6th{
    margin-top: 2.6%;
    margin-bottom: 7%;
}
.con13_top_7th{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con13_top_6th_item_ab{
    width: 100% !important;
}
.con13_top_6th_item {
    width: 12.0735%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -0.5%;
}
.con13_top_7th_ab{
    width: 259.696%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
}
.con13_top_7th{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con14_top{
    width: 9.02887%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 2%;
}










.form {
    margin-top: 2%;
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 6%;
    margin-top: 0%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    /*border-bottom: 1px solid black;*/
}

.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: #ececec;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;

    appearance: none;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/d_51.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 8.5vw;
    height: 2.3vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 26%;
    left: 3%;
    cursor: pointer;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row_imput_radio:focus {
    border: none;
}

.form_row_label_tel{
    position: relative;
}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.form_row_imput{
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}

.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}

.form_row_imput_radio_1{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;

}
.form_row_imput_radio_1:checked{
    background: #F73C5A;
    color: white;
}

.form_row_imput_radio_2{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;

    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;


}
.form_row_imput_radio_2:checked{
    background: #F73C5A;
    color: white;



}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9C0001;
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: auto;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    font-family: pretendard-bold;
    padding-bottom: 1.55%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;

    left: 3%;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 12%;
}
.form_row_imput_radio_2{
    margin-left: -1%;
    margin-right: -1%;
}
textarea{
    height: 6vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_label_4lettters {
    letter-spacing: 0.7vw;
}
.form{
    background: transparent;
}

.form_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
}
.form_row_imput_radio{
    background: transparent;

}
.form_row_imput_text{
    background: transparent;
}
.form_row_imput_radio_1_label{
    left: 46%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2{
    left: 80%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
    
}
.form_row_imput_radio_2:checked ~ .form_row_imput_radio_1_label_2{
    color: white;
}
.form_row_imput_radio_1:checked ~ .form_row_imput_radio_1_label{
    color: white;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 20px;
    border: 1px solid #80808069;
}
.form_row_label_line{
    height: 2vw;
    border-left: 1px solid #ffd3d3;
}
.form_row{
    position: relative;
}
.form_row_label_line {
    height: 1.7vw;
    border-left: 1px solid #ffd3d3;
    position: absolute;
    left: 26%;
}

.form_row_imput_radio_1_label_2nd {
    left: 37%;
    pointer-events: none;
    
}

.form_row_imput_radio_1_label_2_2nd {
    left: 77.2%;
    pointer-events: none;
    
}

.h_area1{
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.h_area2{
left: 65.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}

.con14{
    background: url(/images/dcon14_bg.jpg) no-repeat center / cover;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: right;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #2b73d9;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;
    border-radius: 50%;
}
.form_row_imput_radio_2:checked {
    background: #2b73d9;
    color: white;
}
.form_row_imput_radio_1:checked {
    background: #2b73d9;
    color: white;
}


.con14 .liquid_button .liquid {
    background: #182853;
}
.con14_top_2nd{
    width: 14.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    bottom: 26%;
}
.con14_top_3rd{
    width: 35.8005%;
    display: flex;
    justify-content: center;
    right: -9%;
    align-items: center;
    top: 26%;
}

.form_row_label_line {
    display: none;
}


.con14_top_4th{

}

.form_row_ab{
    width: 0.889552%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    bottom: 62%;
}
.form_row_ab_2nd{
    width: 1.27079%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;
    appearance: none;
    border-radius: 50%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #0000004d;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 2%;
}

.con1_ab_6{
    width: 40.2625%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_ab_top_3rd_3_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_mid_right_left_top_2 {
    margin-top: 7%;
    font-size: 1.3vw;
    white-space: nowrap;
}
.con9 .liquid_button .liquid::after, .liquid_button .liquid::before {
    background: #0e1835;
}
.con10_top_3rd_ab_7{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab_2{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab_3{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab_4{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab_5{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_ab_6{
    width: 99.9786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_3rd {
    width: 22.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 49%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
    white-space: nowrap;
}
.con2_top_2nd_bg{
    background: #1F5EB7;
    width: 100%;
    height: 100%;
}
.dcon2_10{
    width: 100%;
    animation: ddm_m3 2s infinite;
}
.con3_top_2nd_ab_4 p{
    z-index: 1;
}
.con3_top_2nd_ab {
    z-index: 1;
}
.con3 .con10_mid_right {
    width: 100%;
    margin-bottom: 0;
}
.con3_ab_3 {
    color: grey;
    right: 14%;
}
.con4_top_3rd_ab{
    top: 15%;
    left: 9%;
    overflow: hidden;
}
.con4_top_3rd_ab_2{
    overflow: hidden;

}
.con5_ab{
    clip-path: circle(24% at 50% 50%);
}
.con6_item_2:hover .dcon6_05{
    animation: rotate_image 10s infinite linear;
}
.con6_item_ab{
    transition: 0.3s all;
}
.con6_item:hover .con6_item_ab{
    opacity: 0;
}
.con6_item:hover .con6_item_1_ab{
    color:white;
}
.con6_item:hover .con6_item_1_ab_2_ab{
    opacity: 1;
}
.con6_item:hover .con6_item_ab_2{
    color:white;
}

.con10_mid_right_left_bottom  .scrX_item {
    animation: marqueeX 20s infinite linear reverse;
    width: 100%;
}

.con10_mid_right_right_ab_4{
    animation: blk 1s infinite;
}
.con10_mid_right_right_ab_5{
    animation: blk 1s infinite;
    animation-delay: 0.5s;
}
.con10_mid_right_right_ab_3 {
    animation: ddm_m 2s infinite;
}
.con10_mid_right_right_ab {
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}

.con5_ab_top_3rd_3_ab {
    animation: light 2s infinite;
}
.con10_top_3rd_ab_5_ab{
    opacity: 0;
    transition: 0.3s all;
}

.con10_top_3rd_ab_7_ab{
    opacity: 0;
    transition: 0.3s all;
}

.con10_top_3rd_ab_6_ab{
    opacity: 0;
    transition: 0.3s all;
}

.con11_top_3rd {
    width: 22.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    overflow: hidden;
}


.con11_ab_5 {
    animation: ddm_m 2s infinite;
}
.con11_ab_8{
    animation: ddm_m 2s infinite;

}


.con11_ab_7 {
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con11_ab_6{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;


}
.con3_top_2nd p{
    z-index: 2;
}
.con3_top_2nd_ab {
    z-index: 2;
}
.header_franchise{
    color: #192853;
}
.con6_left_swiper_6_item {
    width: 94%;
}

.con3_ab {
    animation: light 2s infinite;
}

.con3_ab_2 {
    animation: light 2s infinite;
}

.con6_item{
    cursor: pointer;
}

.con10_mid_right {
    background: white;
    margin-top: 1%;
}
.con3_ab_2 {
    mix-blend-mode: screen;
}
.con3_ab{
    mix-blend-mode: screen;
}
.con3_top_2nd p{
        color: #14a2ff !important;
}
.con5_ab_top_3rd_3_ab_2{
    z-index: 3
}
.con9 .liquid_button .liquid::after, .liquid_button .liquid::before {
    background: #e0eaf9 !important;
}

.con13_top_4th {
    width: 9.18635%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 9%;
    margin-bottom: 1%;
}


.con13_top_7th {
        margin-top: -2%;
    margin-bottom: 8%;
}
.con10_mid_right_right_ab {
    animation: unset;
    animation-delay: 1s;
}
.con10_mid_right_right_ab_3 {
    animation: unset;
}

.main {
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .con1_top {
        width: 201%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 17% 0;
        clip-path: ellipse(43% 46% at 50% 50%);
    }

    .con1_ab_6{
        width: 87.2625%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_ab_7 {
        left: unset;
        top: 9%;
        width: 87%;
        flex-direction: row;
    }
    .con1_ab_7_item {
        font-size: 3vw;
        height: 6vw;
        background: white;
        border-radius: 50px;
        margin-bottom: 10%;
        margin: 0% 1%;
        border: 1px solid #182853;
    }
    .con1_ab_7 {
        left: unset;
        top: 9%;
        width: 95%;
        flex-direction: row;
    }
    .con1_ab_7 {
        left: unset;
        top: 13%;
        width: 95%;
        flex-direction: row;
    }
    .con1_ab_6_ab {
        width: 41.7236%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
    }

    .con1_ab {
        width: 49.5853%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 7%;
        left: 3%;
    }
    .con1_ab_2 {
        width: 41.2493%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 2.8%;
    }

    .con1_ab_3 {
        width: 82.0866%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_ab_4 {
        width: 31.9501%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 61%;
        left: 58%;
    }
    .con1_ab_5 {
        width: 79.6037%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 75%;
        left: 10.3%;
    }
    .con2_top {
        width: 58.6299%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con2_top {
        width: 58.6299%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 22%;
    }
    .con2_top_2nd {
        width: 56.2598%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 9%;
    }
    .con2_top_3rd {
        width: 19.61417%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_4th {
        width: 2.734908%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.5%;
        margin-bottom: 17%;
    }
    .con2_ab_2 {
        width: 36.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 0%;
    }
    .con2_ab {
        width: 36.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: 0;
    }
    .con2_ab_5 {
        width: 21.6483%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: 2%;
    }
    .con2_top {
        width: 58.6299%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
    }
    .con2_ab_5 {
        width: 21.6483%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 64%;
        right: 2%;
    }
    .con2_ab_6 {
        width: 21.9108%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 76%;
        right: 2%;
    }
    .con2_ab_3 {
        width: 21.5433%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: 2%;
    }
    .con2_ab_4 {
        width: 21.7008%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: 14%;
    }

    .con3_top {
        width: 62.5276%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }

    .con10_mid_right {
        background: white;
        margin: 5% 0;
        width: 291%;
    }
    .con6_left_swiper_1_slide_con_top_3rd {
        font-size: 7vw;
        font-family: pretendard-semibold;
        margin-top: 4%;
        margin-bottom: 20%;
        line-height: 5vw;
    }
    .con3_top_2nd {
        font-size: 15vw;
        font-style: italic;
        letter-spacing: -0.2vw;
    }
    .con3_top_2nd_ab_4 {
        width: 87.895%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -2%;
    }
    .con3_top_2nd_ab {
        width: 5.78215%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 4%;
        bottom: 16%;
    }
    .con3_top_2nd_ab_5 {
        width: 175.958%;
        display: flex;
        justify-content: center;
        align-items: center;
        mix-blend-mode: color-dodge;
        top: -159%;
        opacity: 0.4;
    }
    .con3_top_3rd {
        margin-top: 1%;
        width: 211%;
    }
    .con3_top_4th {
        color: white;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 6%;
    }
    .con4_top {
        width: 60.6378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 4%;
    }
    .con4_top_2nd {
        width: 68.7795%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .con4_top_3rd_top_ab_2{
        position: relative;
    }
    .con4_top_3rd{
        flex-direction: column;
    }
    .con4_top_3rd_top_ab_2 {
        width: 77.3753%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        margin-top: 20%;
    }
    .con4_top_3rd {
        width: 90%;
        background: white;
        margin-top: 3%;
        margin-bottom: 7%;
        padding: 4% 0;
    }
    .con4_top_3rd_top {
        width: 85.664%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 19%;
    }
    .con4_top_3rd {
        width: 90%;
        background: white;
        margin-top: 3%;
        margin-bottom: 7%;
        padding: 4% 0;
        overflow: hidden;
    }
    .con4_top_3rd_ab{
        top: 6%;
        font-size: 5vw;
    }
    .con4_top_3rd_top_ab_2 {
        width: 77.3753%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        margin-top: 43%;
    }
    .con4_top_3rd_ab_2 {
        left: unset;
        top: 9%;
        font-size: 5.5vw;
    }
    .con4_top_3rd_ab_3 {
        top: 15%;
        left: unset;
    }
    .con4_scr_2nd{
        width: 200%;
    }
    .con5_top {
        width: 115.3045%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 14% 0;
    }
    .con5_ab_top {
        width: 79.0735%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
    }
    .con5_ab_top_3rd_2 {
        width: 5.93176%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 2%;
        margin-right: 1%;
    }
    .con5_ab_top_3rd {
        align-items: center !important;
        width: 100%;
        flex-direction: column;
    }
    .con5_ab_top_3rd_1{
        width: 21.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_top_3rd_3{
        width: 24.7769%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_top_3rd {
        align-items: center !important;
        width: 219%;
        flex-direction: column;
    }
    .con5_ab_top {
        width: 63.0735%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con5_ab_top_2nd {
        width: 55.0446%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-bottom: 6%;
    }
    .con5_ab_top_3rd_1 {
        width: 28.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_top_3rd_1_ab {
        width: 61.6555%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -6%;
        left: -18%;
    }
    .con5_ab_top_3rd_2 {
        width: 8.93176%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 2%;
        margin-right: 1%;
    }
    .con5_ab_top_3rd_3 {
        width: 33.7769%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top {
        width: 115.3045%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 45% 0;
    }
    .con5_ab_top_3rd_3_ab_2 {
        width: 44.3129%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -2%;
        left: 65%;
    }
    .con5_ab_top_3rd_3_ab{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_top {
        width: 61.0735%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con5_ab_ab {
        width: 70.8924%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 35%;
    }
    .con5_ab_ab_2 {
        width: 88.6614%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 42.5%;
    }
    .con5_ab_ab_3 {
        width: 57.5906%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 61%;
    }
    .con5_ab_ab_4 {
        width: 72.0945%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 73%;
    }
    .con4_top_3rd_top {
        width: 90.664%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 19%;
    }
    .con4_scr_2nd {
        width: 300%;
    }
    .con6{
        flex-direction: column;
    }
    .con6_item{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dcon6_01b{
        width: 100%;
        margin-bottom: -80%;
    }

    .con6_item_ab_2 {
        top: 8%;
        left: 10%;
        font-style: italic;
        font-size: 4.3vw;
    }

    .con6_item_1_ab {
        bottom: 41%;
        text-align: center;
        font-size: 5.6vw;
        line-height: 2.3vw;
    }
    .con6_item_1_ab {
        bottom: 41%;
        text-align: center;
        font-size: 5.6vw;
        line-height: 6.3vw;
    }
    .con6_item_1_ab span {
        font-size: 5.6vw;
    }
    .con6_item_1_ab {
        bottom: 35%;
        text-align: center;
        font-size: 5.6vw;
        line-height: 7.3vw;
    }
    .con6_item_2 .con6_item_ab_2 {
        top: 6%;
        left: 10%;
        font-style: italic;
        font-size: 4.3vw;
    }
    .con6_item_1_ab span {
        font-size: 6.6vw;
    }
    .con6_item_2 .con6_item_1_ab {
        bottom: 23%;
        text-align: center;
        font-size: 5.6vw;
    }
    .dcon6_04b{
        width: 100%;
        margin-bottom: -80%;
    }

    .con7 .con10_mid_right {
        width: 90%;
    }


    .con7_top {
        margin-top: 16%;
        margin-bottom: 1.5%;
    }
    .con7_top_2nd {
        width: 78.4856%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
        margin-top: 1%;
    }
    .con6_left_swiper_5 {
        width: 230%;
        margin-top: 4%;
        margin-bottom: 17%;
    }
    .con7_top {
        margin-top: 25%;
        margin-bottom: 1.5%;
    }

    .con7 .con21_mid_prev {
        top: 42% !important;
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 30.4% !important;
    }

    .con7 .con21_mid_next {
        top: 42% !important;
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 30.4% !important;
    }

    .con8 .con10_mid_right {
        width: 90%;

        flex-direction: column;
    }
    .con10_mid_right_left {
        height: unset;
        width: 100%;
        margin-top: 12%;
    }
    .con10_mid_right_right {
        height: unset;
        width: 100%;
    }
    .con10_mid_right_left_top_2 {
        width: 51.4247%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }

    .con10_mid_right_left_top_2nd {
        width: 65.0211%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 10%;
    }



    .con10_mid_right_left_bottom {
        width: 135%;
        margin-bottom: 5%;
    }
    .con10_mid_right_right_top_2nd {
        margin-top: 3%;
        font-size: 3.8vw;
    }
    .con10_mid_right_left_top_2 {
        margin-top: 9%;
        font-size: 3.8vw;
        white-space: nowrap;
    }
    .con10_mid_right_right_top_3rd {
        width: 78.627%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con10_mid_right_right_top {
        width: 66.9944%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: -33%;
    }

    .con8 .con6_item_ab_2 {
        top: 6%;
        left: 10%;
        font-style: italic;
        font-size: 4.3vw;
    }
    .con8 .con7_ab_2 {
        top: 6%;
        right: 7%;
    }

    .con8 .con7_ab {
        width: 100%;
        border-top: 1px solid;
        top: 9%;
    }

    .con9_top {
        width: 49.4724%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        z-index: 1;
    }
    .con9_top_2nd {
        width: 87.4199%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2%;
    }
    .con9_top {
        width: 44.4724%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        z-index: 1;
    }
    .con9_top_3rd {
        width: 80.7559%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 83%;
    }
    .con9_top_3rd_ab_3 {
        width: 42.1416%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 8%;
        top: 103%;
    }
    .con9_top_3rd_ab_4 {
        width: 42.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 7.5%;
        top: 183%;
    }
    .con9_top_4th {
        text-align: center;
        margin-top: -7%;
        margin-bottom: 3%;
    }
    .liquid_button {
        position: relative;
        padding: 20px 50px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        width: 36%;
        overflow: hidden;
        padding: 2.3% 3%;
        border-radius: 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 17%;
        white-space: nowrap;
    }

    .con10_top {
        width: 50.5433%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 13%;
    }
    .dcon11_02{
        width: 76.252vw !important;
    }
    .con10_top_2nd {
        width: 76.252%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 1%;
    }
    .con10_top_3rd {
        width: 173.798%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -5%;
        margin-bottom: -96.1%;
    }
    .con10_top_3rd_ab_8 {
        width: 29.356%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
    }
    .con10_top_3rd_ab_5 {
        width: 99.9786%;
        display: flex;
        justify-content: center;
        align-items: center;
        rotate: 30deg;
    }
    .con10_top_3rd_ab_7 {
        width: 99.9786%;
        display: flex;
        justify-content: center;
        align-items: center;
        rotate: -30deg;
    }
    .con10_top_3rd_ab_9 {
        width: 35.2751%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: backgroundchange 6s infinite linear;
        bottom: 51%;
    }
    .con10_ab {
        width: 11.24672%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 5%;
    }
    .con10_ab_2 {
        width: 11.24672%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 5%;
    }
    
    .con11_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.3vw;
        margin-top: 13%;
        margin-bottom: 3.5%;
        width: 63%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top_2nd{
        font-size: 4.3vw;
        margin-top: 3%;
    }
    .con11_top_3rd{
        width: 65.7297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con11_top_4th_item {
        width: 11.61942%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 1.5%;
        margin-top: 3%;
    }

    .con11_top_5th {
        margin-top: 12%;
        margin-bottom: 10%;
    }

    .con11_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.3vw;
        margin-top: 39%;
        margin-bottom: 3.5%;
        width: 63%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_ab_5 {
        width: 34.2887%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8%;
        left: 15%;
    }
    .con11_ab_6 {
        width: 34.2887%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        right: 15%;
    }
    .con11_ab_7 {
        width: 26.29396%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 15%;
        top: 15%;
    }
    .con11_ab_8 {
        width: 38.9659%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        top: 14%;
    }
    .con11_ab_6 {
        width: 34.2887%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        right: 15%;
    }
    .con11_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.3vw;
        line-height: 4.3vw;
        margin-top: 44%;
        margin-bottom: 3.5%;
        width: 63%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_ab_3 {
        width: 36.0446%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0%;
        left: 0;
    }
    .con11_ab_2 {
        width: 21.5512%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -8%;
        transform: scaleX(-1);
    }
    .con11_ab {
        width: 21.5512%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -9%;
    }
    .con11_ab {
        width: 29.5512%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -14%;
        top: 0;
    }
    .con13_top {
        width: 53.2152%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con13_top_2nd {
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con13_top_3rd {
        width: 84.5381%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13_top_4th {
        width: 28.18635%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 2%;
    }
    .con13_top_6th {
        margin-top: 2.6%;
        margin-bottom: 7%;
        flex-wrap: wrap;
    }
    .con13_top_6th_item {
        width: 44.0735%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -2% -1.5%;
    }
    .con13_top_5th{
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .con13_top_7th {
        width: 80.0945%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13%;
        margin-top: 3%;
    }
    .con14_top {
        width: 29.02887%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 3%;
    }












    .form {
        width: 88.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3.7%;
        z-index: 1;
        margin-bottom: 7%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 3.2vw;
        position: relative;
    }
    .form_row_label_3lettters {
        letter-spacing: 4.2vw;
    }
    .form_row_label_4lettters {
        letter-spacing: 1.8vw;
    }
    .form_row_label_line {
        height: 2.7vw;
        border-left: 1px solid #ffd3d3;
        position: absolute;
        left: 30%;
    }
    textarea {
        height: 15vw !important;
        padding-left: 1% !important;
        padding-top: 1% !important;
    }
    .form_row_imput {
        width: 70%;
        height: 2.8vw;
        border: none;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px black solid;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/d_51.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-top: 2%;
        margin-top: 3%;
        padding-right: 2%;
        border-radius: 20px;
        border: 1px solid #80808069;
        margin-top: 2%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 14.5vw;
        height: 3.6vw;
        overflow: unset;
        outline: 0;
        color: black;
        border: none;
        appearance: none;
        margin-right: -2%;
        left: 3%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 21.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        color: black;
        border: none;
        appearance: none;
        margin-right: 3%;
        left: 3%;
    }
    .form_row_imput_radio_1{

        margin-left: 7%;
    }
    .form_row_imput_radio_1_label {
        left: 45%;
        font-family: pretendard-bold;
        color: #80808094;
    }
    .form_row_imput_radio_1_label_2 {
        left: 77%;
        font-family: pretendard-bold;
        color: #80808094;
    }



    .form_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78%;
        margin-top: 5%;
        margin-bottom: 4%;
    }

.form {
    width: 100.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 3.7%;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 24.5vw;
    height: 4.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 0%;
    left: 3%;
}    
    .form_row_imput_radio_1_label_2{
    font-size: 2.4vw !important;
        left: 80.5%;
        
    }
.form_row_imput_radio_1_label {
    font-size: 2.4vw !important;
    left: 47%;
    
}    
    .form_row_imput_radio_1_label_2nd{
    font-size: 2.4vw !important;
        left: 35%;
        
    }
    .form_row_imput_radio_1_label_2_2nd{
    font-size: 2.4vw !important;
        left: 75.5%;
        
    }



    
    .h_area1{
        width: 24.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        border: none;
        appearance: none;
        margin-right: 0%;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        left: 33.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        font-size: 2.4vw !important;
        font-family: pretendard-bold;
    }
    .h_area2 {
        width: 24.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        border: none;
        appearance: none;
        margin-right: 0%;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        left: 66.3%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        font-size: 2.4vw !important;
        font-family: pretendard-bold;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-top: 2%;
        margin-top: 3%;
        padding-right: 2%;
        border-radius: 5px;
        border: 1px solid #80808069;
        margin-top: 2%;
    }
    .form_row_ab {
        width: 1.389552%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 1%;
        bottom: 62%;
    }
    .form_row_ab_2nd {
        width: 1.27079%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 27%;
    }

    
    .con14_top_2nd {
        width: 29.3307%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -4%;
        bottom: 38%;
    }
    .con14_top_3rd {
        width: 49.8005%;
        display: flex;
        justify-content: center;
        right: -23%;
        align-items: center;
        top: 57%;
    }
 
    .con1_ab {
        width: 57.5853%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 18%;
        left: 3%;
    }
    .con1_ab_2 {
        width: 41.2493%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 31%;
        left: 2.8%;
    }



    .con3 .con10_mid_right {
        width: 311%;
        margin-bottom: 0;
    }

    .con5_ab{
        clip-path: circle(32% at 50% 51%);
    }

    .con9_ab {
        width: 40.7349%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -5%;
    }
    .con9_ab_2 {
        width: 40.7349%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -5%;
    }
    .con9_top_4th {
        text-align: center;
        margin-top: -7%;
        margin-bottom: 3%;
        z-index: 1;
    }
    .con10_top_3rd_ab_2{
        display: none;
    }
    .con10_top_3rd_ab{
        display: none;
    }

    .con10_top_3rd_ab_2{
        display: none;
    }

    .con10_top_3rd_ab_3{
        display: none;
    }

    .con10_top_3rd_ab_4{
        display: none;
    }
    .con11_ab_5{
        width: 34.2887%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: 15%;
    }
    .con11_ab_8{
        width: 38.9659%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        top: 16%;
    }
    .con11_ab_4{
        width: 29.3675%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
    }
    .con6_left_swiper_6{
        width: 78%;
    }
    .con6_left_swiper_6_item{
        width: 78%;
    }    
    .con11_ab_8 {
        width: 38.9659%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        top: 13%;
    }
    .con11_ab_6 {
        width: 34.2887%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: 15%;
    }
    .con11_ab_2 {
        width: 26.5512%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -12%;
        transform: scaleX(-1);
    }
    
    .con10_top_3rd_ab_8 {
        width: 36.356%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 21%;
    }    
    .con3_ab_3 {
        color: grey;
        right: 5%;
        bottom: 36%;
    }    
    .con4_top_3rd_ab {
        left: unset;
        overflow: hidden;
    }    
    .con1_top {
        width: 251%;
        margin: 0;
    }
    .con1_ab_7 {
        left: unset;
        top: 83%;
        width: 95%;
        flex-direction: row;
    }    
    .con3_top{
        width: 62.5276%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
    }
    
    
        .con3_top_4th {
        color: white;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 14%;
    }
    
    .con3_ab_3{
        color: grey;
    right: 5%;
    bottom: 33%;
    }
    
    
    .con4_top{
        width: 60.6378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-bottom: 4%;
    }
    
    .con4_top_3rd{
        margin-bottom: 14%;
    }
    
    .liquid_button{
        margin-top: 5%;
    }
    
    .con10_top{
        margin-top: 23%;
    }
    .con9_top{
            width: 44.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    z-index: 1;
    }
    
        .con13_top {
        width: 53.2152%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    
    .con13_top_4th {
        width: 28.18635%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
        margin-bottom: 2%;
    }    
    .con13_top_7th {
        width: 80.0945%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
        margin-top: 3%;
    }
.con14_top {
        width: 29.02887%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-bottom: 3%;
    }    
    .con14 .liquid_button {
        margin-bottom: 19%;
        margin-top: -4% !important;
    }    
    .liquid_button{
        width: 31%;
    }
    
        .con5_ab_ab {
        width: 61.8924%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 36%;
    }
        .con5_ab_ab_2 {
        width: 78.6614%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 43.5%;
    }
        .con5_ab_ab_3 {
        width: 50.5906%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 61%;
    }
    .con4_top_3rd_top {
        margin-top: 5%;
    }    
    .con6_item_mid_ab_4{
        width: 100% !important;
    }
    
}    