* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

    }

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

    }

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

    }

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

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

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
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_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;
}

/* 퍼블시작 */




.form_section{
    background-color: #166D37;
    padding: 25vw 0 10vw 0;
}
.image1 , .image2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conend_03{
    width: 57.5853%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.conend_02 {
    width: 81.7848%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12.3%;
}
.conend_01{
    width: 44.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
}
.conend_04{
    width: 21.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    right: 10%;
}
.conend_07{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    border-top: 1px solid #000;
}
.conend_06{
    width: 16.3688%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.form_sec_con{
    width: 81.6%;
    background-color: #F5D93D;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.form_sec_con_in{
    width: 90%;
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
}
.form_col_title{
    font-size: 1.1vw;
    width: fit-content;
    margin-bottom: 1vw;
}
.form_col_title span {
    color: #166D37;
    top: 3%;
    right: -1vw;
    font-weight: 700;
    font-size: 0.9vw;
  }







/* form1 - start */

  div.form_wrap {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: #166D37;
    font-size: 1.1vw;
  }
  .form_col {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  .form_col.this{
    width: 100%;
  }
  .form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    font-family: "SUIT-Regular";
    gap: 0.6vw;
    margin-left: 2vw;
    row-gap: 2.5vw;
}
  .form_input {
    height: 3vw;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #166D37;
    background-color: #fff;
    padding-left: 1vw;
    border-bottom: 1px solid #166D37;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
    padding-left: 1vw;
  }
  
  .form label {
    white-space: nowrap;
  }
  /* .form_input_box > label {
    font-family: "SF_HambakSnow";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05{
    width: 95%;
  }
  .form_input_06 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* background: url(/images/con01_02.png) no-repeat; */
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_input::placeholder{
    font-size: 0.9vw;
    color: #166D37;
    opacity: 0.6;
  }
  .form_check_wrap {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
  }
  /* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  } */
  .form_check_wrap01 input:checked + label {
    background-color: #183F27;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
    color: #183F27;
    font-size: 1vw;
    font-weight: 500;
  }
  .agree_text span{
    border-bottom: 1px solid #183F27;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 1.3vw;
    height: 1.3vw;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.5vw;
  }
  .footeer_agree_checkbox_01:checked::before,
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #183F27;
    border-radius: 50%;
    scale: 0.7;
  }
  .footeer_agree_checkbox_01 {
    border-radius: 0%;
    background-color: #F5D93D;
    border: 1px solid #183F27;
  }
  .footeer_agree_checkbox_01:checked::before {
    border-radius: 0%;
  }
  .footeer_checkbox_05 {
    margin-right: 0.5vw;
  }
  .form_check_name_05,
  .form_check_name_06 {
    margin-right: 0.5vw;
    font-size: 1.1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.7vw 0;
  }
  .form_submit_div {
    width: 21.762%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
}
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
    color: #ef592c;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }
  .footeer_checkbox_05, .footeer_checkbox_06 {
    display: none;
}
.form_check_name_05, .form_check_name_06 {
    width: 40%;
    height: 2vw;
    cursor: pointer;
    font-size: 1.1vw;
    text-align: center;
    line-height: 2vw;
    transition: 0.3s;
    border: 1px solid #183F27;
}
/* .form_check_name.on {
    background-color: #183F27;
    color: #F5D93D;
} */
  
.form_col .form_check_wrap input:checked + label {
    background-color: #183F27;
    color: #F5D93D;
}
.form_check_wrap02 {
    margin-top: 1vw;
}
.main1{
    top: 0;
    opacity: 0.3;
    width: 100%;
    z-index: 5;
    margin-top: -257.6%;
    pointer-events: none;
}
.main_vid{
    width: 57.3%;
    margin-top: 6.6%;
    height: 39.7vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_ab{
    bottom: 43.8%;
    left: 0.5%;
    padding-top: 4%;
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_ab2{
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_ab3 {
    width: 20.0525%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 43.8%;
    right: 0.5%;
}
.main_ab4 {
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 58%;
    right: 0.5%;
    padding-top: 4.2%;
    padding-bottom: 4.2%;
}
.main_ab2{
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 58%;
    left: 0.5%;
    padding-bottom: 3.2%;
    width: 20.0525%;
}
.con1_line_item{
    background: #184c29;
    width: 0.01vw;
    height: 100%;
}
.con1_line2{
    left: 21.3%;
}
.scaleX{
    transform: scaleX(-1);
}
.con1_line3{
}
.con1_line4{
    right: 21.3%;
}
.con1_top{
    width: 24.9344%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.8%;
}
.con1_top_2nd{
    width: 11.916%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11.6%;
}
.con1_top_3rd{
    width: 29.8163%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con1_top_3rdab{
    width: 8.4507%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15%;
    top: -161%;
}
.con1_top_3rdab2{
    width: 8.4507%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -15%;
    top: -161%;
}
.con1_top_4th{
    width: 6.50919%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con1_top_5th{
    font-size: 2vw;
    margin-top: 1.5%;
    overflow: hidden;
}
.con1_top_6th{
    font-size: 3vw;
    margin-top: 0.5%;
    margin-bottom: 3%;
    overflow: hidden;

}
.con1_ab{
    width: 19.2651%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con1_ab2{
    width: 19.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 2%;
}
.con1_line1{
    background: #184c29;
    height: 0.01vw;
    top: 16.4%;
}

.con2_top_item{
    margin-top: 0.4%;
    background: white;
    margin-left: 32.1%;
    width: 25.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con2_top_item1{
    margin-top: 3%;

}
.con2_top_item_top{
    width: 44%;
    margin-top: 3.5%;
    font-size: 1.23vw;
    font-weight: 700;
    white-space: nowrap;
}
.con2_top_item_top_2nd{
    width: 44%;
    white-space: nowrap;
    font-size: 1.03vw;
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 3.3%;
}
.con2_top_itemab{
    width: 12.8631%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 22%;
}
.con2_top_itemab2{
    width: 7.67635%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
}
.con2_top_item3{
    width: 27.8%;
    margin-left: 34.4%;
}
.con2_top_item3 .con2_top_itemab2 {
    width: 7%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 16%;
}

.con2_top_item3 .con2_top_itemab {
    width: 11.9%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 26%;
}

.con2_top_item3 .con2_top_item_top {
    width: 48%;
    margin-top: 3.4%;
    font-size: 1.23vw;
    font-weight: 700;
    white-space: nowrap;
}
.con2_top_item3 .con2_top_item_top_2nd {
    width: 48%;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 0.7%;
    margin-bottom: 3.3%;
}
.con2_top_2nd{
    margin-top: 3%;
    font-size: 2vw;
    margin-left: 23.5%;
    font-weight: 500;
    overflow: hidden;
}
.con2_top_3rd{
    font-size: 2.5vw;
    margin-left: 37%;
    overflow: hidden;
    margin-top: 0.2%;
    margin-bottom: 9.3%;
}
.con2_ab{
    animation: backgroundchange 2s infinite linear;
}
.con2_ab{
    width: 31.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
    top: 4.4%;
}
.con2_2nd{
    background: url(/images/con2_bg.jpg) no-repeat center / cover;
}
.con2_2nd_top{
    width: 52.336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.5%;
    margin-left: 0%;
}
.con2_2nd_top_2nd{
    width: 71.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.3%;
    margin-left: 0%;
}
.con2_2nd_top_2ndab{
    width: 60.1326%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con2_2nd_top_2ndab3{
    width: 15.6227%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    bottom: 32%;
}
.con2_2nd_top_2ndab2{
    width: 16.8018%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 6%;
    bottom: 33%;
}
.con2_2nd_top_3rdprv{
    width: 65.5%;
    text-align: right;
    font-size: 0.81vw;
    margin-top: 0.5%;
}
.con2_2nd_top_3rd{
    font-size: 1.53vw;
    margin-top: 2.2%;
    overflow: hidden;
}
.con2_2nd_top_4th{
    font-size: 1.77vw;
    margin-top: 0.4%;
    overflow: hidden;
}
.con2_2nd_top_4th{
    font-size: 1.77vw;
    margin-top: 0.4%;
    margin-bottom: 5%;
}
.con3{
    background: #f0e7dd;
}
.con3_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 1.4vw;
    overflow: hidden;
}
.con3_top_2nd{
        width: 45.5118%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con3_top_3rd{
    font-size: 1.76vw;
    margin-top: 1%;
    overflow: hidden;
}
.con3_top_4th{
    width: 30.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    margin-left: 0%;
    margin-bottom: 3.3%;
}
.con3_top_5th_item{
    width: 33.33%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item_top{
    margin-top: 7.3%;
}
.con3_top_5th_item_top1{
    width: 20.7874%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item_top2{
    width: 20.9449%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item_top3{
    width: 20.9449%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item{
    box-sizing: border-box;
}
.con3_top_5th_item1{
    background: url(/images/con3_04b.png) no-repeat center / cover;
    border: 1px solid white;
}
.con3_top_5th_item2{
    background: url(/images/con3_05b.png) no-repeat center / cover;
    border: 1px solid white;
    border-left: unset;
}
.con3_top_5th_item3{
    background: url(/images/con3_06b.png) no-repeat center / cover;
    border: 1px solid white;
    border-left: unset;

}
.con3_top_5th_item_top_2nd{

    margin-top: 6%;
    margin-bottom: 8.4%;
}
.con3_top_5th_item_top_2nd1{
    width: 43.1496%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item_top_2nd2{
    width: 34.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_item_top_2nd3{
    width: 41.8898%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_top_5th_itembg{
    top: 0;
    width: 100%;
    transition: 0.3s all;
    height: 9.2vw;
}




.con3_top_5th_itembg2{
    height: 0%;
    background: rgba(0, 0, 0, 0.86);
    width: 100%;
    bottom: 0;
    transition: 0.3s all;
}
.con3_top_5th_item .con3_top_5th_itembg2 {
    height: 62%;
    background: rgb(0 0 0 / 60%);
}
.con3_top_5th_item:hover .con3_top_5th_itembg{
    height: 0;
}
.con3_top_5th_item:hover .con3_top_5th_itembg2{
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    
}
.con4_vid{
    height: 46.8vw;
}
.con4_top{
    width: 47.2441%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 45%;
}
.con4_vid {
    overflow: hidden;
}
.con4_top_2nd{
    width: 26.4567%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    overflow: hidden;
    top: 54.9%;
}
.con5{
    background: #efe6dd;
}
.con5_bg{
    bottom: 0;
    height: 20vw;
}
.con5_top{
    width: 20.8399%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 7.1%;
    margin-left: 0%;
}
.con5_top_2nd{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con5_top_3rd{
    width: 57.5328%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-left: -2%;
}
.con5_top_3rdab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2%;
    margin-left: 0%;
}
.con5_top_3rdab2{
    width: 5.10949%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 101.2%;
}
.con5 .slide-inner{
    width: 22vw;
    height: 11.9vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border: 1px solid #184c29;
}
.con5 .mySwiper {
    margin: 0;
    margin-top: 4.5%;
    width: 111%;
    padding-top: 1.5%;
}
.con5_top_3rdab3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
    margin-left: 0%;
}
.con5 .slide-inner_top{
    width: 17.6611%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    margin-left: 0%;
}
.con5 .slide-inner_top_2nd{
    font-size: 1.2vw;
    margin-top: 3%;
}
.con5 .slide-inner_top_3rd{
    margin-top: 1.7%;
    font-size: 1vw;
}
.con5 .slide-inner_top_4th{
    background: #184c29;
    height: 0.01vw;
    margin-top: 1%;
}
.con5 .slide-inner_top_5th{
    font-size: 3vw;
    margin-top: 6%;
    margin-left: 7%;
    letter-spacing: -0.06vw;
}
.con5 .slide-inner_top_5th p {
    letter-spacing: -0.25vw;
    margin-left: 3%;
}
.con5 .slide-inner_top_5thab{
    width: 15.4506%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 19%;
    right: 101%;
}
.con5ab{
    width: 39.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 26%;
}
.con5 .slide-inner{
    transition: 0.3s all;
}
.con5 .slide-inner p{
    transition: 0.3s all;

}

.con5 .swiper-slide.swiper-slide-next + .swiper-slide .slide-inner{
    background: #efe6dd;
}
.con5 .swiper-slide.swiper-slide-next + .swiper-slide p{
    color: var(--mc);
}


.con5 .swiper-slide.swiper-slide-next + .swiper-slide .slide-inner_top_2nd {
    margin-top: 3%;
    scale: 1.2;
}

.con5_2nd_top {
    margin-top: 3%;
    font-size: 2.3vw;
    font-weight: 500;
    overflow: hidden;
}
.con5_2nd_top_2nd {
    font-size: 2.23vw;
    margin-top: 0.2%;
    margin-bottom: 9.3%;
}
.con5_2nd_top_5th{
    width: 28%;
}
.con5_2nd_top_3rd{
    font-size: 2.27vw;
    width: 57%;
    margin-top: 5%;
}
.con5_2nd_top_4th{
    width: 57%;
    margin-top: 1.6%;
    font-size: 1.25vw;
}
.con5_2nd_top_4th .line{
    overflow: hidden;
}
.con5_2nd_top_5th {
    width: 28%;
    margin-top: 3%;
    margin-left: -34%;
    margin-bottom: 10%;
}
.con5_2nd_top_5th_item{
    width: 30.394%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con5_2nd_top_5th_item:nth-child(2){
    width: 30.394%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -3%;
    margin-right: -3%;
}
.con5_ab{
    width: 50.1312%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
}
.con5_ab2{
    width: 52.1466%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 12%;
    left: 15%;
}
.con5_ab4{
    width: 19.6859%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 2%;
    top: 24%;
}
.con5_ab3{
    width: 22.6178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 11.8%;
    left: 57%;
}
.con6{
    background: #193f28;
}
.con6_line1{
    height: 100%;
    width: 0.01vw;
    background: #175d37;
    left: 12.5%;
}
.con6_line2{
    height: 100%;
    width: 0.01vw;
    background: #175d37;
    right: 12.5%;
}
.con6_top{
    font-size: 1.8vw;
    margin-top: 10.6%;
    overflow: hidden;
}
.con6_top .line{
    overflow: hidden;
}
.con6_top_2nd{
    width: 12.126%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con6_top_3rd{
    margin-top: 0.5%;
}
.con6_top_3rd1{
    width: 7.03412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_6thab{
    animation: blk2 1s infinite;
}
.con6_top_3rd_item{
    transform-origin: bottom ;
}

.con6_top_5th_item .absol{
    opacity: 0;
}
.con6_top_5th_item_on .absol{
    opacity: 1;
}
.con6_top_3rd2{
    width: 7.03412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -1%;
}
.con6_top_3rd3{
    width: 7.03412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0.5%;
}
.con6_top_3rd4{
    width: 7.03412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -1%;
}
.con6_top_3rdab{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 27%;
    bottom: 37%;
}
.con6_top_3rdab2{
    width: 2.67717%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 27%;
    bottom: 37%;
}
.con6_top_4th{
    margin-top: 4%;
}
.con6_top_4th_item {
    width: 20%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0.6%;
}
.con6_top_4th_item_top{
    width: 26.4952%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    margin-left: 0%;
    z-index: 2;
}
.con6_top_4th_item_top_2nd{
    width: 90%;
    margin-top: -4%;
    height: 10.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_4th_item_top_3rd{
    margin-top: 11%;
    font-size: 1.5vw;
}
.con6_top_4th_item_top_4th{
    font-size: 1.1vw;
    font-weight: 500;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 13%;
}
.con6_top_5th{
    align-items: flex-end;
    margin-top: 2.4%;
}
.con6_top_5tharr{
    width: 1.52231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1%;
    margin: 0 1%;
}
.con6_top_5th1{
    width: 6.03675%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_5th2{
    width: 8.92388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_5th3{
    width: 8.97638%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_5th4{
    width: 8.92388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_5th5{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_6th{
    width: 32.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
    margin-bottom: 7%;
}
.con7{
    background: #f0e7dd;
}
.con7_top{
    font-size: 1.7vw;
    font-weight: 500;
    margin-top: 7%;
}
.con7_top_2nd{
    width: 46.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6%;
    margin-left: 0%;
}
.con7_top_3rd{
    margin-top: 2.1%;
}
.con7_top_3rd_item{
    width: 13.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 0.93%;
}
.con7_top_3rd_item2{
    width: 13.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: -5.5%;
}
.con7_top_4th{
    font-size: 1.3vw;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 5.8%;
}
.con7_top_4th .line{
    overflow: hidden;
}
.con8_top{
    width: 46.5092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con8_topab{
    width: 28.3153%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2%;
    margin-left: -2%;
}
.con8_top_2nd{
    overflow: hidden;
    font-size: 2vw;
    margin-top: 3%;
}
.con8_top_3rd{
    font-size: 2.9vw;
    margin-top: 0.4%;
    overflow: hidden;
}
.con8_top_3rd .line{
    overflow: hidden;
}
.con8_top_4th_item1{
    margin-top: 2.4%;
}

.con8_top_4th_item{
    width: 82%;
    height: 28.2vw;
    display: flex;justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.con8_top_4th_item1_top{
    width: 22.1511%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -48%;
}
.con8_top_4th_item_top_2nd{
    width: 70%;
    margin-top: 1.7%;
    font-size: 2vw;
}
.con8_top_4th_item_top_3rd{
    width: 70%;
    margin-top: 2.4%;
}
.con8_top_4th_item1ab{
    width: 15.3649%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 69%;
    top: 10%;
}
.con8_top_4th_item1ab2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 76%;
    right: 47%;
}
.con8_top_4th_item1ab3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 76%;
    left: 47%;
}
.con8_top_4th_itemab{
    width: 4.09731%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 4%;
    top: 9%;
}
.con8_top_4th_item2{
    background: #f0e7dd;
    margin-top: 1%;
}
.con8_top_4th_item2_top{
    width: 15.3649%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -55%;
}
.con8_top_4th_item2ab{
    width: 46.0948%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 4%;
    top: 15%;
}
.con8_top_4th_item2abab{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 85%;
}
.con8_top_4th_item3{
    background: #193f28;
    margin-top: 1%;
}
.con8_top_4th_item3 .con8_top_4th_item_top_2nd{
    margin-top: 8%;
}
.con8_top_4th_item3 .con8_top_4th_item_top_3rd{
    font-size: 1.1vw;
}
.con8_top_4th_item3ab{
    width: 13.9565%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 51.5%;
    top: 9%;
}
.con8_top_4th_item3abab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    left: 104%;
}
.con8_top_4th_item3ababab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    left: 208%;
}
.con8_top_4th_item3abababab{
    width: 97.2477%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 93%;
}
.con1_scrx1{
    width: 200%;
    margin-top: 3%;
}
.con1_scrx2{
    width: 200%;
    margin-top: 2%;
}
.con1_scrx3{
    width: 200%;
    margin-top: 2%;
}
.con1_scrx4{
    margin-top: 5.3%;
}
.con1_scrxline{
    width: 100%;
    height: 0.01vw;
    background: #0000007d;
}
.con9{
    background: #f0e7dd;
}
.con9_top{
    font-size: 1.7vw;
    margin-top: 9.5%;
    width: 87%;
    overflow: hidden;
}
.con9_top_2nd{
    width: 87%;
    margin-top: 0.7%;
    font-size: 2.26vw;
    line-height: 1.34;
}
.con9_top_2nd .line{
    overflow: hidden;
}
.con9_top_3rd{
    width: 16.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -84%;
    margin-top: 5%;
}
.con9_top_3rdab{
    width: 65.1466%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 63%;
    bottom: 38%;
}
.con9_top_4th{
    height: 100%;
    left: 28.7%;
    border-left: 1px solid black;
}
.underline{
    text-decoration: underline;
}
.con9_top_4th_con{
    height: 80%;
}
.con9_top_4th_con {
    height: 80%;
    position: relative;
}
.con9 .mySwiper{
    margin-left: 0;
    width: 100%;
}
.con9_top_4th {
    height: 100%;
    left: 28.7%;
    border-left: 1px solid black;
    width: 79.6%;
}
.con9 .slide-inner{
    width: 97.4934%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.slide-innerab{
    background: white;
    left: 1%;
    height: 25vw;
    width: 45%;
    border: 1px solid var(--mc);
    border-radius: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.slide-innerab_top{
    width: 19.2192%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -44%;
}
.slide-innerab_top_2nd{
    font-size: 1.3vw;
    width: 63%;
    margin-top: 12%;
}
.slide-innerabab{
    width: 31.5315%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 6%;
    right: 10%;
}
.slide-innerab_top_3rd{
    font-size: 0.9vw;
    width: 63%;
    line-height: 1.4;
    margin-top: 10%;
}
.con10_left{
    height: 50.6vw;
    width: 50%;
}
.con10_right{
    height: 50.6vw;
    width: 50%;
    justify-content: flex-start;
}
.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con7_prev {
    left: 43% !important;
    bottom: 10% !important;
    top: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset;
    width: 3vw;
    height: 3vw;
    position: absolute;
}

.con7_next {
    right: 43% !important;
    bottom: 10% !important;
    top: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset;
    width: 3vw;
    height: 3vw;
    position: absolute;
}
.con10 .mySwiper{
    margin-top: -8%;
}
.con10{
    background: #f0e7dd;
}

.con10_leftab2{
    width: 16.6842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    bottom: 8%;
}
.con10_leftab{
    width: 16.6842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 6.5%;
    bottom: 8%;
}
.con10_right_top{
    width: 30.6401%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12.3%;
    margin-left: 0%;
}
.con10_right_topab{
    width: 30.137%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 95%;
    bottom: -19%;
}
.con10_right_top_2nd{
    background: black;
}



.con9_top_4th{
}
.con08_tab.con08_change{
    background: var(--sc);
}
.con08_tab{
    transition: 0.3s color;

}
.con08_tab_text p{
    font-size: 1.1vw;
}
.con09_04{
    opacity: 0;
    transition: 0.3s all;
}
.con08_change .con09_04{
    opacity: 1;
}




.con08_tab_wrap {
    width: 75.8265%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 2.9vw;
    margin-top: 6%;
    border: 1px solid var(--mc);
}

div.con08_menu {
    width: 70%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu .swiper-slide {
    flex-direction: column;
}
.con08_menu_img {
    width: auto;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.con08_arr {
    width: 4.51444%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}
.con08_arr.con08_change {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}
.con08_prev {
    left: 10%;
}
.con08_next {
    right: 10%;
}
.con08_menu {
    opacity: 0;
}
.con08_menu.con08_change {
    opacity: 1;
    z-index: 2;
}
.con0809_wrap {
    overflow: hidden;
}

div.con08_menu {
    width: 90%;
    height: 37vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con08_menu_tt{
    color: var(--mc);
    font-size: 1.3vw;
    text-align: center;
}
.con08_menu_desc{
    color: white;
    font-size: 0.9vw;
    text-align: center;



}
.con08_menu .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_menu_img img {
    height: unset;
}
.con08_menu_img {
    width: 69%;
    height: 10vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
div.con08_menu {
    width: 90%;
    height: 37vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 4%;
}

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

.con08_tab{
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    height: 100%;
    margin-left: 0%;
}
.con08_tab_mid{
    border-left: 1px solid var(--mc);
    border-right: 1px solid var(--mc);

}
div.con08_menu {
    width: 90%;
    height: 31vw;
}
.con08_menu_img_con{
    background: white;
    border: 1px solid var(--mc);
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vw;
    overflow: hidden;
    width: 91%;
}
.con08_menu_img img{
    width: unset !important;
    height: 100% !important;
}
.con08_menu_img {
    width: unset;
    height: 14vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    margin-bottom: 1vw;
    left: -11%;
}
.con08_menu_tt {
    color: var(--mc);
    font-size: 1.3vw;
    text-align: center;
    margin-top: 5%;
}
.swiper-slideab{
    width: 29.6296%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -7%;
    right: 3%;
    z-index: 3;
}
.con08_menu_img_con{
    transition: 0.3s all;
}
.con08_menu_img_con:hover{
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
}
.con08_menu_img{
    transition: 0.3s all;

}
.con08_menu_img_con:hover .con08_menu_img{
    bottom: 0%;
    margin-bottom: 1vw;
    left: 0%;
    scale: 1.2;
}
.con11_top{
    width: 24.6719%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12.1%;
    margin-left: 0%;
    overflow: hidden;
}
.con11_top_3rd{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 21.2%;
    margin-left: 0%;
}
.con11_top_2nd{
    width: 33.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 62%;
}
.con11_top_bg{
    width: 101%;
}
.con11_scrx1{
    top: 62%;
}
.con11_top_2nd2{
    width: 61.2073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -1%;
}

.con11_2nd_top{
    width: 8.34646%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.4%;
    margin-left: 0%;
}
.con11_2nd_top_2nd{
    font-size: 2.3vw;
    margin-top: 1.5%;
    overflow: hidden;
}
.con11_2nd_top_3rd{
    font-size: 2.3vw;
    overflow: hidden;
    margin-top: 0.2%;
}
.con11_2nd .mySwiper{
    margin-top: 3%;
    width:95%;
}
.con11_2nd_top_4th{
    width: 21.3648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.6%;
    margin-left: 53%;
    margin-bottom: 5%;
}
.con11_2nd .con7_prev{
    left: 31.6% !important;
    width: 3.4vw;
    bottom: 42% !important;
}
.con11_2nd .con7_next{
    right: 31.6% !important;
    width: 3.4vw;
    bottom: 42% !important;
}
.con12_top{
    width: 44.3045%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 16.7%;
    margin-left: 5%;
}
.con12_top_2nd{
    width: 33.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    margin-left: -33%;
}
.con12_top_3rd {
    width: 41.5223%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 39%;
    margin-bottom: 15.3%;
}
.con12ab{
    width: 39.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -2%;
    right: 0;
}
.con12abitem{
    width: 28.5%;
    overflow: hidden;
    height: 17vw;
}
.con12abvid{
    top: 10%;
    left: 21.4%;
}
.con12ab2vid{
    left: -7.3%;
    top: 55%;
}
.con12ab3vid{
    left: 78.8%;
    top: 47.4%;
}
.con12_bottom{
    bottom: 0;
}
.con13_con {
    background: #193f28;
    width: 88%;
    margin-top: 4.2%;
    margin-bottom: 4.4%;
}
.con13_top{
    width: 11.5752%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7.3%;
    margin-left: -61%;
}
.con13_top_2nd{
    text-align: center;
    font-size: 1.8vw;
    font-weight: 500;
    margin-left: -61%;
    overflow: hidden;
    margin-top: 3%;
}
.con13_top_3rd{
    width: 12%;
    height: 0.02vw;
    background: var(--sc);
    margin-left: -61%;
    margin-top: 2%;
}
.con13_top_4th{
    font-size: 1.13vw;
    text-align: center;
    margin-left: -61%;
    overflow: hidden;
    margin-top: 1.3%;
}
.con13_top_5th{
    width: 11.5752%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -60.5%;
    margin-top: 2.5%;
    margin-bottom: 19%;
}
.con13_ab{
    width: 27.148%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 0%;
    top: 9%;
    right: 3%;
}
.con13 .mySwiper{
    position: absolute;
    top: 26%;
    width: 52%;
    right: 11%;
}
.slide-inner iframe{
    height: 26vw;
}
.con13 .con7_prev {
    left: 15.5% !important;
    bottom: 18% !important;
}
.con13 .con7_next {
    right: 76.5% !important;
    bottom: 18% !important;
}
.con13_abitem{
    margin-top: 0%;
    margin-left: 0%;
    top: 24%;
    z-index: 2;
    left: 35%;
}

.con14_top{
    font-size: 2vw;
    overflow: hidden;
    margin-top: 7%;
}
.con14_top_2nd{
    font-size: 2.25vw;
    overflow: hidden;
}
.con14_top_2nd .line{
    overflow: hidden;
}
.con14_top_3rd{
    background: #efe6dd;
    width: 94.4%;
    margin-top: 2.4%;
}
.con14_top_3rd_main_top{
    width: 3.55951%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.7%;
    margin-left: -19%;
}

.con14_top_3rd_main_top_2nd{
    font-size: 1.75vw;
    width: 21.5%;
    margin-top: 1.2%;
}
.con14_top_3rd_main_top_3rd{
    width: 19%;
    margin-top: 2%;
    display: flex;justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.con14_top_3rd_main_top_3rd_item {
    width: 107%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.02vw;
    margin-bottom: 6%;
}
.con14_top_3rd_main_top_3rd_itemab{
    width: 3.27869%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -7%;
}
.con14_top_3rd_main_top_4th{
    margin-top: 2%;
    margin-bottom: 6.7%;
    margin-left: 33%;
    font-size: 1.12vw;
    width: 25%;
}
.con14_top_3rd_tab_item{
    background: #1b5030;
    cursor: pointer;
}
.con14_top_3rd_tab_item_on{
    background: #186d38;
}
.con14_top_3rd {
    align-items: flex-start;
}
.con14_top_3rd_tab {
    height: 29vw;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    width: 25%;
    background: #193f28;
    position: absolute;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 5.5%;
}
.con14_top_3rd_main{
    height: 29vw;

}
.con14_top_3rd_tab_item {
    background: #1b5030;
    height: 3.8vw;
}
.con14_top_3rd_tab_item {
    background: #1b5030;
    width: 73%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con14_top_3rd_tab_itemab2{
    width: 38%;
    white-space: nowrap;
    font-size: 1.1vw;
}
.con14_top_3rd_tab_itemab{
    width: 19.5122%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 5%;
}

.con14_top_3rd_tab_item_on {
    background: #186d38;
    transform: translateX(22%);
}
.con14_ab {
    height: 29vw;
    width: 4%;
    background: var(--sc);
    left: 25%;
    box-sizing: border-box;
    border: 1px solid #184c29;
}
.con14_top_3rdab{
    width: 19.2436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 4%;
    top: 13%;
}
.con14_top_3rdabab{
    width: 41.0405%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 109%;
}
.con14_top_3rd_main_top_4thab{
    width: 3.77778%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -12%;
}
.con14_top_3rd_main_top_4thab2{
    width: 3.77778%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 33%;
}
.con14_top_3rdab2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    top: 56%;
    right: 3.5%;
    height: 10vw;
    overflow: hidden;
}
.con14_top_3rdab2item{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 3vw;
    margin-bottom: 26%;
}
.con14_top_3rdab2item img{
    width: unset !important;
    height: 100% !important;
}
.con14_top_3rd {
    margin-bottom: 8%;
}
.con15_top{
    margin-top: 51.5%;
}
.con15_top1{
    width: 14.8556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con15_top2{
    width: 14.8556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0.4%;
}
.con15_top_2nd{
    font-size: 2.25vw;
    overflow: hidden;
    margin-top: 2.3%;
}
.con15_top_3rd{
    font-size: 2.25vw;
    overflow: hidden;
}
.con15_top_3rd .line{
    overflow: hidden;
}
.con15_top_4th{
    height: 17.5vw;
    overflow: hidden;
}
.con15_top_4th1{
    width: 14.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 13%;
    left: 22%;
}
.con15_top_4th2{
    width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 38%;
    left: 34%;
}
.con15_top_4th3{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 50%;
    bottom: 38%;
}
.con15_top_4th4{
    width: 16.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 23%;
    top: 1%;
}
.con15_top_3rd {
    font-size: 2.25vw;
    padding-bottom: 3%;
}
.con15_top_4th {
    height: 15.5vw;
    overflow: hidden;
}
.con15_2ndbg{
    top: 0;
}

.con15 .slide-inner {
    width: 100% !important;
}
.con15 .slide-inner img{
    overflow: hidden;
    border-radius: 1.3vw;
}

.mySwiper151 {
    width: 17%;
    height: 49vw;
    left: -4%;
    position: absolute;
    top: 0;
}

.mySwiper152 {
    width: 17%;
    height: 62vw;
    left: 14%;
    position: absolute;
    top: 0;
}
.mySwiper151_2nd{
    left: 32%;

}

.con15_top{
    z-index: 5;
}
.con14_table_body .con14_table_center {
    font-weight: 500;
}
.mySwiper151_right {
    width: 17%;
    height: 49vw;
    left:unset;
    right: 14%;

    position: absolute;
    top: 0;
}

.mySwiper152_right {
    width: 17%;
    height: 62vw;

    left: unset;
    right: 32%;
    position: absolute;
    top: 0;
}
.mySwiper151_2nd_right{
    left: unset;
    right: -4%;
        width: 17%;
    height: 62vw;

}
.con15 .mySwiper{
    pointer-events: none;
}
.con16_top_con {
    background: #efe6dd;
    width: 29%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: -1%;
}
.con16 {
    background: #efe6dd;
    margin-top: -19%;
    padding-top: 26%;
}
.con16_top{
    margin-left: 0%;
    overflow: hidden;
}
.con16_top_2nd{
    font-size: 2.23vw;
    margin-top: 7%;
}
.con16_top_3rd {
    font-size: 1.23vw;
    margin-top: 1.6%;
}
.con16_con{
    width: 75.5%;
    border: 1px solid #184c29;
    margin-top: 2.8%;
    box-sizing: border-box;
}
.con16_con_top{
    font-size: 2.3vw;
    margin-top: 4%;
}




div.con14_table {
    width: 52%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
}
.con14_table_hd {
    width: 100%;
    display: flex;
    background-color: var(--mc);
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
}
.con14_table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.con14_table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.con14_table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_hd > div {
    padding: 1vw 0;
}
.con14_table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
    color: var(--mc);
}
.con14_table_tr > div {
    padding: 1vw 0;
    line-height: 1.3;
}
.con14_table_body .con14_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
}
.con14_table_bot01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e34b3d;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_bot01 span {
    margin-left: 5vw;
}
.con14_ct {
    right: 47.1%;
}
.con14_table_bot02 {
    width: 52%;
    color: white;
    opacity: 0.7;
    line-height: 1.5;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    margin-bottom: 5vw;
}
.con14_line {
    width: 23%;
    height: 0.1vw;
    background-color: #e34b3d;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
}
.con14_table_right p.absol {
    color: #e34b3d;
    left: 58%;
    font-weight: 600;
}
.con14_table_right p.absol.new_animate {
    left: 67%;
    font-weight: 800;
    font-size: 1.1vw;
}
.con14_table_right p.bold {
    position: relative;
    left: -9%;
}
.con14_05 {
    width: 24.6704%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 68%;
}
.con14_bg {
    width: 100%;
    height: 20vw;
    top: 30vw;
    background-image: url(/images/con14_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
}
.con14_top_bg {
    width: 100%;
    top: 0%;
    height: 50%;
    background-color: #f94929;
}
.con14_table_top_tt {
    right: 0%;
    bottom: 101%;
    font-size: 0.8vw;
}

div.con14_table {
    width: 63%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
    margin-top: 3%;
}

.con14_padding{
    color: #f94929;

}
.con14_line{
    background-color: #f94929;
}

.con14_table_bot01 {
    background-color: #193f28;
}
.con14_table_bot012{
    width: 15.9116%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 6%;
}
.con14_table_bot011{
    width: 6.29834%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 16%;
}
div.con14_table {
    margin-bottom: 6%;
}
.con14_table_tr > div {
    padding: 0.6vw 0;
    line-height: 1.3;
}
.con16_con_top_2nd {
    flex-wrap: wrap;
    width: 92%;
    margin-top: 3%;
}
.con16_con_top_2nd_item{
    width: 23.997%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% 2.5%;
}
.con16_con_top_2nd_itemab{
    width: 10.0946%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 105%;
}
.con16_con_top_2nd {
    flex-wrap: wrap;
    width: 92%;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con16_con_top_2nd_itemab2{
    width: 29.0221%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 84%;
    bottom: -5%;
}
.con16_con_top_2nd_2nd{
    margin-top: 3%;
    margin-bottom: 4%;
}
.con16_con_top_2nd_2nd_item{
    width: 29.3175%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 0.6%;
  }
.con16 {
    padding-bottom: 14%;
}
.con16_con_top_2nd_2nd_itemab{

}
.con16_con_top_2nd_2nd_itemab2{
    width: 34.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    left: 0;
}
.con16_con1{
    z-index: 5;
}

.con16_con2{
    z-index: 3;
}

.con16_con3{
    z-index: 1;
}
.con16_con_top_2nd_2nd_itemab{
    width: 38.3202%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    right: 0;
    margin-left: 0%;
    top: 19%;
    z-index: 4;
}
.con16_con_top_2nd_2nd_itemab2 {
    width: 34.4882%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 3%;
    left: 0;
}
.con17{
    background-color: #193f28;
}
.con17_top_2nd{
    width: 19.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
    margin-left: 0%;
}
.con18_con {
    background: #efe6dd;
    width: 95%;
}
.con18_top .line{
    overflow: hidden;
}
.con18_top{
    font-size: 2.29vw;
    text-align: center;
    margin-top: 11.5%;
    margin-left: -42%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_topab{
    width: 7.91897%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0%;
}
.con18_topab2{
    width: 7.91897%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
}
.con18_top_2nd{
    width: 69%;
    margin-top: 6%;
    font-size: 1.04vw;
}
.con18_top_2nd_margin{
    margin-top: 1.4%;
}
.con18_top_3rd{
    margin-left: -43%;
    margin-top: 2.8%;
}
.con18_top_3rd_item2{
    width: 91.8455%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con18_top_3rd_item1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con18_top_3rd_item3{
    width: 87.7682%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-top: 2%;

    margin-left: 0%;
}
.con18_top_4th{
    width: 6.0221%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -63%;
}
.con18_scrx4{
    margin-top: 2%;
    width: 122%;
    margin-bottom: 7%;
}
.con18_conab{
    width: 43.0939%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 1.5%;
    top: 7%;
}
.con15{
    z-index: 2;
}
.con15_2nd{
    z-index: 2;

}
.main_ab1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.main_ab21{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.main_ab31{
    width: 99.4764%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.main_ab41{
    width: 85.6021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con4_vid {
    filter: brightness(0.3);
}
.con5_toab {
    top: 40%;
    right: 23%;
}

.con18_top_3rd {
    margin-left: -43%;
    margin-top: 2.8%;
    width: 25.8%;
}
.swiper-slideab {
    top: 0%;
}
.con11_top_bg{
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 50% 100%, 50% 0%);
}

.con12abvid {
    top: 30%;
}
.con12ab2vid {
    top: 72%;
}
.con12ab3vid {
    top: 56.4%;
}
.con12_top_item{
    overflow: hidden;
}
.con10_left .mySwiper{
    transition: 0.3s all;
}

.con14_table_body .con14_table_center {
    border-left: unset;
    border-right: unset;
}
.con10_left .mySwiper{
    transform: translateY(20%);
    opacity: 0;
}
.con10_left .mySwiper.con08_change{
    transform: translateY(0%);
    opacity: 1;
}


.con13 .mySwiper {
    padding-top: 3%;
    margin-top: -3%;
}
.con13_abitem{
    width: 30.6193%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
     top: -10%;
    left: 0%;
}

.con14_top_3rd_tab_itemab {
    opacity: 0.3;
    transition: 0.3s all;
}
.con14_top_3rd_tab_item_on .con14_top_3rd_tab_itemab{
    opacity: 1;

}

.con14_top_3rd_tab_item{
    transition: 0.3s all;
}

.con14_top_3rdabab{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 109%;
    width: unset;
    height: 8vw;
}
.con14_top_3rdabab img{
    width: unset !important;
    height: 100% !important;
}

.con14_top_3rd_main_top_2nd {
    font-size: 1.75vw;
    width: 21.5%;
    margin-top: 1.2%;
    white-space: nowrap;
}.con14_top_3rd_main_top_4th {
     margin-top: 2%;
     margin-bottom: 6.7%;
     margin-left: 33%;
     font-size: 1.12vw;
     width: 29%;
 }

.con14_top_3rd_main_top_3rd_item {
    width: 107%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.02vw;
    margin-bottom: 6%;
    white-space: nowrap;
}
.con14_top_3rdab2item_con{
}
.con14_top_3rdab2item {
    width: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 27%;
    margin-bottom: 26%;
}


















.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%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}

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

.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: var(--mc);/* 스크롤바 색상 */
    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;
}

.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;
}
.con10_ab_3rd{
    bottom: 0.8%;
}





.form_row_imput_radio{
    cursor: pointer;
}

.popup_img_con {
    width: 79%;
    height: 20vw;
    border: 1px solid #291e14;
    overflow: hidden;
}

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: 1px solid #184c29;
    border-radius: unset;
}

.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;
    background: #efe6dd;
    width: 100%;
    margin: 0;
}
.con17_mid_map_search_item_title {
    width: 83%;
    margin-left: 12%;
    margin-top: 16%;
    font-family: pretendard-regular !important;
    color: var(--mc);
    font-family: 'pretendard variale';
    font-weight: 600;
}
.con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
    color: var(--mc);
    font-weight: 400;
    font-family: 'pretendard variale';
}

.main_mid_title {
    font-size: 1.6vw;
    font-family: sandol;
    color: black;
    font-family: "sandoll-myeongjoneo1", sans-serif;
    font-weight: 500;
    font-family: 'pretendard variale';
}

.popup {
    background: white;
}
    .con17_mid_map_search_mid input::placeholder{
        color: var(--mc);
    }
.popup_img_con {
    width: 79%;
    height: 20vw;
    border: unset;
    overflow: hidden;
    border-radius: 2vw !important;
    overflow: hidden;
}
.con17_top_2nd {
    margin-bottom: 1%;
}



.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #820000;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con3_mid_3rd{
    background: url(/images/con03_24.png) no-repeat center / cover;

}
.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
}
.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: 1px solid var(--sc);
    border-bottom: 1px solid var(--sc);
    background: var(--mc);
    margin-top: 8%;
}.con3_mid_3rd {
    padding: 1.8% 0;
    border-top: 1px solid var(--sc);
    border-bottom: 1px solid var(--sc);
    margin-top: 8%;
    bottom: 0%;
    z-index: 3
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
    color: var(--sc);
    font-size: 1.1vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 1.1vw;
    background: unset;
    border-radius: 40px;
    color: var(--sc);
    font-family: "pretendard variable";
    padding: 0 5%;
    margin-left: 5%;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.con6_mid_swiper_3_slideab{
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    transform: translateX(64%);
}

.con12 .con3_mid_3rd {
    bottom: 2.7%;
}

.con2_ab {
    z-index: 2;
}
.con15_bg{
    top: 0;
    z-index: 30;
    
}

.con6_top_4th_item {
    width: 20%;
    background: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0.6%;
    background-color: #EFE6DD;
}

.con08_tab{
    cursor: pointer;
}.con08_menu_tt {
    font-size: 1vw;
}

/* 전환 지연 원인이던 트랜지션 없앰 (필요하면 0.1s 이하로) */
.con6_top_4th video,
.con6_top_4th img {
  transition: none; /* 또는 transition: filter .1s linear; */
}

/* 블랙 처리: 필터는 유지하되 최소화 */
.con6_top_4th .inactive {
  filter: brightness(0.3);
}

/* 레이아웃 점프 방지: 고정 크기 추천 (예시) */
.con6_top_4th_item_top_2nd > video,
.con6_top_4th_item_top_2nd > img {
  width: 100%;
  height: auto;
  display: block;
}
.con10_right_topab {
    z-index: 2;
}
.con14_top_3rd_main_top_4th {
    display: flex
;
    align-items: center;
}

.con16_con {
    background: #f4da3eeb;
}
.con13_abitem {
    width: 30.6193%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -10%;
    left: 0%;
    z-index: 1111;
}
.slide-inner iframe {
    height: 26vw;
    z-index: 111;
    pointer-events: unset;
}

.con13_top_2nd {
    margin-top: 17%;
}
.con13_top_4th {
    margin-bottom: 20%;
}

.con18_top {
    font-size: 2.29vw;
    text-align: left;
    margin-top: 11.5%;
    margin-left: -42%;
    width: 27%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.conend_06 {
    width: 13.3688%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden
}
.conend_06 img{
    width: 122% !important;
}

.con7_top_2nd {
    width: 39.6667%;
}

.con7_01.pc-mobile{
    width: 112% !important;
}

.con18_top {
    font-size: 3vw;
    text-align: left;
    margin-top: 11.5%;
    margin-left: -42%;
    width: 27%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con11_2nd .slide-inner{
    width: 95% !important;
}


/* form1 - end 1023*/
