* {
    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;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.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;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@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(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@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);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@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 marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    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);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */

#overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4); /* 회색/검정 반투명 */
    z-index: 900;
    display: none; /* 기본은 숨김 */
  }


:root{
    --main-red: #f34830;
    --main-gray: #2d2d2d;
    --main-gray2: #dedede;
}
.red{
    color: #f34830;
}
.gray{
    color: #2d2d2d;
}
.gray2{
    color: #dedede;
}
.white {
    color: white;
}
b{
    font-weight: 700;
}
.bold{
    font-weight: 800;
}
.title{
    font-size: 2.5vw;
    font-weight: 400;
    overflow: hidden;
}
.sub{
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5;
}
.gmk_L{
    font-family: 'GmarketSansLight';
}
.gmk_M{
    font-family: 'GmarketSansMedium';
}
.gmk_B{
    font-family: 'GmarketSansBold';
}


/* 메인 */

.main{
    margin-top: 4.9vw;
}
.swiper_main{
    width: 100%;
    height: 51.6vw;
}
.main_slide{
    width: 100% !important;
    height: 51.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_main_pagination {
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 0.2vw;
    bottom: auto !important;
    top: 95% !important;
}
.main .swiper-pagination-bullet{
    width: 0.4vw;
    height: 0.4vw;
    background: #fff;
    opacity: 1;
}
.main .swiper-pagination-bullet-active{
    background: var(--main-red);
}



.main_menu{
    padding: 6vw 0 8vw 0;
}
.btn_title{
    margin-bottom: 2vw;
}
.btn_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 4vw;
}
.btn_box{
    width: 7vw;
    font-size: 1.1vw;
    text-align: center;
    cursor: pointer;
    color: #919191;
    border-right: 1px solid var(--main-gray2);
    transition: 0.3s;
}
.btn_box:first-child{
    border-left: 1px solid var(--main-gray2);
}
.btn_box.on{
    font-weight: 800;
}
.subpage .menu_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(2vw); */
    opacity: 0;
}
.subpage .menu_btn
.menu_btn.on{
    color: var(--main-red);
}
.menu_btn_tt{
    transition: 0.3s;
}
.menu_btn.on .menu_btn_tt{
    opacity: 0;
}
.menu_btn_tt_on{
    opacity: 0;
    transition: 0.3s;
    transform: translateY(2vw);
}
.menu_btn.on .menu_btn_tt_on{
    opacity: 1;
    transform: translateY(0);
}
.swiper_menuwrap, .swiper_newswrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_menu, .swiper_news{
    width: 59%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2vw);
    transition: 0.5s;
}
.swiper_menu.on, .swiper_news.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.swiper_menu_slide{
    width: 18vw;
    height: 24vw;
    border: 1px solid var(--main-red);
    border-radius: 1.6vw;
    padding-top: 4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--main-red);
    overflow: hidden;
    transition: 0.3s;
}
.swiper_menu .swiper_menu_slide{
    cursor: pointer;
}
.swiper_menu_slide_tt01{
    font-size: 1.4vw;
    margin-bottom: 0.5vw;
}
.swiper_menu_slide_tt02{
    font-size: 1vw;
    margin-bottom: 1.5vw;
}
.swiper_menu_slide_tt05 {
    margin-bottom: 0.5vw;
}
.swiper_menu_slide_img{
    width: 165.289%;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.5;
    transform-origin: center top;
    transition: 0.3s;
}
.swiper_menu_slide:hover{
    background-color: var(--main-red);
    color: #fff;
}
.swiper_menu_slide:hover .swiper_menu_slide_img{
    scale: 1;
}
.swiper_menu_btn{
    cursor: pointer;
    z-index: 5;
    bottom: 38%;
}
.swiper_arrow{
    width: 1.15486%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_menu_prev{
    left: 18.5%;
}
.swiper_menu_next{
    right: 18.5%;
    rotate: 180deg;
}
.swiper-button-lock {
    display: flex;
}



.main_news{
    background-color: var(--main-red);
    padding: 6vw 0 7vw 0;
}
.main_news .news_btn{
    color: #fff;
}
.main_news .news_btn.on {
    color: #fff;
}
.news .news_btn{
    border-right: 1px solid #fff;
}
.news .news_btn:first-child{
    border-left: 1px solid #fff;
}
.swiper_news_slide{
    width: 18vw;
    height: 24vw;
    border-radius: 1.6vw;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    background-color: #fff;
}
.swiper_news_slide_img{
    width: 100% !important;
    height: 18vw;
    position: relative;
    overflow: hidden;
}
.swiper_news_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_news_slide_ttbox{
    width: 100%;
    height: 6vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}
.swiper_news_slide_tt01{
    width: 90%;
    font-size: 1.1vw;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper_news_slide_tt02{
    font-size: 0.85vw;
    color: #999;
}
.swiper_news_btn{
    cursor: pointer;
    z-index: 5;
    bottom: 35%;
}
.swiper_news_prev{
    left: 18.5%;
}
.swiper_news_next{
    right: 18.5%;
    rotate: 180deg;
}



.main_box_bg{
    width: 100%;
    height: 50%;
    top: 0;
    background-color: var(--main-red);
}
.swiper_main_box{
    width: 100%;
    cursor: pointer;
}
.swiper_main_box_slide{
    width: 18vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
}
.swiper_main_box_slide .swiper_main_box_img {
    width: 77% !important;
}
.swiper_main_box_img {
    width: 64.24% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15.261vw;
    margin-bottom: 1vw;
    z-index: 1;
}
.swiper_main_box_tt01{
    font-size: 1vw;
    margin-bottom: 0.3vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper_main_box_tt02{
    font-size: 0.9vw;
}
.swiper_main_box_shodow {
    width: 108.969%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    bottom: 0%;
    right: -35%;
}



.main_banner{
    padding: 7vw 0 6vw 0;
}
.banner_title{
    margin-bottom: 3vw;
}
.main_banner_con{
    width: 58%;
    display: flex;
    gap: 2vw;
}
.main_banner_con_box{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2vw 0;
    border-radius: 1.6vw;
}
.main_banner_con_box.item1{
    background-color: var(--main-red);
}
.main_banner_con_box.item2{
    background-color: #ffd34d;
}
.main_banner_con_tt{
    margin-left: 3vw;
    font-size: 1.4vw;
    line-height: 1.5;
}
.main_banner_con_tt.this{
    color: #2b2b2b;
}
.main_banner_con_img{
    margin-right: 3vw;
}
.instagram{
    width: 19.573%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sambanggu{
    width: 34.1637%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.main_app{
    background-color: #fef8ef;
    padding: 6vw 0;
}
.app_title{
    margin-bottom: 6vw;
}
.main_app_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}
.main_app_con_box{
    width: 35%;
}
.main_app_con_box_top{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 3.5vw;
}
.main_app_con_tt{
    font-size: 1.2vw;
    line-height: 1.5;
    font-weight: 400;
}
.main_app_con_box_btm{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
}
.acon05_01{
    width: 59.8261%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    bottom: 15%;
    left: -1%;
}
.acon05_02{
    width: 30.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.acon05_02 > img{
    animation: ddm 2s infinite;
}
.acon05_03{
    width: 17.5412%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon05_04 , .acon05_05{
    width: 35.3823%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.main_form{
    padding: 6vw 0;
    background: url("/images/main/acon06_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main_form_con{
    width: 63%;
}
.main_form_con_tt01{
    font-size: 2.6vw;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.main_form_con_tt02{
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}
.main_form_btn{
    width: 14vw;
    padding: 0.9vw 0;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5vw;
    font-size: 1.05vw;
    font-weight: 400;
    /* transition: 0.3s; */
    opacity: 0;
}
.main_form_btn:hover .acon06_01{
    animation: poke-right 1.8s infinite;
}
/* .main_form_btn:hover {
    background-color: rgba(243, 72, 48, 0.4);
} */
.acon06_01{
    width: 7.80669%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes poke-right{
    0%   { transform: translateX(0); }
  
    26%  { transform: translateX(0.5vw); }
    40%  { transform: translateX(0); }
  
    50%  { transform: translateX(0.5vw); }
    60%  { transform: translateX(0); }
  
    100% { transform: translateX(0); }
  }






/* 브랜드 */
.brand{
  padding-top: 7vw;
  overflow: visible;
  display: none;
}
.brand.on{
    display: flex;
}
.brand_btnwrap {
  margin-bottom: 6vw;
}
.brand_btn.on{
    color: var(--main-red);
}
.brand_story{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brand_story_con01{
    padding: 5vw 0;
    background: url("/images/brand/bcon01_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.bcon01_01{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.brand_story_con01_tt01{
    font-size: 1.9vw;
    margin-bottom: 1.5vw;
    overflow: hidden;
}


.brand_story_con02{
    padding: 7vw 0 0 0;
}
.brand_story_con02_title{
    font-size: 3.4vw;
    overflow: hidden;
}
.brand_story_con02_tt01{
    text-transform: uppercase;
    font-size: 1.8vw;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.brand_story_con02_tt02{
    margin-bottom: 2.5vw;
}
.bcon02_01{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
}
.bcon02_03, .bcon02_04{
    width: 49.2653%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon02_05{
    width: 99.8271%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.brand_story_con03{
    padding: 7vw 0 0 0;
}
.brand_story_con03_title{
    font-size: 2.8vw;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.brand_story_con03_con{
    width: 100%;
    display: flex;
    justify-content: center;
}
.brand_story_con03_con_box{
    width: 17vw;
    height: 17vw;
    background-color: rgba(231, 32, 5, 0.8);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 -1.2vw;
}
.brand_story_con03_con_tt01{
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.brand_story_con03_con_tt02{
    font-size: 0.9vw;
    text-align: center;
    line-height: 1.5;
}


.brand_story_con04{
    padding: 7vw 0 0 0;
}
.brand_story_con04_title{
    font-size: 2.8vw;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.brand_story_con04_con{
    width: 65%;
}
.brand_story_con04_con_box{
    width: 100%;
    border: 1px solid var(--main-gray2);
    border-radius: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
}
.brand_story_con04_con_box.this{
    margin-bottom: 1vw;
}
.brand_story_con04_con_box_in{
    width: 88%;
}
.brand_story_con04_con_tt01{
    font-size: 2vw;
    letter-spacing: -0.1vw;
    margin-bottom: 0.6vw;
    color: #000 !important;
}
.brand_story_con04_con_tt02{
    font-size: 1.1vw;
    margin-bottom: 2vw;
}
.brand_story_con04_con_imgwrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.brand_history{
    width: 100%;
    height: 200vw;
    /* overflow: scroll; */
    /* background-color: #cecece; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_history_in{
    width: 100%;
    height: 200vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}
.brand_history_trigger{
    width: 100%;
    height: 100%;
    top: 0;
}
.brand_history_year_wrap{
    height: 100%;
}
.brand_history_year{
    height: 195vw;
    font-size: 4vw;
    font-weight: 800;
    color: var(--main-red);
    position: relative;
}
.brand_history_year_in{
    display: flex;
    flex-direction: row;
    position: sticky;
    top: 8vw;  
    height: 5vw;
    line-height: 5vw;
    overflow: hidden;
}
.year{
    /* opacity: 0; */
    transition: 0.3s;
  }
.brand_history_year_tt01{
    opacity: 0.4;
    margin-right: 5vw;
}
.brand_history_year_tt02{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    right: 0;
}
.brand_history_year_tt02_in{
    display: flex;
    flex-direction: column;
}
.brand_history_con{
    width: 40%;
    height: 100%;
    
    position: relative;
}
.brand_history_con_in{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    /* position: absolute; */
}
.brand_history_con_box{
    border-top: 2px solid var(--main-red);
}
.brand_history_con_box_row{
    width: 100%;
    padding: 1vw 0;
    /* margin-left: 1.5vw; */
    padding-left: 1.5vw;
    box-sizing: border-box;
    display: flex;
    gap: 5vw;
    border-bottom: 1px solid var(--main-gray2);
}
.brand_history_con_tt01{
    color: var(--main-red);
    font-weight: 700;
    font-size: 1.1vw;
}
.brand_history_con_tt02{
    font-size: 1vw;
    line-height: 1.5;
}
.brand_conwrap{
    /* display: none; */
    padding-bottom: 7vw;
}
/* .brand_conwrap.on{
    display: flex;
} */




/* 메뉴 */
.swiper_menuwrap_in{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
    /* opacity: 0;
    visibility: hidden;
    transform: translateY(2vw); */
    display: none;
    transition: 0.5s;
}
.swiper_menuwrap_in.on{
    /* opacity: 1;
    visibility: visible;
    transform: translateY(0); */
    display: flex;
}
.sub_page_top{
    margin-top: 5vw;
}
.main_menu.sub_page_top {
    cursor: url('/images/menu/ccon01_01.png') 30 30, auto;
}
.main_menu.sub_page_top .btn_box{
    cursor: url('/images/menu/ccon01_01.png') 30 30, auto;
}

.menu_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
.menu_popup_box{
    width: 62vw;
    padding: 5vw 0 3vw 0;
    background-color: #fff;
    border-radius: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    border: 1px solid var(--main-red);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu_popup_img {
    width: 31.167%;
}
.menu_popup_box_right{
    width: 45%;
}
.menu_popup_tt01{
    font-size: 2.5vw;
    font-weight: 800;
    color: var(--main-red);
    margin-bottom: 0.5vw;
}
.menu_popup_tt02{
    font-size: 0.9vw;
    color: var(--main-red);
    margin-bottom: 1vw;
}
.menu_popup_tt03{
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}
.menu_popup_slidebox{
    width: 100%;
    border-radius: 0.6vw;
    border: 1px solid var(--main-gray2);
    padding: 1.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
}
.swiper_menu_popup{
    width: 90%;
}
.menu_popup_slide{
    width: 4.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6vw;
}
.menu_popup_slide_img{
    width: 100%;
}
.menu_popup_slide_tt{
    font-size: 0.9vw;
    white-space: nowrap;
}
.swiper_menupopup_btn{
    width: 2.9%;
    /* bottom: 40%; */
    z-index: 5;
}
.swiper_menupopup_prev{
    left: -5.5%;
}
.swiper_menupopup_next{
    right: -5.5%;
    transform: rotate(180deg);
}
.menu_popup_allergybox{
    width: 100%;
    border-radius: 0.6vw;
    border: 1px solid var(--main-gray2);
    overflow: hidden;
}
.menu_popup_allergybox_tt01{
    padding: 0.6vw 0;
    background-color: var(--main-red);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1vw;
    font-weight: 600;
}
.menu_popup_allergybox_tt02{
    width: 90%;
    font-size: 0.85vw;
    padding: 0.5vw 0;
    line-height: 1.5;
    margin: 0 auto;
}
.menu_popup_btn {
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 3%;
    padding: 1vw;

}



/* 매장 */
.store{
    padding: 6vw 0;
}
.store_title{
    margin-bottom: 5vw;
}


/* map-start */

/* map */
.map_mid_map_search_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .map_mid_map_search_top > div {
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 300;
    cursor: pointer;
    background-color: #fff;
  }
  .on2 {
    background: #16992c !important;
    color: white !important;
    font-weight: 900 !important;
  }
  .off2 {
    font-weight: 300 !important;
  }
  .map_mid_map_search_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    height: 4vw;
    padding: 0% 3%;
    box-sizing: border-box;
    margin: auto;
    z-index: 3;
    top: -2vw;
    border: 1px solid var(--main-gray2);
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
  }
  .map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 5%;
    font-family: "Pretendard Variable";
    font-size: 1.1vw;
    box-sizing: border-box;
    color: #000;
    background-color: transparent;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #8d8d8d;
    font-weight: 500;
    font-family: "Pretendard Variable";
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom {
    overflow-y: scroll;
    height: 99.8%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
    background-color: #fff;
    padding: 1vw 0;
    margin-top: 0.1%;
  }
  .map_mid_map_search_item_title {
    font-size: 1.3vw;
    font-family: "Pretendard Variable";
    color: #000;
    font-weight: 500;
  }
  .map_mid_map_search_item_address {
    width: 73%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 32vw;
    border-radius: 1.6vw;
    border: 1px solid #000;
    background-color: #fff;
    border: 1px solid var(--main-gray2);
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0%;
    box-sizing: border-box;
  }
  .map_search {
    width: 2.74% !important;
    right: 3%;
    cursor: pointer;
}
  .con7_bottom_2 {
    width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map_mid_map_search_item {
    width: 80%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 15% 0%;
    font-size: 0.9vw;
    font-family: "Pretendard Variable";
    box-sizing: border-box;
    position: relative;
    color: #000;
    padding: 1.6vw 0;
  }
  .map_mid_map_search {
    width: 25%;
    height: 100%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    border-right: 1px solid var(--main-gray2);
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
    box-sizing: border-box;
    border-radius: 1.6vw 0 0 1.6vw;
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  .map_plus {
    width: 10.8553%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 1.6vw;
    cursor: pointer;
  }
  /*   .map_plus_h {
    width: 150.769%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .map_plus:hover .map_plus_h {
    opacity: 1;
  } */
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    outline: none;
    font-family: 'Pretendard variable';
    font-size: 1vw;
    border-right: 1px solid var(--main-gray2);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 

    background-image: url(/images/store/dcon01_04.png);
    background-repeat: no-repeat;
    background-position: center right 20%;
    background-size: 10%;
  }
  .map_link {
    width: 49.81%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  .naver{
    width: 51.2821%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  
  /* map 추가 css */

  


/* 뉴스 */
.news{
  padding: 6vw 0;
}
.news .news_btn {
    color: #919191;
}
.news .news_btn.on {
    color: var(--main-red);
}
.news .news_btn{
    border-right: 1px solid var(--main-gray2);
}
.news .news_btn:first-child{
    border-left: 1px solid var(--main-gray2);
}
.swiper_newswrap_in{
    width: 59%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 1vw;
    row-gap: 1vw;
}
.news .swiper_news_slide{
    border: 1px solid var(--main-gray2);
    transition: 0.3s;
}
.news .swiper_news_slide:hover{
    border: 1px solid rgba(245, 106, 87, 0.8);
    background-color: rgba(240, 211, 208, 0.2);
}
.news_conbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.news_conbox .news_box_img{
    transition: 0.3s;
    transform-origin: center bottom;
}
.news_conbox .news_box_img:hover{
    animation: shake 0.8s ease-in-out;
}
@keyframes shake {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(3deg); }
    40%  { transform: rotate(-3deg); }
    60%  { transform: rotate(2deg); }
    80%  { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
  }
.news_conbox.on{
    display: flex;
}
.news_box_in{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    row-gap: 3vw;
}
.news_box{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.news_box_img {
    width: 72%;
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.news_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_box_tt01{
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
}
.news_box_tt02{
    font-size: 0.9vw;
    color: #999;
    font-weight: 400;
    margin-bottom: 0.5vw;
}
.news_box_tt03{
    font-size: 0.8vw;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0;
    transition: 0.3s;
}

.swiper_news_box{
    width: 58%;
    height: 35vw;
}
.swiper_news_box .news_box{
    width: 100%;
    transition: 0.5s;
    scale: 0.9;
}
.swiper_news_box .news_box_img {
    width: 76%;
    height: 20vw;
    transition: 0.5s;
}
.swiper_news_box .swiper-slide-active .news_box{
    transform: scale(1.4);
}
.swiper_news_box .swiper-slide-active .news_box_tt03{
    opacity: 1;
}
.news_off{
    display: none;
}
.swiper_news_box_btn{
    width: 1.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 41%;
    cursor: pointer;
    z-index: 5;
}
.swiper_news_box_prev{
    left: 20%;
}
.swiper_news_box_next{
    right: 20%;
    transform: rotate(180deg);
}
.news_box_slidewrap{
    width: 100%;
}



.news_noticewrap_in{
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1vw;
}
.swiper_notice_slide{
    width: 18.6vw;
    height: 25vw;
    border-radius: 1.6vw;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--main-gray2);
}
.swiper_notice_slide_img{
    width: 100% !important;
    height: 19vw;
    position: relative;
    overflow: hidden;
}
.swiper_notice_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_notice_slide_ttbox{
    width: 100%;
    height: 6vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}
.swiper_notice_slide_tt01{
    width: 90%;
    font-size: 1.1vw;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper_notice_slide_tt02{
    font-size: 0.85vw;
    color: #999;
}
.swiper_notice_slide:hover{
    border: 1px solid rgba(245, 106, 87, 0.8);
    background-color: rgba(240, 211, 208, 0.2);
}
.econ01_01 {
    width: 140.056%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.econ02_01 {
    width: 144.509%;
    display: flex;
    justify-content: center;
    align-items: center;
}








/* 고객지원 커뮤니티 */

.community_con{
    display: none;
}
.community_con.on{
    display: flex;
}
.community_con00{
    padding: 6vw 0 0 0;
}
.community_con01{
    padding: 0 0 6vw 0;
}
.community_con01_tt01{
    margin-bottom: 1.5vw;
}
.community_con01_tt02{
    margin-bottom: 3vw;
}
.community_con01_con{
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    row-gap: 1.5vw;
    justify-content: space-between;
}
.community_con01_con_box{
    width: 48.5%;
    height: 11vw;
    border-radius: 1.6vw;
    overflow: hidden;
    border: 1px solid var(--main-gray2);
    display: flex;
    align-items: center;
    gap: 2vw;
    cursor: pointer;
    transition: 0.3s;
}
.community_con01_con_box:hover{
    border: 1px solid rgba(245, 106, 87, 0.8);
    background-color: rgba(240, 211, 208, 0.2);
}
.community_con01_con_img{
    width: 12vw !important;
    height: 12vw;
}
.community_con01_con_img img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.community_con01_con_ttbox{
    padding-right: 2vw;
    box-sizing: border-box;
}
.community_con01_con_tt01{
    width: fit-content;
    color: var(--main-red);
    padding: 0.2vw 0.4vw;
    border-radius: 0.3vw;
    border: 1px solid var(--main-red);
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.6vw;
}
.community_con01_con_tt02{
    font-weight: 700;
    color: var(--main-gray);
    font-size: 1.3vw;
    margin-bottom: 1.8vw;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.community_con01_con_tt03{
    color: #999;
    font-size: 0.9vw;
}
.community_con01_popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
.community_con01_popup_box{
    width: 45%;
    height: 70vh;
    background-color: #fff;
    border-radius: 1.6vw;
    padding: 3vw 6vw 0 6vw;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
}

.community_con01_popup_tt01{
    font-size: 2vw;
    color: var(--main-red);
    font-weight: 800;
    margin-bottom: 1vw;
}
.community_con01_popup_tt02{
    font-size: 1vw;
    color: #999;
    margin-bottom: 2vw;
}
.community_con01_popup_top{
    width: 100%;
    border-bottom: 1px solid var(--main-red);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2vw;
}
.community_con01_popup_img{
    width: 20vw !important;
    height: 20vw;
    border-radius: 2vw;
    overflow: hidden;
}
.community_con01_popup_img img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.community_con01_popup_btm{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;

}
.community_con01_popup_box::-webkit-scrollbar{
    display:none;
}
.community_con01_popup_tt{
    width: 50%;
    font-size: 1vw;
    line-height: 1.5;
}
.news .community_con01_popup_tt{
    width: 80%;
    text-align: center;
}
.popup_btn {
    width: 2.13209%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.community_con01_popup .popup_btn{
    width: 1.2%;
}
.community_con01_popup_btn {
    top: 21%;
    right: 24%;
    position: fixed !important;
    z-index: 5;
}


.community_con02{
    padding-bottom: 7vw;
}
.community_con02_tt01{
    text-align: center;
    margin-bottom: 1.5vw;
}
.community_con02_tt02{
    margin-bottom: 3vw;
}
.community_con02_con{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.community_con02_con_box{
    width: 47%;
    border: 2px solid var(--main-gray2);
    border-radius: 1.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4vw 0 3vw 0;
    justify-content: center;
    gap: 4vw;
    cursor: pointer;
    transition: 0.3s;
    box-sizing: border-box;
}
.community_con02_con_box:hover{
    border: 2px solid var(--main-red);
}
.community_con02_con_tt{
    color: var(--main-red);
    font-size: 1.6vw;
}
.fcon01_01{
    width: 51.3784%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fcon01_02{
    width: 49.1228%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.community_con02_popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
.community_con02_popup01_box{
    position: absolute;
    width: 50%;
    background-color: #FFF7F4;
    border-radius: 1.6vw;
    overflow: hidden;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.community_con02_popup_tt{
    width: 100%;
    text-align: center;
    padding: 1.5vw 0;
    color: var(--main-red);
    font-size: 1.6vw;
    font-weight: 800;
    background-color: #fff;
}
.community_con02_popup01_form{
    width: 100%;
    background-color: #FFF8F5;
    padding: 2vw 0;
}
.community_con02_popup01_form_in{
    width: 80%;
    margin: 0 auto;
}
.form_col_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form_col_wrap .form_input {
    margin-left: 3.3vw;
}
.community_con03_con .form_col_wrap .form_input {
    margin-left: 3.4vw;
}
.community_con02_popup01_form_in .form{
    width: 100%;
}
.community_con02_popup01_form_in .form label{
    width: 2vw;
    margin: 0;
    position: relative;
    margin-right: 4vw;
}
.community_con02_popup01_form_in input{
    margin: 0 !important;
}
.community_con02_popup01_form_in label.this{
    display: none;
}
.community_con02_popup01_form_in .form_input_05 {
    margin-right: 1vw !important;
}
.community_con02_popup :is(.form_col01 , .form_col02){
    width: auto;
}
.community_con03_con :is(.form_col01 , .form_col02){
    width: auto;
}
.community_con02_popup01 .form_input_box{
    padding: 0;
}
.community_con03_con .form_input_box{
    padding: 0;
}


.community_con02_popup01_form_in .form label::before{
    content: "*";
    position: absolute;
    left: -1vw;
    top: 0;
    color: var(--main-red);
}
.community_con02_popup01 .form_input_box{
    /* justify-content: space-between; */
}
.community_con02_popup01 .form_input.this{
    width: 34vw;
    margin: 0;
}
.community_con02_popup01 .form_col{
    height: 2.6vw;
}
.community_con02_popup01 .form_input_05{
    margin-left: 1.7vw;
    margin-right: 1vw;
    background-color: #fff;
}
.community_con02_popup01 :is(.form_input_05, .form_input_06){
    width: 30%;
    height: 2.6vw;
    margin-left: -2vw;
}
.community_con02_popup01 .form_col03 .form_input_box{
    justify-content: start;
}
.community_con02_popup01 .form_col03 label.this::before{
    display: none;
}
:is(.community_con02_popup, .community_con03_con) .per_Infor_policy{
    text-decoration: underline;
}
:is(.community_con02_popup, .community_con03_con) .form_submit_div{
    background-color: var(--main-red);
    padding: 0.8vw 0;
    border-radius: 100px;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
}
.community_con02_popup01 .form_input_07 {
    resize: none;
    height: auto;
    padding: 1vw !important;
}
.community_con02_popup01 .form_col04 .form_input_box {
    align-items: start;
}
.community_con02_popup01 .form_col04 {
    height: auto;
}
.community_con02_popup01_form_in :is(.form_input_01, .form_input_02) {
    width: 12vw;
}
.community_con02_popup02 .form_input_04 {
    resize: none;
    height: auto;
    padding: 1vw !important;
}
.community_con02_popup02 .form_col04 .form_input_box {
    align-items: start;
}
.community_con02_popup02 .form_col04 {
    height: auto;
}


input::placeholder{
    color: #cecece;
}
/* input[type="date"]::-webkit-datetime-edit {
    color: transparent;
  }
  input[type="date"]::before {
    content: attr(placeholder);
    color: #999;
  }
  input[type="date"]:valid::before {
    content: "";
  } */
input[type='date']{
    background: url("/images/community/fcon02_02.png") no-repeat;       
    background-size: 9%;
    background-position: 90%;
    color: #ddd;                        
}
/* 크롬, 사파리 */
/* 크롬, 사파리 */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
  }
  
  /* 파이어폭스 */
  input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
  }

/* Edge, 구형 IE */
input[type="date"]::-ms-clear,
input[type="date"]::-ms-expand {
    opacity: 0;
    cursor: pointer;
}

.community_con02_popup_btn{
    top: 5.5%;
    right: 5%;
}

.community_con02_popup02 :is(.form_col03, .form_col04) .form_input_box{
    justify-content: space-between;
}



.community_con03_tt01{
    margin-bottom: 1.5vw;
}
.community_con03{
    padding-bottom: 7vw;
}
.community_con03_tt02{
    margin-bottom: 2.5vw;
}

.community_con03_con{
    width: 50vw;
    border-radius: 1.6vw;
    border: 1px solid rgba(243, 72, 48, 0.4);
    overflow: hidden;
}
.community_con03 :is(.form_input_00, .form_input_03, .form_input_04){
    width: 34vw;
}
.form_input_00{
    padding: 0 1vw;
}
.community_con03 :is(.form_col00, .form_col03, .form_col04) .form_input_box{
    justify-content: space-between;
}
.community_con03_con .form_input_04  {
    resize: none;
    height: auto;
    padding: 1vw !important;
}
.community_con03_con .form_col04 .form_input_box {
    align-items: start;
}
.community_con03_con .form_col04 {
    height: auto;
}









/* 프랜차이즈 */
.franchise{
    padding: 7vw 0 0 0;
}
.franchise_btnwrap{
    position: relative;
    height: 5vw;
    margin-bottom: 2vw;
}
.franchise_btnwrap_in{
    width: 100%;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    /* top: 5vw; */
    z-index: 50;
}
.franchise_btnwrap_in.insert{
    top: 5vw;
}
.franchise_btnwrap_in.drop{
    top: 5vw;
}
.franchise_btn{
    height: 2vw;
    line-height: 2vw;
}
.franchise_btn.on {
    color: var(--main-red);
}
.franchise_btn {
    width: auto;
    padding: 0 1.6vw;
}
.franchise_btn:hover{
    color: var(--main-red);
    font-weight: 700;
}
.franchise_video{
    width: 100%;
    height: 32vw;
}

.franchise_con01{
    padding: 6vw 0;
}
.franchise_title{
    font-size: 2.4vw;
    color: var(--main-red);
    letter-spacing: -0.1vw;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.franchise_subtitle{
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 1vw;
    color: var(--main-gray);
    overflow: hidden;
}
.franchise_subtt{
    font-size: 1.1vw;
    line-height: 1.5;
    text-align: center;
    color: var(--main-gray);
}
.franchise_con01_tt03{
    margin-bottom: 3vw;
}
.swiper_franchise_con01{
    width: 100%;
    padding: 2vw 0 0 0;
}
.franchise_con01_slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.franchise_con01_img {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.franchise_con01_slide_tt01{
    color: #A0A0A0;
    margin-bottom: 0.3vw;
    font-size: 1.2vw;
    font-weight: 700;
}
.franchise_con01_slide_tt02{
    color: #999;
    font-size: 1vw;
}
:is(.franchise_con01_slide_tt01 , .franchise_con01_slide_tt02){
    transition: 0.5s;
}
.franchise_con01_img{
    scale: 0.8;
    transition: 0.5s;
}
.franchise_con01_img2{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    right: -3%;
    transition: 0.5s;
    opacity: 0;
}
.swiper-slide-active .franchise_con01_img{
    scale: 1.1;
}
.swiper-slide-active .franchise_con01_img2{
    opacity: 1;
}
.swiper-slide-active :is(.franchise_con01_slide_tt01 , .franchise_con01_slide_tt02){
    opacity: 0;
}


.franchise_con02{
    padding: 6vw 0 3vw 0;
    background-color: #F4F0ED;
}
/* .franchise_con02_bg {
    background-color: #F4F0ED;
    width: 75%;
    height: 100%;
    border-radius: 3vw;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.gcon02_01 {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon02_01_in {
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease; /* 부드럽게 전환 */
}
.gcon02_01_in.on {
    opacity: 1;
  }



.franchise_con03{
    padding: 6vw 0;
}
.franchise_con03_tt03{
    margin-bottom: 1.5vw;
}
.franchise_con03_tt04{
    font-size: 1.4vw;
    color: var(--main-red);
    padding: 1.8vw 4vw;
    border-radius: 1.5vw;
    /* border: 1px solid var(--main-gray2); */
    margin-bottom: 3.8vw;
    overflow: hidden;
}
.swiper_franchise_con03{
    width: 100%;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
}
.swiper_franchise_con03 .swiper-wrapper{
    transition-timing-function: linear;
}
.franchise_con03_slide{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.4vw;
    overflow: hidden;
}
.franchise_con03_slide.this{
    transform: translateY(3vw);
}





.franchise_con04 {
    padding-top: 7vw;
    background-color: var(--main-red);
    color: #fff;
}
.franchise_con04_tt01{
    margin-bottom: 2vw;
}
.franchise_con04_tt02{
    margin-bottom: 0.5vw;
    color: #fff !important;
}
.franchise_con04_tt03{
    margin-bottom: 2.6vw;
    color: #fff !important;
}
.swiper_franchise_con04{
    width: 100%;
}
.franchise_con04_slide{
    width: 92.2656%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.4vw;
    overflow: hidden;
}





.franchise_con04 ,.franchise_con05 {
    padding-bottom: 7vw;
}
.franchise_con05{
    padding-top: 7vw;
}
.franchise_con05_tt03{
    margin-bottom: 2vw;
}
.franchise_con05_video {
    width: 63%;
    height: 33vw;
    margin-bottom: 1.4vw;
}
.franchise_con05_video video{
    border-radius: 2.4vw;
}
.gcon05_01{
    width: 18.7406%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
    left: 5%;
}
.gcon05_03{
    width: 13.5682%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    left: 5%;
}
.gcon05_05{
    width: 24.3628%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    right: 5%;
}
.gcon05_btm{
    transition: 0.3s;
}
.gcon05_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.gcon05_sinho.on .gcon05_btm{
    opacity: 0;
}
.gcon05_sinho.on .gcon05_top{
    opacity: 1;
}
.franchise_con05_btm{
    width: 63%;
    background-color: #f4f0ee;
    border-radius: 2.4vw;
    padding: 3.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}
.franchise_con05_btm_tt01{
    font-size: 1.6vw;
    font-weight: 800;
    color: var(--main-gray);
    margin-bottom: 1vw;
}
.franchise_con05_btm_tt02{
    font-size: 1.1vw;
    color: var(--main-gray);
    line-height: 1.5;
}
.gcon05_07{
    width: 47.901%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon05_08_1{
    width: 25.2019%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 5%;
    right: -10%;
}
.gcon05_08_2, .gcon05_08_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.franchise_con06 {
    padding-bottom: 7vw;
}
.franchise_con06_tt01 {
    margin-bottom: 2vw;
}
.franchise_con06_tt03{
    margin-bottom: 1.5vw;
}
.franchise_con06_tt04{
    width: 53%;
    text-align: center;
    font-size: 1.5vw;
    color: var(--main-red);
    padding: 1.8vw 0;
    border-radius: 1.5vw;
    /* border: 1px solid var(--main-gray2); */
    margin-bottom: 3vw;
    overflow: hidden;
}
.franchise_con06_con{
    width: 63%;
    background-color: #f4f0ee;
    padding: 4vw 0;
    border-radius: 2.6vw;
    display: flex;
    justify-content: center;
    gap: 2vw;
}
.franchise_con06_con_box{
    width: 40%;
}
.franchise_con06_con_tt01{
    color: var(--main-red);
    font-size: 1.6vw;
    font-weight: 800;
    margin-bottom: 1vw;
    overflow: hidden;
}
.franchise_con06_con_tt02{
    font-size: 1vw;
}
.franchise_con06_con_box.left .franchise_con06_con_tt02{
    margin-bottom: 18vw;
}
.franchise_con06_con_box.right .franchise_con06_con_tt02{
    margin-bottom: 2.8vw;
}
.gcon06_01_2 {
    width: 17.1171%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16%;
    left: 21%;
}
.gcon06_01_3 {
    width: 154.737%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25%;
    top: 12%;
}
.gcon06_01_4 {
    width: 17.1171%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16%;
    left: 61%;
}
.gcon06_01_5 {
    width: 200.526%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25%;
    top: 13%;
}
.gcon06_01_5  img{
    animation: ddm 1.5s infinite;
}
.gcon06_01_6 {
    width: 41.4918%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -17%;
    right: -11%;
    animation: ddm_m 1.5s infinite;
}
.gcon06_01_1_tt{
    top: -2.2vw;
    font-size: 1.2vw;
    white-space: nowrap;
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);
}
.franchise_con06_con_right_box_top{
    width: 100%;
    background-color: #F8DCCE;
    border-radius: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    padding: 3vw 0;
    margin-bottom: 2vw;
}
.franchise_con06_con_right_box_top_graph{
    width: 36%;
    height: 2.2vw;
    background-color: var(--main-red);
    border-radius: 0 0.6vw 0.6vw 0;

}
.franchise_con06_con_right_box_top_tt{
    color: var(--main-red);
    font-size: 1.3vw;
    font-weight: 700;
}
.franchise_con06_con_right_box_top{
    width: 100%;
}
.franchise_con06_con_right_box_btm{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.3vw;
}
.franchise_con06_con_right_box_btm_row{
    width: 100%;
    display: flex;
    align-items: center;
}
.franchise_con06_con_right_box_btm_row .franchise_con06_con_right_btm_row_tt:first-child{
    width: 2vw;
}
.franchise_con06_con_right_btm_row_tt{
    font-size: 1.2vw;
}
.franchise_con06_con_right_btm_graph{
    height: 2.8vw;
    background-color: #D1BFB1;
    border-radius: 0 0.6vw 0.6vw 0;
    margin: 0 1vw 0 5vw;
}
.franchise_con06_con_right_btm_graph.item1{
    width: 9vw;
}
.franchise_con06_con_right_btm_graph.item2{
    width: 7.5vw;
}
.franchise_con06_con_right_btm_graph.item3{
    width: 6vw;
}
.franchise_con06_con_right_btm_graph.item4{
    width: 4.5vw;
}
.franchise_con06_con_right_btm_graph.item5{
    width: 3vw;
}
.gcon06_01_1 {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.franchise_con07{
    padding: 7vw 0;
    background: url("/images/franchise/gcon07_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.franchise_con07_tt01{
    font-size: 3vw;
    letter-spacing: -0.2vw;
}
.franchise_con07_tt02{
    color: #fff;
    font-size: 1.4vw;
    line-height: 1.3;
    margin-bottom: 3vw;
}
.franchise_con07_con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.franchise_con07_con_box {
    width: 18vw;
    height: 18vw;
    border-radius: 100%;
    border: 1.6vw solid rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 -0.8vw;
}
.franchise_con07_con_tt01{
    font-size: 1.5vw;
    color: #fff;
    font-weight: 700;
    margin: 1.2vw 0 0.2vw 0;
}
.franchise_con07_con_tt02{
    font-size: 2.6vw;
    color: var(--main-red);
    font-weight: 800;
    margin-bottom: 0vw;
    letter-spacing: -0.2vw;
}
.franchise_con07_con_tt03{
    font-size: 1vw;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.gcon07_graph{
    width: 117.618%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon07_graph.this{
    margin-bottom: 0.5vw;
}
.gcon07_01{
    width: 10.1737%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon07_03{
    width: 11.4144%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon07_05{
    width: 11.1663%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.franchise_con08{
    background-color: #F8DCCE;
    padding: 7vw 0;
}
.gcon08_01{
    width: 12.336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.franchise_con08_tt01{
    margin-bottom: 1vw;
}
.franchise_con08_tt02{
    margin-bottom: 2.5vw;
}
.swiper_franchise_con08{
    width: 100%;
}
.swiper_franchise_con08 .swiper-slide{
    width: auto;
}
.swiper_franchise_slide{
    width: 99.5345%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.franchise_con09{
    padding: 7vw 0 1vw 0;
}
.franchise_con09_tt01{
    font-weight: 800;
    margin-bottom: 1vw;
}
.franchise_con09_tt02{
    color: #fff;
    font-size: 1.6vw;
    font-weight: 400;
    padding: 0.3vw 0.8vw;
    margin-bottom: 1.5vw;
}
.franchise_con09_tt02_pen{
    width: 100%;
    height: 100%;
    background-color: var(--main-red);
    top: 0;
    left: 0;
    z-index: -1;
}
.franchise_con09_tt03{
    margin-bottom: 2.5vw;
}
.gcon09_01{
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.gcon09_02 {
    width: 24.9097%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50.2%;
    top: 54.4%;
}
.swiper_franchise_con09{
    width: 100%;
    padding: 1vw 0;
}
.franchise_con09_slide{
    width: 84.7561%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
    box-shadow: #ddd 5px 5px 15px 5px;
}
.gcon09_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}



.franchise_con10{
    padding: 10vw 0;
}
.franchise_con10_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    z-index: 5;
}
.franchise_con10_con_box{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.franchise_con10_tt01 {
    font-size: 2.3vw;
}
.franchise_con10_tt02{
    text-align: start;
}
.franchise_con10_con_row{
    width: 100%;
    display: flex;
    gap: 1vw;
}
.gcon10_05, .gcon10_06 {
    width: 25.9711%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon10_03 {
    width: 25.7612%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gcon10_03 img{
    animation: ddm_m 2s infinite;
}
.gcon10_04 {
    width: 11.3543%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper_franchise_con10 {
    width: 15%;
    height: 100%;
    right: 9%;
    top: 0;
}
.swiper_franchise_con10_02 {
    width: 15%;
    height: 100%;
    right: 22%;
    top: 0;
}
.franchise_con10_slide{
    width: 75.8741%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.franchise_con11{
    padding: 6vw 0;
    background: url("/images/franchise/gcon11_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.franchise_con11_tt01{
    margin-bottom: 1vw;
}
.franchise_con11_tt02{
    margin-bottom: 1vw;
    color: #fff;
    margin-bottom: 1.5vw;
}
.franchise_con11_btnwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.8vw;
}
.franchise_con11_btn{
    font-size: 1vw;
    color: #fff;
    font-weight: 700;
    padding: 0.7vw 1.2vw;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: 0.3s;

    opacity: 0;
    transform: translateY(2vw);
}
.franchise_con11_btn:hover{
    background-color: var(--main-red);
    border: 1px solid var(--main-red);
}


.franchise_con12{
    background-color: var(--main-red);
    padding: 7vw 0;
}
.franchise_marketing_tt01 p{
    font-size: 1.2vw;
    font-weight: 700;
    padding: 0.7vw 1.4vw;
    border-radius: 100px;
    background-color: var(--main-red);
    color: #fff;
}
.franchise_marketing_tt01.this p{
    background-color: #fff;
    color: var(--main-red);
}
.franchise_marketing_tt01{
    margin-bottom: 2vw;
}
.franchise_marketing_tt02{
    font-size: 1.3vw;
    line-height: 1.3;
    text-align: center;
    color: var(--main-gray);
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.franchise_marketing_tt02.this{
    color: #fff;
}
.franchise_marketing_tagwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6vw;
}
.franchise_marketing_tag{
    font-size: 1vw;
    padding: 0.5vw 1vw;
    border-radius: 100px;
    background-color: #fff;
    color: var(--main-red);
    border: 1px solid var(--main-red);
}
.franchise_marketing_tagwrap.item1 .franchise_marketing_tag{
    background-color: var(--main-red);
    color: #fff;
    border: 1px solid #fff;
}
.franchise_marketing_tagwrap.item3 .franchise_marketing_tag{
    background-color: transparent;
}
.franchise_marketing_tagwrap.item1{
    margin-bottom: 3vw;
}
.swiper_franchise_con12{
    width: 100%;
    padding-bottom: 2vw;
}
.franchise_con12_slide{
    width: 15vw;
    padding: 1.4vw 0 2vw 0;
    background-color: #fff;
    border-radius: 1.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.franchise_con12_slide_img{
    width: 83.8611%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2vw;
    overflow: hidden;
    margin-bottom: 1.4vw;
}
.franchise_con12_slide_tt01{
    font-size: 1.1vw;
    font-weight: 700;
    margin-bottom: 0.6vw;
}
.franchise_con12_slide_tt02{
    font-size: 0.95vw;
    text-align: center;
    line-height: 1.3;
    color: #999;
}
.franchise_con12_slide.this{
    transform: translateY(2vw);
}


.franchise_con13{
    padding: 7vw 0;
}
.franchise_marketing_tagwrap.item2{
    margin-bottom: 2vw;
}
.gcon13_01 {
    width: 14.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20vw;
}
.gcon13_02 {
    width: 17.2625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40vw;
}
.gcon13_03 {
    width: 18.1549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7vw;
}
/* .gcon13_01 img{
    animation: ddm_m 1.3s infinite;
}
.gcon13_02 img{
    animation: ddm_m 1.3s 1s infinite;
}
.gcon13_03 img{
    animation: ddm_m 1.3s 0.5s infinite;
} */
.swiper_franchise_con13{
    width: 30%;
    height: 100%;
    left: 18.5%;
    top: 0;
    z-index: -2;
}
.franchise_con13_slide {
    width: 75.4126%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
}
.gcon13_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: -1;
}



.franchise_con14{
    padding: 7vw 0 0 0;
    background-color: #f5f0ee;
}
.franchise_con14_tt03{
    font-size: 1.5vw;
    color: var(--main-red);
    gap: 0.5vw;
    margin-bottom: 1vw;
}
.franchise_marketing_tagwrap.item3{
    margin-bottom: 2vw;
}
.gcon14_01{
    width: 1.20735%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_franchise_con14{
    width: 100%;
    transform: translateY(1.8vw);
}
.franchise_con14_slide{
    width: 91.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: 0.6s;
    border-radius: 1.6vw;
    overflow: hidden;
    transform: translateY(4vw);
    scale: 0.9;
}
.swiper-slide-active .franchise_con14_slide{
    opacity: 1;
    transform: translateY(0);
    scale: 1;
}
.gcon14_12{
    width: 19.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    bottom: 0;
}





.franchise_con15{
    padding: 7vw 0;
}
.swiper_franchise_con15{
    width: 100%;
}
.franchise_con15_slide{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.franchise_con15_slide_tt01{
    font-size: 1.1vw;
    font-weight: 700;
    color: var(--main-red);
    margin-bottom: 0.6vw;
}
.franchise_con15_slide_tt02{
    font-size: 0.9vw;
    color: #999;
}
.franchise_con15_slide_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
    border-radius: 1.6vw;
    overflow: hidden;
}
.swiper_franchise_con15 .swiper-slide{
    width: auto;
}
.franchise_marketing_tagwrap.item4 {
    margin-bottom: 4vw;
}
.swiper_franchise_con15 .swiper-wrapper{
    align-items: center;
}



.franchise_con16{
    padding: 7vw 0 0 0;
    background-color: #f4f0ee;
}
.franchise_con16_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.5vw;
    margin-bottom: 6vw;
}
.franchise_con16_tt01 {
    margin-bottom: 1.5vw;
    font-size: 2.2vw;
}
.franchise_con16_tt02 {
    margin-bottom: 3.5vw;
}
.franchise_con16_con_box {
    width: 18.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.franchise_con16_swiperwrap{
    width: 100%;
    padding: 2vw 0;
    background-color: var(--main-red);
}
.swiper_franchise_con16{
    width: 100%;
    margin-bottom: 1.5vw;
}
.swiper_franchise_con16_02{
    width: 100%;
}
.gcon16_04{
    width: 100.082%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.franchise_con17{
    padding: 7vw 0 7vw 0;
}
.franchise_con17_tt03{
    margin-bottom: 2.5vw;
}
.swiper_franchise_con17{
    width: 62.4934%;
    border-radius: 1.6vw;
    overflow: hidden;
    margin-bottom: 1.3vw;
}
.swiper_franchise_con17 .franchise_con17_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_franchise_con17_btn{
    width: 1.15486%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 70.5%;
    cursor: pointer;
    z-index: 5;
}
.swiper_franchise_con17_prev{
    left: 15%;
}
.swiper_franchise_con17_next{
    right: 15%;
    transform: rotate(180deg);
}
.swiper_franchise_con17_02{
    width: 62.4934%;
    height: 10vw;
    margin-bottom: 6vw;
}
.swiper_franchise_con17_02 .franchise_con17_slide{
    width: 100% !important;
    height: 100%;
    border-radius: 1vw;
    overflow: hidden;
    cursor: pointer;
}
.swiper_franchise_con17_02 .franchise_con17_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.franchise_con17_btm_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4vw;
}
.franchise_con17_tt04{
    margin-bottom: 2vw;
}
.franchise_con17_btm_img{
    width: 25.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.franchise_con18{
    padding-bottom: 9vw;
}
.franchise_con18_tt01{
    margin-bottom: 1.5vw;
}
.franchise_con18_tt02{
    margin-bottom: 3.5vw;
}
.franchise_con18_con{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
}
.franchise_con18_con_img{
    width: 24.4898%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.franchise_con19{
    padding-bottom: 7vw;
}
.franchise_con19_tt01{
    margin-bottom: 3vw;
}
.franchise_con19_con{
    width: 63%;
    border-top: 1px solid var(--main-red);
}
.franchise_con19_con_box{
    width: 100%;
    border-bottom: 1px solid var(--main-red);
}

.franchise_con19_con_Q{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5vw 0;
    cursor: pointer;
}
.franchise_con19_con_tt01, .franchise_con19_con_tt02{
    font-size: 1.2vw;
    font-weight: 700;
    color: var(--main-red);
}
.franchise_con19_con_tt01{
    margin: 0 2vw 0 1.5vw;
}
.franchise_con19_con_tt03{
    font-size: 1vw;
    line-height: 1.8;
}
.gcon18_07{
    width: 1.72414%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 1.5vw;
    transition: 0.3s;
}
.franchise_con19_con_A{
    width: 100%;
    /* display: flex; */
    padding: 2vw 0 2.5vw 0;
    background-color: #F5EFED;
    /* transition: 0.3s; */
    display: none;
    border-top: 1px solid var(--main-red);
}
.franchise_con19_con_A_in{
    width: 100%;
    display: flex;
}
/* .franchise_con19_con_box.on .franchise_con19_con_A{
    display: flex;
} */
.franchise_con19_con_box.on .gcon18_07{
    rotate: 180deg
}
.form_input_06 {
    resize: none;
    height: auto;
    padding: 1vw !important;
}
.form_col.last{
    height: auto;
}
.form_col.last .form_input_box{
    align-items: start;
}



.franchise_con20{
    padding-bottom: 7vw;
}
.franchise_con20_btn{
    width: 11vw;
    border: none;
    padding: 0.7vw 0;
    border-radius: 0.6vw;
    color: var(--main-red);
    background-color: #FFF8F5;
    border-left: none !important;
    border: 1px solid var(--main-red) !important;
}
.franchise_con20_btn.on{
    color: #fff !important;
    background-color: var(--main-red);
    font-weight: 700;
}
.franchise_con20_btn:hover{
    color: #fff !important;
    background-color: var(--main-red);
    font-weight: 700;
}
.btn_box.on {
    color: var(--main-red);
}
.franchise_con20_tt01 {
    margin-bottom: 1.5vw;
}
.franchise_con20_tt02{
    margin-bottom: 2vw;
}
.franchise_con20_conwrap{
    width: 63%;
}
.franchise_con20_con{
    width: 100%;
    opacity: 0;
    transform: translateY(5vw);
    transition: 0.5s;
    top: 0;
    border-radius: 1.6vw;
    overflow: hidden;
}
.franchise_con20_con_sub{
    font-size: 0.9vw;
    left: 0;
    bottom: -2vw;
}
.franchise_con20_con.on{
    opacity: 1;
    transform: translateY(0);
}
.franchise_con20_con p{
    text-align: center;
}
.franchise_con20_con_row{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid var(--main-gray2);
}
.franchise_con20_con_row.top{
    background-color: #FFF8F5;
    padding: 1vw 0;
    color: var(--main-gray) !important;
}
.franchise_con20_con_row.btm{
    position: relative;
    background-color: var(--main-red);
    padding: 1vw 0;
    color: #fff !important;
}
.franchise_con20_con_row_item1{
    width: 20%;
    border-right: 1px solid var(--main-gray2);
}
.franchise_con20_con_row_item2{
    width: 57%;
    border-right: 1px solid var(--main-gray2);
    padding-left: 2vw;
    box-sizing: border-box;
}
.franchise_con20_con_row_item3{
    width: 23%;
}
.franchise_con20_con_tt01{
    /* color: #fff; */
    font-size: 1vw;
}
.franchise_con20_con_tt01 span{
    font-size: 1.5vw;
    font-weight: 600;
    margin-right: 0.2vw;
}
.franchise_con20_con_tt02{
    font-size: 1vw;
    padding: 0.8vw 0;
}
.franchise_con20_con_row_item2 .franchise_con20_con_tt02{
    text-align: start;
}
.franchise_con20_con_tt02 span{
    font-weight: 700;
    color: var(--main-red);
    margin-right: 0.2vw;
}
.franchise_con20_con_row.top 
:is(.franchise_con20_con_row_item1, .franchise_con20_con_row_item2){
    border: none;
}
.franchise_con20_con_row.btm
:is(.franchise_con20_con_row_item1, .franchise_con20_con_row_item2){
    border: none;
}
.franchise_con20_btnwrap {
    margin-bottom: 3vw;
    gap: 1vw;
}
.franchise_con20_con_row.btm{
    height: 3.5vw;
}
.btm .franchise_con20_con_row_item1{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: end;
    justify-content: center;
    gap : 0.5vw
}







.franchise_con21{
    padding-bottom: 7vw;
}
.franchise_con21_tt01{
    margin-bottom: 1.5vw;
}
.franchise_con21_tt02{
    margin-bottom: 2vw;
}
.gcon20_01{
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5vw;
}
.pdf_btn{
    opacity: 0;
    transition: 0.3s;
    z-index: 5;
}
.gcon20_01:hover .pdf_btn{
    opacity: 1;
}
.form_wrap_title{
    margin-bottom: 3vw;
}
.area_tt{
    white-space: nowrap;
    font-size: 1vw;
    margin-left: 1vw;
}


/* form1 - start */
.form_wrap .red {
    color: var(--main-red);
    top: 0vw;
  }
  .form_wrap .red.this {
    top: -45%;
    right: 31.5%;
  }
  div.form_wrap {
    width: 63%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 3vw;
    box-sizing: border-box;
    color: #000;
    font-size: 1.2vw;
    background-color: #FFF8F5;
    border-radius: 2.6vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
  }
  .form_col.this{
    width: 48%;
  }
  .form {
    width: 82%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    font-family: "SUIT-Regular";
    gap: 1vw;
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    font-size: 1vw;
    background-color: #fff;
    border: 1px solid rgba(243, 72, 48, 0.5);
    border-radius: 0.6vw;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
    padding-left: 1vw;
  }
  /* .form_input_box.this{
    border-top: 1px solid rgba(221, 221, 221, 0.8);
  } */
  
  .form label {
    white-space: nowrap;
    /* font-family: 'SUIT-Bold'; */
    font-size: 1vw;
    margin-right: 2.5vw;
  }
  .form label.lable_first {
    margin-right: 4vw;
  }
  /* .form_input_box > label {
    font-family: "SUIT-Regular";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05,
  .form_input_06 {
    width: 100%;
    padding: 0 1vw;
    box-sizing: border-box;
  }
  .form_input_05{
    width: 34%;
  }
  .franchise_con21 .form_input_03 {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/franchise/gcon18_07.png) no-repeat;
    background-size: 6%;
    background-position: 93%;
    cursor: pointer;
    background-color: #fff;
  }
  .form_input_box_select{
    width: 70%;
    height: 100%;
    display: flex;
    gap: 1vw;
  }
  .form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
  }
  /* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  } */
  .form_check_wrap01 input:checked + label {
    background-color: #000;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid rgba(243, 72, 48, 0.5);
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 0.5vw;
  }
  .footeer_agree_checkbox_01:checked::before,
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--main-red);
    border-radius: 50%;
    scale: 0.7;
    transform-origin: center center;
  }
  /* .footeer_agree_checkbox_01 {
    border-radius: 0%;
  }
  .footeer_agree_checkbox_01:checked::before {
    border-radius: 0%;
  } */
  .footeer_checkbox_05 {
    margin-right: 0.5vw;
  }
  .form_check_name_05,
  .form_check_name_06 {
    margin-right: 4vw;
    font-size: 1.1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0 0 1vw;
    gap: 0.6vw;
  }
  .form_submit_div {
    width: 23.6335%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
}
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
    color: #ef592c;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }
  
  /* form1 - end */



   /*popup*/
  
  
   div.popup {
    width: 50%;
    height: 21vw;
    top: 2%;
    border: 1px solid var(--main-gray2);
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 2vw;
    overflow: hidden;
  }
  
  .fixed_popup{
    height: 100vh;
    background: #00000045;
  }
  .popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
  }
  .popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
  }
  .popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
  }
  .popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
  }
  .fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
  }
  .popup_right_title{
    display: flex;
  }
  .popup_right_1st{
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
  }
  .popup_right> div > div:nth-child(1) {
    font-weight: 600;
    font-size: 1vw;
    margin-right: 0.5vw;
    
  }
  .popup_right> div > div:nth-child(1) > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup_right> div > div:nth-child(2){
    font-weight: 400;
    font-size: 0.85vw;
    width: 73%;
  }
  .popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .popup_right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 4%;
  }
  .popup_img img{
    width: 100%;
  }
  .popup_right_3rd{
    padding-top: 1vw;
  }
  .popup_right_4th{
    padding-top: 0.5vw;
    padding-bottom: 1.5vw;
  }
  
  
  .fixed_popup_con{
    width: 62%;
    height: 49%;
    background-color: #000;
    top: 31%;
    left: 20%;
    border-radius: 1vw;
  }
  
  
  
  
  .popup_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
  }
  .popup_img img {
    width: 108%;
  }
  
  
  .popup_top_absol{
        width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 10%;
  }
  .popup_top_absol_2nd{
        width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
  }
  
  .popup_img_con{
    position: static !important;
    overflow: hidden;
  }
  .popup_right_6th_left{
    width: 35.15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
  }
  
  .popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .popup_img_con img {
    height: 100%;
    object-fit: cover;
  }
  .popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
  }
  p.popup_right_2nd {
    font-weight: 600;
    width: 92%;
    font-size: 1.4vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 600;
    border-bottom: 1px dashed var(--main-red);
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
  }
  .popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: var(--main-red);
  }
  .popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
  }




  /* 메인 팝업 */
.main_popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
  }
  .main_popup_box{
      width: 40vw;
      border-radius: 1vw;
      overflow: hidden;
  }
  .swiper_main_popup{
      width: 100%;
  }
  .main_popup_slide{
      width: 100% !important;
      height: 26vw;
  }
  .main_popup_slide img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .main_popup_pagination{
      background-color: var(--main-red);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.2vw;
      padding: 0.6vw 0;
  }
  .main_popup_pagination .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.4;
      width: 0.4vw;
      height: 0.4vw;
  }
  .main_popup_pagination .swiper-pagination-bullet-active {
      background: #fff !important;
      opacity: 1;
  }
  .main_popup_btnbox{
      width: 100%;
      display: flex;
  }
  .main_popup_btn{
      width: 50%;
      text-align: center;
      padding: 0.5vw 0;
      background-color: #1f1f1f;
      color: #fff;
      font-size: 0.8vw;
      font-weight: 500;
      cursor: pointer;
  }
  .main_popup_btn:first-child{
      border-right: 1px solid #505050;
      box-sizing: border-box;
  }
  .swiper_main_popup_btn{
      width: 2% !important;
      bottom: 49%;
      cursor: pointer;
      z-index: 5;
      opacity: 0.9;
  }
  .swiper_main_popup_prev{
      left: 2%;
  }
  .swiper_main_popup_next{
      right: 2%;
      transform: rotate(180deg);
  }
  
  /* 메인 팝업 끝 */