* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: 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;
}

.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.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;
}
@font-face {
    font-family: 'ImcreSoojin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.3/ImcreSoojin.woff') format('woff');
    font-weight: normal;
    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 rotate_image1 {
    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 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/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.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;

    }
}
.main_con{
    background: url(/images/main_13.png) no-repeat center / cover;
    width: 94% !important;
    margin-top: 5%;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    align-items: flex-start !important;
    margin-bottom: 4%;
    box-shadow: 0px 0px 26px 0px #00000061;

}
.main_12{
    left: 0;
    top: 6%;
    width: 46% !important;
}
.main_left{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-top: 6%;
    padding-bottom: 7%;
}
.main_right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main_left{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-top: 7%;
    padding-bottom: 8%;
}
.main_left_1{
    width: 1.89676%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-right: 22%;
}
.main_left_2{
    width: 8.32467%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4%;
    overflow: hidden;
}
.main_left_3{
    width: 9.16767%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4%;
    overflow: hidden;

}
.main_left_4{
    width: 8.73728%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.main_12 {
    left: 0;
    top: 0%;
    width: 49% !important;
}
.main_right_2{
    width: 13.4881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7%;
}
.main_right_1{
    width: 64.2791%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-right: 16%;
}
.main_right_absol_1{
    width: 52.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    bottom: -7%;
    right: 0;
}
.main_right_1{
    z-index: 1;
}
.main_right_absol_2{
    width: 9.35644%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 26%;
    top: 35%;
}
.main_right_absol_3{
    width: 30.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 3%;
}
.main_right_absol_4{
    width: 34.1089%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    right: 1%;
    animation: smoke 2s infinite;
    top: 5%;
}
.main{
    background: url(/images/main_bg.jpg) no-repeat center / cover;
}
.main_right_absol_0{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con1{
    background: url(/images/con1_bg1.jpg) no-repeat bottom / cover;

}
.con1_top{
    margin-top: 5%;
    margin-bottom: 3%;
}
.con1_top_3{
    width: 17.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.2%;
}
.con1_top_2{
    width: 24.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4%;
}
.con1_mid{
    background: url(/images/con1_13.png) no-repeat bottom / cover;
    width: 73%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 39px;
    overflow: hidden;
    box-shadow: 0px 0px 26px 0px #00000061;
    margin-bottom: 8%;
}
.con1_mid_1{
    width: 38.9309%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con1_mid_2{
    width: 36.7705%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 13%;
    animation: blk 1s infinite;
}
.con1_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    background: url(/images/con1_12.png) no-repeat center / cover;
    border-radius: 30px;
    margin-top: 4%;
    margin-bottom: 3%;
    padding: 2% 0;
}
.con1_mid_2nd_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.7%;
    margin: 0 4%;
}
.con1_11_absol{
    width: 95.6326%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
}
.con1_11_absol_2{
    display: none;
}
.con1_mid_2nd_item .absol{
    opacity: 0;
}
.con1_mid_3rd{
    width: 35.6753%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    overflow: hidden;
}
.con1_mid_scr{
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #090708;
    margin-bottom: -1px;
}
.con1_mid_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con1_mid_scr .absol{
    right: -100%;
}
.con2_mid_right_swiper{
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con2_mid_right_slide{
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    width:100%;
}
.con2_mid_right_slide img{
    width: 44%;
}



.con2_mid_left_swiper {
    width: 90%;
    overflow: hidden;
}
.con2_mid_left_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box !important;
}
.con2_mid_left_slide img{
    width: 100%;
}
.con2_top{
    width: 22.3267%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40%;
    margin-top: 9%;
}
.con2_mid{
    width: 69% !important;
    margin-top: 2.5%;
    align-items: flex-start !important;
    z-index: 1;
    background: url(/images/con2_12.png) no-repeat top / contain;
    margin-bottom: 4%;
}
.con2_mid_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    position: relative;
}
.con2_mid_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}
.con2_right_absol{
    width: 12.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    height: 100%;
}
.con2_15{
    height: 100%;
}
.con2_right_absol_2{
    width: 105.714%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -40%;
    height: 100%;
}
.con2_14{
    height: 100%;

}
.con2_right_absol_3{
    width: 49.5792%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: -12%;
}
.con2_mid_left_top{
    width: 41.041%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-left: -23%;
}
.con2_mid_left_swiper {
    width: 147%;
    overflow: hidden;
    margin-top: 9%;
    margin-left: -43%;
}
.con2_mid_left_swiper_2 {
    width: 147%;
    overflow: hidden;
    margin-top: 9%;
    margin-left: -43%;
    bottom: 0;
}
.con2_mid_left_swiper_3 {
    width: 147%;
    overflow: hidden;
    margin-top: 9%;
    margin-left: -43%;
    bottom: 0;

}
.con2_mid_left_swiper_4 {
    width: 147%;
    overflow: hidden;
    margin-top: 9%;
    margin-left: -43%;
    bottom: 0;

}
.con2_mid_left_swiper_5 {
    width: 147%;
    overflow: hidden;
    margin-top: 9%;
    margin-left: -43%;
    bottom: 0;

}
.con2_mid_right_swiper{
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -17%;
}
.con2_06{
    width: 79% !important;
}
.swiper-button-lock{
    display: block !important;
}
.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_bottom_swiper_next{
    right: 9% !important;
}
.con2_top_absol{
    width: 0.841584%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    left: 8%;
}
.con2_top_absol {
    width: 0.841584%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 8%;
}
.con3_right{
    top: 0;
    right: 0;
}
.con3_left{
    width: 0.891089%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 6%;
}
.con3_mid{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_mid_swiper {
    width: 90%;
    overflow: hidden;
}
.con3_mid_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box !important;
}
.con3_mid_slide img{
    width: 100%;
}
.con3{
    background: url(/images/con3_bg.jpg) no-repeat bottom / cover;

}
.con3_top{
    width: 26.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2.5%;
}
.con3_bottom_swiper_prev{
    width: 4% !important;
    left: 27% !important;
}
.con3_bottom_swiper_next{
    width: 4% !important;
    right: 27% !important;
}
.con7_bottom_swiper_prev{
    width: 8% !important;
}
.con7_bottom_swiper_next{
    width: 8% !important;
}
.con3_mid_slide.swiper-slide.swiper-slide-active >img{
    scale:0.8;
    rotate: -15deg;
    margin-top: 10%;
    margin-right: 2%;
}
.con3_mid_slide.swiper-slide.swiper-slide-next + .con3_mid_slide.swiper-slide img{
    scale:0.8;
    rotate: 15deg;
    margin-top: 10%;
    margin-left: 2%;
    
}
.con3_bottom{
    width: 27.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 6%;
}
.con3_right_absol_1{
    width: 15.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    top: 16%;
    overflow: hidden;
}
.con3_right_absol_2{
    width: 3.41584%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    top: 36%;
    overflow: hidden;

}
.con5{
    background: url(/images/con5_bg.jpg) no-repeat bottom / cover;
}



.con7_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    width: 60%;
    border-radius: 20px;
    margin-bottom: 4%;
}

.con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 46px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    background: url(/images/con5_16.png) no-repeat center / cover;
}
.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 52%;
    padding-top: 2.5%;
    padding-bottom: 1%;
    margin-top: -4.5%;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.con7_mid_top > div:nth-child(1)>img{
    transition: 0.3s all;
}
.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;

}
.con7_mid_top > div> img{
    width: 100%;
}
.con7_2{
    width: 95%;
    margin-top: 0.76%;
}
.con7_2_2nd{
    width: 100%;
}
.con7_mid_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 3%;
    padding-bottom: 6%;
}

.con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}

.con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con7_mid_swiper_1_slide img{
    width: 100%;
}

.con7_swiper_item_img:hover img{
    scale: 1.2;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*border: 2px solid #FF1515;*/

}
.con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con7_mid_swiper_1_slide img {
    width: 100%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    color: #523a29;
    font-size: 1.5vw;
    font-family: Imcresoojin;
    bottom: 9%;
    border-radius: 50px;
    /*background: #FF1515;*/
    padding-top: 1%;
}
.con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.3%;
}
.con5_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76%;
    background: white;
    flex-direction: column;
    border-radius: 50px;
    margin-top: 8%;
    margin-bottom: 6%;
}
.con5_top{
    width: 22.998%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    margin-bottom: 2.3%;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 15vw;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid #FF1515; */
}
.con7_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    width: 81%;
    border-radius: 20px;
    margin-bottom: 4%;
}
.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 52%;
    padding-top: 2.5%;
    padding-bottom: 1%;
}
.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 52%;
    padding-top: 2.5%;
    padding-bottom: 1%;
    margin-top: -5%;
}
.con5_top_2{
    width: 32.4447%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.con7_mid_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 2%;
    padding-bottom: 3%;
}
.con7_mid_swiper_1_slide_p::before{
    content: '.';
    color: #9c0001;
    margin-right: 6%;
    margin-bottom: 4.5%;
}.con6_con_bottom_absol_1 {
    width: 6.77436%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    padding: 2% 4%;
    background: white;
}
.con7_mid_swiper_1_slide_p::after{
    content: '.';
    color: #9c0001;
    margin-left: 6%;
    margin-bottom: 4.5%;
}
.con5_left_absol{
    width: 24.6919%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 1%;
}
.con5_right_absol_1{
    width: 12.7694%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    left: 88%;
    overflow: hidden;
}
.con5_right_absol_2{
    width: 14.5936%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    left: 88%;
    overflow: hidden;

}
.con5_right_absol_3{
    width: 20.3268%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 27%;
    overflow: hidden;

    left: 88%;
    z-index: 1;
}
.con5_left{
    width: 2.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 15%;
}
.con5_right_absol_4{
    z-index: 1;
}
.con5_right_absol_4{
    width: 27.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.con6{
    background: url(/images/con6_bg.jpg) no-repeat center / cover;

}
.con6_con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76%;
    flex-direction: column;
    border-radius: 50px;
    margin-top: 8%;
    margin-bottom: 6%;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid black;
}
.con6_con_top {
    background: url(/images/con6_10.png) no-repeat top / cover;
    padding-top: 6%;
    padding-bottom: 12%;
}
.con6_con_top_1 {
    width: 7.23166%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22%;
}
.con6_con_top_3{
    width: 18.3072%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -1%;
    margin-bottom: -15%;
}
.con6_con_top_5{
    width: 18.3072%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -1%;
    margin-bottom: -15%;
}
.con6_top{
    width: 0.990099%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 16%;
}



.form {
    margin-top: 2%;
    width: 55.1%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    border: 1px solid black;
}
.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;
}
.con17_bg{
    width: 100%;
}
.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: transparent;
    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/con20_03.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: hidden;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 26%;
    left: 3%;
}
.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_row_label::before{
    content: '.';
    position: absolute;
    color: black;
    font-size: 2vw;
    top: -94%;
    left: -15%;
}
.con14_05{
    margin-top: 6%;
    margin-bottom: 3%;
    width: 66%;
}
.con14_01{
    z-index: 1;
}
.con14_02{
    animation: opa 1s infinite;
}
.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: #9C0001;
    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;
}
.con7_01{
    width: 29.1584%;
    margin-top: 6%;
    margin-bottom: 2.5%;
}
.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}
.con14{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;

}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    margin-top: 0%;
    width: 55.1%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    border: 1px solid black;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}
.con1_mid_2nd_item img{
    width: 100%;
}
.con2_mid_left_top_2{
    margin-top: 11%;
    margin-left: -23%;
}
.con2_mid_left_top_3{
    margin-top: 11%;
    margin-left: -23%;
}
.con2_mid_left_top_4{
    margin-top: 11%;
    margin-left: -23%;
}
.con2_mid_left_top_5{
    margin-top: 11%;
    margin-left: -23%;
}
.con2_mid_left_top_2 img{
    width: 100%;
}
.con2_mid_left_top_3 img{
    width: 100%;
}
.con2_mid_left_top_4 img{
    width: 100%;
}
.con2_mid_left_top_5 img{
    width: 100%;
}
.con4_con{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 6%;
    margin-top: 2%;
}
.con4_item{
    width: 33.30% !important;
}
.con4_item_absol{
    width: 30.7185%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    left: 14%;
}
.con4_item_absol_2{
    width: 41.7537%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    cursor: pointer;
}
.main_12 {
    left: -4%;
    top: 0%;
    width: 56% !important;
}
.con1_top_1{
    overflow: hidden;
}
.con1_top_3{
    overflow: hidden;
}
.con5_09{
    width: 100%;
    animation: ddm_m 2s infinite;
}
.con3_mid_slide.swiper-slide.swiper-slide-prev{
    scale:0.5;
    rotate: -15deg;
    margin-top: 10%;
    margin-right: 2%;
}
.con3_mid_slide.swiper-slide.swiper-slide-next + .con3_mid_slide.swiper-slide + .con3_mid_slide.swiper-slide img{
    scale:0.5;
    rotate: 15deg;
    margin-top: 10%;
    margin-left: 2%;
}

.ccon3_mid_swiper {
    width: 78%;
    overflow: hidden;
    margin-bottom: 4%;
}
.ccon3_mid_slide{
    height: 18.8vw !important;
    overflow: hidden;
}

.ccon3_mid_slide img{
    max-width: 100%;
}
.con6_con_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_con_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    border-top: 1px solid #0000005c;
}
.ccon3_mid_slide{
    height: 11vw !important;
    
    overflow: hidden;
}
.ccon3_mid_swiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 7%;
    margin-top: 7%;
}
.ccon3_mid_slide.swiper-slide.swiper-slide-next + .ccon3_mid_slide + .ccon3_mid_slide  img{
    opacity: 0
}
.con6_con_bottom_absol_1{
    width: 6.77436%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}
.con6_con_bottom_absol_2{
    width: 12.1157%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 6%;
    cursor: pointer;
}
.con6_con_bottom_absol_1 {
    width: 6.77436%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    padding: 2% 4%;
    background: white;
}
.main img{
    width: 100% !important;
}
.main_12{
    width: 56% !important;
    scale: 0.5;
    transform-origin: left top;    
}
.form_row_imput_radio_1{
        background: url(/images/yesreg.png) no-repeat center / contain;
    
}
.form_row_imput_radio_1:checked{
    background: url(/images/con7_03.png) no-repeat center / contain;
}

.form_row_imput_radio_2{
        background: url(/images/con7_04.png) no-repeat center / contain;
    
}
.form_row_imput_radio_2:checked{
           background: url(/images/nobold.png) no-repeat center / contain;

}
.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%;
}
.plus_05{
    margin-top: 10%;
}
.con3_mid_slide img{
    transition: 0.3s scale, 0.3s rotate, 0.3s margin-right;
}
.con6_con_bottom_2{
    background: white;
    padding: 6% 0;
    border-top: 1px solid;
}
.con6_con_bottom_2_1st{
    width: 93.864%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_right_absol_4_2{
    width: 20.3231%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 3%;
    top: 37%;
    overflow: hidden;
    left: 88%;
    cursor: pointer;
}
.con5_right_absol_5{
        width: 71.2611%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all;
    scale:0.7;
}
.con5_right_absol_5_on{
    z-index: 3;
    opacity: 1;
    scale:1.15;
}
.con5_right_absol_5_close{
    top: 3%;
    right: 4%;
    font-size: 3vw;
    color: grey;
    cursor: pointer;
}
.con6_con_top_1 {
    width: 7.23166%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 11%;
}
.con5_right_absol_5{
        width: 83.2611%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    border-radius: unset;
    새ㅔ: ㅔ;
    top: 5%;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all;
    scale: 0.7;
}
.con5_right_absol_5_on {
    z-index: 17;
    opacity: 1;
    scale: 1.05;
}
.con5_right_absol_5_close {
    top: 7%;
    right: 7%;
    font-size: 3vw;
    color: grey;
    cursor: pointer;
}

.con5_right_absol_4_2 {
    width: 14.3231%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 3%;
    top: 37%;
    overflow: hidden;
    left: 88%;
    cursor: pointer;
}
.con5_pop {
    z-index: 123;
    width: 77%;
    background: url(/images/npop_04.jpg) no-repeat center / cover;
    border-radius: 2vw;
    overflow: hidden;
}

.con5_pop_top{
    width: 28.8642%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con5_pop_top_2nd{
    width: 72.257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 7%;
}
.con5_pop_close{
        width: 2.31428%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
}
.con5_pop_ab{
    width: 29.3785%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    bottom: -20%;
    opacity: 0;
    transition: 0.3s all;
    transition-delay: 0.2s;
}

.con5_pop{
    opacity: 0;
    scale:0.9;
    transition: 0.3s all;
    pointer-events: none;
}
.con5_pop_on{
    scale:1;
    opacity: 1;
    pointer-events: unset;
}
.con5_pop_on .con5_pop_ab{
    right: 0%;
    bottom: 0%;
    opacity: 1;
}


@media screen and (max-width:1023px) {
    .main {
        background: url(/images/main_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .main_con{
        flex-direction: column;
    }
    .main_left {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        width: 92%;
        padding-top: 7%;
        padding-bottom: 8%;
    }
    .main_left_1 {
        width: 1.89676%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8%;
        margin-right: 51%;
    }
    .main_right {
        width: 78%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -33%;
        margin-bottom: 41%;
        margin-left: 5%;
    }
    .main_right_absol_1 {
        width: 66.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: -7%;
        right: 31%;
    }
    .main_right_absol_3 {
        width: 68.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0%;
        top: 55%;
    }
    .main_right {
        width: 78%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -38%;
        margin-bottom: 66%;
        margin-left: 5%;
    }
    .main_right_absol_1 {
        width: 85.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: -6%;
        right: 18%;
    }
    .main_right_absol_3 {
        width: 68.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0%;
        top: 54%;
    }
    .main_right_absol_2 {
        width: 17.35644%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 51%;
        top: 55%;
    }
    .main_right_2 {
        width: 22.4881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -17%;
        margin-top: 49%;
        margin-left: 13%;
        margin-bottom: -16%;
    }
    .main_right_1 {
        width: 64.2791%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-right: 23%;
    }
    .main_left_1 {
        width: 2.89676%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8%;
        margin-right: 51%;
    }
    .main_07{
        width: 114%;
    }
    .main_right_absol_2 {
        width: 26.35644%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 51%;
        top: 51%;
    }
    .main_12 {
        left: -69%;
        top: 0%;
        width: 129% !important;
    }
    .con1_top_2 {
        width: 58.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 4%;
        margin-top: 24%;
        margin-bottom: 3%;
    }
    .con1_top_1{
        width: 34.901%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 11%;
        right: 53%;
    }
    .con1_top_3 {
        width: 29.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3.2%;
        position: absolute;
        top: 11%;
        left: 53%;
    }
    .con1_mid {
        background: url(/images/con1_13.png) no-repeat bottom / cover;
        width: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 39px;
        overflow: hidden;
        box-shadow: 0px 0px 26px 0px #00000061;
        margin-bottom: 8%;
    }
    .con1_mid_1 {
        width: 66.9309%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con1_mid_2nd_item{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36.7%;
        margin: 0 4%;
        margin-bottom: 8%;
    }
    .con1_11_absol {
        width: 95.6326%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 11.5%;
    }
    .con1_11_absol_2{
        width: 95.6326%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 29%;
    }
    .con1_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        background: url(/images/con1_12.png) no-repeat center / cover;
        border-radius: 30px;
        margin-top: 4%;
        margin-bottom: 3%;
        padding: 2% 0;
        flex-wrap: wrap;
    }
    .con1_11_absol_2 {
        width: 95.6326%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 58.8%;
    }
    .con1_mid_3rd {
        width: 63.6753%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
    }
    .con1_mid{
        background: url(/images/con1_13.png) no-repeat bottom / cover;
        width: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 39px;
        overflow: hidden;
        box-shadow: 0px 0px 26px 0px #00000061;
        margin-bottom: 16%;
    }
    .con1_mid_scr {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
        background: #090708;
        margin-bottom: -1px;
    }
    .con1_top_1 {
        width: 34.901%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 8%;
        right: 53%;
    }
    .con1_top_3 {
        width: 29.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3.2%;
        position: absolute;
        top: 8%;
        left: 53%;
    }
    .con2_mid_right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 63%;
    }
    .con2_mid_left_top {
        width: 75.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid{
        width: 90% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat center / 164%;
        margin-bottom: 4%;
        margin-top: 14%;
        padding-bottom: 1%;
        border-radius: 50px;
    }
    .con2_top_absol{
        width: 1.841584%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16%;
        left: 8%;
    }

    .con2_top {
        width: 43.3267%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -25%;
        margin-top: 10%;
    }
    .con2_top_absol {
        width: 1.841584%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 18%;
        left: 8%;
    }
    .con2_mid {
        width: 90% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat top / contain;
        margin-bottom: 4%;
        margin-top: 9%;
    }
    .con2_mid_left_top{
        width: 65.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: -5%;
    }
    .con2_mid{
        width: 90% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat center / 164%;
        margin-bottom: 4%;
        margin-top: 9%;
        padding-bottom: 6%;
        border-radius: 50px;
    }
    .con2_mid {
        width: 98% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat center / 172%;
        margin-bottom: 4%;
        margin-top: 9%;
        padding-bottom: 6%;
        border-radius: 50px;
    }
    .con2_mid_left_top_2 {
        width: 75.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid_left_top_2 img{
        width: 100%;
    }
    .con2_mid_left_top_3 {
        width: 75.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid_left_top_4 {
        width: 75.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid_left_top_5 {
        width: 75.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }    
    .con2_mid_left_top {
        width: 65.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 14%;
    }
    .con2_top_absol {
        width: 1.841584%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 12%;
        left: 8%;
    }
    .con2_right_absol_3 {
        width: 53.5792%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1%;
        left: -18%;
    }
    .con2_06 {
        width: 79% !important;
        left: 7%;
    }
    .con3_top {
        width: 39.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 4.5%;
    }
    .con3_mid_slide.swiper-slide.swiper-slide-next{
        z-index: 3;
    }
    .con3_mid_slide.swiper-slide.swiper-slide-next img {
        scale: 1.7;
        z-index: 1;
    }

    .con3_mid_swiper {
        width: 90%;
        overflow: hidden;
        padding-top: 13%;
        padding-bottom: 10%;
    }
    .con3_bottom_swiper_prev {
        width: 8% !important;
        left: 13% !important;
    }
    .con3_bottom_swiper_next {
        width: 8% !important;
        right: 13% !important;
    }
    .con3_right_absol_1 {
        width: 21.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 13%;
    }
    .con3_right_absol_2 {
        width: 5.41584%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 30%;
    }
    .con3_left {
        width: 1.891089%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 9%;
        top: 6%;
    }
    .con3_bottom {
        width: 46.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 6%;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88%;
        background: white;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 8%;
        margin-bottom: 6%;
    }
    .con5_top {
        width: 35.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -4%;
        margin-bottom: 2.3%;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88%;
        background: white;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .con5_left {
        width: 4.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 1%;
        top: 8%;
    }
    .con5_left_absol {
        width: 28.6919%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 4%;
        top: 1%;
    }
    .con5_top_2 {
        width: 42.4447%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 3%;
    }
    .con7_swiper_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18vw;
        height: 18vw;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        /* border: 2px solid #FF1515; */
    }
    .con7_mid_top {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 74%;
        padding-top: 2.5%;
        padding-bottom: 1%;
        margin-top: -5.7%;
    }
    .con7_mid_swiper_1_slide > p {
        margin-top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73%;
        white-space: nowrap;
        color: #523a29;
        font-size: 3.5vw;
        bottom: 9%;
        border-radius: 50px;
        /* background: #FF1515; */
        padding-top: 1%;
    }
    .con7_mid_swiper_1_slide_p::before {
        content: '.';
        color: #9c0001;
        margin-right: 6%;
        margin-bottom: 11.5%;
    }
    .con7_mid_swiper_1_slide_p::after {
        content: '.';
        color: #9c0001;
        margin-left: 6%;
        margin-bottom: 11.5%;
    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        width: 91%;
        border-radius: 20px;
        margin-bottom: 4%;
    }
    .con5_left {
        width: 4.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 1%;
    }
    .con5_right_absol_4 {
        width: 32.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0;
        bottom: 0;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88%;
        background: white;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 11%;
        margin-bottom: 12%;
    }
    .con6_con_top_1 {
        width: 12.23166%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5%;
    }
    .con6_con_top_2{
        width: 24.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_con_top_3{
        width: 24.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_con_top_4{
        width: 24.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 94%;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 8%;
        margin-bottom: 6%;
        border-radius: 35px;
        overflow: hidden;
        border: 1px solid black;
    }
    .con7_01{
        width: 57.1584% !important;
        margin-top: 7%;
        margin-bottom: 2.5%;
    }
    .form {
        margin-top: 0%;
        width: 86.1%;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        border: 1px solid black;
        margin-bottom: 7%;
        margin-top: 3%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.2vw;
        position: relative;
    }
    .form_row_label_3lettters {
        letter-spacing: 2.9vw;
    }
    .form_row_imput {
        width: 70%;
        height: 4.8vw;
        background: transparent;
        border: none;
        font-size: 2.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_row_label::before {
        content: '.';
        position: absolute;
        color: black;
        font-size: 3vw;
        top: -50%;
        left: -15%;
    }

    .form_agree_span {
        font-size: 2.1vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px black solid;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        background: url(/images/con20_03.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #9C0001;
        padding: 1.5%;
        width: 25%;
        color: white;
        margin-bottom: 5%;
        font-size: 2.6vw;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 1%;
        cursor: pointer;
        border-radius: 50px;
        z-index: 1;
    }
    .con5_right_absol_1 {
        width: 18.7694%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        left: 77%;
    }
    .con5_right_absol_2 {
        width: 18.5936%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16%;
        left: 77%;
    }
    .con5_right_absol_3 {
        width: 27.3268%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 27%;
        left: 77%;
        z-index: 1;
    }
    .con5_top_2 {
        width: 42.4447%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
        margin-top: 5%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 12.5vw;
        height: 3.7vw;
        overflow: hidden;
        outline: 0;
        color: black;
        border: none;
        appearance: none;
        margin-right: 11%;
        margin-left: -8%;
        left: 3%;
    }
    .form_row_imput_radio:nth-child(1){
        margin-right: -53%;
        margin-left: -57%;
    }
    .form_row_imput_radio:nth-child(2){
        margin-left: 23%;
    }
    .main_left_4{
        width: 8.7524% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}
@media screen and (max-width:599px) {
    .main_left_1 {
        width: 3.89676%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8%;
        margin-right: 51%;
    }
    .main_left_2 {
        width: 11.32467%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 4%;
    }
    .main_left_3 {
        width: 12.16767%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 4%;
    }
    .main_left_4 {
        width: 11.7524% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_right_1 {
        width: 56.2791%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40%;
        margin-right: 23%;
    }
    .main_right_absol_1 {
        width: 103.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: -6%;
        right: -1%;
    }
    .main_right_absol_3 {
        width: 86.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0%;
        top: 50%;
    }
    .main_right {
        width: 78%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -38%;
        margin-bottom: 88%;
        margin-left: 5%;
    }
    .main_right_absol_3 {
        width: 94.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0%;
        top: 55%;
    }
    .main_right_1 {
        width: 69.2791%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 42%;
        margin-right: 23%;
    }
    .main_right_2 {
        width: 25.4881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -17%;
        margin-top: 49%;
        margin-left: -1%;
        margin-bottom: -1%;
    }
    .main_right_absol_2 {
        width: 43.35644%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 51%;
        top: 51%;
    }
    .main_12 {
        left: -121%;
        top: 0%;
        width: 200% !important;
    }
    .main_right_absol_4 {
        width: 69.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        right: 13%;
        animation: smoke 2s infinite;
        top: unset;
        bottom: 8%;
    }
    .con1_top_2 {
        width: 82.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 4%;
        margin-top: 27%;
        margin-bottom: 4%;
    }
    .con1_top_1 {
        width: 42.901%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 7%;
        right: 46%;
    }
    .con1_top_3 {
        width: 36.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3.2%;
        position: absolute;
        top: 7%;
        left: 53%;
    }
    .con1_mid_1 {
        width: 77.9309%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    .con1_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 89%;
        background: url(/images/con1_12.png) no-repeat center / cover;
        border-radius: 30px;
        margin-top: 8%;
        margin-bottom: 5%;
        padding: 2% 0;
        flex-wrap: wrap;
    }
    .con1_mid_3rd {
        width: 74.6753%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
    }
    .con2_top {
        width: 63.3267%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        margin-top: 13%;
        z-index: 1;
    }
    .con2_top_absol {
        width: 2.441584%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 12%;
        left: 8%;
    }
    .con2_mid {
        width: 98% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat center / 172%;
        margin-bottom: 4%;
        margin-top: 9%;
        padding-bottom: 6%;
        border-radius: 25px;
    }
    .con2_mid_left_top {
        width: 71.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 14%;
    }
    .con2_mid_left_top_3 {
        width: 83.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid_left_top_2 {
        width: 83.041%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 20%;
    }
    .con2_mid {
        width: 98% !important;
        margin-top: 2.5%;
        align-items: flex-start !important;
        z-index: 1;
        background: url(/images/con2_12.png) no-repeat center / 172%;
        margin-bottom: 9%;
        margin-top: 18%;
        padding-bottom: 6%;
        border-radius: 25px;
    }
    .con7_bottom_swiper_prev {
        width: 11% !important;
        left: 2% !important;
    }
    .con7_bottom_swiper_next {
        width: 11% !important;
    }
    .con2_right_absol {
        width: 16.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        height: 100%;
    }
    .con2_15{
        width: 167%;
        height: 100%;
    }
    .con2_right_absol_3 {
        width: 62.5792%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1%;
        left: -33%;
    }
    .con3_mid {
        width: 123%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_top {
        width: 60.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 5.5%;
    }
    .con3_right{
        width: 13.799%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_left {
        width: 2.591089%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 9%;
        top: 6%;
    }
    .con3_bottom {
        width: 71.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 9%;
    }
    .con4_con {
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 22px;
        overflow: hidden;
        margin-bottom: 10%;
        margin-top: 2%;
    }
    .con4_con > .con4_item:nth-of-type(2){
        display: none;
    }
    .con4_item {
        width: 49.3% !important;
        filter: brightness(0.5);
    }
    .con4_item_absol {
        width: 63.7185%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 9%;
    }
    .con4_item_absol {
        width: 63.7185%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 9%;
        z-index: 1;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 93%;
        background: white;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 14%;
        margin-bottom: 16%;
    }
    .con5_top {
        width: 55.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -6%;
        margin-bottom: 2.3%;
        z-index: 0;
    }
    .con5_left_absol {
        width: 37.6919%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -3%;
        top: 0%;
    }
    .con5_top_2 {
        width: 64.4447%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 11%;
        margin-top: 14%;
    }
    .con5_left{
        width: 6.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 1%;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 93%;
        background: white;
        flex-direction: column;
        border-radius: 50px;
        margin-top: 15%;
        margin-bottom: 16%;
    }
    .con5_top_2 {
        width: 68.4447%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
        margin-top: 3%;
    }
    .con7_mid_top {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 88%;
        padding-top: 2.5%;
        padding-bottom: 1%;
        margin-top: -5.7%;
    }
    .con7_swiper_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33vw;
        height: 33vw;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        /* border: 2px solid #FF1515; */
    }
    .con7_mid_con {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 20px;
        width: 98%;
        margin: 1%;
        box-sizing: border-box;
        background: url(/images/con5_16.png) no-repeat center / cover;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 93%;
        background: white;
        flex-direction: column;
        border-radius: 20px;
        margin-top: 15%;
        margin-bottom: 16%;
    }
    .con5_right_absol_4 {
        width: 41.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0;
        bottom: 0;
    }
    .con7_mid_swiper_1_slide > p {
        margin-top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73%;
        white-space: nowrap;
        color: #523a29;
        font-size: 4vw;
        bottom: 9%;
        border-radius: 50px;
        /* background: #FF1515; */
        padding-top: 1%;
    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        width: 91%;
        border-radius: 20px;
        margin-bottom: 19%;
    }
    .con5_right_absol_1 {
        width: 22.7694%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: unset;
        left: 3%;
        bottom: 5%;
    }
    .con5_right_absol_2 {
        width: 26.5936%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: unset;
        left: 29%;
        bottom: 5%;
    }
    .con5_right_absol_3 {
        width: 38.0268%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: unset;
        bottom: 5%;
        left: 59%;
        z-index: 1;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 93%;
        background: white;
        flex-direction: column;
        border-radius: 20px;
        margin-top: 15%;
        margin-bottom: 25%;
    }
    .con7_mid_top_cate {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30.3%;
    }
    .con5_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 93%;
        background: white;
        flex-direction: column;
        border-radius: 20px;
        margin-top: 21%;
        margin-bottom: 25%;
    }
    .con5_left_absol {
        width: 44.6919%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: -17%;
        right: -9%;
    }
    .con5_left {
        width: 7.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 0%;
    }

    .con6_con_top {
        background: url(/images/con6_10.png) no-repeat top / cover;
        padding-top: 9%;
        padding-bottom: 15%;
        flex-wrap: wrap;
    }
    .con6_con_top_1 {
        width: 18.23166%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 18%;
        margin-left: 13%;
        margin-bottom: -8%;
    }
    .con6_con_top_3 {
        width: 48.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1%;
    }
    .con6_con_top_2 {
        width: 48.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_con_top_4 {
        width: 48.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7_01 {
        width: 76.1584% !important;
        margin-top: 9%;
        margin-bottom: 3.5%;
    }
    .form {
        margin-top: 0%;
        width: 90.1%;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        border: 1px solid black;
        margin-bottom: 7%;
        margin-top: 3%;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 84%;
        padding-bottom: 0%;
        padding-left: 3%;
        padding-top: 1%;
        margin-top: 1%;
        border-bottom: 1px solid black;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 4.2vw;
        position: relative;
    }
    .form_row_label_3lettters {
        letter-spacing: 5.4vw;
    }
    .form_row_imput {
        width: 70%;
        height: 9.8vw;
        background: transparent;
        border: none;
        font-size: 4.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_row_imput_radio:nth-child(2) {
        margin-left: 6%;
        margin-right: 13%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 24.5vw;
        height: 6.7vw;
        overflow: hidden;
        outline: 0;
        color: black;
        border: none;
        appearance: none;
        margin-right: 11%;
        margin-left: -8%;
        left: 3%;
        border-bottom: 0 !important;
    }
    .form_row_radio{
        border-bottom: 0 !important;
    }
    .form_row_label::before {
        content: '.';
        position: absolute;
        color: black;
        font-size: 6vw;
        top: -50%;
        left: -15%;
    }
    .form_agree_span {
        font-size: 2.7vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px black solid;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: url(/images/con20_03.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #9C0001;
        padding: 1.5%;
        width: 46%;
        color: white;
        margin-bottom: 5%;
        font-size: 4.6vw;
        border-radius: 0;
        padding-top: 3.5%;
        padding-bottom: 3%;
        cursor: pointer;
        border-radius: 50px;
        z-index: 1;
    }
    .main_con{
        background: url(/images/main_13.png) no-repeat center / cover;
        width: 94% !important;
        margin-top: 13%;
        border-radius: 0 0 30px 30px;
        overflow: hidden;
        align-items: flex-start !important;
        margin-bottom: 4%;
        box-shadow: 0px 0px 26px 0px #00000061;
    }    
    .main_left {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        width: 92%;
        padding-top: 18%;
        padding-bottom: 8%;
    }    
    .main_left{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 92%;
        padding-top: 18%;
        padding-bottom: 8%;
        flex-direction: column;        
    }
    .main_left_1 {
        width: 3.89676%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8%;
        margin-right: 51%;
        position: absolute;
    }
    .main_left_2 {
        width: 83.32467%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 4%;
    }    
    .main_left_3 {
        width: 84.16767%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 4%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .main_left_4 {
        width: 84.7524% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
    }    
    .main_left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 82%;
    padding-top: 18%;
    padding-bottom: 8%;
    margin-top: 14%;
    flex-direction: column;
    margin-bottom: 7%;
    margin-left: 12%;
}
.main_right_2 {
    width: 25.4881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -17%;
    margin-top: 49%;
    margin-left: -1%;
    margin-bottom: -1%;
    position: absolute;
    top: -139%;
    right: -1%;
}
.main_left_1 {
    width: 3.89676%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-right: 51%;
    position: absolute;
    left: -17%;
}
    .main_right_1 {
    width: 69.2791%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42%;
    margin-right: -13%;
    margin-bottom: -34%;
}
.main_right_1 {
    width: 100.2791%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42%;
    margin-right: -21%;
    margin-bottom: -26%;
}    
.main_right_2 {
    width: 25.4881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -17%;
    margin-top: 49%;
    margin-left: -1%;
    margin-bottom: -1%;
    position: absolute;
    top: -177%;
    right: -1%;
}    
    
    
    
    .ccon3_mid_slide {
        height: 30vw !important;
        overflow: hidden;
    }
    .ccon3_mid_slide.swiper-slide.swiper-slide-next {
        opacity: 0
    }
.con6_con_bottom_absol_1 {
    width: 19.77436%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}    
.ccon3_mid_swiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15%;
    margin-top: 15%;
}
.con6_con_bottom_absol_2 {
    width: 26.1157%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 6%;
    cursor: pointer;
}    
    .con1_11{
        height: 0.35vw;
    }
    .con3_right_absol_1 {
        width: 21.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 11%;
        top: 0%;
    }    
    .con6_con_bottom_absol_1 {
        width: 19.77436%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 7;
        background: white;
        padding: 0 9%;
    }    
    .form_row_imput_radio {
        margin-right: 1%;
        width: 20.5vw;
        height: 9.7vw;
        overflow: unset;
    }
    .main_12 {
        left: -121%;
        top: 0%;
        scale: 2;
        width: 200% !important;
    }    
    .form_row_imput_radio_1{
        background: url(/images/yesreg.png) no-repeat center / 90%;
        border-radius: unset;

    }
    .form_row_imput_radio_1:checked{
        background: url(/images/con7_03.png) no-repeat center / 90%;
          border-radius: unset;

    }

    .form_row_imput_radio_2{
            background: url(/images/con7_04.png) no-repeat center / 90%;
          border-radius: unset;


    }
    .form_row_imput_radio_2:checked{
               background: url(/images/nobold.png) no-repeat center / 90%;
          border-radius: unset;


    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        width: 91%;
        border-radius: 20px;
        margin-bottom: 31%;
    }
    .con5_right_absol_1 {
        bottom: 15%;
    }    
    .con5_right_absol_2 {
        bottom: 15%;
    }    
    .con5_right_absol_3 {
        bottom: 15%;
    }    
    .con5_right_absol_4_2 {
        width: 35.3231%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 3%;
        top: 37%;
        overflow: hidden;
        left: 88%;
        cursor: pointer;
        top: unset;
        bottom: 7%;
        left: 3%;
    }    
    .con5_right_absol_5 {
        width: 87.2611%;
        border-radius: 20px;
    }
    .con5_right_absol_5_close {
        top: 1%;
        right: 4%;
        font-size: 8vw;
        color: grey;
        cursor: pointer;
    }    
    
.con6_con_top_1 {
        width: 41.23166%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 14%;
    }
    
    .con6_con_top_5{
        width: 48.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .con6_con {
        background: url(/images/con6_10.png) no-repeat center / 604%;
    }
        .con6_con_top {
    background: unset;
}
    
        .con5_right_absol_5 {
        width: 85.2611%;
        border-radius: unset;
    }
    
.con5_right_absol_5_close {
        top: 3%;
        right: 9%;
        font-size: 8vw;
        color: grey;
        cursor: pointer;
    }
    .con5_right_absol_4_2 {
    width: 24.3231%;
}
.con5_pop_top {
    width: 69.8642%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
}
    
.con5_pop_close {
    width: 6.31428%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 6%;
}
    .con5_pop_top_2nd {
    width: 85.257%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 24%;
}
    .con5_pop_ab {
    width: 38.3785%;
    }
}
