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


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

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 400;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.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_left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_mid {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}

.clip_right {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 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;
}

/* 퍼블시작 */

.montserrat{
    font-family: "Montserrat", sans-serif;
}
.sub{
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.5;
}

.side_nav{
    width: 6vw;
    position: fixed;
    z-index: 999;
    right: 3%;
    bottom: 10%;
    display: flex;
    align-items: center;flex-direction: column;
    gap: 1vw;
}
.nav_01{
    width: 92.03%;
}
.tt{
    width: 90.3%;
}
.main{
    height: 51vw;
}
.main_video {
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    z-index: -1;
}
.main_video iframe{
    transform: scale(1.1);
}
.main_01{
    width: 6.61417%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.main_02{
    width: 19.1601%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vw;
}
.main_03{
    width: 2.20472%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4.9%;
    top: 18%;
}
.main_04 {
    width: 2.09974%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    bottom: 6%;
}
.main_05{
    width: 137.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 0.9801;
    transform: translate3d(0px, -4.9626px, 0px);
    bottom: 0;
}
.main_txtbox{
    color: #fff;
    bottom: 28%;
}
.main_txtbox.left{
    left: 29%;
    text-align: end;
}
.main_txtbox.right{
    right: 34%;
}
.main_txtbox_title{
    font-size: 1.2vw;
}
.main_txtbox_txt{
    font-size: 3vw;
    font-weight: 800;
}
.main_txtbox_txt span{
    font-size: 6vw;
    margin-right: 0.2vw;
}
.header_line{
    background-color: rgba(255, 255, 255, 0.3);
}
.header_line.item1{
    width: 100%;
    height: 1px;
    bottom: -5%;
}
.header_line.item2{
    width: 100%;
    height: 1px;
    bottom: 0;
}
.header_line.item3{
    width: 1px;
    height: 100%;
    top: 0;
    left: 6%;
}
.header_line.item4{
    width: 1px;
    height: 100%;
    top: 0;
    left: 6.3%;
}
.header_line.item5 {
    width: 1px;
    height: 100%;
    top: 0;
    right: 6%;
}


.main_line.item3{
    width: 1px;
    height: 31vw;
    top: 0;
    left: 6%;
}
.main_line.item4{
    width: 1px;
    height: 31vw;
    top: 0;
    left: 6.3%;
}
.main_line.item5 {
    width: 1px;
    height: 8.4vw;
    top: 0;
    right: 6%;
}
.main_line{
    width: 37vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 38%;
}
.main_line.item1{
    left: 0;
}
.main_line.item2{
    right: 0;
}
.intro_wave_absol {
    width: 100%;
    height: 15vw;
    bottom: -8%;
}
.line_wave_div_up {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.intro_03 {
    width: 31.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -7%;
    z-index: 5;
    transform-origin: center bottom;
    z-index: 10000;
    right: 33%;
}
.intro_06{
    width: 100.787%;
    height: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
    align-items: center;
    top: 0;
    z-index: 9999;
}
.intro_02 {
    width: 29.9479%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 20%;
}
.intro_04 {
    width: 3.38542%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 37%;
    overflow: hidden;
}
.intro_05 {
    width: 0.989583%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 11%;
    bottom: 61%;
}
.intro_07 {
    width: 30.4688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    bottom: 42%;
}


/* con01 */
.con01{
    padding: 10vw 0;
    background-color: #eee;
}
.intro_wave_absol2{
    width: 100%;
    height: 4vw;
    top: 0;
}
.line_wave_div_up2{
    width: 100%;
    height: 100%;
    /* transform: rotate(180deg); */
}
.line_wave_up{
    display: block;
    width: 100%;
    height: 0.4vw;
    background-color: #0a2272;
    opacity: 0;
}
.swiper_con01{
    width: 80%;
}
.con01_01{
    width: 5.19685%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con01_txt{
    margin-bottom: 1vw;
}
.con01_02{
    width: 37.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.swiper_con01_back{
    width: 90.748%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con01_front{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.75s;
    transform: translateY(100%);
}
.swiper_con01 .swiper-slide-active .swiper_con01_front{
    opacity: 1;
    transform: translateY(0);
}
.con01_19{
    width: 2.3622%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 60%;
}
.swiper_con01_prev{
    left: 7%;
    transform: rotate(180deg);
}
.swiper_con01_next{
    right: 7%;
}
.swiper_con01_02{
    width: 100%;
    bottom: 0;
}
.con01_20 {
    width: 100.26%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con02 */

.con02{
    padding: 7vw 0 5vw 0;
    background: url("/images/con02_08.jpg") no-repeat center / cover;
}
.con02_txt {
    margin-bottom: 1.5vw;
}
.con02_01{
    width: 15.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.4vw;
}
.con02_02{
    width: 19.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 7vw;
}
.swiper_con02{
    width: 100%;
    color: #fff;
    margin-bottom: 4vw;
}
.swiper_con02_box{
    display: flex;
    align-items: center;
    gap: 1vw;
    opacity: 0.4;
    transition: 0.5s;
}
.swiper_con02_title{
    font-size: 1vw;
    text-align: end;
}
.swiper_con02_txt{
    font-size: 2vw;
    font-weight: 800;
}
.swiper_con02_txt span{
    font-size: 4.5vw;
}
.swiper_con02 .swiper-slide-active .swiper_con02_box{
    opacity: 1;
    transform: scale(1.3);
}

.swiper_con02_02{
    width: 100%;
    height: 16vw;
    margin-bottom: 2vw;
}
.swiper_con02_02_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con02_03{
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
.swiper_con02_02_title{
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 3vw;
}
.swiper_con02_02_txt{
    font-size: 1vw;
    margin-bottom: 0.5vw;
}
.swiper_con02_02_txt2{
    font-size: 2.2vw;
    font-weight: 800;
    margin-bottom: 0.5vw;
}
.con02_03  {
    width: 144.954%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_06 {
    width: 79.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con02_04{
    width: 36.4412%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
}
.con02_05{
    width: 40.3152%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
}
.con02_04_txtbox{
    top: 30%;
    overflow: hidden;
}
.con02_04_txtbox_title{
    font-size: 1.5vw;
    text-align: center;
    overflow: hidden;
}
.con02_04_txtbox_txt{
    font-size: 2vw;
    font-weight: 800;
    overflow: hidden;
}
.con02_04_txtbox_txt span{
    font-size: 5vw;
}
.con02_05_txt {
    font-size: 2vw;
    font-weight: 800;
    right: 8%;
    overflow: hidden;
    bottom: 8%;
}
.con3_6_con{
    overflow: hidden;
}
.con03_06_con{
    overflow: hidden;
}

.con02_btmtxt{
    color: #fff;
    font-size: 0.9vw;
    text-align: center;
    line-height: 1.5;
}
.con02_line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.con02_line.item1{
    top: 20%;
}
.con02_line.item2{
    top: 20.4%;
}
.con02_line.item3{
    top: 31%;
}


/* con03 */
.con03{
    padding: 6vw 0 8vw 0;
    background-color: #eee;
}
.con03_01{
    width: 1.94226%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    flex-direction: column;
}
.con03_01.left{
    left: 0;
}
.con03_01.right{
    right: 0;
}
.con03_txt {
    margin-bottom: 1vw;
}
.con03_02 {
    width: 42.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con03_con{
    width: 100%;
    display: flex;
    gap: 4vw;
    justify-content: center;
}
.con03_21, .con03_20{
    width: 38.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_con_graphbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 3vw;
}
.con03_graphtxt{
    width: 100%;
    color: #0a2272;
    text-align: center;
    font-size: 0.9vw;
    bottom: -1.8vw;
}
.con03_09 {
    width: 18.4426%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 12%;
}
.con03_20_txt{
    color: #0a2272;
    font-size: 0.9vw;
    top: 8%;
    right: 6%;
}
.con03_17 {
    width: 18.7158%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    right: 14%;
    z-index: 5;
}
.con03_18 {
    width: 76.5027%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7%;
    left: 14%;
}
.con03_18_1{
    bottom: 6%;
    left: 18%;
}
.con03_11{
    width: 22.9508%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    right: 10%;
}
.con03_19{
    width: 10.6557%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 6%;
}
.con03_20_btmtxt{
    font-weight: 600;
    font-size: 1.2vw;
    bottom: -11%;
}
.con03_20_btmtxt.right{
    color: #0a2272;
}
.con03_06{
    width: 12.4317%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_06.this{
    z-index: 5;
}


/* con04 */
.con04{
    height: 45vw;
}
.con04_video{
    width: 100%;
    height: 100%;
    top: 0;
    filter: brightness(0.7);
    z-index: 0;
}
.con04_video iframe{
    transform: scale(1.3);
}
.con04_01{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1vw;
}
.con04_02{
    width: 17.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con04_txt{
    font-size: 1vw;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    z-index: 1
}



/* con05 */
.con05{
    padding-top: 6vw;
}
.con05_01{
    width: 25.8268%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1.5vw;
}
.con05_02{
    width: 16.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con05_txt{
    font-weight: 500;
    font-size: 1.1vw;
    white-space: nowrap;
    margin-bottom: 2.5vw;
}
.con05_txt .underline{
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #000;
}
.con05_con{
    width: 100%;
    display: flex;
    gap: 0.5vw;
    background-color: #fff;
    z-index: 5;
}
.con05_con_box{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    overflow: hidden;
}
.con05_video{
    height: 100%;
}
.con05_video iframe{
    transform: scale(1.6);
}
.con05_03{
    width: 100.159%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con06 */
.con06{
    height: 50vw;
}
.con06_01{
    width: 16.168%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 15%;
    margin-bottom: 1.5vw;
    z-index: 5;
}
.con06_02{
    width: 28.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    margin-bottom: 4vw;
    overflow: hidden;
    z-index: 5;
}
.con06_con{
    width: 100%;
    height: 100%;
}
.con06_con.item1{
    background: url("/images/con06_13.jpg") no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    transition: 0.7s;
}
.con06_con.item2{
    background-color: #f1f1f1;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    transition: 0.7s;
}

.con06_con.item2.on{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con06_con.item1.on{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con06_con.item2.off{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con06_con.item1.off{
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.con06_04{
    width: 32.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1%;
}
.con06_06, .con06_07, .con06_08,
.con06_09, .con06_10{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_11, .con06_12{
    width: 13.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_06 {
    left: 9%;
    top: 37%;
}
.con06_08 {
    left: 12%;
    top: 56%;
}
.con06_10 {
    right: 8%;
    top: 26%;
}
.con06_12 {
    right: 19%;
    top: 45%;
}
.con06_hoverbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    bottom: 0;
}
.con06_hover{
    width: 50%;
    height: 100%;
    cursor: none;
}
.con06_16{
    width: 4.93438%;
    display: flex;
    justify-content: center;
    align-items: center;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(-50%, -50%) scale(0);
    position: fixed;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
    top: 0;
    left: 0;
}
.con06_btmtxtbox{
    width: 20%;
    bottom: 10%;
    right: 11%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.con06_14{
    width: 40.6824%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con06_15{
    width: 71.1286%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con06_btmtxt{
    font-size: 1.1vw;
}


/* con07 */
.con07{
    background-color: #0a2272;
}
.con07_con{
    width: 95%;
    height: 41.5vw;
    display: flex;
}
.con07_conbox{
    width: 50%;
    background-color: #fff;
}
.con07_conbox.item1{
    width: 49.7238%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_conbox.item2{
    padding-top: 8vw;
}
.con07_con_txtbox{
    width: 100%;
    margin-left: 6vw;
}
.con07_03{
    width: 35.6906%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 2vw;
}
.con07_contxt{
    font-size: 1.15vw;
    line-height: 1.5;
}
.con07_slide_num{
    font-weight: 800;
    color: #0a2272;
    font-size: 1vw;
}
.con07_slide_numbox{
    display: flex;
    align-items: center;
    gap: 0.4vw;
    margin-bottom: 1vw;
}
.con07_slide_title{
    margin-bottom: 2vw;
}
.swiper_con07{
    width: 100%;
    height: 18vw;
    padding-left: 6vw;
    box-sizing: border-box;
    bottom: 0%;
    border-top: 1px solid #0a2272;
}
.con07_slide{
    width: 100%;
}
.con07_slide_txt{
    font-size: 0.9vw;
    line-height: 1.5;
}
.con07_conbox_line{
    width: 100%;
    height: 1px;
    background-color: #0a2272;
    left: 0;
    bottom: 45%;
}
.swiper_con07_btnwrap{
    width: 3vw;
    height: 18vw;
    right: 0;
    bottom: 0;
    background-color: #ebebeb;
    border-left: 1px solid #0a2272;
    z-index: 5;
}
.swiper_con07_btn{
    width: 100%;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top: 1px solid #0a2272;
}
.swiper_con07_next{
    transform: rotate(180deg);
    border-bottom: 1px solid #0a2272;
}
.swiper_con07_02{
    width: 100%;
    height: 3vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.con07_09{
    width: 98.6895%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_06 {
    width: 29.3671%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_07 {
    width: 31.6456%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08 {
    width: 42.0253%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_04{
    width: 24.138%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_05{
    width: 1.39241%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con08 */
.con08{
    padding: 10vw 0;
    background: url("/images/con08_05.jpg") no-repeat;
    background-size: cover;
}
.con08_video{
    width: 60%;
    height: 30vw;
    overflow: hidden;
    z-index: 5;
    background: black;
}
.con08_video iframe{
    transform: scale(1.2);
}
.con08_01 {
    width: 6.19423%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    overflow: hidden;
    left: 20%;
}
.con08_02 {
    width: 1.83727%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    right: 16.5%;
    overflow: hidden;
}
.con08_04{
    width: 98.1489%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con08{
    width: 100%;
}


/* con09 */
.con09{
    padding: 10vw 0 6vw 0;
    background-color: #eee;
}
.con08_06{
    width: 3.25459%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    background-color: #eee;
    overflow: hidden;
    z-index: 5;
    padding: 0 1vw;
}
.con09_01{
    width: 5.77428%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con09_02{
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con09_txt{
    font-weight: 400;
    margin-bottom: 4vw;
}
.con09_txt span{
    display: inline-block;
    line-height: 1.3;
}
.con09_txt .bold{

    border-bottom: 2px solid #000;
}
.con09_con{
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 2vw;
}
.con09_con_box {
    width: 100%;
    height: 10.46vw;
    border-top: 1px solid rgba(10, 34, 114, 0.3);
    border-bottom: 1px solid rgba(10, 34, 114, 0.3);
    overflow: hidden;
}
.con09_con_txt{
    font-size: 1.8vw;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    text-align: end;
}
.con09_con_txt.right{
    text-align: start;
    right: 18%;
}
.con09_con_txt.left{
    right: 67%;
}
.con09_con_txt.on{
    color: #fff !important;
}
.con09_10{
    width: 100% !important;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}
.con09_10.on{
    opacity: 1;
}
.con09_con_img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
}
.con09_con_img.on{
    opacity: 1;
}
.con09_btmtxt{
    font-size: 1vw;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.con09_04 {
    width: 6.08924%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2.5%;
    top: 21%;
}
.con09_con_box_txtimg{
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.con09_con_box_txtimg.on{
    opacity: 1;
}
.con09_05 {
    width: 3.63701%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    right: 1%;
    transform: rotate(90deg);
}
.con09_06 {
    width: 3.62205%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    right: 2%;
}
.con09_03{
    top: 10%;
    left: 3%;
    overflow: hidden;
}
.con09_11{
    bottom: -1%;
    right: -1%;
}
.con09_line{
    width: 100%;
    height: 1px;
    background-color: #0a2272;
}
.con09_line.item1{
    top: 1%;
}
.con09_line.item2{
    top: 1.8%;
}
.con09_line.item3{
    top: 5.5%;
}


/* con10 */
.con10{
    height: 46vw;
}
.con10_videobox{
    width: 100%;
    height: 100%;
    filter: grayscale(0) brightness(0.6);
    z-index: -1;
}
.con10_txt{
    color: #fff;
    margin-bottom: 2vw;
}
.con10_01{
    margin-bottom: 1.5vw;
}
.con10_line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.con10_line.item1{
    top: 33%;
}
.con10_line.item2{
    top: 68%;
}


.con11_conbox{
    width: 100%;
    height: 16vw;
    background-color: #0a2272;
}
.con10_07{
    width: 30.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 5;
}
.swiper_con10{
    width: 100%;
    height: 100%;
}
.con10_04{
    width: 98.908%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_05{
    width: 99.3994%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_06{
    width: 99.3994%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con11 */
.con11{
    padding: 8vw 0;
    background: url("/images/con11_07.png") no-repeat;
    background-size: cover;
}
.con11_01{
    width: 33.6483%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con11_02{
    width: 13.6483%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_03{
    width: 11.601%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_titlebox{
    gap: 1vw;
    margin-bottom: 2.5vw;
}
.con11_03_scale{
    bottom: 20%;
    left: 0;
    transform-origin: center bottom;
}
.con11_txt{
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8vw;
}
.con11_txt .bold{
    display: inline-block;
    border-bottom: 2px solid #000;
    line-height: 1.3;
}
.swiper_con11{
    width: 100%;
    margin-bottom: 5vw;
}
.con11_slide{
    display: flex;
    align-items: center;
    gap: 1vw;
    filter: blur(5px);
    transition: 0.3s;
}
.swiper_con11 .swiper-slide-active .con11_slide{
    filter: blur(0);
    color: #fff;
    transform: scale(1.2);
}
.con11_slide_txt{
    font-size: 2vw;
    font-weight: 700;
}
.con11_06{
    width: 19.5556%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.swiper_con11 .swiper-slide-active .con11_06{
    opacity: 1;
}
.con11_05{
    width: 23.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 22%;
}
.con11_08{
    bottom: 0;
    display: flex;
}


/* con12 */
.con12{
    padding: 1vw 1vw 0 1vw;
    box-sizing: border-box;
}
.con12_container{
    width: 100%;
    height: 100%;
    border: 1px solid #0a2272;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6vw;
}
.con12_01{
    width: 12.8548%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 1vw;
}
.con12_02{
    width: 23.6743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con12_txt{
    font-size: 1.1vw;
    margin-bottom: 4vw;
}
.con12_con{
    width: 100%;
    background-color: #eee;
    cursor: pointer;
}
.con12_con_txt{
    font-size: 1.1vw;
    color: #fff;
    line-height: 1.5;
}
.con12_con_box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    padding: 4vw 0;
    border-top: 1px solid #0a2272;
    transition: 0.3s;
}
.con12_con_box.on{
    padding: 0;
}
.con12_con_box_in{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a2272;
    display: none;
}
.con12_con_box.on .con12_con_box_in{
    display: flex;
    box-sizing: border-box;
}
.con12_con_title, .con12_con_txt{
    top: 50%;
    transform: translateY(-50%);
}
.con12_con_title{
    right: 70%;
}
.con12_con_txt{
    left: 70%;
}
.con12_con_box_in_num{
    left: 2%;
    bottom: -10%;
}
.con12_con_box.on .con12_con_box_front{
    opacity: 0;
}
.con12_06, .con12_08{
    left: 1.5%;
}
.con12_07{
    right: 1.5%;
}
.con12_con_box_line{
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #0a2272;
}
.con12_con_box_line.item1, .con12_con_box_line.item3{
    left: 4%;
}
.con12_con_box_line.item2{
    right: 4%;
}
.con12_15{
    width: 29.2448%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_09 {
    width: 15.2651%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_06 {
    width: 0.964114%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_10{
    width: 20.0365%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_07 {
    width: 0.964114%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_08 {
    width: 0.964114%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_14 {
    width: 10.7124%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_11 {
    width: 15.269%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03 {
    width: 10.3374%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_04 {
  width: 12.6435%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_05 {
  width: 12.59%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con13 */
.con13{
    height: 48vw;
}
.con13_04{
    top: 0;
    left: 0;
}
.con13_txtbox{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: end;
    top: 20%;
    left: 4%;
}
.con13_txt{
    color: #fff;
    font-size: 1.3vw;
    margin-bottom: 1.5vw;
}
.con13_01{
    margin-bottom: 1vw;
}
.swiper_con13{
    width: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.swiper_con13 .swiper-wrapper{
    row-gap: 1.6vw;
}
.con13_03{
    bottom: 0;
    left: 11%;
}
.con13_05{
    cursor: pointer;
    bottom: 13%;
}
.swiper_con13_prev{
    right: 14.5%;
}
.swiper_con13_next{
    right: 11%;
    transform: rotate(180deg);
}
.swiper_con13_progress {
    width: 35% !important;
    height: 1px !important;
    top: 86% !important;
    left: 46% !important;
}
.con13 .swiper-pagination-progressbar-fill{
    background: #0a2272 !important;
}


/* con14 */
.con14{
    padding: 8vw 0;
    background: url("/images/con14_03_bg.jpg") no-repeat;
    background-size: cover;
}
.con14_01{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 6;
}
.con14_02{
    width: 15.0656%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
    top: 15%;
}
.con14_05{
    width: 17.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_06{
    width: 26.7192%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_07{
    width: 25.3543%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_08{
    width: 31.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_09{
    width: 97.8992%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_04{
    width: 98.026%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper_con14{
    width: 100%;
}
.swiper_con14_02{
    margin: 3vw 0;  
    z-index: 5; 
}
.con14_03{
    width: 42.5722%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    flex-direction: column;
}
.con14_randombox{
    width: 100%;
    z-index: 10;
}
.con14_random{
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}
.con14_random.on{
    opacity: 1;
    transform: scale(1);
}
.con14_txt{
    color: #fff;
    z-index: 6;
    bottom: 18%;
}
.con14_txt span{
    display: inline-block;
    border-bottom: 2px solid #fff;
    line-height: 1;
}
.con14_line{
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.con14_line.item1{
    bottom: 2.6%;
}
.con14_line.item2{
    bottom: 1.8%;
}
.con14_line.item3{
    bottom: 1%;
}

/* con15 */
.con15{
    padding: 12vw 0 6vw 0;
    background-color: #eee;
}
.swiper_con15{
    width: 100%;
    top: 0;
    padding: 1.6vw 0;
    border-top: 1px solid #0a2272;
    border-bottom: 1px solid #0a2272;
}
.con15_01{
    width: 98.4568%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_02{
    width: 21.6798%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1.5vw;
}
.con15_03{
    width: 22.3622%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con15_04{
    width: 28.6614%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -1vw;
    margin-bottom: 5vw;
}
.con15_con{
    width: 100%;
    height: 14vw;
    border-top: 1px solid #0a2272;
    border-bottom: 1px solid #0a2272;
    display: flex;
    justify-content: space-between;
    gap: 0.2vw;
    margin-bottom: 2vw;
    background-color: #fff;
}
.con15_con_box{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    color: #000;
    border-left: 1px solid #0a2272;
    border-right: 1px solid #0a2272;
    transition: 0.3s;
}
.con15_con_box.on{
    color: #fff;
}
.con15_con_title{
    font-size: 1.2vw;
    font-weight: 600;
    z-index: 5;
}
.con15_con_txt{
    text-align: center;
    font-size: 0.9vw;
    line-height: 1.5;
    z-index: 5;
}
.con15_05 {
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/images/con15_05.png") no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
}
.con15_05.on {
    opacity: 1;
}
.con15_txt{
    font-size: 1vw;
    font-weight: 600;
    border-bottom: 2px solid #000;
}


/* con16 */
.con16{
    padding: 6vw 0 10vw 0;
    background: url("/images/con16_22.png") no-repeat;
    background-size: cover;
    border-top: 1px solid #0a2272;
    border-bottom: 1px solid #0a2272;
}
.con16_line{
    width: 98%;
    height: 95%;
    border: 1px solid #0a2272;
    pointer-events: none;
}
.con16_01{
    width: 4.61942%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con16_02{
    width: 29.7638%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
}
.swiper_con16{
    width: 100%;
    height: 20vw;
    overflow: visible;
    margin-left: -6vw;
}
.con16_slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}
.con16_slide_txt{
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
    opacity: 0;
    transition: 0.3s;
}
.con16_slide_img{
    transform: scale(0.6);
    transition: 1s;
    z-index: 6;
}
.swiper_con16 .swiper-slide-active{
    margin: 0 6vw;
}
.swiper_con16 .swiper-slide-active .con16_slide_txt{
    opacity: 1;
}
.swiper_con16 .swiper-slide-active .con16_slide_img{
    transform: scale(1);
}
.swiper_con16 .swiper-slide-active .con16_05{
   opacity: 0;
}
.con16_05{
    transition: 0.3s;
}
.con16_03{
        width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18%;
}
.con16_04{
    width: 2.72966%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 38%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con16_prev{
    left: 34%;
    transform: rotate(180deg);
}
.swiper_con16_next{
    right: 34%;
}


/* con17 */
.con17{
    padding: 4.5vw 0;
}
.swiper_con17{
    width: 100%;
}
.con17_02{
    width: 31.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con17_01{
    width: 67.9054%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
}
.con17_txt{
    color: #fff;
    top: 62%;
    font-size: 0.9vw;
}
.con17_03{
    width: 92.0168%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_line.item1{
    width: 100%;
    height: 3px;
    background-color: #0a2272;
    top: 0;
}
.con17_line.item2{
    width: 100%;
    height: 6px;
    background-color: #0a2272;
    top: 1.5%;
}


/* con18 */

.con18{
    padding: 6vw 0 0 0;
}
.con18_videobox{
    width: 100%;
    height: 100%;
    top: 0;
    filter: brightness(0.45);
    z-index: 0;
}
.con18_txt{
    font-size: 1.1vw;
    color: #fff;
    margin-bottom: 2vw;
}
.con18_01{
    margin-bottom: 3vw;
    overflow: hidden;
}
.con18_02{
    margin-bottom: 1vw;
}
.swiper_con18 {
    width: 100%;
    height: 33vw;
    overflow: visible;
}
.con18_10{
    width: 92.7244%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}
.swiper_con18 .swiper-slide-active .con18_10{
    margin-bottom: 10vw;
    box-shadow: 0px 0px 1vw #1744d6;
}
.swiper_con18 .swiper-slide-active{
    margin: 0 3vw;
}
.swiper_con18{
    margin-left: -3vw;
}
.con18_06{
    bottom: 40%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con18_prev{
    left: 37%;
    transform: rotateY(180deg);
}
.swiper_con18_next{
    right: 37%;
}
.con18_08 {
    width: 15.853%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
}
.con18_07{
    width: 52.7145%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: overlay;
}
.con18_03 {
    width: 17.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    right: 13%;
}
.con18_04 {
    width: 15.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
    left: 13%;
}
.con18_05 {
    width: 17.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    right: 5%;
}



/* con19 */

.con19{
    padding: 6vw 0;
    background: url("/images/con19_07.png") no-repeat;
    background-size: cover;
}
.con19_01{
    top: 5%;
    left: 2%;
}
.con19_02{
    margin-bottom: 2vw;
    overflow: hidden;
}
.con19_03{
    margin-bottom: 2vw;
}
.con19_txt{
    margin-bottom: 4vw;
}
.swiper_con19{
    width: 100%;
    z-index: 5;
}
.con19_slide {
    width: 40vw;
    height: 22.5vw;
}
.con19_05{
    top: 64%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con19_prev{
    left: 24%;
    transform: rotate(180deg);
}
.swiper_con19_next{
    right: 24%;
}
.swiper_con19_02{
    width: 10vw;
    height: 100%;
    right: 0;
    top: 0;
}

.con20_scr{
    width: 3vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #0a2272;
}

.con20_scr_2nd{
    width: 3vw;
    height: 100%;
    right: 0;
    top: 0;
    background: #0a2272;


}


.con19_line{
    width: 1px;
    height: 100%;
    top: 20%;
}
.con19_line.item1{
    left: 2%;
}
.con02{
    padding: 7vw 0 5vw 0;
    background: url("/images/con02_08.jpg") no-repeat center / cover;
}
.con19_01_ab {
    width: 0.4vw;
    height: 80vw;
    border-left: 1px solid #0a2272;
    border-right: 1px solid #0a2272;
    top: 115%;
}
.con19_01_ab_2nd{
    width: 100vw;
    height: 0.4vw;
    border-top: 1px solid #0a2272;
    border-bottom: 1px solid #0a2272;
    bottom: 0%;
}
.blue{
    color: #0a2272;
}

.con20_top{
    width: 12.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-left: 20%;
}
.con20_top_2nd{
    width: 23.727%;
    display: flex;
    justify-content: center;
    margin-top: 1%;
    margin-left: 31.5%;
    align-items: center;
}
.con20_top_3rd{
    font-size: 1.5vw;
    margin-left: 23%;
    margin-top: 4%;
}
.con20_top_4th{
    line-height: 1.8vw;
    font-size: 1.1vw;
    font-weight: 300;
    margin-left: 36%;
    margin-top: 3%;
    margin-bottom: 11%;
}

.con20_ab{
    width: 57.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
}
.con20_top_2nd_ab_ab{
    animation: scaleOpa 2s infinite;
}
.con20_top_2nd_ab_ab_2{
    animation: scaleOpa 2s infinite;
}
.con20_top_2nd_ab_3{
    width: 9.24062%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 61%;
    bottom: 35%;
}
.con20{
    background-color: #eee;
}
.con21{
    background-color: #eee;
}

.con21_ab{
    left: -3%;
    width: 38.3727%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_top{
    width: 13.9108%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 3%;
    margin-left: 14%;
}
.con21_top_2nd{
    width: 40.6299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 41%;
    margin-top: 1%;
    margin-bottom: 3.5%;
}
.con21_top_2nd_ab{
    width: 30.8786%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    animation: blk 1s infinite;
    left: 39%;
}

.con21{
    background: url(../images/con21_05.jpg) no-repeat center / cover;
}

.con22_top{
    width: 11.1286%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 10%;
}

.con22_top_2nd{
    font-size: 1.1vw;
    margin-top: 2%;
}

.con22_top_3rd{
    flex-wrap: wrap;
    width: 65% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con22_top_3rd_item{
    width: 15%;
    height: 5vw;
    margin: 0 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12%;
}

.con22_ab_2{
    width: 88.189%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.con22_top_3rd_item_ab{
    width: 47.3118%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con22_top_3rd_item_ab_2{
    top: 83%;
}
.con22{
    padding-bottom: 3%;
}
.con22_ab_2{
    top: 41%;
}
.con22_ab{
    width: 12.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con22_top_3rd_item_ab_7{
    width: 86.0215%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con22_top_3rd_item_ab_7_ab{
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
}

.con22_top_2nd {
    font-size: 1.1vw;
    margin-top: 2%;
    margin-bottom: 6%;
}

.con22_top_2nd {
    font-size: 1.1vw;
    margin-top: 2%;
    margin-bottom: 6%;
}

.con22_ab {
    width: 13.7409%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 0;
}

.con22_ab_2 {
    top: 48%;
}

.con23_top{
    width: 10.8661%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}
.con23_top_2nd{
    margin-top: 2%;
    font-size: 1.1vw;
    margin-top: 2%;
    margin-bottom: 5%;
}
.con24{
    background: #0a2272;
}

.con24_con{
    width: 94% !important;
}

.con24_top{
    width: 25.7956%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -51%;
}

.con24_top_2nd{
    font-size: 1.1vw;
    width: 77%;
    margin-top: 2%;
}
.con24_top_3rd{
    width: 31.0999%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: -49%;
    margin-bottom: 6%;
}


















.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
    border-radius: 50%;
}


.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #002c46;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #002c46;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}

.form_submit{
    background: transparent;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: black;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
}

.form_row_label_required::after {
    content: '*';
    font-family: Pretendard-regular;
    color: #cb1f39;
    white-space: nowrap;
    font-size: 1.1vw;
    position: absolute;
    right: 100%;
    width: 0%;
    bottom: 40%;
}
.form_row_label {
    width: 37% !important;
}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 15%;
    top: 16%;
}

.form_row_label_3lettters {
    letter-spacing: 1.5vw;
}

.form_row_label_4lettters {
    letter-spacing: 0.67vw;
}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    margin-bottom: 7%;
    right: 15%;
    top: 0;
    height: 36vw;
}


.form{
    background: #0a2272;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}
.form_submit{
    background: white;
    color: #0a2272;
    font-size: 1.4vw;
    font-weight: 800;
    font-family: GmarketSansBold;
    letter-spacing: -0.04vw;
}

.form_row > span {
    margin-right: 3% !important;
    margin-left: 4%;
}


.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: white;
    white-space: nowrap;
}

.form_row_radio .form_row_label{
    margin-right: 18%;
}

.form{
    margin-top: 2%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    margin-bottom: 7%;
    right: 12%;
    right: 11%;
    height: 33vw;
    top: 14%;
}

.form_row_imput {
    color: white;
}

.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: white;
    color: unset !important;
    border-radius: 50%;
}

.form_row_imput_radio {
    border: 1px solid white;
    background: transparent;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: white;
}

.form_agree_check {
    border: 1px solid white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: white;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid white;
}

.con16_03{

    animation: rotate_image 10s infinite linear;
}

.con16_slide_title{
    top: 115%;
    font-size: 1.2vw;
}
.con16_slide_txt {
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
    opacity: 0;
    transition: 0.3s;
    width: 119%;
    transform: translateY(257%);
    height: 3vw;
}

.con16 {
    padding: 6vw 0 16vw 0;
}


.con16_03 {
    width: 26.7717%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 26%;
}
.con16_slide_title{
    transition: 0.3s all;
    opacity: 0;
}

.swiper_con16 .swiper-slide-active .con16_slide_title {
    opacity: 1;
}

.con16_line {
    width: 98%;
    height: 112%;
    border: 1px solid #0a2272;
    pointer-events: none;
}
.con16_04 {
    width: 2.72966%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 46%;
    cursor: pointer;
    z-index: 5;
}
.con19_04{
    width: 38.6235%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con04_video {
    overflow: hidden;
}

.con04{
    overflow: unset;
    z-index: 7;
}
@keyframes floatBubble {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.con06_06,
.con06_08,
.con06_10,
.con06_12 {
    animation-name: floatBubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* 약간의 딜레이로 둥실한 느낌 강조 */
.con06_06 { animation-delay: 0s; }
.con06_08 { animation-delay: 0.3s; }
.con06_10 { animation-delay: 0.6s; }
.con06_12 { animation-delay: 0.9s; }



.con18 .con18_03 img,
.con18 .con18_04 img,
.con18 .con18_05 img
{
    animation-name: floatBubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* 약간의 딜레이로 둥실한 느낌 강조 */
.con18 .con18_03 img { animation-delay: 0s; }
.con18 .con18_04 img { animation-delay: 0.3s; }
.con18 .con18_05 img{ animation-delay: 0.6s; }





.con10_2nd{
    height: 100%;
}

.con11_conbox {
    width: 100%;
    height: 33.3%;
    background-color: #0a2272;
    position: absolute;
    overflow: hidden;
}
.con11_conbox_1{
    top: 0;
    left: 0;
}

.con11_conbox_2{
    top: 33.3%;
    right: 0;
}

.con11_conbox_3{
    bottom: 0;
    left: 0;
}
.swiper_con10{
    width: 100vw !important;
}
.con20_top_2nd_ab{
    width: 36.7837%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_top_2nd_ab_ab{
    width: 114.876%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_top_2nd_ab_ab_2{
    width: 148.018%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_top_2nd_ab_2{
    width: 6.03911%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper_con02_02_box{
    width: 61%;
    display: flex;
    flex-direction: column;
    align-items: center;    
}




















































.fixed_popup{
    height: 100vh;
    background: #00000045;
}
.popup {
    width: 50%;
    background: white;
    height: 29vw;
    border-radius: 30px;
    overflow: hidden;
    top: 10%;
    justify-content: flex-start;
}
.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_img {
    width: 46.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}
.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_2nd{
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;

}
.popup_right> div > div:nth-child(1){
    font-family: Pretendard-semibold;
    font-size: 1vw;
        color: #6d7d92;
    
}
.popup_right> div > div:nth-child(2){
    font-family: Pretendard-regular;
    font-size: 1vw;

}
.popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 5%;
}
.popup_right{
    width: 53%;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.popup_img img{
    width: 100%;
}


.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 21.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
    position: relative;
    cursor: pointer;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}


.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
    border-radius: unset !important;
}




.con11_mid_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.map{
    width: 95%;
    height: 30vw;
}
.con11_mid_right_top{
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
.sido1{
    width: 36%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
.search{
    width: 54%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_pin_left{
    left: 33%;
    width: 2%;
}
.select_pin_right{
    right: 4.5%;
    width: 2%;
}
.con11_mid_right_bottom{
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
}
.con11_mid_right_mid p:nth-child(1){
    margin-left: -9%;
    margin-right: 10%;
}
.con11_mid_right_mid p:nth-child(2){
    margin-left: -38%;
    margin-right: -14%;
}
.con11_mid_right_bottom_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-Light';    
    color: #808080e6;    
}
.con11_mid_right_bottom_item{
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
}
.con11_mid_right_bottom_item p:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item p:nth-child(2){
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
    white-space: nowrap;
}
.con11_mid_right_bottom_item p:nth-child(3){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_right_bottom {
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.markerdesc{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 30px;
}
.con17_mid_map_search_top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
}
.con17_mid_map_search_mid {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    margin-top: 6%;
    background: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con23 .con18_03 {
    width: 7% !important;
    right: 8%;
    top: 47%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    background: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con23 .con18_03 {
    width: 6% !important;
    right: 12%;
    top: 48%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 2%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.sido1 {
    width: 8%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 57%;
    right: 16%;
}

.con11_mid_right_bottom {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con11_mid_right_bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    border-radius: 30px;
}
.con17_mid_map_search_item_tel{
    color: #808080e6;
}

.con17_mid_map_search_mid input {
    border-radius: 0;
}
.fixed_popup_con{
    width: 100%;
    height: 100%;
}
.popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 1vw;
    width: 71%;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
}

.main_mid_title {
    font-size: 2vw;
    color: black;
}


.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 103%;
    overflow: hidden;
}
.popup_img img {
    width: 108%;
}

.popup {
    width: 56%;
    height: 31vw;
}


.con17_mid_map_search_mid {
    background: #0064de;
}


.con17_mid_map_search_mid input {
    background: white;
    border-radius: 50px;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
    left: 0;
    border-radius: 30px;
    box-sizing: border-box;
}

.map {
    width: 100%;
    height: 35vw;
}

.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
    padding-bottom: 5%;
}
.con17_mid_map_search_mid input{
    margin-top: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8% 3%;
    box-sizing: border-box;
}
.con23 .con18_03 {
    width: 6% !important;
    right: 12%;
    top: unset;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 27.5vw;
    width: 100%;
}

.info-title {
    display: block;
    background: #50627F;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height:22px;
    border-radius:4px;
    padding:0px 10px;
}




.con17_mid_map_search_item_ca{
    color: #0064de;
    font-size: 1vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
.con17_mid_map_search_item_title{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_address{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_tel{
            width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_naver{
    cursor: pointer;
    width: 37.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 46%;
    margin-top: 4%;
    margin-bottom: 5%;
}
.con17_mid_map_search_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    top: 27%;
    left: 4%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img_img{
    width: 100%;
    scale: 1.46;
}
.popup_close{
        width: 1.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.popup {
    width: 65%;
    height: 32vw;
    padding-top: 4%;
    top: 2%;
}

.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 {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 31vw;
    overflow: hidden;
}

.popup_img_con{
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
}
.popup_right_6th_left{
    width: 26.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_menu_1_store{
    color: #0064de !important;
}

.main img{
    width: 100%;
}

.con17_mid_map_search_item_ca {
    font-size: 0.8vw !important;
}

.con17_mid_map_search_item_title {
    font-size: 1vw;
    font-family: pretendard-bold;
}



.main_mid_title {
    font-size: 1.6vw;
    color: black;
}
.con17_mid_map_search_item_naver {
    width: 34.4829%;
}
.con17_mid_map_search_item_img {
    left: -2.5%;
}



/* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #0b2271 !important;
    
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}

.con17_mid_map_search_bottom::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}

::-webkit-scrollbar-corner {
    background: transparent;
}
.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}



.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 10vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_img {
    top: 17%;
}
.popup_img_con {
    width: 68%;
    height: 13vw;
}

.con17_mid_map_search_item_img_img {
    scale: 1.6 !important;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
}

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid;
}
.con17_mid_map_search_mid {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    top: 4%;
    z-index: 2;
}

.con23 .con18_03 {
    width: 3% !important;
    right: 10%;
    top: unset;
}
.con17_mid_map_search_item_title {
    width: 83%;
    margin-left: 12%;
    margin-top: 16%;
    font-family: pretendard-regular !important;
}
.con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 12vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_naver {
    width: 35.4829%;
    margin-bottom: 10%;
    position: relative;
    margin-left: 12%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
    height: 11vw;
    margin-bottom: 3;
}

.con17_mid_map_search_item_plus{
    width: 12.6926%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 19%;
}

.popup_img_con {
    width: 79%;
    height: 20vw;
}
.popup {
    width: 65%;
    height: 32vw;
    padding-top: 0;
    top: 2%;
}
.main_mid_title {
    font-size: 1.6vw;
    font-family: sandol;
    color: black;
    font-family: "sandoll-myeongjoneo1", sans-serif;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
    color: black;
}
.popup{
    background: #f3f2ea;
}

.popup_top_absol {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: unset;
    left: 0;
    bottom: 0;
}

.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.popup_close {
    width: 3.40634%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}
.popup_right_2nd{
        margin-bottom: 7%;
    margin-top: 6%;
}
.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.markerdesc{
    background: white;
}

.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 35.5vw;
    width: 100%;
}
.popup{
    border-radius: unset !important;
}
.popup_img_con {
    border-radius: unset !important;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
    margin-top: 3%;
}
.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 15%;
    margin-top: 3%;
}
.con19_ab_2nd {
    width: 21.0499%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 12%;
    right: 4%;
    z-index: 2;
}

.popup {
    background: white;
}

.con17_mid_2nd {
    border: 1px solid #00000082;
    border-radius: 0vw;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 82%;
    margin-bottom: 4%;
    margin-top: 3%;
}

.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 82%;
    margin-bottom: 6%;
    margin-top: -1%;
}

.con17_mid_map_search_item{
    height: 8vw;
}
.con12_con{
    height: 32.5vw;
}

.con17_02 {
    width: 21.4761%;
}
.con18{
background: black;
}


.con07_08_2nd{
        width: 17.5727%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08_3rd{
        width: 29.5828%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08_4th{
        width: 33.6283%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08_5th{
        width: 22.756%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08_6th{
        width: 31.4791%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20_scr{
	width:2.65vw;
}

.con20_scr_2nd{
	width:2.65vw;
}