* {
    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;
}
.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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/* font-family: 'Pretendard Variable'; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate_image2 {
    0% {
        transform: rotate(0);
        width: 50%;
    }
    25% {
        width: 23%;
    }
    50% {
        width: 50%;
    }
    75% {
        width: 23%;
    }
    100% {
        width: 50%;
        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 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);
    }
}
.butler {
    font-family: 'Butler', sans-serif;
}
.Bebas {
    font-family: 'Bebas Kai', sans-serif;
}
.color_g {
    color: #abd29b;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img {
    width: 100%;
    pointer-events: none;
}
.back_img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bold {
    font-weight: 700;
}
.regular {
    font-weight: 400;
}
.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;
}
.rotate_img2 {
    animation: rotate_image2 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
.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%;
}
/* image_sd */
.image_sd_wrap {
    padding: 1vw 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 {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY 20s infinite linear;
}
.slide_y_wrap img {
    width: unset !important;
    height: 100%;
}
.slide_y_wrap img.absol {
    top: 100%;
}
/* y_slide end */
/* wave start */
.line_wave_div_up {
    width: 100%;
    height: 36px;
    z-index: 1;
    overflow: hidden;
}
.line_wave_div_up::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 5px;
}
.line_wave_up {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
}
.line_wave_div_up::before{
    background-color:#08211b;
}
.line_wave_div_up .line_wave_up{
    background-color:#08211b;
}
/* wave end */




/* 퍼블시작 */
.main {
    background-image: url(/images/m_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-top: 7vw;
    padding-bottom: 6vw;
    z-index: 1;
}
.m_logo {
    width: 12.3439%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.m_01 {
    width: 39.1462%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.m_02 {
    width: 26.1982%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slide {
    top: 24.5vw;
}

.main_slide_img {
    width: 96.9947%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_side {
    gap: 1vw;
}
.main_left {
    top: 17%;
    left: 6%;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
div.main_side_tt {
    width: fit-content;
    font-weight: 700;
    font-size: 3vw;
}
.main_side_tt01 {
    -webkit-text-stroke: 1px #abd29b;
    color: transparent;
}
.main_side_tt02 {
    color: #abd29b;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.3s;
}
.main_side_tt02.main_change {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main_right {
    top: 17%;
    right: 6%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}


.con01 {
    margin-top: -1.5vw;
}
.con01_top {
    background-image: url(/images/con01_bg.png);
    padding-top: 7vw;
}
.con01_01 {
    width: 10.8293%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con01_02 {
    width: 26.2087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con01_top_mid {
    background-image: url(/images/con01_03.png);
    transition: background 0.3s;
    margin-bottom: 2vw;
}
.con01_top_mid_item {
    width: calc(100% / 3);
    height: 10vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con01_top_mid_tt {
    font-size: 4vw;
    font-family: 'SUIT-ExtraBold';
}
.con01_top_mid_tt01 {
    -webkit-text-stroke: 1px #abd29b;
    color: transparent;
}
.con01_top_mid_tt02 {
    color: #abd29b;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.3s;
}
.con01_top_mid_item.con01_change .con01_top_mid_tt02 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con01_top_mid_item02 {
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.con01_top_tt {
    font-size: 2.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 4.5vw;
}
.con01_top_tt_bg {
    background-color: #46785F;
    width: 105%;
    height: 142%;
    left: -2.5%;
}
.con01_sd {
    background-color: #000;
    border-bottom: 1px solid white;
}
.con01_bot {
    height: 25vw;
    background-image: url(/images/con01_bg2.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}
.con02_main_item {
    width: 50%;
    height: 33.6vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.con02_right {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    background-color: #09221c;
}
.con02_main_item_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con02_main_item_img img {
    height: 100%;
    object-fit: cover;
    border: 1px solid white;
}
.con02_main_item_img01 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.con02_left {
    background-image: url(/images/con02_bg.png);
}
.con02_left_item {
    width: 53.0978%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 9vw;
}
.con02_09 {
    margin-bottom: 1vw;
    overflow: hidden;
}
.con02_left_tt01 {
    font-size: 1.2vw;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con02_left_tt02 {
    font-size: 1vw;
    line-height: 1.7;
}
.con02_sd {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.con03 {
    background-image: url(/images/con03_bg.png);
    padding-top: 4vw;
}
.con03_01 {
    width: 10.7293%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con03_02 {
    width: 18.4898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
    overflow: hidden;
}
.con03_bg2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_slide {
    top: 13vw;
}
.con03_slide_img {
    width: 97.5865%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_03 {
    width: 23.6459%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
}
.con03_slide .swiper-slide > div {
    scale: 0.85;
    transform: translateY(10%);
    transition: all 0.3s;
}
.con03_slide .swiper-slide-active > div {
    scale: 1;
    transform: translateY(0);
}
.con03_slide .swiper-slide-active .con03_slide_tt  {
    opacity: 1;
}
.con03_slide_tt {
    font-family: 'SUIT-Bold';
    font-size: 1.8vw;
    margin-top: 3vw;
    transition: opacity 0.3s;
    opacity: 0;
}
.con04 {
    padding: 5vw 0;
}
div.con04_main {
 align-items: flex-start;   
}
.con04_main02 {
    width: 43.698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    margin-top: 1.5vw;
}
.con04_main03 {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-top: 0vw;
}
.con04_02 {
    width: 35.9313%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con04_03 {
    width: 57.1082%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2vw;
}
.con04_main03_tt {
    width: 100%;
    font-size: 1vw;
    line-height: 1.5;
}
.con04_main03_tt p:nth-child(1) {
    margin-bottom: 2vw;
}
.con04_main03_tt p:nth-child(2) {
    margin-bottom: 2vw;
}
.con04_main03_tt p:nth-child(3) {
    margin-bottom: 2vw;
}
.con04_main03_tt p:nth-child(4) {
    width: 100%;
}
.con04_04 {
    width: 34.3691%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: -7%;
    left: 20%;
}

.con04_main01 {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con04_main01_circle {
    width: 0.4vw;
    height: 0.4vw;
    background-color: #000;
    border-radius: 50%;
}
.con04_main01_line {
    width: 1px;
    height: 32vw;
    background-color: #000;
}
.con04_main01_line01 {
    opacity: 0;
}
.con04_main01_line02 {
    top: 1.1%;
}
.con04_05 {
    width: 4.69491%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_main01_tt {
    display: flex;
    gap: 0.7vw;
    white-space: nowrap;
    line-height: 1.5;
}
.con04_main01_tt_line {
    width: 0.7vw;
    height: 1px;
    background-color: #000;
    margin-top: 0.5vw;
}
.con04_main01_tt_wrap {
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.con05 {
    background-image: url(/images/con05_bg.png);
    padding: 6vw 0;
}
.con05_main {
    gap: 4vw;
}
.con05_left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.con05_01_1 {
    width: 43.6522%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con05_01_2 {
    width: 51.989%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con05_arr_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.con05_arr_wrap {
    gap: 0.5vw;
    margin-bottom: 0.5vw;
}
.con05_arr {
    width: 4.74732%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con05_next {
    transform: rotate(180deg);
}
.con05_left_slide {
    box-sizing: border-box;
    border: 1px solid white;
}
.con05_left_video {
    width: 100%;
    height: 25vw;
    box-sizing: border-box;
}
.con05_left_video iframe {
    width: 100%;
    height: 100%;
}
.con05_right {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38.34vw;
}
.con05_right_slide {
    height: 100%;
}
.con05_right_slide_img {
    width: 97.0337%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    cursor: pointer;
}
.con05_02 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_02 img {
    width: unset !important;
    height: 100%;
}
.con05_02_1 {
    left: 0%;
}
.con05_02_2 {
    right: 0%;
}
.con06_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_graph_cover {
    height: 100%;
}
.con06_graph {
    width: 25%;
    height: 100%;
}
.con06_graph_t {
    background-color: #000000b5;
}
.con06_graph_b {
    border-right: 1px solid white;
    box-sizing: border-box;
}
.con06_graph_t ,
.con06_graph_b {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.con06_graph01 .con06_graph_t {
    height: 90%;
}
.con06_graph01 .con06_graph_b {
    height: 10%;
}
.con06_graph02 .con06_graph_t {
    height: 80%;
}
.con06_graph02 .con06_graph_b {
    height: 20%;
}
.con06_graph03 .con06_graph_t {
    height: 60%;
}
.con06_graph03 .con06_graph_b {
    height: 40%;
}
.con06_graph04 .con06_graph_t {
    height: 40%;
}
.con06_graph04 .con06_graph_b {
    height: 60%;
}
.con06_graph_t_tt {
    margin-bottom: 1vw;
}
.con06_graph_t_tt01 {
    font-size: 1.2vw;
    font-weight: 500;
}
.con06_graph_t_tt02 {
    font-size: 2vw;
    font-weight: 600;
}
.con06_cover {
    padding-top: 7vw;
}
.con06_title {
    gap: 1vw;
}
.con06_title_bot {
    gap: 1vw;
    overflow: hidden;
}
.con06_01 {
    width: 17.448%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con06_02 {
    width: 34.6355%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_03 {
    width: 0.781252%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_04 {
    width: 0.833335%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_line_wrap {
    overflow: hidden;
    height: 3vw;
    top: 50%;
    transform: rotate(-19deg);
}
.con06_line {
    width: 79%;
    height: 1px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con06_line_circle {
    width: 0.5vw;
    height: 0.5vw;
    background-color: white;
    border-radius: 50%;
}
.con06_line_circle04 {
    width: 2.5059%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1vw;
}
.con06_07 {
    width: 99.1148%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_08 {
    width: 99.1148%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05 {
    width: 14.3794%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    right: -15%;
}
.con06_09 {
    width: 18.2813%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 35%;
}
.con06_09_tt01 {
    top: 14%;
    font-size: 1.1vw;
}
.con06_09_tt02 {
    font-family: 'SUIT-ExtraBold';
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
}
.con07 {
    background-color: #ebfcf3;
    padding: 7vw 0;
    z-index: 2;
    overflow: visible;
}
.con07_07 {
    width: 32.7084%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08 {
    width: 100.071%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-300deg);
}
.con07_09 {
    width: 100.071%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(30deg);
}
.con07_01 {
    width: 32.9688%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 12%;
}
.con07_01_tt {
    margin-left: 4vw;
}
.con07_01_tt01 {
    font-size: 1.2vw;
    margin-bottom: 1vw;
}
.con07_01_tt02 {
    font-size: 1.6vw;
    margin-bottom: 0.3vw;
}
.con07_01_tt03 {
    font-size: 2.4vw;
}
.con07_04 {
    width: 7.71796%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -9%;
    top: -8%;
}
.con07_02 {
    width: 21.8147%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    left: 44%;
    animation: 5s ddm infinite linear;
}
.con07_03 {
    width: 20.0759%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 6%;
    animation: 5s ddm infinite linear;
    animation-delay: 1s;
}
.con07_right {
    width: 40%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #08211b;
}
.con07_line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 1.5vw;
}
.con07_right_tt01 {
    width: 20%;
    height: 2.5vw;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1vw;
    font-weight: 400;
    margin-top: 1.5vw;

}
.con07_right_tt02 {
    font-family: 'SUIT-Bold';
    font-size: 2.5vw;
    margin-top: 0.5vw;
}
.con07_right_tt03 {
    font-size: 0.8vw;
    margin-top: 0.3vw;
}
.con07_05 {
    width: 22.1413%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: -12%;
}
.con07_06 {
    width: 13.9063%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_cover {
    padding-top: 4vw;
}
.con08_01 {
    width: 14.6875%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con08_02 {
    width: 41.4584%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con08_center {
    width: 77.5002%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_center_cover {
    height: 100%;
    gap: 17vw;
    overflow: hidden;
}
.con08_center_circle {
    width: 32.8591%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_10 {
    width: 14.5096%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
}
.con08_center_tt {
    bottom: 1vw;
    line-height: 1.5;
}
.con08_center_tt01 {
    left: 3vw;
}
.con08_center_tt02 {
    right: 3vw;
    text-align: end;
}
.con08_tt {
    margin-top: 1.7vw;
    line-height: 1.5;
    font-size: 1.2vw;
    overflow: hidden;
}
.con09_top {
    padding: 16vw 0;
}
.con09_sd {
    padding: 0;
}
.con09_top_center {
    width: 20.8334%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 타원 ani */
@keyframes animX{
    0% {left: 0px;}
  100% {left: 50vw;}
}
@keyframes animY{
    0% {top: 0px;}
  100% {top: 30vw;}
}
.con09_rotate_box_wrap {
    width: 50vw;
    height: 30vw;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_rotate_box {
    height: 100%;
    left: -4%;
    top: -6%;
}
.con09_01 {
    width: 8.25957%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -5s infinite alternate,
    animY 10s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
/* 타원 ani */

.con09_bot_slide {
    margin-bottom: 2vw;
}
 .con09_bot_slide_img {
    width: 96.9387%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .con09_bot_slide_img img { 
    height: 100%;
    object-fit: cover;
}

.con10 {
    background-color: #09221c;
    padding: 5vw 0;
}
.con10_02 {
    width: 25.1042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con10_01 {
    width: 6.04168%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_01_1 {
    bottom: 6%;
    left: 0%;
}
.con10_01_2 {
    top: 6%;
    right: 0%;
    transform: rotate(180deg);
}
.con10_07 {
    width: 11.1459%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 5%;
}
div.con11_top {
    justify-content: space-between;
    background-image: url(/images/con11_bg1.png)
}
.con11_top_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con11_02_1 {
    width: 57.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.con11_02_2 {
    width: 27.8215%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con11_tt {
    line-height: 1.5;
    font-size: 1.02vw;
}
.con11_tt .line {
    overflow: hidden;
}
div.con11_bot {
    height: 29.4vw;
    justify-content: flex-start;
    background-image: url(/images/con11_bg2.png)
}
.con11_bot_left {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 9vw;
}
.con11_03_1 {
    width: 53.3101%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.con11_03_2 {
    width: 60.6916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con11_tt02 {
    font-size: 0.73vw;
    opacity: 0.8;
    margin-top: 1vw;
}
.con11_bot_right {
    width: 51%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con11_bot_right_slide {
    width: 48.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.con11_bot_right_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_bg {
    width: 100.052%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_01 {
    width: 39.1118%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_center {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 2vw;
}
.con12_center_item {
    width: calc(100% / 3);
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #000;
    box-sizing: border-box;
    color: #08211b;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.con12_center_item03 {
    border: none;
}
.con12_center_item_tt01 {
    font-size: 1.3vw;
}
.con12_center_item_tt02 {
    font-size: 2.2vw;
    font-family: 'SUIT-ExtraBold';
}
.con12_center_img {
    opacity: 0;
    transition: opacity 0.3s;
}
.con12_center_item:hover {
    color: white;
    background-color: #08211b;
}   
.con12_center_item:hover .con12_center_img {
    opacity: 1;
}
.con12_center_item.con12_change {
    color: white;
    background-color: #08211b;
}   
.con12_center_item.con12_change .con12_center_img {
    opacity: 1;
}
.con12_center_img01 {
    right: 75%;
}
.con12_center_img02 {
    left: 75%;
    top: -5vw;
}
.con12_02 {
    width: 41.1393%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03 {
    width: 47.5526%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_04 {
    width: 40.9182%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_bot_slide_img {
    width: 97.5652%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.con12_bot_slide_type {
    width: 17.4405%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 3%;
}
.con12_bot_slide_type02 {
    width: 22.1%;
}
.con12_08 {
    width: 37.5001%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3.7vw;
    margin-bottom: -0.3vw;
    z-index: 2;
}
.con13_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_cover {
    width: 77.5523%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_main {
    width: 84.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con13_left {
    width: 38.7669%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con13_01 {
    width: 74.8382%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con13_02 {
    margin-bottom: 4vw;
    overflow: hidden;
}
.con13_left_item {
    width: 72%;
}
.con13_left_item_top {
    width: 100%;
    border-bottom: 1px solid #1D5F51;
    margin-bottom: 0.7vw;
}
.con13_left_item_top p {
    width: 4vw;
    background-color: #1D5F51;
    padding: 0.3vw 0vw;
    font-family: 'SUIT-Medium';
    font-size: 1.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con13_left_ct_wrap {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0.3vw;
}
.con13_left_ct {
    font-size: 3vw;
    font-family: 'SUIT-ExtraBold';
}
.con13_left_ct_right {
    font-size: 1.8vw;
    font-family: 'SUIT-Medium';
    margin-bottom: 0.3vw;
}
.con13_left_item01 {
    margin-bottom: 2vw;
}
.con13_03 {
    width: 34.7099%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -20%;
    top: -1%;
}
.con13_left_bot_tt {
    margin-top: 1vw;
}
.con13_right  {
    width: 45.68%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con13_right_top {
    margin-bottom: 2vw;
}
.con13_right_top_item {
    width: 54.6%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_right_top_item01 {
    color: #1D5F51;
}
.con13_right_top_item02 {
    margin-left: -3.1vw;
    color: white;
}
.con13_right_top_item_tt01 {
    top: 21%;
    font-family: 'SUIT-SemiBold';
    font-size: 1.3vw;
}
.con13_right_top_item_tt02 {
    bottom: 14%;
    font-family: 'SUIT-ExtraBold';
    font-size: 3vw;
}
.con13_right_ct_wrap {
    display: flex;
    font-family: 'SUIT-Bold';
    bottom: 5%;
    font-size: 1.2vw;
    right: 5%;
}
.con13_04 {
    width: 6.35%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45%;
    bottom: 0%;
}
.con14_row {
    width: calc(100% / 3);
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #abd29b;
    box-sizing: border-box;
    background-color: #08211b;
    color: #0e342b;
    font-size: 5vw;
    transition: color 0.3s;
}
.con14_row.con14_change {
    color: #abd29b;
}
.con14_row:last-child {
    border-right: none;
}
.con14_row_wrap {
    box-sizing: border-box;
}
.con14_top {
    border-bottom: 1px solid #abd29b;
}
.con14_bot {
    border-top: 1px solid #abd29b;
}
.con14_center {
    background-color: #08211b;
    padding: 5vw 0;
    overflow: hidden;
}
.con14_02 {
    width: 34.1668%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_02_cover {
    padding-top: 2.5vw;
}
.con14_01 {
    width: 54.5947%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_02_tt {
    font-size: 1.1vw;
    margin-top: 2vw;
}
.con14_03 {
    width: 10.6749%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
}
.con14_04 {
    width: 10.5224%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
}
.con14_brunch {
    width: 44.8439%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_salad {
    width: 37.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_sandwich {
    width: 37.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_side {
    width: 36.273%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_drink {
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_pizza {
    width: 35.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_center_img_1 {
    left: -100%;
    bottom: -100%;
    transition: all 0.6s;
    opacity: 0;
}
.con14_center_img_2 {
    right: -100%;
    top: -100%;
    transition: all 0.6s;
    opacity: 0;
}
.con14_center_img_1.con14_change {
    left: -11%;
    bottom: -25%;
    opacity: 1;
}
.con14_center_img_2.con14_change {
    right: -9%;
    top: -20%;
    opacity: 1;
}
.con14_drink.con14_center_img_1.con14_change {
    left: -3%;
    bottom: -15%;
    opacity: 1;
}
.con14_drink.con14_center_img_2.con14_change {
    right: -3%;
    top: -15%;
    opacity: 1;
}
.con15 {
    padding-top: 7vw;
    padding-bottom: 5vw;
    background-image: url(/images/con15_bg.png);
}
.con15_top {
    width: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-bottom: none;
    padding: 4vw 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.con15_01 {
    width: 13.3068%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.7vw;
}
.con15_02 {
    width: 22.8209%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con15_tab_wrap_bg {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 3vw;
}
.con15_tab_wrap ,
.con15_menu_wrap {
    width: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_tab {
    flex: 1;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
    box-sizing: border-box;
    background-color: white;
    font-family: 'SUIT-SemiBold';
    transition: all 0.3s;
    font-size: 1vw;
    cursor: pointer;
}
.con15_tab:first-child {
    border-left: 1px solid #000;
}
.con15_tab:hover {
    color: white;
    background-color: #08211b;
}
.con15_tab.con15_change {
    color: white;
    background-color: #08211b;
}
.con15_menu {
    height: 20vw;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: all 0.3s;
    transform: translateY(10%);
}
.con15_menu.con15_change {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    cursor: grab;
    transform: translateY(0%);
}
.con15_menu .swiper-slide {
    justify-content: flex-start;
}
.con15_menu_img {
    width: 17vw;
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
/*     border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
    overflow: hidden;
    border-radius: 50%;
    scale: 0.75;
    transition: all 0.3s;
}
.con15_menu_img img {
    height: 100%;
    object-fit: cover;
    scale: 1.01;
}
.con15_menu_tt {
    width: 17vw;
    height: 1vw;
    font-weight: 500;
    font-size: 1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    box-sizing: border-box;
    scale: 0.75;
    margin-top: -1.5vw;
}
.swiper-slide-active .con15_menu_img {
    width: 20vw;
    border-radius: 0%;
    scale: 1;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateX(1%);
}
.swiper-slide-active .con15_menu_tt {
    width: 20vw;
    height: 3vw;
    scale: 1;
    font-size: 1.1vw;
    transform: translateX(1%);
    border-right: 1px solid #000;
    margin-top: 0vw;
} 
.con15_menu .swiper-slide-next + div > div {
    transform: translateX(-36%);
}
.con15_menu .swiper-slide-next + div + div > div {
    transform: translateX(-71%);
}
.con15_menu .swiper-slide-next + div + div + div > div {
    transform: translateX(-105%);
}
.con15_arr {
    width: 3.27807%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    bottom: -6%;
    cursor: pointer;
}
.con15_prev {
    right: 7%;
}
.con15_next {
    right: 3%;
    transform: rotate(180deg);
}
.con15_06 {
    width: 0.835585%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 101%;
    top: 0%;
}
.con16 {
    height: 45vw;
    gap: 1.5vw;
}
.con16_tt {
    font-size: 1vw;
}
.con16_img_box {
    width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.con16_left01 {
    left: -9%;
    top: -15%;
}
.con16_left02 {
    left: 10.5%;
    top: -7%;
}
.con16_right01 {
    right: -9%;
    bottom: -15%;
}
.con16_right02 {
    right: 10.5%;
    bottom: -7%;
}
.con16_logo {
    width: 5.40682%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con16_01 {
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
div.con17_main {
    justify-content: space-between;
    height: 30vw;
}
.con17_left {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #000;
}
.con17_left_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5vw;
    margin-bottom: 2vw;
}
div.con17_left_item_row {
    justify-content: flex-start;
    gap: 0.5vw;
    overflow: hidden;
}
.con17_01 {
    width: 54.2737%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con17_02_1 {
    width: 76.216%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con17_02_1_2 {
    width: 105.249%;
    display: flex;
    justify-content: center;
    align-items: center;    
    overflow: hidden;
}
.con17_02_2 {
    width: 27.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_02_3 {
    width: 36.4446%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_02_4 {
    width: 85.4745%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con17_left_tt {
    white-space: nowrap;
    margin-top: 1vw;
    overflow: hidden;
}
.con17_02_5 {
    width: 11.012%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_05 {
    width: 9.4513%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 25%;
}
.con17_right {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.con17_right_item {
    width: 3.5vw;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    transition: width 0.5s;
}
.con17_right_item.con17_change {
    width: calc(100% - 7vw);
}
.con17_right_item_title {
    width: 3.5vw;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #000;
    background-color: white;
}
.con17_right_item_title_num {
    height: 12%;
    background-color: #08211b;
    font-family: 'SUIT-SemiBold';
    font-size: 1.4vw;
}
.con17_right_item_title_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: color 0.5s;
}
.con17_right_item.con17_change .con17_right_item_title_con {
    color: white;
}
.con17_right_item01 .con17_right_item_title_con {
    height: 32%;
}
.con17_right_item02 .con17_right_item_title_con {
    height: 26.4%;
}
.con17_right_item03 .con17_right_item_title_con {
    height: 24.4%;
}

.con17_right_item_title_con p {
    white-space: nowrap;
    transform: rotate(90deg);
    font-family: 'SUIT-SemiBold';
    font-size: 1.4vw;
}
.con17_right_item_title_bg {
    top: 12%;
    width: 100%;
    /* height: 88%; */
    height: 0;
    background-color: #08211b;
    transition: height 0.5s;
}
.con17_right_item.con17_change .con17_right_item_title_bg {
    height: 100%;
}
.con17_right_item_box {
    width: 49vw;
    height: 100%;
    right: 0%;
    background-color: #ebfcf3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #000;
    box-sizing: border-box;
}
.con17_right_item_box_img {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_right_item_box_img img {
    height: 100%;
    object-fit: cover;
}
.con17_right_item_box_tt {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}
.con17_right_item_box_tt01 {
    font-size: 1.7vw;
}
.con17_right_item_box_tt03 {
    font-size: 1vw;
}
.con18_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_cover {
    padding-top: 7vw;
}
.con18_01 {
    width: 10.8661%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con18_02 {
    width: 37.0604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con18_slide {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
    transition: all 0.3s;
    scale: 0.88;
}
.swiper-slide-active .con18_slide_img {
    scale: 1;
}
.swiper-slide-prev .con18_slide_img {
    transform: translateX(-3%);
}
.swiper-slide-next .con18_slide_img {
    transform: translateX(3%);
}
.con18_top_ddm {
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm infinite linear 10s;
}
.con18_top_ddm01 {
    top: 9vw;
    left: 22%;
}
.con18_top_ddm02 {
    top: 15vw;
    left: 10%;
    animation-delay: 1s;
}
.con18_top_ddm03 {
    top: 9vw;
    right: 23%;
    animation-delay: 3s;
}
.con18_top_ddm04 {
    top: 15vw;
    right: 11%;
    animation-delay: 5s;
}
.con18_sd {
    border-bottom: 1px solid #000;
}
.con19_slide_img {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_slide_in {
    top: 0%;
}
.con19_slide_out {
    bottom: 0%;
}
.con19_slide {
    opacity: 0;
    transition: opacity 0.3s;
}
.con19_slide.con19_change {
    opacity: 1;
}
.con19_center {
    height: 100%;
    gap: 1.5vw;
}
.con19_bg {
    width: 105.249%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_01 {
    width: 31.1704%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_center_tt {
    font-size: 1.1vw;
}
.con19_center_left {
    width: 9.87479%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
}
.con19_center_left_h {
    width: 96.8679%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_center_right {
    width: 13.1664%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
}
.con19_center_right_h {
    width: 97.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_center_side_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con19_center_side.con19_change .con19_center_side_h {
    opacity: 1;
}
.con19_center_h_absol {
    width: 11vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3vw;
    pointer-events: none;
}
.con19_center_h_absol_left {
    left: 134%;
    align-items: flex-start;
}
.con19_center_h_absol_right {
    right: 134%;
    align-items: flex-end;
}
.con19_center_h_absol_tt {
    color: #ABD29B;
    font-family: 'SUIT-Regular';
    letter-spacing: 0.1vw;
    font-size: 1vw;
    overflow: hidden;
}
.con19_center_h_absol_tt p {
    transform: translateY(100%);
    transition: transform 0.6s;
}
.con19_center_h_absol_line {
    /* width: 100%; */
    width: 0%;
    height: 1px;
    background-color: #ABD29B;
    transition: width 0.6s;
}
.con19_center_side.con19_change .con19_center_h_absol_line {
    width: 100%;
}

.con19_center_side.con19_change .con19_center_h_absol_tt p {
    transform: translateY(0%);
}
.con20_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_cover {
    padding-top: 5vw;
}
.con20_01 {
    width: 11.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con20_02 {
    width: 14.1207%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
    overflow: hidden;
}
.con20_table_wrap {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.table {
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.3s;
}
.table.con20_change {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
}
.con20_tab_wrap {
    gap: 0.7vw;
    margin-bottom: 2vw;
}
.con20_tab {
    width: 9%;
    height: 2.5vw;
    border: 1px solid #08211b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1vw;
    transition: all 0.3s;
    color: #08211b;
    cursor: pointer;
}
.con20_tab.con20_change {
    background-color: #08211b;
    color: white;
}
.con20_tab:hover {
    background-color: #08211b;
    color: white;
}
.con20_03 {
    width: 15.853%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    top: 4%;
}
.con20_04 {
    width: 28.9764%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    bottom: 19%;
}
.con20_05 {
    width: 27.664%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1%;
    top: 8%;
}
.con20_06 {
    width: 28.399%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    bottom: 28%;
}

/* table */
div.table {
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
}
.table_hd {
    width: 100%;
    display: flex;
    background-color: #08211b;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
}
.table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.table_hd > div {
    padding: 1vw 0;
}
.table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.table_tr > div {
    padding: 0.7vw 0;
    line-height: 1.3;
}
.table_body .table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
    text-align: start;
    justify-content: flex-start;
    padding-left: 1vw;
}
.table_bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #08211b;
    padding: 0.7vw 0;
    color: white;
    font-size: 1.1vw;
}
.table_top_tt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0%;
    bottom: 101%;
    font-size: 0.8vw;
}
.table_bot .bold {
    margin-right: 3.4vw;
    font-size: 1.5vw;
}
div.table_bot_tt {
    align-items: flex-start;
    bottom: -14%;
    gap: 0.5vw;
}
/* table */


.con21_bg {
    width: 38.3727%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
}
.con21_wave_absol {
    transform: rotate(90deg);
    left: -49%;
}
.con21_sd {
    left: 2%;
}
div.con21_cover {
    justify-content: flex-start;
    gap: 7vw;
}
.con21_left {
    width: 29.1814%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 13vw;
    gap: 1vw;
}
div.con21_02 {
    justify-content: flex-start;
}
.con21_left_tt {
    font-size: 1.15vw;
    overflow: hidden;
}
.con21_left_call {
    width: 100%;
    display: flex;
    gap: 0.6vw;
    cursor: pointer;
    overflow: hidden;
}
.con21_03 {
    width: 8.99955%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_left_call_tt {
    color: #08211b;
    font-family: 'SUIT-Heavy';
    font-size: 2.8vw;
    letter-spacing: -0.15vw;
}
.con21_right_line {
    height: 1px;
    background-color: #08211b;
}
.con21_right_line01 {
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
}
.con21_right_line02 {
    margin-bottom: 2vw;
}
.con21_04 {
    width: 77.1792%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 35%;
}












































































/* form */
div.form_wrap {
    width: 28%;
    padding: 0vw 0 1vw;
    background-color: white;
    border: 1px solid #08211b;
}
.form {
    width: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3vw 0.7vw;
    border-bottom: 1px solid #000;
}
.form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-end;
    gap: 0.5vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: white;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    /*     background-color: #000; */
    background-image: url(/images/form_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
}
/* .footeer_checkbox_01 ,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
} */
.form_submit_div {
    width: 101.071%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #08211b;
    color: white;
    padding: 0.7vw 0;
    font-weight: 600;
    font-size: 1.1vw;
}
.form_margin_input > label {
    width: 18%;
    font-size: 1.1vw;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}
.form_margin_input > input {
    width: 75%;
    height: 2.5vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}
/* .form_index_input {
    align-items: flex-start;
} */
/* .form_index_input label {
    margin-top: 0.3vw;
} */
.form_index_input textarea {
    width: 75%;
    height: 6vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}

.form_margin_input > input::placeholder,
.form_margin_input > textarea::placeholder {
    color: #63636300;
    font-family: 'pretendard variable';
}
.form_check_wrap {
    width: 75%;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    padding: 0.3vw 0;
}
.form_check_wrap label {
    width: 10%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #63636391;
    cursor: pointer;
    transition: all 0.3s;
}
/* .form_check_wrap label:hover {
    background-color: #D4B36C;
    color: white;
}
.form_check_wrap input:checked + label {
    background-color: #D4B36C;
    color: white;
} */
.agree_text {
    cursor: pointer;
}
label .color_g {
    margin-right: 0.3vw;
}
.footeer_checkbox_02 {
    margin-left: 2vw;
}
.form_check_name_01,
.form_check_name_02 {
    margin-left: 0.5vw;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 1px solid #08211b;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #08211b;
    scale: 0.9;
    border-radius: 50%;
}










/* 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: 4%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
  }
  .on2{
    background: #09221c !important;
    color: white !important;
    font-weight: 500 !important;
  }
  .off2{
    font-weight: 500 !important;
  }
  .map_mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 3%;
    background: #09221c;
    border-radius: 0vw 0vw 0vw 0vw;
}
.map_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border: 1px solid #8d8d8d;
}
  .map_mid_map_search_mid input::placeholder {
    color: #00000054;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 75%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
  }
  .map_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
  }
  .map_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 31vw;
    border: 1px solid black;
    box-sizing: border-box;
    background-color: #fff;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
  }
  .map_search{
    width: 6% !important;
    right: 9%;
    cursor: pointer;
  }
  .con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
  }
  .map_mid_map_search_item {
    width: 87%;
    margin: 0% auto;
    border-bottom: 1px solid #00000054;
    padding: 13% 10%;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    box-sizing: border-box;
    position: relative;
    color: #000;
    cursor: pointer;
  }
  .map_mid_map_search {
    width: 23%;
    background: white;
    height: 86%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
    top: 7%;
    border: 1px solid #000;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  .map_plus {
    width: 16.4%;
    height: 2.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    background-color: #C90E16;
  }
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  
  
  
  /* map 추가 css */
  
  
  
  
  /*popup*/
  
  
  div.popup {
    width: 50%;
    height: 21vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
  }
  
  .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_1st{
    color: #E3C179;
    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%;
    margin-top: 5%;
  }
  .popup_right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    background-color: #09221c;
    box-sizing: border-box;
    padding-left: 4%;
  }
  .popup_img img{
    width: 100%;
  }
  
  
  .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{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #C90E16;
    padding: 0.5vw 1vw;
    right: 30%;
    bottom: 9%;
    color: white;
    font-weight: 500;
  }
  
  .popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    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.1vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
  }
  
  .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: 4px;
    background-color: #fff;
  }
  .popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
  }
































