* {
    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);
    }
}
.rotate_image{
    animation: rotate_image 10s infinite linear;
}
@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;
}
.bold {
    font-weight: 700;
}
.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;
}
.white {
    color: white;
}
.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;
}

/* 퍼블시작 */

:root {
    --main-green: #072c32;
    --main-lightgreen: #f5fbf7;
    --main-yellow: #fff000;
}
.white{
    color: #fff;
}
.bold{
    font-weight: 700;
}
.sub{
    font-size: 1.1vw;
}

.main{
    padding-top: 0;
    background: url("/images/m_15.jpg") no-repeat;
    background-size: cover;
}
.main_con{
    width: 96% !important;
    background: url("/images/m_14.jpg") no-repeat;
    background-size: cover;
    padding: 10vw 0 2vw 0;
    margin-bottom: 2vw;
    overflow: hidden;
    border: 1px solid #000;
}
.m_01{
    width: 4.21225%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.m_02{
    width: 15.639%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.m_03{
    width: 38.277%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11vw;
    z-index: 1;
    overflow: hidden;
}
.m_04{
    width: 27.4286%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20%;
    bottom: -25%;
    z-index: -1;
}
.m_13{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  mask-image: url('/images/m_13.png');
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url('/images/m_13.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  overflow: hidden;
}
.swiper_main{
    width: 100%;
    height: 25vw;
}
.swiper_main .swiper-slide{
    height: 100%;
    justify-content: start;
}
.swiper_main .swiper-slide.btm{
    justify-content: end;
}
.m_06{
    width: 38.277%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
    z-index: 5;
}
.m_05 {
    width: 10.3392%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    bottom: 36%;
}
.main_line{
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
}
.main_line.item1{
    left: 16.66%;
}
.main_line.item2{
    left: calc(16.66% * 2);
}
.main_line.item3{
    left: calc(16.66% * 3);
}
.main_line.item4{
    left: calc(16.66% * 4);
}
.main_line.item5{
    left: calc(16.66% * 5);
}
.main_col_line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 40%;
}
.m_07{
    width: 96.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_08{
    width: 96.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_09{
    width: 96.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_10{
    width: 96.76%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_11{
    width: 95.9%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con01{
    z-index: 1;
}
.con01_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_con{
    width: 75%;
    display: flex;
    flex-direction: column;
}
.con01_1{
    width: 18.4045%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con01_2{
    width: 20.5038%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con01_2_1{
    width: 25.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con01_txt{
    line-height: 1.5;
    margin-bottom: 2.5vw;
}
.con01_5_top{
    width: 66.6146%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    z-index: 4;
}
.con01_4 {
    width: 17.4248%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con02{
    padding-top: 4vw;
}
.con02_8{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    z-index: -2;
}
.con02_txt{
    margin-bottom: 31.5vw;
}
.con01_5, .con01_5_2{
    bottom: -0.4vw;
    left: -11%;
    transition: clip-path 1s ease;
    width: 117.772%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_box{
    width: 57%;
    height: 105%;
    background-color: var(--main-lightgreen);
    top: -5%;
    z-index: -1;
    border-left: 1px solid var(--main-green);
    border-right: 1px solid var(--main-green);
    overflow: hidden;
}
.con02_1{
    width: 12.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    /* z-index: 1; */
}
.con02_2{
    width: 26.4567%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con01_5{
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.con01_5_2{
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.con01_5.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con01_5.off { 
    /* 오른쪽으로 사라짐 */
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.con01_5_2.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con01_5_2.off {
    /* 왼쪽으로 사라짐 */
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.con02_3 {
    width: 15.8005%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5.7%;
    top:50%;
    transform: translateY(-50%);
    z-index: 5;
    overflow: hidden;
}
.con02_4 {
    width: 15.8005%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5.7%;
    top:50%;
    transform: translateY(-50%);
    z-index: 5;
    overflow: hidden;
}
.con02_5 {
    width: 9.18635%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    right: 25%;
    z-index: 5;
}
.con02_5_circle{
    border-radius: 100%;
    border: 1px solid var(--main-green);
}
.con02_5_circle.item1{
    width: 9.5vw;
    height: 9.5vw;
}
.con02_5_circle.item2{
    width: 10.5vw;
    height: 10.5vw;
}
.con02_6 {
    width: 24.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    left: -8%;
    animation: shakeTwices 3s infinite;
}
.con02_7{
    width: 27.1391%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20%;
    right: -9%;
    animation: shakeTwices 3s 1.5s infinite;
}




.con03{
    padding: 5vw 0;
    background: url("/images/con03_6.jpg") no-repeat;
    background-size: cover;
}
.con03_1{
    width: 7.76903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con03_2{
    width: 27.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con03_video {
    width: 53.4vw;
    height: 30vw;
    border: 1px solid var(--main-green);
    border-radius: 1.4vw;
    overflow: hidden;
    z-index: 5;
}
.con03_video iframe{
    pointer-events: all;
}
.swiper_con03{
    width: 120%;
    transform: rotate(-6deg);
    z-index: 4;
}
.swiper_con03_02{
    width: 120%;
    transform: rotate(4deg);
    top: 50%;
}
.con03_4 {
    width: 101.568%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_5{
    width: 100.243%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con04{
    padding-top: 6vw;
    background: url("/images/con04_13.jpg") no-repeat;
    background-size: cover;
}
.con04_1{
    width: 18.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con04_2{
    width: 19.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con04_3{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con04_title{
    z-index: 2;
    gap: 0.5vw;
    margin-bottom: 3.5vw;
}
.con04_3{
    padding: 0.2vw;
}
.con04_3_bg{
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.con04_con{
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.swiper_con04{
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.con04_9{
    width: 37.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}
.con04_8{
    width: 43.4119%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_8.left{
    left: -15%;
}
.con04_8.right{
    right: -15%;
}
.con04_11{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.swiper_con04_prev{
    left: 29.5%;
}
.swiper_con04_prev img{
    transform: rotate(180deg);
}
.swiper_con04_next{
    right: 29.5%;
}
.con04_5{
    width: 31.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_6{
    width: 26.2992%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_7{
    width: 26.2992%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con04_02{
    width: 100%;
    padding: 0.8vw 0;
}
.con04_12_w{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con05{
    padding-top: 8vw;
}
.con05_1{
    width: 15.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_2{
    width: 25.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con05_con{
    width: 100%;
    display: flex;
    border-top: 1px solid var(--main-green);
}
.con05_con_box{
    width: 50%;
    height: 32.5vw;
}
.con05_con_box.left{
    background: url("/images/con05_14.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con05_con_box.right{
    background-color: var(--main-green);
}
.con05_con_box.right > div{
    border: 1px solid rgba(245, 251, 247, 0.5);
}
.con05_con_box_in{
    width: 100%;
    margin-left: 6vw;
}
.swiper_con05{
    width: 49.765%;
    height: 24.5vw;
    bottom: -0.1%;
    right: 16.7%;
}
.con05_3{
    width: 17.6822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_5_top{
    width: 26.5233%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con05_5_btm{
    width: 52.0908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    z-index: 1;
    overflow: hidden;
}
.con05_6{
    width: 61.2903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_txt{
    font-size: 1.05vw;
    line-height: 1.3;
}
.con05_5_2{
    width: 44.2661%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -30%;
    z-index: -1;
}
.con05_4 {
    width: 11.589%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 39%;
    top: -1%;
}
.con05_4_2 {
    width: 132.99%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_13{
    right: 0;
    bottom: 20%;
}
.con05_7 {
    width: 33.177%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}
.con05_11{
    top: 0;
    right: 33%;
}
.con05_11, .con05_13, .con05_12, .con05_9, .con05_10 {
    width: 16.484%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_12{
    right: 0;
    top: 0;
}
.con05_9{
    left: 0;
    bottom: 0;
}
.con05_10 {
    left: 16.6%;
    bottom: 24.7%;
}
.swiper_con05_slide{
    width: 100% !important;
    height: 100%;
}
.swiper_con05_slide img{
    height: 100%;
    object-fit: cover;
}
.con05_8{
    width: 49.7377%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.3%;
    right: 16.7%;
}




.con06{
    padding: 5vw 0;
    background: url("/images/con06_15.jpg") no-repeat;
    background-size: cover;
}
.con06_1{
    width: 7.76903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con06_2_top{
    width: 5.30184%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con06_2_btm{
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    z-index: 1;
    overflow: hidden;
}
.con06_con {
    width: 70.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_2_2 {
    width: 48.9451%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    bottom: -27%;
    z-index: -1;
}
.con06_12  {
    width: 39.1011%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_11  {
    width: 37.9026%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_13 {
    width: 34.7566%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_13_1 {
    width: 78.4483%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: rotate(-180deg);
}
.con06_13_2 {
    width: 56.8966%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transform: rotate(300deg);
}
.con06_13_3 {
    width: 35.3448%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: rotate(180deg);
}
.con06_13_4 {
    width: 13.7931%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con06_11 img{
    animation: rotate_image 15s infinite linear;
}
.con06_con_left{
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    left: 0;
}
.con06_con_box{
    width: 100%;
    height: 33.33%;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con06_con_box.this, .con06_con_right_box.this{
    border: none;
}
.con06_6{
    width: 4.98866%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    opacity: 0.4;
    transition: 0.3s;
}
.con06_6.on{
    opacity: 1;
}

.con06_6_circle{
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 100%;
    border: 1px solid #fff;
    transform-origin: center center;
}
.con06_6_circle_2{
    width: 2vw;
    height: 2vw;
    border-radius: 100%;
    border: 1px solid #fff;
    transform-origin: center center;
}
.con06_con_right{
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    right: 0;
}
.con06_con_right_box{
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}
.con06_con_box_sin{
    opacity: 0.4;
    transition: 0.3s;
}
.con06_con_box_sin.on{
    opacity: 1;
}
.con06_3{
    width: 7.25624%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_4 {
    width: 21.542%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_5{
    width: 21.542%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_7{
    width: 31.746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_8{
    width: 41.0431%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_9{
    width: 31.746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_10{
    width: 37.1882%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con07{
    padding: 6vw 0;
}
.con07_top{
    width: 7.76903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con07_border{
    width: 100%;
    height: 100%;
    border: 3vw solid var(--main-green);
    box-sizing: border-box;
    pointer-events: none;
}
.con07_2{
    width: 22.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    z-index: 1;
    overflow: hidden;
}
.con07_3{
    width: 52.7059%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    bottom: -15%;
    z-index: -1;
}
.swiper_con07{
    width: 90%;
    box-sizing: border-box;
    pointer-events: none;
    margin-bottom: 3vw;
}
.swiper_con07 .swiper-wrapper{
    margin-left: 3.3vw;
}
.con07_slide{
    width: 102.398%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.con07_slide_video {
    width: 75%;
    height: 18vw;
    border-radius: 1vw;
    border: 1px solid #fff;
    overflow: hidden;
}
.con07_slide_con{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
}
.con07_slide_num {
    left: 5%;
    top: 11%;
}
.con07_15 {
    opacity: 0;
    transition: 0.3s;
}
.swiper_con07 .con07_slide :is(.con07_slide_con, .con07_slide_num) {
    opacity: 0.6;
    transition: 0.3s;
}
.swiper_con07 .swiper-slide-active .con07_slide :is(.con07_slide_con, .con07_slide_num){
    opacity: 1;
}
.swiper_con07 .swiper-slide-active{
    padding-right: 5vw;
}
.swiper_con07 .swiper-slide-active .con07_15{
    opacity: 1;
}
.swiper_con07 .swiper-slide-active .con07_slide_num{
    transition: 0.3s;
    filter: invert(1);
}   
.swiper_con07 .swiper-slide-active .con07_slide_txt{
    transition: 0.3s;
    filter: invert(1);
}   
.con07_12{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
    left: 31.7%;
}
.swiper_con07_prev {
    bottom: 39.2%;
}
.swiper_con07_next {
    bottom: 44%;
    transform: rotate(180deg);
}
.con07_8 {
    width: 4.95868%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_15 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_10_2{
    width: 34.9862%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_10 {
    width: 5.50964%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_8_2{
    width: 21.0744%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_9 {
    width: 5.23416%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_9_2{
    width: 28.5124%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_4{
    width: 23.2546%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    left: 10%;
    z-index: 5;
}
.con07_4 img{
    transform-origin: top left;
}
.con07_txt{
    text-align: center;
    line-height: 1.3;
}





.con08{
    background-color: var(--main-green);
}
.con08_con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 10%;
}
.con08_1{
    width: 12.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_2{
    width: 25.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_3 {
    width: 40.4167%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    z-index: 1;
    overflow: hidden;
}
.con08_3_2 {
    width: 48.6598%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    bottom: 45%;
    z-index: -1;
}
.con08_txt{
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.3;
}
.con08_9{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 5;
    background-color: #fff;
}
.con08_bg  {
    width: 62.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con08{
    top: 0;
    width: 10vw;
    height: 100%;
    pointer-events: none;
}
.swiper_con08_01{
    left: -2%;
}
.swiper_con08_02{
    left: 8%;
}
.swiper_con08_03{
    right: 8%;
}
.swiper_con08_04{
    right: -2%;
}
.con08_6{
    width: 60.5833%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con08_7{
    width: 51.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.con08_4 {
    width: 28.6107%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 21%;
    top: 59%;
    animation: ddm 1.5s infinite;
}
.con08_5 {
    width: 29.3076%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    top: -1%;
    animation: ddm 1.5s 0.5s infinite;
}
.con08_10{
    width: 91.1458%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con09{
    padding: 6vw 0;
    background: url("/images/con09_7.jpg") no-repeat;
    background-size: cover;
}
.con09_con{
    width: 94%;
    background-color: #fff;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4vw 0 0 0;
}
.con09_1{
    width: 8.1535%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1vw;
}
.con09_2{
    width: 16.9179%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con09_btnwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-green);
    margin-bottom: 3vw;
}
.con09_btn{
    width: 6.2vw;
    border-right: 1px solid var(--main-green);
    cursor: pointer;
    transition: 0.3s;
}
.con09_btn:hover{
    background-color: var(--main-green);
}
.con09_btn:hover .con09_btn_txt{
    color: #fff;
}
.con09_btn.on{
    background-color: var(--main-green);
}
.con09_btn.on .con09_btn_txt{
    color: #fff;
}
.con09_btn:last-child{
    border: none;
}
.con09_btn_txt{
    width: 100%;
    text-align: center;
    padding: 0.5vw 0;
    color: var(--main-green);
    font-size: 1.05vw;
    font-weight: 500;
    transition: 0.3s;
}
.con09_con_menuwrap{
    width: 85%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;

    justify-content: center;
    /* display: none; */
}
.con09_con_menuwrap_out{
    width: 100%;
    justify-content: center;
    display: none;
    padding-bottom: 4vw;
}
.con09_con_menuwrap_out.on{
    display: flex;
}
.con09_con_menubox {
    width: 22.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.6vw 1.6vw 0 0;
    overflow: hidden;
    border: 1px solid var(--main-green);
}
.con09_con_menu_img{
    width: 100% !important;
    height: 17vw;
    overflow: hidden;
    border-bottom: 1px solid var(--main-green);
}
.con09_con_menu_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con09_con_menu_title {
    font-size: 1.1vw;
    padding: 0.8vw 0 0.6vw 0;
}
.con09_con_menu_txt{
    width: 90%;
    font-size: 1vw;
    padding-bottom: 0.8vw;
    text-align: center;
}
.con09_morebtn{
    display: flex;
    width: 11.502%;
    justify-content: center;
    align-items: center;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
}



.con10_con11{
    background-color: var(--main-lightgreen);
}
.con11_11 {
    width: 94.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10{
    padding: 7vw 0 6vw 0;
}
.con10_border{
    width: 95%;
    height: 95%;
    border: 1px solid var(--main-green);border-radius: -1vw;
    pointer-events: none;
}
.con10_1{
    width: 21.8373%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con10_2{
    width: 26.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5vw;
    overflow: hidden;
}
.con10_11 {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7vw;
}
.con10_11_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    top: 20%;
}
.con10_11_btm{
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 3vw;
    bottom: -30%;
}
.con10_5 {
    left: -4%;
    top: -8%;
}
.con10_3 {
    width: 3.47222%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_4 {
    width: 28.125%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_6  {
    width: 31.0185%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_5 {
    width: 29.6954%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con10 {
    display: none;
}
.con10_num {
    bottom: 18%;
    left: 7.5%;
    opacity: 0;
}
.con10_6_num1 {
    width: 76.6497%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_8_num2, .con10_8_num3{
    width: 76.6497%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con11{
    padding-bottom: 7vw;
}
.con11_1{
    width: 14.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con11_2{
    width: 30.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con11_con{
    width: 75%;
    background-color: #fff;
    border-radius: 1.4vw;
    border: 1px solid var(--main-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    padding: 5vw 0 6vw 0;
}
.con11_table{
    display: flex;
    border: 1px solid #acacac;
    border-right: none;
}
.con11_table_txt{
    width: 10vw;
    font-size: 1.1vw;
    text-align: center;
    padding: 0.6vw 0;
    border-bottom: 1px dashed #acacac;
    border-right: 1px solid #acacac;
}
.con11_table_txt.top{
    background-color: var(--main-lightgreen);
    border-bottom: 1px solid #acacac;
    border-right: none;
    padding: 0.5vw 0;
}
.con11_table_txt.btm{
    border-bottom: none;
}
.con11_table_txt.this{
    border-right: 1px solid #acacac;
}
.con11_table_btmtxt {
    width: 20vw;
    right: 0;
    bottom: -13.7%;
    background-color: var(--main-green);
    color: #fff;
    padding: 0.4vw 0;
    font-size: 1.2vw;
    border: 1px solid var(--main-green);
    text-align: center;
}
.con11_table_subtxt {
    font-size: 0.9vw;
    right: 0;
    top: -10%;
}
.con11_3{
    width: 51.7544%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
}
.con11_4{
    width: 23.9328%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_5 {
    width: 39.4737%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15%;
    top: -8%;
}
.con11_6 {
    width: 36.2573%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    bottom: 1%;
}
.con11_7 {
    width: 29.834%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    top: -6%;
}
.con11_8 {
    width: 22.807%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15%;
    bottom: 20%;
}
.con11_9 {
    width: 22.807%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    bottom: -9%;
}



.con12{
    height: 45vw;
    background: url("/images/con12_16.jpg") no-repeat;
    background-size: cover;
}
.con12_con{
    width: 85%;
    margin-bottom: 5vw;
}
.con12_1{
    width: 13.5886%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con12_2{
    width: 35.0216%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    z-index: 1;
    overflow: hidden;
    padding: 0.5vw 0;
}
.con12_txt{
    font-size: 1.2vw;
    line-height: 1.3;
}
.con12_2_back {
    width: 6.5vw;
    height: 2.5vw;
    background-color: #fff;
    z-index: -1;
    left: 39.2%;
}
.con12_video {
    width: 17vw;
    height: 28vw;
    border-radius: 1.6vw;
    border: 1px solid #fff;
    overflow: hidden;
    left: 43%;
}
.con12_9{
    right: 15%;
    border: 1px solid #fff;
    border-radius: 1.6vw;
}
.con12_9 img{
    filter: brightness(0.6);

}
.con12_3 {
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    left: 26%;
}
.con12_3  img{
    animation: ddm 2s infinite;
}
.con12_4 {
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 61%;
    left: 25%;
}
.con12_4  img{
    animation: ddm 2s 0.5s infinite;
}
.con12_5 {
    width: 40.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con12_17{
    width: 19.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 55%;
    z-index: 5;
}
.swiper_con12{
    width: 172%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    border-radius: 2.5vw;
    overflow: hidden;
    left: 1%;
    padding-right: 0.5%;
}
.swiper_con12 .swiper-slide img{
    filter: brightness(0.5);
    border-radius: 3vw;
    border: 1px solid #fff;
    scale: 0.9;
    transition: 0.5s;
}
.swiper_con12 .swiper-slide{

}
.swiper_con12 .swiper-slide-active{
    z-index: 5;
}
.swiper_con12 .swiper-slide-next{
    z-index: 4;
}
.swiper_con12 .swiper-slide-active img{
    filter: brightness(1);
    border-radius: 2vw;
    scale: 1;
}

.con12_review{
    width: 98.7%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con12_11_review{
        width: 18.7402%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5vw;
    overflow: hidden;
    right: 12%;
    border: 1px solid #fff;
}
.con12_11_review img{
    filter: brightness(0.5);
}
.con12_7{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 6;
}
.swiper_con12_prev{
    right: 44.8%;
}
.swiper_con12_next {
    right: 23.1%;
    transform: rotate(180deg);
}





.con13{
    background-color: var(--main-green);
    height: 20.9vw;
}
.con13_1{
    width: 1.10236%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0.5%;
}
.con13_3{
    width: 11.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con13_4{
    width: 18.4777%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con13_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}
.con13_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25%;
}
.con13_5{
    width: 25.6693%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_6{
    width: 9.92126%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con14{
    padding: 6vw 0;
}
.con14_border{
    width: 100%;
    height: 100%;
    border: 2vw solid #000;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 5;
}
.con14_1{
    width: 7.76903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con14_2{
    width: 32.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.swiper_con14_01{
    position: relative;
    right: 12%;
    width: 100%;
    margin-bottom: 1vw;
}
.swiper_con14_02{
    position: relative;
    left: 12%;
    width: 100%;
    margin-bottom: 3vw;
}
.con14_txt{
    text-align: center;
    font-size: 1.2vw;
}
.con14_3{
    width: 95.3744%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con15{
    padding-top: 6vw;
    z-index: 1;
}
.con15_14{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 0;
    mask-image: url('/images/con15_14.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url('/images/con15_14.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    overflow: hidden;
}
.con15_3 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con15_1{
    width: 12.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con15_2{
    width: 23.2546%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con15_2_opa{
    width: 21.8962%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 34%;
    opacity: 0.6;
}
.con15_2_opa img{
    transform-origin: center bottom;
}
.con15_con{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15vw;
}
.swiper_con15{
    width: 100%;
    height: 12vw;
    top: 0;
}
.con15_slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}
.con15_slide_txt{
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.3;
    font-weight: 300;
    transition: 0.3s;
}
.con15_slide_title_white{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.swiper_con15 .swiper-slide-active .con15_slide_title_white{
    opacity: 1;
}
.swiper_con15 .swiper-slide-active .con15_slide_txt{
    color: #fff;
}
.con15_4{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}
.swiper_con15_prev{
    left: 32%;
}
.swiper_con15_next{
    right: 32%;
    transform: rotate(180deg);
}
.con15_11{
    width: 36.4583%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    bottom: -6%;
}
.con15_12{
    width: 36.5104%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6%;
}
.con15_13{
    width: 36.7188%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    bottom: -6%;
}
.con15_sin{
    opacity: 0.5;
    transition: 0.3s;
}
.con15_sin.on{
    opacity: 1;
}
.con15_10, .con15_9 {
    width: 33.6483%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_7 {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_8 {
    width: 51.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_6 {
    width: 54.8694%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con16{
    padding: 8vw 0 6vw 0;
    background: url("/images/con16_19.jpg") no-repeat;
    background-size: cover;
}
.con16_6_arrowbox {
    top: 9.2%;
    left: 44%;
    display: flex;
    align-items: center;
    gap: 2vw;
}
.con16_arrow{
    width: 80.9917%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -8%;
}
.con16_6_arrowtxt{
    font-size: 1vw; 
}
.con16_6_zero{
    font-size: 1.2vw;
    font-weight: 800;
}
.con16_5_4 {
    width: 10.4215%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    top: 10%;
}
.con16_1{
    width: 17.5853%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con16_2{
    width: 22.5197%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con16_3{
    width: 27.8927%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con16_3_num{
    width: 87.6374%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_6{
    width: 68.5039%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
}
.con16_btmcon{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex-wrap: wrap;
    z-index: 5;
}
.con16_7{
    width: 14.7507%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con16_8{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con16_9{
    width: 17.7047%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_17{
    width: 0.769769%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1vw;
}
.con16_4{
    width: 28.6614%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    top: 43%;
}
.con16_18 {
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5.5%;
    bottom: -17.3%;
    animation: shakeTwices 2s 1s infinite;
}




.con17{
    padding: 6vw 0;
}
.con17_title{
   gap: 0.8vw;
   margin-bottom: 4vw;
}
.con17_map{
    width: 80%;
    height: 30vw;
    border-radius: 1vw;
    border: 1px solid var(--main-green);
    background-color: #fff;
}
.con17_7{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: -1;
}
.con17_1{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con17_2{
    width: 10.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}




.con18{
    padding: 7vw 0;
    background-color: var(--main-green);
}
.con18_con{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}
.con18_1{
    width: 7.28863%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con18_2{
    width: 32.2157%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con18_3_top{
    width: 62.2449%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    z-index: 1;
    overflow: hidden;
    padding: 0.6vw 0;
}
.con18_3_top_pen{
    width: 14.3vw;
    height: 3vw;
    background-color: #e60012;
    z-index: -1;
    left: 0;
}
.con18_3_btm{
    width: 49.8542%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.con18_4{
    width: 51.7493%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con18_con_left{
    width: 45%;
}
.con18_con_right{
    width: 55%;
}
.con18_10{
    width: 33.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    z-index: 1;
}
.con18_5{
    width: 58.7464%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.con18_7{
    width: 1.10236%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 34%;
    z-index: 1;
}
.con18_6 {
    width: 11.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 41%;
    top: 6%;
}
.con18_9{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1%;
    right: 0;
}
.swiper_con18{
    width: 100%;
    padding: 0.6vw 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 0;
    z-index: 0;
}
.con18_8{
    width: 98.6348%;
    display: flex;
    justify-content: center;
    align-items: center;
}







.form_check_name.on{
    background-color: var(--main-green);
    color: #fff;
}

/* form1 - start */
.form_col .dot {
    color: #fff;
    top: 23%;
    font-weight: 700;
    font-size: 1.2vw;
  }
  div.form_wrap {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #000;
    font-size: 1.1vw;
    padding: 3.2vw 5vw;
    background-color: #fff;
    border-radius: 1.6vw;
    border: 1px solid var(--main-green);
    margin-left: 1vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5vw;
  }
  .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Pretendard Variable';
    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;
    background-color: #eee;
    padding-left: 1vw;
    border-radius: 0.5vw;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
    padding-left: 1vw;
  }
  
  .form label {
    white-space: nowrap;
  }
  /* .form_input_box > label {
    font-family: "SF_HambakSnow";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05,
  .form_input_06 {
    width: 65%;
  }
  .form_input_06 {
    /* width: 70%; */
    height: 100%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 65%;
    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: #f5c471;
    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 #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 0.5vw;
  }
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    display: none;
  }
  .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: #f5c471;
    border-radius: 50%;
    /* scale: 0.7; */
  }
  .footeer_agree_checkbox_01:checked::before {
    background: url(/images/check.png) no-repeat;
    background-size: cover;
  }

  .form_check_name_05,
  .form_check_name_06 {
    width: 50%;
    height: 2.5vw;
    background-color: #eee;
    cursor: pointer;
    border-radius: 0.5vw;
    font-size: 1.1vw;
    text-align: center;
    line-height: 2.5vw;
    transition: 0.3s;
  }
  :is(  .form_check_name_05,.form_check_name_06):hover{
    background-color: var(--main-green);
    color: #fff;
  }
  .form_check_name_05 {
    margin-right: 1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    /* margin: 0.7vw 0 1vw; */
    margin-bottom: 0.5vw;
    margin-right: 17vw;
  }
  .form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background-color: #072c32;
    padding: 0.8vw 0;
    font-size: 1.2vw;
    font-weight: 600;
    border-radius: 0.5vw;
  }
  .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 */




  .con17_4 {
    width: 5%;
    left: -9%;
    top: 11%;
}
  .map_mid_map_search_item_tel {
    margin-left: 2vw;
    font-size: 1vw
  }
  .map_plus_img{
    rotate: 45deg;
    width: 40%;
  }
  .con17_5{
    width: 50% !important;
  }



   /* 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: 25%;
    height: 3vw;
    padding: 0% 1%;
    box-sizing: border-box;
    margin-right: 52vw;
    z-index: 3;
    top: -1.5vw;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50vw;
    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-regular';
    font-size: 1vw;
    box-sizing: border-box;
    color: #5a5a5a;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #5a5a5a;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
    padding-top: 2vw;
  }
  .map_mid_map_search_item_title{
    font-size: 1.3vw;
    font-weight: 700;
 }
  .map_mid_map_search_item_address{
    width: 73%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 0.9vw;
  }
  .map {
    width: 100%;
    height: 31vw;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 1vw;
    overflow: hidden;
    border: 1px solid #072c32;
    font-family: 'Pretendard variable' !important;
  }
  .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: 5.936% !important;
    right: 6%;
    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;
  }
  .map_mid_map_search_item {
    width: 90%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 6% 0%;
    font-size: 0.8vw;
    font-family: 'Pretendard variable';
    box-sizing: border-box;
    position: relative;
    color: #000;
  }
  .map_mid_map_search {
    width: 30%;
    background: white;
    height: 100%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    border: 1px solid #072c32;
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
    transform: translateY(-50%);
    /* border: 1px solid #000; */
    box-sizing: border-box;
    border-radius: 1vw 0 0 1vw;
}
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  .map_plus {
    width: 12.395%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 14%;
    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;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 49.81%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  
  
  
  /* map 추가 css */
  
  
  
  
  /*popup*/
  
  
  div.popup {
    width: 47%;
    height: 19vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: #fff;
    border: 1px solid #072c32;
    box-sizing: border-box;
    gap: 0vw;
    border-radius: 0vw;
    justify-content: space-between;
    border-radius: 1vw;
  }
  
  .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;
    width: 24%;
    color: #000;
    
  }
  .popup_right> div > div:nth-child(2){
    width: 65%;
    font-weight: 400;
    font-size: 0.85vw;
  }
  .popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color: #000;
    margin-top: 5%;
  }
  .popup_right{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
  }
  .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: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1vw;
    height: 89%;
    overflow: hidden;
    border: 1px solid #072c32;
    border-radius: 1vw;
}
  .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: #19c365;
    border-radius: 5vw;
    padding: 0.5vw 1vw;
    right: 30%;
    bottom: 9%;
  }
  
  .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%;
  }
  .popup_right_2nd {
    font-weight: 600;
    width: 90%;
    font-size: 1.36vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
    border-bottom: 1px solid #072c32;
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
  }
  .popup_close_border {
    position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: 1px solid #ef823a;
  }
  .popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: #fff;
  }
  .popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
  }

  div.popup_logo {
    width: 17.156%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
  }