* {
    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;
}
.container{
    display: none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    opacity: 0;
    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);
}
.con1{
    height: 4.5vw;
}
.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: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 400;
    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 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;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.main_title{
    font-family: "JalnanGothic";
    font-size: 3.8vw;
}

.main_mid_title{
    font-family: Pretendard variable;
    font-weight: 400;
    font-size: 1.6vw;
}
.main_mid_title_bold{
    font-family: Pretendard variable;
    font-weight: 700;
    font-size: 1.6vw;
}

.main_large_title{
    font-family: Pretendard variable;
    font-weight: 700;
    font-size: 1.9vw;
}

.jalnan_large_title{
    font-family: "JalnanGothic";
    font-size: 2.4vw;
}
.jalnan_mid_title{
    font-family: "JalnanGothic";
    font-size: 1.6vw;
}
.jalnan_small_title{
    font-family: "JalnanGothic";
    font-size: 1.1vw;
}
.main_small_title{
    font-family: Pretendard variable;
    font-weight: 300;
    font-size: 1vw;
}

.main{
    background: url(/images/e_01.jpg) no-repeat center / cover;
    padding-top: 12%;
    padding-bottom: 6%;
}
.main_top{
    width: 2.12871%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}
.main_top_2nd{
    color: white;
    text-align: center;
    overflow: hidden;
}
.main_top_2nd_p_2{
    font-size: 1.3vw !important;
}

.main img{
    width: 100%;
}

.con7_mid_top_cate_margin{
    border-left: 1px solid rgba(128, 128, 128, 0.34);
}
.con7_mid_top_cate_margin_both{
    border-left: 1px solid rgba(128, 128, 128, 0.34);
    border-right: 1px solid rgba(128, 128, 128, 0.34);
}
.con9_mid .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 87%;
    height: 3vw;
    font-family: pretendard-regular;
    font-size: 1.4vw;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
    white-space: nowrap;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;
}

.con7_mid_top_cate:hover{
    color: #f73c5a;
        font-family: pretendard variable !important;
        font-weight: 700 !important;
}

.con9_mid  .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{
    padding: 2% 2%;
}
.con7_mid_top {
    border-bottom: 1px solid #80808045;
}
.con2_top{
    width: 8.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con2 .con7_mid_top{
    border-bottom: unset;
}
.con7_bottom{
    flex-wrap: wrap;
    width: 48%;
}
.con7_bottom_item{
    width: 19%;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    margin: 3% 3%;
}
.con7_bottom_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
}
.con7_bottom_item_p{
    margin-top: 16%;
    width: 100%;
    text-align: center;
}
.con7_bottom {
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 3%;
}
.con7_bottom_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9vw;
    height: 9vw;
}
.con2 .con7_mid_top {
    border-bottom: unset;
    margin-top: 2%;
}
.con2_top {
    width: 11.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con2_top_left{
    width: 16.9451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7%;
    margin-top: -7%;
    overflow: hidden;
}
.con2_top_right{
    white-space: nowrap;
}

.con11_mid_right_bottom{
    width: 87%;
    height: 13vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid p:nth-child(1){
    margin-left: -9%;
    margin-right: 10%;
}
.con11_mid_right_mid p:nth-child(2){
    margin-left: -38%;
    margin-right: -14%;
}
.con11_mid_right_bottom_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item{
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
}
.con11_mid_right_bottom_item p:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item p:nth-child(2){
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
}
.con11_mid_right_bottom_item p:nth-child(3){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_right_bottom {
    width: 87%;
    height: 13vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 4%;
        font-family: pretendard variable !important;
        font-weight: 700 !important;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}
.con1_top{
    width: 3.21782%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 2%;
}
.con11_mid_right_bottom {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con11_mid_right_bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.con3 .con11_mid_right_bottom{
    height: unset;
    overflow: unset;
}
.con3 .con11_mid_right_bottom_item{
    width: 30% !important;
}
.con3 .con11_mid_right_bottom {
    height: unset;
    overflow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
}
.con3 .con11_mid_right_bottom_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
height: 11.3vw;
}
.con3 .con11_mid_right_bottom_item {
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con3 .con11_mid_right_bottom_item {
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1.5%;
    border: 1px solid #80808045;
}
.con3 .con11_mid_right_bottom_item p:nth-child(2) {
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 5%;
    margin-bottom: 8%;
}



.popup_qa_1{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 10001;
    height: 100vh;
}
.popup_qa_2{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 10001;
    height: 100vh;
}
.popup_qa_3{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 10001;
    height: 100vh;
}
.popup_qa_con_con{
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 42vw;
    overflow-y: scroll;
    position: relative;
    border-radius: 30px;
    background: white;
    margin-top: 8%;
}
.popup_qa_top {
    width: 69%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #eeeeee;
    padding-top: 1%;
    padding-bottom: 1%;
    position: absolute;
    top: 4%;
    z-index: 1;
    border-radius: 30px 30px 0 0;
}
.popup_qa_top_img_2{
    width: 1.3%;
    margin-right: 4%;
}
.a_23{
    width: 100%;
}
.popup_qa_top_img{
    width: 28%;
}
.popup_qa_top_img img{
    width: 95%;
}
.popup_qa_con{
    width: 55%;
    word-break: keep-all;
    margin-top: -25%;
    margin-left: 28%;
}

.popup_qa_con_item_a{
    margin-left: 2.5%;
    line-height: 1.4vw;
    margin-top: 1%;
    margin-bottom: 1%;
}
.popup_qa_con_item{
    width: 100%;
    border-bottom: 1px solid #00000033;
    padding-bottom: 2%;
    padding-top: 3%;
    margin-top: 3%;
}
.popup_qa_top_img{
    width: 28%;
    position: absolute;
}
.popup_qa_con {
    width: 55%;
    word-break: keep-all;
    margin-top: 13%;
    margin-left: 28%;
}
.popup_qa_top_img {
    width: 28%;
    position: absolute;
    left: 5%;
    top: 8%;
}
.popup_qa_con_con {
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 42vw;
    overflow-y: scroll;
    position: relative;
    border-radius: 0 0 30px 30px;
    background: white;
    margin-top: 4%;
}
.popup_qa_top_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000a8;
}
.popup_qa_con_item_q{
    color: #F73C5A;
}
.popup_qa_con_con::-webkit-scrollbar {
    display: none;
}
.popup_qa_con_item_a{
    font-size: 1vw !important;
}
.popup_qa_con_item_q{
    font-size: 1.26vw !important;

}
.popup_qa_con_2{
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup_qa_2 .popup_qa_con {
    width: 55%;
    word-break: keep-all;
    margin-top: 105%;
    margin-left: 28%;
}
.popup_qa_1 .popup_qa_con {
    width: 55%;
    word-break: keep-all;
    margin-top: 7%;
    margin-left: 28%;
}
.popup_qa_con_item {
    width: 92%;
    border: 1px solid #00000033;
    padding-bottom: 2%;
    padding-top: 3%;
    border-radius: 30px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.con4{
    padding-bottom: 5%;
}



.con7{
    background: #ffe7e7;
}



.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;*/
}
.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: #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;
}

.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: 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;
}
.con7_01{
    width: 29.1584%;
    margin-top: 2.5%;
    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 {
    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 variable !important;
        font-weight: 700 !important;
    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;
}
.con7_p_2{
    margin-top: 7%;
    margin-bottom: 1%;
}
.con7_top_img_absol{
    width: 6.93069%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 2%;
}
.con7_top_img_absol_2{
    width: 25.198%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    bottom: 5%;
}
.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 variable !important;
        font-weight: 700 !important;
    color: #80808094;
}
.form_row_imput_radio_1_label_2{
    left: 80%;
        font-family: pretendard variable !important;
        font-weight: 700 !important;
    color: #80808094;
}
.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;
    
}
.con3_menu_photo{
    width: 100%;
}
.con2 img{
    width: 100%;
}
.con3 img{
    width: 100%;
}
.con4 img{
    width: 100%;
}
.con7 img{
    width: 100%;
}
.con11_mid_right_bottom_item{
    font-family: pretendard-regular;
    cursor: pointer;
}
.store{
    cursor: pointer;
    
}

.con3 .con11_mid_right_bottom_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11.3vw;
    overflow: hidden;
}
.con3 .con11_mid_right_bottom_item p:nth-child(2) {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 5%;
    margin-bottom: 8%;
}
.main {
    background: url(/images/b_02.jpg) no-repeat center / cover !important;
    padding-top: 12%;
    padding-bottom: 3%;
    margin-top: 6%;
}

@media screen and (max-width:1023px) {
    .main_top {
        width: 2.12871%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%;
        margin-top: 5%;
    }
    .main_top_2nd_p_1{
        margin-bottom: 4%;
    }
}
@media screen and (max-width:599px) {
    .main_title {
        font-family: "JalnanGothic";
        font-size: 8.8vw;
    }

    .main_mid_title {
        font-size: 4.6vw;
    }

    .main_mid_title_bold {
        font-size: 4.6vw;
    }

    .main_small_title {
        font-size: 3.1vw;
    }

    .main_large_title {
        font-size: 6.4vw;
    }

    .main_large_title_regular {
    font-family: Pretendard variable;
    font-weight: 400;
        font-size: 6.4vw;
    }

    .jalnan_large_title {
        font-size: 7.4vw;
    }

    .jalnan_mid_title {
        font-family: "JalnanGothic";
        font-size: 6.3vw;
    }

    .jalnan_small_title {
        font-family: "JalnanGothic";

        font-size: 3.1vw;
    }


    .main {
        padding-top: 40%;
        padding-bottom: 17%;
    }

    .main_top {
        width: 5.12871%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%;
        margin-top: 5%;
    }

    .main_top_2nd_p_2 {
        font-family: 'Pretendard-regular' !important;
        font-size: 4.3vw !important;
    }

    .con7_mid_top_cate {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28.3%;
        white-space: nowrap;
        height: 100%;
        transition: 0.3s all;
        cursor: pointer;
    }

    .con7_mid_top {
        padding: 4% 2%;
        background: white;
    }
    .con1 {
        height: 12.5vw;
    }
    
    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard variable !important;
        font-weight: 700 !important;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}    

    .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 variable !important;
        font-weight: 700 !important;
        color: #80808094;
    }
    .form_row_imput_radio_1_label_2 {
        left: 77%;
        font-family: pretendard variable !important;
        font-weight: 700 !important;
        color: #80808094;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.83);
        padding: 1.5%;
        width: 42%;
        color: white;
        margin-bottom: 5%;
        font-size: 3.6vw;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        cursor: pointer;
        border-radius: 50px;
        z-index: 1;
    }
    .con7_top_img_absol {
        width: 9.93069%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 2%;
    }
    .con7_p_2 {
        margin-top: 11%;
        margin-bottom: 1%;
    }
    .form_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78%;
        margin-top: 5%;
        margin-bottom: 4%;
    }    
    .con3 .con11_mid_right_bottom {
        margin-top: 7%;
    }
    .con3 .con11_mid_right_bottom_item {
    font-size: 3vw;
    color: grey;
    margin: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1.5%;
    border: 1px solid #80808045;
        width: 43% !important;
}
.con3 .con11_mid_right_bottom_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22.3vw;
}    
    .con2_top {
    width: 27.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.popup_qa_con_item_q {
    font-size: 3.26vw !important;
}
    .popup_qa_con_item_a {
    margin-left: 2.5%;
    line-height: 3.9vw;
    margin-top: 4%;
    margin-bottom: 4%;
}
    .popup_qa_con_item_a {
    font-size: 3vw !important;
}
    .popup_qa_con_2 {
    width: 97%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .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%;
    cursor: pointer;
}    
    .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%;
        
    }
    .con7_top_img{
        width: 4.12871%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top {
        width: 35.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }    
    .con2_top {
        width: 35.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    } 
    .con11_mid_right_bottom {
        width: 87%;
        height: 45vw;
        margin-top: 2%;
        overflow: scroll;
        margin-bottom: 5%;
    }  
    .con4 {
        padding-bottom: 10%;
    }    
    .popup_qa_con_2 {
        width: 97%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2%;
    }    
    .con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
}
