
/* 마커디자인 */
.map_marker {
    position: relative;
    display: inline-block;
}

/* 말풍선 텍스트 박스 */
.map_marker_text {
    background: var(--main-blue);
    border: 1px solid #fff;
    padding: 9px 19px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

/* 말풍선 꼬리 (삼각형 테두리) */
.map_marker_tail {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

/* 말풍선 꼬리 내부 (흰색 채우기) */
.map_marker_tail::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--main-blue);
}


* {
    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(2deg);
    }
    20% {
      transform: rotate(-2deg);
    }
    30% {
      transform: rotate(1deg);
    }
    40% {
      transform: rotate(-1deg);
    }
    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);
    }
}
.rotate_image1 {
    animation: rotate_image1 8s 4.2s infinite linear;
}
@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, 0, 0, 1.02, 0, -10);
    }
    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.6;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.3;
    }
}
@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%;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 4.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;
}
.mott {
    display: none;
}


/* 퍼블시작 */


:root{
    --main-blue: #1968B3;
    --main-sky: #E2ECF3;
    --main-navy: #0C2B49;
}
.blue{
    color: #1968B3;
}
.sky{
    color: #E2ECF3;
}
.navy{
    color: #0C2B49;
}
b{
    font-family: 'SUIT-Bold';
}
.bold{
    font-family: 'SUIT-Bold';
}
.sub {
    font-size: 1.8vw;
    margin-bottom: 1.5vw;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
}
.title{
    font-size: 3.4vw;
    font-family: "Song Myung", serif;
    letter-spacing: -0.2vw;
}
.subtt{
    font-size: 1.05vw;
    line-height: 1.5;
    text-align: center;
}
.song {
    font-family: "Song Myung", serif;
    font-weight: 400;
    font-style: normal;
}
.arrow{
    width: 2.7604vw !important;
}
.mobtitle{
    overflow: hidden;
}







.main{
    height: 49vw;
    background: url("/images/main_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.main_01{
    width: 11.1812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.main_02{
    width: 9.76388%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02a{
    width: 33.9634%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02b{
    width: 23.9371%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02c{
    width: 34.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_03h {
    width: 79.6239%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_10 {
    width: 41.4699%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_10a {
    width: 35.5907%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_conwrap{
    margin-bottom: 7vw;
}
.main_con_sub{
    margin-bottom: 1.5vw;
}
.main_con_title{
    margin-bottom: 2.5vw;
}
.main_con_tt{
    font-size: 1.4vw;
    font-weight: 700
}
.main_food{
    bottom: 0;
    transform: translateY(101%);
    z-index: 5;
    transition: 0.75s;
}
.main_food.on{
    transform: translateY(0);
}
.main_11{
    bottom: -0.3vw;
    z-index: 2;
}
.main_12{
    bottom: 0;
}
.main_col{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23vw;
}
.main_col.left{
    left: 0;
}
.main_col.right{
    right: 0;
}
.main_circle.left{
    left: 3.5%;
}
.main_circle.right{
    right: 3.5%;
}
.main_circle{
    width: 13.3334%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_line{
    width: 30%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}
.main_line.left{
    left: 0;
}
.main_line.right{
    right: 0;
}
.main_col_box{
    filter: brightness(0);
    transition: 0.3s;
}
.on .main_col_box{
    filter: brightness(1);
}
.main_04a{
    width: 125.591%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    scale: 0;
}
/* .left .main_04a{
    transform: translateX(-200%);
}
.right .main_04a{
    transform: translateX(200%);
} */
.main_04a.on{
    /* transform: translateX(0%); */
    scale: 1;
}
.main_04h {
    width: 79.6239%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_05h {
    width: 30.3819%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_06h {
    width: 29.3342%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_07h {
    width: 30.3819%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_08h {
    width: 30.3819%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con01{
    padding: 10vw 0 6vw 0;
    background: url("/images/con1_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 0;
}
.con1_01{
    width: 8.55653%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
}
.con1_01.left{
    left: 28.5%;
}
.con1_01.right{
    right: 28.5%;
    transform: rotateY(180deg);
}
.con1_02{
    width: 17.9004%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
    overflow: hidden;
}
.con1_02a{
    width: 26.6143%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.8vw;
    overflow: hidden;
}
.con01_con{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
}
.con01_con_box{
    width: 17vw;
    height: 17vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 -0.7vw;
    color: #000;
}
.con01_con_box.this{
    background-color: var(--main-blue);
    color: #fff;
}
.con01_con_tt01{
    font-size: 1.3vw;
    font-weight: 600;
}
.con01_con_tt02{
    font-family: "Song Myung", serif;
    font-size: 2.4vw
}
.con01_tt01{
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
    font-weight: 600;
}
.con01_tt01 span{
    color: #FFEFBC;
}
.con01_tt02{
    font-size: 1.15vw;
    margin-bottom: 2vw;
}
.con01_btn{
    padding: 1.1vw 2.1vw;
    background-color: var(--main-navy);
    border-radius: 100px;
    border: 1px solid #184774;
    font-weight: 600;
    font-size: 1vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.con01_btn::after{
    content: "";
    position: absolute;
    width: 13vw;
    height: 13vw;
    background-color: var(--main-blue);
    border-radius: 100%;
    transition: 0.7s;
    scale: 0;
}
.con01_btn p{
    z-index: 5;
}
.con01_btn:hover::after{
    scale: 1;
}
.con01_col{
    width: 15.4167vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    top: 0;
    z-index: -1;
}
.con01_col.left{
    left: 3%;
}
.con01_col.right{
    right: 3%;
}
.con01_col_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left .con01_col_box.item2{
    transform: translateX(30%);
}
.right .con01_col_box.item2{
    transform: translateX(-30%);
}
.left .con01_col_box.item3{
    transform: translateX(-30%);
}
.right .con01_col_box.item3{
    transform: translateX(30%);
}
.left .con01_col_box.item4{
    transform: translateX(15%);
}
.right .con01_col_box.item4{
    transform: translateX(-15%);
}





.con02{
    flex-direction: row;
    height: 46vw;
    background-color: var(--main-sky);
}
.con02_left{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.con02 .con2_01{
    width: 103.2292vw;
    top: 2%;
}
.con2_02 {
    width: 27.1774%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 55%;
    bottom: 14%;
    z-index: 5;
}
.con02_right{
    width: 50%;
}
.con02_left_con{
    width: 100%;
    margin-left: 12vw;
    margin-top: 10vw;
}
.con02_left_con p{
    text-align: start;
}
.con2_03{
    width: 45.3306%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.con2_03a{
    width: 38.615%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con02_right{
    width: 50%;
    height: 100%;
    background: url("/images/con2_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con2_04{
    width: 83.8406%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con02_right_move{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    padding: 5vw 0;
}
.con02_right_box{
    width: 80%;
    background-color: #fff;
    border-radius: 1.4vw;
}
.con02_right_box_in{
    width: 100%;
    padding: 3.5vw 0;
    margin-left: 5vw;
}
.con2_06{
    width: 6.29931%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.7vw;
}
.con02_right_title{
    margin-bottom: 2.2vw;
}
.con02_right_tt01{
    font-size: 1.35vw;
    font-weight: 700;
    margin-bottom: 1vw;
}
.con02_right_tt02{
    font-size: 0.95vw;
    line-height: 1.4;
}
.con02_right_circle{
    width: 13.7796%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: 50%;
    transform: translateY(-50%);
}
.con2_08{
    width: 15.8794%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2vw;
    top: 1.5vw;
}
.con2_10{
    width: 39.2389%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    border-radius: 0 1.4vw 0 0;
    overflow: hidden;
}
.con2_10 img{
    transform-origin: top right;
    margin-left: 1vw;
}
.con2_12{
    width: 39.2389%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    overflow: hidden;
    border-radius: 0 0 1.4vw 0;
    bottom: 0;
}
.con02_right_box.this{
    background: url("/images/con2_14.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con02_right_box.this .con2_06{
    filter: invert(1);
}
.con2_07 {
    width: 26.903%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_09 {
    width: 44.3571%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_11 {
    width: 34.777%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_13 {
    width: 39.1077%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con03{
    padding: 20vw 0;
    background: url("/images/con3_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;

    position: absolute !important;
    top: 0;
}
.swiper_con03 {
    width: 31vw;
    height: 10vw;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
}
.swiper_con03 .swiper-slide{
    transition: 0.5s;
    filter: grayscale(1);
    opacity: 0.3;
}
.swiper_con03 .swiper-slide-active{
    filter: grayscale(0);
    opacity: 1;
}
.con3_01{
    width: 21.3124%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 7%;
    z-index: -1;
}
.con3_01 img{
    animation: arrowFloat 2s infinite;
}
@keyframes arrowFloat {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translateY(2vw);
    }
    100% {
      opacity: 1;
    }
}
.con3_02 {
    width: 21.3124%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 19.1%;
    bottom: 7%;
    z-index: -1;
}
.con3_02 img{
    animation: arrowFloat2 2s 1s infinite;
}
@keyframes arrowFloat2 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(2vw);
    }
    100% {
      opacity: 0;
    }
}
.con3_03 {
    width: 42.7298%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 10%;
}
.con3_04 {
    width: 52.1786%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25%;
    right: 13%;
}
.con3_05 {
    width: 48.8715%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -14%;
    left: 25%;
}
.con3_06{
    width: 45.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_06a{
    width: 48.9077%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_06b{
    width: 55.445%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con04{
    padding: 6vw 0 10vw 0;
    background-color: #fff;
    z-index: 10;
}
.con4_01{
    width: 36.5355%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con04_con{
    width: 95%;
    display: flex;
    margin-bottom: 2vw;
}
.con04_con_box{
    width: 50%;
    height: 30vw;
    padding: 3vw 0;
    box-sizing: border-box;
    z-index: 0;
}
.con04_con_box.item1{
    background-color: var(--main-sky);
}
.con04_con_box.item2{
    background-color: var(--main-navy);
    color: #fff;
}
.con04_con_box_title{
    margin-bottom: 1.5vw;
}
.con04_con_tt01{
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 1vw;
}
.con04_con_tt02{
    font-size: 0.97vw;
    line-height: 1.4;
    margin-bottom: 2vw;
}
.con04_con_box_row{
    width: 100%;
    display: flex;
    gap: 0.2vw;
    margin-left: -1vw;
}
.item1 .con04_con_box_in{
    margin-left: 5vw;
}
.item2 .con04_con_box_in{
    margin-left: 10vw;
}
.con04_con_box_row_box{
    width: 18.4179%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_05d{
    width: 2.47229%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_03 {
    width: 17.556%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_04 {
    width: 33.948%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_06{
    width: 48.0664%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: -1;
}
.con4_07{
    width: 44.42%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tr_ct{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.con4_02{
    width: 18.023%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con04_tt02{
    font-size: 1.4vw;
    margin-bottom: 0.3vw;
}
.con04_tt03{
    font-size: 1.15vw;
}
.con5_01{
    bottom: -0.2vw;
}





.con05{
    padding: 12vw 0 8vw 0;
    background-color: #155694;
    color: #fff;
    z-index: 0;
}
.con05_con{
    width: 70%;
    margin-bottom: 7vw;
}
.con5_02{
    width: 24.8127%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con5_03{
    width: 39.5803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con05_con_tt{
    font-size: 1.25vw;
    line-height: 1.5;
}
.con05_row{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.6vw;
}
.con05_row_box{
    background-color: #000;
    color: #79797A;
    padding: 0.8vw 1.5vw;
    border-radius: 0.4vw;
    transition: 0.3s;
    font-size: 1.05vw;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.con05_row_box::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #FEE3AC, #D6AE71 14%, #FBF9C9 49%, #DFBC86);
    transition: 0.3s;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.con05_row_box.on{
    color: #000;
}
.con05_row_box.on::after{
    opacity: 1;
}
.swiper_con05{
    width: 50%;
    right: 0;
    top: 22%;
}
.swiper_con05_slide{
    width: 38vw;
}
.con05_slide_video {
    width: 100%;
    height: 20vw;
}
.con05_slide_video iframe{
    pointer-events: all;
}
.con05_slide_btm{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 0.7vw 0;
    background-color: #fff;
    padding-left: 1.2vw;
    box-sizing: border-box;
}
.con5_06{
    width: 1.5104vw !important;
}
.con05_slide_tt{
    width: 85%;
    font-weight: 500;
    color: #000;
    font-size: 0.9vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper_con05_btn{
    bottom: 52%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con05_prev {
    left: 50.3%;
}
.swiper_con05_next {
    right: 8.5%;
    rotate: 180deg;
}
.con5_04{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
}
.con5_05{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con05_line {
    width: 100%;
    height: 1px;
    background-color: var(--main-blue);
    bottom: 20.4%;
    z-index: -1;
}





.con06{
    padding: 7vw 0;
    z-index: 0;
}
.con06::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-blue);
    opacity: 0.8;
    z-index: -2;
    filter: brightness(0.6);
}
.con06_bg{
    width: 100%;
    height: 100%;
    z-index: -3;
}
.con06_bg iframe{
    scale: 1.2;
}
.con06_row{
    width: 55%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.con06_row.this{
    margin-bottom: 8vw;
}
.con6_04{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: -1;
}
.con06_circle{
    width: 32.5vw;
    height: 32.5vw;
    background-color: var(--main-sky);
    border-radius: 100%;
}
.con06_circle_in{
    width: 27vw;
    height: 27vw;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6vw;
    box-sizing: border-box;
    z-index: 0;
}
.con06_circle_title{
    margin-bottom: 1vw;
}
.con6_01a{
    margin-bottom: 3vw;
}
.con6_02{
    width: 15.8855vw !important;
    left: 50%;
    top: 30%;
    z-index: -1;
}
.swiper_con06{
    width: 20%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.swiper_con06.left{
    left: 2%;
}
.swiper_con06.right{
    right: 2%;
}
.con06_line{
    width: 100%;
    height: 1px;
    background-color: var(--main-sky);
    opacity: 0.3;
}
.con06_circle_in_line{
    width: 100%;
    height: 1px;
    background-color: var(--main-sky);
    left: 0;
    z-index: -2;
}
.con06_con_box{
    width: 26.8131%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_con_box.item1 img{
    animation: ddm_m 1.5s infinite;
}
.con06_con_box.item2 img{
    animation: ddm_m 1.5s 0.3s infinite;
}
.con06_con_box.item3 img{
    animation: ddm_m 1.5s 0.6s infinite;
}
.con06_con_box.item4 img{
    animation: ddm_m 1.5s 0.9s infinite;
}
.swiper_con06_slide{
    width: 90.5513%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_01 {
    width: 61.015%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_01a {
    width: 68.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_01b {
    width: 31.002%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_01c {
    width: 37.451%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con07{
    background-color: #000;
    color: #fff;
    z-index: 0;
}
.con07_tt01 {
    margin-bottom: 0.8vw;
}
.con07_ttwrap{
    top: 17%;
    z-index: 5;
    pointer-events: none;
}
.con07_con{
    width: 100%;
    height: 48vw;
    display: flex;
}
.con7_01{
    width: 33.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_bg{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    filter: brightness(0.5);
    transition: 0.3s;
}
.con07_bg.on{
    opacity: 1;
}
.con07_con_box{
    flex: 1 1 0;
    background-color: #000000c2;
    border-right: 1px solid #ffffff71;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.25;
    transition: 0.5s;
    cursor: pointer;
}
.con07_con_box.on{
    opacity: 1;
}
.con07_con_box.on .con07_con_box_circle {
    animation: shakeTwices 2s infinite;
}
.con07_con_box_ttwrap{
    width: 80%;
    bottom: 10%;
    margin-left: 1vw;
}
.con07_con_box_title{
    margin-bottom: 3vw;
}
.con07_con_box_tt01{
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.con07_con_box_tt02{
    font-size: 0.95vw;
    line-height: 1.4;
}
.con07_con_box_circle{
    width: 37.2633%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 53%;
    bottom: 43%;
}
.con7_03 {
    width: 32.616%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_05 {
    width: 68.39%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_06 {
    width: 65.495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_07 {
    width: 89.43%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con08{
    padding: 6vw 0 0 0;
}
.con8_01{
    width: 2.51979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con8_02{
    width: 36.588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con8_06{
    width: 21.4699%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 17.8%;
}
.con08_con {
    width: 88%;
    padding: 16vw 0 4.5vw 0;
    background: url("/images/con8_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-attachment: fixed;
    overflow: hidden;
}
.con08_con_row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3vw;
    z-index: 5;
}
.con08_con_row_box {
    width: 15vw;
    padding: 1.8vw 0;
    border-radius: 0.6vw;
    background-color: var(--main-navy);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
}
.con08_con_row_tt01{
    font-size: 1.1vw;
}
.con08_con_row_tt02 {
    font-size: 1.7vw;
    font-weight: 700;
    background: linear-gradient(90deg, #FEE3AC, #D6AE71 14%, #FBF9C9 49%, #DFBC86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.con8_02{
    margin-bottom: 8vw;
}
.con8_03{
    width: 35.672%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    z-index: 5;
}
.con8_04{
    width: 100.358%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 4;
}
.con8_05{
    width: 97.0168%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -55%;
}
.con08_con_subtt {
    z-index: 5;
    left: 28.5%;
    top: 33%;
    font-size: 1.2vw;
}



.con08_btm{
    padding: 10vw 0 13vw 0;
}
.con08_btm_con{
    width: 73%;
}
.con8_07{
    width: 28.98%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con08_btm_tt{
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.5;
}
.con8_10{
    width: 51.4437%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    left: 44%;
}
.con8_10_row{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5vw;
    align-items: start;
    top: 23%;
    margin-left: 1.5vw;
}
.con8_08{
    width: 37.2179%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 19%;
}
.con8_09{
    width: 26.1943%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -17.5%;
}
.con8_10a {
    width: 79.3879%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_10b {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_10c{
    width: 16.6328%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_10d{
    width: 19.4899%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con09{
    padding: 5vw 0;
    background-color: #000;
    border-radius: 5vw 5vw 0 0;
}
.con09_con{
    width: 95%;
    border-radius: 4vw;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.con09_con_box{
    width: 50%;
    height: 24vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con09_con_box.item1{
    background: url("/images/con9_01a.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_box.item2{
    background: url("/images/con9_02a.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_box.item3{
    background: url("/images/con9_04a.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_box.item4 p{
    color: #000;
    -webkit-text-fill-color: #000;
}
.con09_con_box.item4{
    background-color: var(--main-sky);
}
.con09_con_ttwrap{
    width: 40%;
    top: 50%;
}
.con09_con_ttwrap.this{
    text-align: end;
}
.con09_con_tt01{
    font-size: 1.6vw;
    font-weight: 800;
    background: linear-gradient(90deg, #FEE3AC, #D6AE71 14%, #FBF9C9 49%, #DFBC86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 1vw;
}
.con09_con_tt02{
    font-size: 1.05vw;
    color: #fff;
    line-height: 1.4;
}
.con9_01{
    width: 43.8675%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    transform: translate( -100% , 0);
}
.con9_02{
    width: 38.3426%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    transform: translate(0 , -100%);
}
.con9_03 {
    width: 18.7846%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 22%;
    top: 9%;
    scale: 0.5;
    transition: 0.5s;
    opacity: 0;
}
.con9_03a{
    width: 51.2708%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    transform: translate(0 , 100%);
}
.con9_04{
    width: 50.4973%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    transform: translate(100% , 0);
}
.con9_05{
    width: 55.8777%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_06 {
    width: 32.5985%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_trans{
    transition: 0.5s;
}
.on .con9_03{
    scale: 1;
    opacity: 1;
}
.on .con9_trans{
    transform: translate(0, 0);
}
:is(.item1 , .item2) .con09_con_ttwrap {
    top: 43%;
}
:is(.item1 , .item4) .con09_con_ttwrap {
    right: 35%;
}
:is(.item2 , .item3) .con09_con_ttwrap {
    left: 35%;
}
:is(.item4 , .item3) .con09_con_ttwrap {
    top: 32%;
}
.con09_con_box.item3{
    order: 4;
}
.con9_06_circle_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.con9_06_circle{
    width: 34.8958vw !important;
    opacity: 0;
}
.con9_06_circle.on{
    opacity: 1;
}
.con9_06_tt{
    margin-top: 2vw;
    font-size: 1.15vw;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}
.con9_06_ttwrap{
    margin-top: 1.5vw;
}




.con10{
    background-color: #000;
    padding: 3vw 0 2vw 0;
}
.con10_01{
    width: 5.72188%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con10_02{
    width: 17.8479%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con10_03 {
    width: 40.0001%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
}
.con10_03.left{
    left: -0.5%;
}
.con10_03.right{
    right: -0.5%;
}
.con10_con{
    width: 95%;
    padding: 4vw 0 6vw 0;
    border-radius: 4vw 4vw 0 0;
    background: url("/images/con10_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con10_btnwrap{
    gap: 2vw;
    margin-bottom: 3vw;
}
.con10_btn {
    font-size: 1.3vw;
    padding: 0.6vw 1.6vw;
    border-radius: 100px;
    transition: 0.3s;
    font-weight: 500;
    cursor: pointer;
}
.con10_btn.on{
    background-color: #000;
    color: #fff;
}
.con10_btn:hover{
    background-color: #000;
    color: #fff;
}
.con10_menuwrap{
    width: 60%;
}
.swiper_con10{
    width: 100%;
    top: 0;
    transition: 0.5s;
    transform: translateY(2vw);
    opacity: 0;
    visibility: hidden;
}
.swiper_con10.on{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.con10_slide_img{
    width: 16.5104vw !important;
    height: 12.6563vw;
    border-radius: 1vw;
    overflow: hidden;
    border: 1px solid #000;
}
.con10_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con10_slide_tt{
    width: 100%;
    text-align: center;
    font-size: 1.05vw;
    font-weight: 500;
    padding: 1vw 0;
}
.swiper_con10_btn{
    bottom: 40.2%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con10_prev{
    left: 15%;
}
.swiper_con10_next{
    right: 15%;
    rotate: 180deg;
}
.con10_06{
    width: 2.21004%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    left: 5%;
}
.con10_07{
    width: 2.1548%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    right: 5%;
}
.con10_08{
    width: 2.09955%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    left: 5%;
}
.con10_09{
    width: 2.1548%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    right: 5%;
}
.con10_con_line {
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 55.9%;
}
.con10_10{
    z-index: 5;
    bottom: -0.3vw;
}





.con11{
    padding: 5vw 0 9vw 0;
    background-color: var(--main-navy);
}
.con11_tt01{
    margin: 2.5vw 0 0.8vw 0;
    color: #fff;
    font-weight: 600;
}
.con11_01{
    width: 12.861%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_02{
    width: 45.092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con11_con_wrap{
    width: 90%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.con11_con{
    width: 100%;
    background-color: #fff;
    padding: 5vw 0 5.6vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.con11_con_ttwrap{
    width: 83%;
}
.con11_03 {
    width: 6.18422%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_05 {
    width: 17.0064%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06{
    width: 3.73188%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con11_con_title{
    margin-bottom: 1.5vw;
}
.con11_04{
    margin-bottom: 6vw;
}
.wave {
    width: 2.5vw !important;
}
.con11_con_tt{
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.4;
}
.con11_con_tt span {
    font-weight: 700;
}
.swiper_con11{
    width: 68%;
    right: 0;
}
.swiper_con11_btn {
    left: 31%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con11_prev {
    top: 38%;
    rotate: 90deg;
}
.swiper_con11_next {
    top: 51%;
    rotate: -90deg;
}
.swiper_con11_2{
    width: 31.7708vw;
    height: 17.8125vw;
    margin-left: 0.7vw;
}
.swiper_con11_2_btn {
    left: 31%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con11_2_prev {
    top: 38%;
    rotate: 90deg;
}
.swiper_con11_2_next {
    top: 51%;
    rotate: -90deg;
}
.swiper_con11_slide{
    width: 31.7708vw !important;
    height: 17.8125vw;
}
.swiper_con11_3{
    width: 21.9271vw;
    height: 100%;
    right: 4.5%;
    top: 0;
}
.swiper_con11_3_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con12{
    background-color: var(--main-navy);
    padding: 6vw 0;
    z-index: 0;
}
.con12_bg {
    top: 0;
    width: 130vw;
    height: 54vw;
    background: url("/images/con12_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 80% 80% 0 0;
    z-index: -1;
}
.con12_01a{
    width: 10.9712%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con12_01{
    width: 52.1532%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_tt01{
    margin-bottom: 0.5vw;
}
.con12_02{
    width: 20.9975%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.5vw;
}
.con12_con{
    width: 100%;
    height: 24.1vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
}
.con12_con_box_bg{
    width: 100%;
    height: 0%;
    background: url("/images/con12_08.png") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: 0.5s;
    top: 0;
}
.con12_con_box{
    width: 100%;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    transition: 0.5s;
    z-index: 0;
    cursor: pointer;
}
.con12_con_box.this{
    border: none;
}
.con12_con_title{
    margin-right: 25vw;
    filter: invert(1);
    transition: 0.3s;
}
.con12_con_tt01{
    left: 55%;
    color: #000;
    font-size: 1.3vw;
    font-weight: 500;
    transition: 0.3s;
}
.con12_con_tt01 span{
    transition: 0.3s;
    font-weight: 700;
}
.con12_con_tt02{
    color: #fff;
    left: 55%;
    bottom: 1.8vw;
    font-size: 1vw;
    line-height: 1.4;
    transition: 0.7s;
    opacity: 0;
}
.con12_circle_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}
.con12_con_box.on{
    padding-bottom: 4vw;
}
.con12_con_box.on .con12_con_box_bg{
    height: 100%;
}
.con12_con_box.on .con12_con_title{
    filter: invert(0);
}
.con12_con_box.on .con12_circle_top{
    opacity: 1;
}
.con12_con_box.on .con12_con_tt01{
    color: #fff;
}
.con12_con_box.on .con12_con_tt02{
    opacity: 1;
}
.con12_con_box.on span{
    color: #fff;
}
.con12_04h {
    width: 7.13921%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_05h {
    width: 6.92923%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_06h {
    width: 8.7665%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_07h {
    width: 6.92923%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_circle {
    width: 4.46204%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con13{
    padding: 10vw 0 6vw 0;
    background: url("/images/con13_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con13_01{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.5%;
}
.con13_tt01{
    margin: 2.5vw 0 0.8vw 0;
    color: #fff;
    font-weight: 600;
}
.con13_02{
    width: 12.3886%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_03{
    width: 39.8426%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}
.con13_con{
    width: 65%;
}
.con13_con_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.con13_con_row_box {
    background-color: #fff;
    border-radius: 1.8vw;
    width: 20.5vw;
    height: 19vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.5vw;
    box-sizing: border-box;
}
.con13_con_row_num{
    width: 26.1422%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2.5vw;
}
.con13_04a {
    width: 41.67%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_05a{
    width: 59.961%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_06a{
    width: 51.07%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_con_row_tt01 {
    margin: 1vw 0 1.3vw 0;
    background-color: var(--main-blue);
    padding: 0.3vw 1.7vw;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 600;
}
.con13_con_row_tt02{
    text-align: center;
    font-size: 1vw;
    line-height: 1.4;
    font-weight: 500;
}
.con13_con_btm{
    width: 100%;
    background-color: #fff;
    border-radius: 1.8vw;
    padding: 3vw 0 2.5vw;
}
.con13_con_btm_row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #0d0d0e63;
    padding: 0.5vw 0;
}
.con13_con_btm_tt01{
    font-size: 1.1vw;
    font-weight: 600;
    width: 20%;
}
.con13_con_btm_tt02{
    width: 15%;
    font-size: 1.1vw;
    text-align: center;
}
.con13_con_btm_tt02.this{
    color: var(--main-blue);
    font-weight: 600;
}
.con13_con_btm_title{
    font-size: 1.5vw;
    font-weight: 700;
    margin-left: 10%;
    margin-bottom: 2vw;
}
.con13_con_btm_subtt{
    margin: 1vw 0;
    padding-right: 7vw;
    width: 100%;
    text-align: end;
    color: #9C9C9C;
    box-sizing: border-box;
}





.con14{
    padding: 6vw 0;
    background-color: var(--main-sky);
}
.con14_01{
    width: 5.45942%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_tt01{
    margin: 2.5vw 0 0.8vw 0;
}
.con14_02{
    width: 32.2311%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}






.con15{
    padding: 10vw 0 4vw 0;
    background: url("/images/con15_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 2;
}
.con15_con{
    margin-left: 30vw;
}
.con15_01{
    top: 1.5%;
}
.con15_tt01{
    font-size: 1.4vw;
    line-height: 1.4;
    margin-bottom: 2.5vw;
    font-weight: 600;
}
.con15_tt02{
    font-size: 1vw;
    line-height: 1.4;
    margin-bottom: 1.5vw;
}
.con15_tt02 span{
    text-align: start !important;
}
.con15_tt02.this{
    font-weight: 700;
}
.con15_03 {
    width: 8.55653%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
}
.con15_03.left {
    left: 15%;
}
.con15_03.right {
    left: 36%;
    transform: rotateY(180deg);
}
.con15_02{
    width: 16.3228%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_04 {
    width: 11.7061%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    top: 27%;
    z-index: 5;
    overflow: hidden;
}
.con15_05 {
    width: 17.3754%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 21%;
}
.con15_06{
    width: 37.1655%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 22%;
}
.con15_subtt {
    font-size: 1.05vw;
    font-weight: 700;
    left: 36%;
    top: 58%;
    line-height: 1.5;
    background: linear-gradient(90deg, #FEE3AC, #D6AE71 14%, #FBF9C9 49%, #DFBC86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.con15_con_row{
    display: flex;
    align-items: center;
    gap: 0.8vw;
    justify-content: end;
    font-size: 1vw;
    margin-top: 2.5vw;
}






.con16{
    padding: 0 0 1vw 0;
    background: url("/images/con16_bg2.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
}
.con16_con{
    width: 95%;
    height: 37vw;
    background: url("/images/con16_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con16_con_ttwrap{
    width: 75%;
    margin-bottom: 7vw;
}
.con16_01{
    width: 15.62%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con16_02{
    width: 33.302%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con16_tt{
    margin-bottom: 3vw;
    font-size: 1.2vw;
    font-weight: 500;
}
.con16_04{
    bottom: 10%;
}
.con16_03{
    bottom: -0.2vw;
}
.con16_05{
    width: 28.0316%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
    opacity: 0.8;
}
.con16_con_right{
    width: 50%;
    height: 100%;
    background-color: #fff;
    right: 0;
}




































/* form1 - start */
.form_wrap_subtt {
    font-size: 0.9vw;
    top: 3.3vw;
    right: 4vw;
}
div.form_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    padding: 3.5vw 8vw;
    border-radius: 2.5vw;
    border: 1px solid var(--main-green);
    z-index: 5;
}

.form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
    margin-bottom: 0.5vw;
    position: relative;
}
.form_col::after{
    content: "*";
    position: absolute;
    font-size: 1vw;
    color: var(--main-blue);
    left: 1.2vw;
    top: 0.5vw;

}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

.form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0.4vw;
    box-sizing: border-box;
    padding-left: 2vw;
}

.form label {
    white-space: nowrap;
}

.form_input_box>label {
    font-size: 0.95vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-weight: 500;
}

.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
    width: 78%;
        font-family: 'SUIT-Medium';
}

.form_input_06 {
    width: 74%;
    height: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con19_03.png) no-repeat;
    background-size: 3.6%;
    background-position: 97%;
    cursor: pointer;
    border: none;
    font-family: 'SUIT-Medium';
}


.form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
}

.form_check_wrap01 {
    gap: 0.5vw; 
}

.agree_text {
    color: #71726E;
    cursor: pointer;
}
.form_agree02 {
    color: #000;
    font-weight: 700;
    text-decoration: underline #000;
    cursor: pointer;
}

.form_check_wrap01 input {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;    
}
.form_check_name_05 {
    margin-right: 7%;
}

.form_check_wrap01 input:checked::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
}
.form_check_wrap01 label {
    font-size: 1vw;
    font-family: 'SUIT-Regular';
    cursor: pointer;
}


.footeer_agree_checkbox_01 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #71726E;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: var(--main-blue);
    position: absolute;
    border-radius: 50%;
}

.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.5vw 0 2vw;
}

.form_submit_div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background-color: var(--main-blue);
    font-size: 1.2vw;
    padding: 1.2vw 0;
    font-weight: 700;
    border-radius: 100px;
}

.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;
}

.form_star_top {
    top: -25%;
    left: 19.4vw;
}

.form_col select {
    color: #0000007a;
}

/* form1 - end */







/* map */
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Light';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Black';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }
  .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: 47%;
        height: 3.5vw;
        padding: 0% 1%;
        box-sizing: border-box;
        margin: auto;
        z-index: 3;
        top: -1.7vw;
        /* border: 1px solid var(--main-blue); */
        background-color: #000;
        overflow: hidden;
        border-radius: 100px;
        box-shadow: 0 0 0.8vw 0.2vw #00000027;
    }
    .map_mid_map_search_mid input {
      appearance: none;
      border: none;
      outline: none;
      /* border-radius: 0.6vw; */
      width: 100%;
      height: 100%;
      padding-left: 5%;
      font-size: 1.05vw;
      box-sizing: border-box;
      color: #fff;
      font-family: 'Pretendard variable';
      background-color: #000;
    }
    .map_mid_map_search_mid input::placeholder {
      color: #9e9e9e;
    }
    .map_mid_map_search_mid_bg{
        width: 3.8vw;
        height: 3.8vw;
        background-color: var(--main-red);
        right: 0;
    }
    /* .map_04{
    } */
    .map_mid_map_search_bottom{
      overflow-y: scroll;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      /* margin: auto; */
      padding: 0vw 0;
      border-right: 1px solid #ddd;
    }
    .map_mid_map_search_bottom::-webkit-scrollbar {
        width: 0.4vw;
      }
    .map_mid_map_search_bottom::-webkit-scrollbar-thumb {
        background: var(--main-green);
        border-radius: 100px;
    }
    .map_mid_map_search_item_title{
      font-size: 1.15vw;
      font-weight: 500;
    }
    .map_mid_map_search_item_address{
      width: 100%;
      margin-top: 6%;
      margin-bottom: 4%;
    }
    .map_mid_map_search_item_tel{
        opacity: 0.8;
    }
    .map {
      width: 100%;
      height: 30vw;
      background-color: #ddd;
      border: 1px solid #ddd;
      border-radius: 0.8vw;
    }
    .map_mid_2nd {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 85%;
      margin-bottom: 0%;
      box-sizing: border-box;
    }
    .map_search {
        width: 1.4583vw !important;
        right: 5%;
        cursor: pointer;
        z-index: 5;
    }
    .con7_bottom_2{
          width: 26.4943%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .map_mid_map_search_item {
        width: 100%;
        margin: 0% auto;
        border-bottom: 1px solid var(--main-blue);
        padding: 2vw 2vw 1.5vw 4vw;
        font-size: 0.9vw;
        font-family: pretendard-regular;
        box-sizing: border-box;
        position: relative;
        color: #000;
        border-bottom: 1px solid #ddd;
    }
    .map_mid_map_search {
        width: 26%;
        background: white;
        height: calc(100% - 2px);
        top: 50%;
        z-index: 2;
        overflow: hidden;
        left: 0;
        box-sizing: border-box;
        transform: translateY(-50%);
        box-sizing: border-box;
        border-radius: 0.8vw 0 0 0.8vw;
        border-right: 1px solid #ddd;
        border-right: none
    }
    /* .map_mid_map_search_bottom::-webkit-scrollbar {
      display: none;
    } */
    .map_plus {
        width: 2.3959vw;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 2vw;
        bottom: 1.5vw;
        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: 7.0313vw;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1.5vw;
    }
    .map_link_popup {
        width: 35.286%;
        padding-top: 1vw;
    }
    
    
    /* map 추가 css */



/*popup*/
    
    
div.popup {
    width: 53%;
    height: 24vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: #fff;
    /* border: 1px solid #3C2420; */
    box-sizing: border-box;
    gap: 0vw;
    border-radius: 1.2vw;
    justify-content: space-between;
    overflow: hidden;
}
  
  .fixed_popup{
    height: 100vh;
    background: #00000045;
  }
  .popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
  }
  .popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
  }
  .popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
  }
  .popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
  }
  .fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
  }
  .popup_right_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: 13%;
    color: #000;
    
  }
  .popup_right> div > div:nth-child(2){
    width: 65%;
    font-weight: 400;
    font-size: 0.9vw;
  }
  .popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color: #000;
    margin-bottom: 1vw;
  }
  .popup_right{
    width: 48%;
    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: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
    padding: 3vw;
    padding-right: 0;
    box-sizing: border-box;
    border-radius: 0;
}
  
  
  .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 img {
  width: 100%;
    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: 1.5vw;
      margin-bottom: 1.5vw;
      box-sizing: border-box;
      font-family: 'pretendard variable';
      border-bottom: 1px solid #bebebe;
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
      width: 1.1458vw;
      /* height: 2vw; */
      display: flex;
      justify-content: center;
      align-items: center;
      top: 5%;
      right: 3%;
      cursor: pointer;
      font-size: 1.2vw;
      /* font-family: 'Paperlogy-5Medium'; */
  }
  .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;
  }