* {
    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/con11_07.png) no-repeat center / contain;
    }

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

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

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

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

    }

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

    }

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

    }

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

    }

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

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

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 400;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */


:root{
    --main-beige: #f5edd9;
    --main-green: #1a7037;
    --main-brown: #4d3d2b;
}
.beige{
    color: #f5edd9;
}
.green{
    color: #1a7037;
}
.brown{
    color: #4d3d2b;
}
b{
    font-weight: 700;
}
.bold{
    font-weight: 700;
}
.title{
    font-size: 2.9vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
    overflow: hidden;
}
.sub{
    font-size: 1.15vw;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}
.hbn{
    font-family: 'SfHambakneun';
}
.mzo{
    font-family: 'BonmyeongjoSourceHanSerif', 'Noto Serif KR', serif;
}




.main{
    height: 43.7vw;
    background: url("/images/main_15.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5.9vw;
}
.main_left{
    width: 49.6588%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_01{
    width: 35.518%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.main_tt01{
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1vw;
    font-weight: 500;
    letter-spacing: -0.1vw;
    overflow: hidden;
}
.main_tt01 span{
    font-size: 3.8vw;
}
.main_tt02{
    font-size: 1vw;
    margin-bottom: 4vw;
}
.swiper_main{
    width: 100%;
}
.main_slide{
    width: 91.4286%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_right{
    width: 50.3412%;
}
.main_02{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 49.6%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.main_10{
    width: 18.7696%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    bottom: 4%;
    left: 7%;
}
.main_10_in{
    width: 100%;
    display: flex;
}
.swiper_main02_btn{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.2vw;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper_main02_prev{
    left: 40%;
}
.swiper_main02_next{
    right: 40%;
    transform: rotateY(180deg);
}
.main_12{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_11{
    width: 46.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con01{
    padding: 5vw 0 0 0;
    background: url("/images/con01_09.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}
.con01_01{
    width: 1.99475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8vw;
}
.con01_tt01{
    margin-bottom: 0.8vw;
}
.con01_tt02{
    margin-bottom: 2.5vw;
}
.con01_08{
    width: 36.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: -2.5vw;
}
.con01_08 img{
    filter: brightness(1);
}
.con01_08_in{
    width: 100%;
    height: 100%;
}
.con01_08_in_tt{
    font-size: 1.05vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.con01_08_in_tt span.this{
    color: var(--main-beige);
    border-bottom: 2px solid var(--main-beige);
    font-weight: 500;
}
.con01_02 {
    width: 9.29134%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
    left: 28%;
    top: 38%;
}
.con01_03 {
    width: 10.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
    left: 64%;
    top: 19%;
}
.con01_04 {
    width: 8.92388%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
    left: 65%;
    top: 61%;
}
.con01_02 img{
    animation: ddm 1.5s infinite;
}
.con01_03 img{
    animation: ddm 1.5s 1s infinite;
}
.con01_04 img{
    animation: ddm 1.5s 0.5s infinite;
}
.con01_05{
    width: 32.7536%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 10%;
}
.con01_06{
    width: 44.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -1.9%;
}
.con01_07{
    width: 32.9659%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--main-green);
    box-sizing: border-box;
}



.con02{
    width: 100%;
    height: 44vw;
    display: flex;
}
.con02_left{
    width: 50%;
}
.con02_05{
    width: 36.5163%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}
.con02_box {
    width: 48.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_06{
    width: 101.608%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_left_ttbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1vw;
    padding-right: 10vw;
    box-sizing: border-box;
    margin-bottom: 14vw;
}
.con02_food{
    bottom: -10%;
}
.con02_01{
    width: 70.6191%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_02{
    width: 39.5245%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    top: -2%;
    z-index: -1;
}
.con02_03{
    width: 81.9517%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_04{
    width: 24.968%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: -10%;
    z-index: -1;
}
.con02_right{
    width: 50%;
    /* overflow-y: scroll; */
}
.con02_right_move{
    width: 72.9276%;
    top: 0;
    flex-direction: column;
}
.con02_right_tt01{
    font-size: 1.6vw;
    margin-bottom: 2.3vw;
}
.con02_right_tt02{
    font-size: 1vw;
    line-height: 1.8;
    margin-bottom: 3.8vw;
}
.con02_right_move_box{
    width: 100%;
    height: 44vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con02_right_move_box.this{
    border-bottom: 1px solid #c4c4c4;
}
.con02_center{
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.con02_08{
    width: 140.217%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_08  img{
    animation: scaleOpa2 1.2s infinite;
}
.con02_center_tt{
    font-size: 1.4vw;
}





.con03{
    padding-top: 8vw;
    background: url("/images/con03_07.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con03_tt01{
    margin-bottom: 1vw;
}
.con03_tt02{
    margin-bottom: 4vw;
}
.con03_con{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1vw;
    margin-bottom: 6.5vw;
}
.con03_con_box{
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.con03_con_box_in{
    height: 100%;
    top: 0;
}
.con03_con_box_img{
    left: 0;
}
.con03_con_tt01{
    font-size: 0.95vw;
    border-bottom: 4px solid var(--main-green);
    color: var(--main-green);
    padding: 0 0.1vw;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.con03_con_tt02{
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 2.5vw;
    transition: 0.3s;
}
.con03_con_tt03{
    text-align: center;
    font-size: 0.95vw;
    line-height: 1.5;
    font-weight: 400;
}
.con03_con_box.on{
    color: #fff;
    transform: translateY(-1.5vw);
}
.con03_con_box.on .con03_con_tt01{
    border-bottom: 4px solid #fff;
    color: #fff;
}
.con03_con_box_img.absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.con03_con_box.on .con03_con_box_img.absol{
    opacity: 1;
}
.swiper_con03{
    width: 100%;
    background: url("/images/con04_07.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1.8vw 0;
}
.con03_05{
    width: 12.7034%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5vw;
}
.con03_08{
    width: 99.4573%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_06{
    width: 37.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 5;
}




.con04{
    background: url("/images/con04_07.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7vw 0 7vw 0;
}
.con04_bg{
    width: 98%;
    height: 98%;
    top: 0;
    background-color: #fff;
}
.con04_container{
    z-index: 2;
}
.con04_tt01{
    text-align: center;
    margin-bottom: 2vw;
}
.con04_tt02{
    margin-bottom: 2vw;
}
.con04_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.4vw;
    margin-bottom: 2vw;
}
.con04_con_box{
    width: 40vw;
    height: 27vw;
    background-color: #f0f0f0;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}
.con04_01{
    width: 23.0469%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.con04_con_tt01{
    width: 70%;
    font-size: 2vw;
    line-height: 1.3;
    margin-top: 4vw;
}

.con04_04{
    width: 111.719%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -12%;
}
.con04_05{
    width: 70.8333%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -18%;
    z-index: 5;
}
.con04_01_tt{
    z-index: 5;
    top: 33%;
    font-size: 2.3vw;
    text-align: center;
    line-height: 1.2;
}
.con04_01_tt.item1{
    right: 16%;
}
.con04_01_tt.item2{
    left: 16%;
}
.con04_con_box.item2 .con04_con_tt01{
    text-align: end;
}
.con04_con_box.item2 .con04_01{
    right: auto;
    left: 0;
}
.con04_con_box.item2 .con04_01 img{
    transform: rotateY(180deg);
}
.con04_01_img{
    left: 0;
}
.con04_01_img.absol{
    opacity: 0;
    transition: 0.3s opacity;
}
.con04_06 {
    width: 101.693%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -26%;
    left: 2%;
    z-index: 5;
}

.con04_con_box img{
    transition: 0.3s;
    filter: grayscale(0.9);
}
.con04_con_box.on{
    background-color: var(--main-beige);
}
.con04_con_box.on img{
    filter: grayscale(0);
}
.con04_con_box.on .con04_01_img.absol{
    opacity: 1;
}
.con04_tt03{
    font-size: 1vw;
    line-height: 1.5;
    text-align: center;
}




.con05{
    padding: 5vw 0 0 0;
}
.con05_tt01{
    font-size: 1.15vw;
    margin-bottom: 1.3vw;
    border-bottom: 2px solid #000;
    padding-bottom: 0.3vw;
}
.con05_tt02{
    margin-bottom: 2.8vw;
}
.con05_con{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3vw;
}
.con05_con_box{
    width: 36vw;
    height: 18vw;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5vw;
    color: #fff;
    padding: 0 4vw;
    box-sizing: border-box;
}
.con05_con_box.item1{
    background-color: var(--main-green);
}
.con05_con_box.item2{
    background-color: var(--main-brown);
    align-items: end;
}
.con05_con_row{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con05_con_tt01{
    font-size: 1vw;
}
.con05_con_tt02{
    font-size: 1.8vw;
}
.con05_con_tt02 span{
    font-size: 3.3vw;
}
.con05_01{
    width: 8.29396%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.con05_02{
        width: 107.595%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -65%;
    z-index: -1;
}
.con05_03{
        width: 107.595%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -65%;
    z-index: -1;
}
.swiper_con05{
    width: 100%;
}
.con05_slide{
    width: 18vw;
}
.con05_slide_tt01{
    width: 100%;
    padding: 1.3vw 0;
    background-color: var(--main-green);
    border-radius: 0.6vw;
    text-align: center;
    color: #fff;
    font-size: 0.95vw;
    font-weight: 600;
}
.con05_slide_btm{
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 0.6vw;
    padding: 1.5vw 0;
    text-align: center;
}
.con05_slide_tt02{
    font-size: 0.85vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}
.con05_slide_tt03{
    font-size: 2vw;
}




.con05_btm{
    padding: 4vw 0 6vw 0;
}
.con05_btm_container{
    width: 90%;
    background-color: var(--main-beige);
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    padding: 3vw 0;
}
.con05_12{
    width: 110.962%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
    left: -6%;
}
.con05_btm_tt01{
    text-align: start;
    margin-bottom: 1vw;
}
.con05_btm_tt02{
    font-size: 2.6vw;
}
.con05_btm_ttbox{
    margin-bottom: 6vw;
}
.con05_08{
    width: 31.6035%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-left: 3vw;
}
.con05_09 {
    width: 21.4022%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    left: 31%;
}
.con05_10{
    width: 21.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_11 {
    width: 35.4054%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: -6%;
}
.con05_04 {
    width: 32.4781%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.con05_04.item1{
    z-index: 4;
    top: -45%;
}
.con05_04.item2{
    bottom: -25%;
}
.con05_05{
    width: 101.616%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -60%;
}
.con05_05 img{
    animation: smoke 1.5s infinite;
}




.con0607{
    background: url("/images/con06_07.png") no-repeat;
    background-size: cover;
    background-position: top center;
}
.con06{
    padding: 8vw 0 0 0;
}
.con06_tt01{
    margin-bottom: 1vw;
}
.con06_tt02{
    margin-bottom: 3vw;
}
.con06_con{
    width: 100%;
    flex-direction: column;
}
.con06_con_box{
    width: 100%;
    border-bottom: 1px solid rgba(245, 237, 217, 0.3);
    padding: 2vw 0;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}
.con06_con_box:first-child{
    border-top: 1px solid rgba(245, 237, 217, 0.3);
}
.con06_con_tt01{
    font-size: 1.3vw;
    transition: 0.3s;
}
.con06_con_tt02{
    font-size: 1vw;
    transition: 0.3s;
    opacity: 0;
    display: none;
    margin-top: 1.2vw;
}
.con06_con_img{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}
.con06_05{
    width: 3.14961%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 45%;
    right: 3%;
    transition: 0.3s;
    opacity: 0;
}
.con06_05.this{
    right: auto;
    left: 3%;
}
.con06_con_box.on{
    padding: 2.5vw 0;
    background-color: var(--main-green);
    border-top: 1px solid var(--main-beige);
    border-bottom: 1px solid var(--main-beige);
}
.con06_con_box.on .con06_con_tt01{
    color: var(--main-beige);
}
.con06_con_box.on .con06_con_tt02{
    opacity: 1;
    display: block;
}
.con06_con_box.on .con06_con_img{
    opacity: 1;
}
.con06_con_box.on .con06_05{
    opacity: 1;
}
.con06_01, .con06_03{
    left: 10%;
}
.con06_02, .con06_04{
    right: 10%;
}




.con07_02{
    width: 94.3832%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    overflow: hidden;
    margin: 5vw 0;
}
.con07_02_in{
    height: 100%;
    top: 0;
}
.con07_tt01{
    text-align: center;
    margin-bottom: 1.5vw;
}
.con07_tt02{
    font-size: 0.95vw;
    font-weight: 500;
    margin-bottom: 2vw;
}
.con07_01{
    width: 9.84427%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con07_01 img {
    animation: ddm_m 1.5s infinite;
}
.swiper_con07{
    width: 100%;
}
.con07_slide{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con07_slide_img{
    width: 79.1991%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con07_slide_img > img{
    border-radius: 100%;
}
.con07_slide_num{
    width: 24.7191%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
}
.con07_slide_num_tt{
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.3vw;
   padding-bottom: 0.2vw;
}
.con07_slide_tt{
    font-size: 1.1vw;
}
.swiper_con07_btn{
    width: 4.72747%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 38%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con07_prev{
    left: 28%;
}
.swiper_con07_next{
    right: 28%;
}
.con07_line{
    width: 52%;
    height: 1px;
    background-color: var(--main-brown);
    opacity: 0.5;
    bottom: 40%;
}
.con07_02_in_rowwrap{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    bottom: 32%;
}
.con07_02_in_row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con07_06{
    width: 9.17942%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_07{
    width: 14.8122%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08{
    width: 13.9082%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_09{
    width: 14.8818%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con08{
    height: 45vw;
    background: url("/images/con07_26.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.con07_27{
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}
.con09_con{
    width: 100%;
    display: flex;
}
.con09_con_box{
    width: 33.33%;
    height: 69vw;
    border-right: 1px solid #5d8d6d;
    overflow: hidden;
}
.con09_con_box.item1{
    background: url("/images/con09_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_box.item2{
    background: url("/images/con09_05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_box.item3{
    background: url("/images/con09_06.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_con_ttbox{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 5;
    color: #fff;
    bottom: 9%;
}
.con09_con_tt01{
    font-weight: 700;
    font-size: 1.05vw;
    padding-bottom: 0.2vw;
}
.con09_02{
    width: 27.7603%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con09_con_tt02{
    margin-bottom: 2vw;
    font-size: 1.8vw;
}
.con09_con_tt03{
    font-size: 0.9vw;
    line-height: 1.7;
}
.con09_01{
    width: 40.9974%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 23%;
}
.con09_01_tt01{
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2.8vw;
    overflow: hidden;
}
.con09_01_tt02{
    font-size: 0.95vw;
}
.con08_06{
    width: 94.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    top: -36%;
}
.con08_06_tt01{
    margin-bottom: 1.3vw;
}
.con08_06_tt02{
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 3vw;
}
.con08_06_in_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    margin-bottom: 3vw;
}
.con08_06_in_back{
    top: 0;
    z-index: -1;
    transform: rotateY(180deg);
    
}
.con08_06_in_back_tt{
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.2vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.con08_03 {
    width: 6.11111%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: -5%;
    left: 16.5%;
}
.con08_06_tt03{
    font-size: 1vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2vw;
}
.con08_06_in_con_box  {
    width: 14.9444%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(0);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.con08_06_in_con_box.on {
    transform: rotateY(180deg);
}
.con08_06_in_front, .con08_06_in_back{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
}
.con08_01 {
    width: 29.7398%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.con08_02 {
    width: 40.8922%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_07 {
    width: 302.839%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.con09_con_box.on .con09_07{
    opacity: 0;
}
.con09_02 .absol{
    transition: 0.3s;
}
.con09_con_box.on .con09_02 img.absol{
    opacity: 0;
}
.con09_02{
    color: #000;
    transition: 0.3s;
}
.con09_con_box.on .con09_02{
    color: #fff;
}
.con08_07{
    width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    right: 0;
    top: 8%;
}
.con08_line{
    width: 1px;
    background-color: #fff;
    opacity: 0.1;
}
.con08_line.item1{
    top: 0;
    height: 16%;
}
.con08_line.item2{
    bottom: 0;
    height: 72%;
}



.con10{
    padding-top: 7vw;
}
.con10_01{
    width: 3.93701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con10_tt01{
    margin-bottom: 3vw;
}
.con10_con{
    width: 100%;
    background: url("/images/con10_09.png") no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
}
.con10_con_box {
    width: 33.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_con_box_in{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.con10_03{
    width: 92.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
}
.con10_04{
    width: 97.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
}
.con10_05{
    width: 90.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -7%;
}
.con10_con_tt01{
    font-size: 2vw;
    margin-bottom: 1vw;
    font-weight: 700;
}
.con10_con_tt02{
    font-size: 1.3vw;
    display: flex;
    width: 40%;
    justify-content: space-between;
}
.con10_con_tt02.this{
    margin-top: 0.2vw;
}
.con10_con_tt_box{
    top: 18%;
}
.con10_con_circle {
    width: 25.0394%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    bottom: 30%;
}
.con10_con_btm{
    width: 100%;
    text-align: center;
    padding: 2.5vw 0;
    background-color: var(--main-green);
    color: #fff;
    font-size: 0.95vw;
}




.con11{
    padding: 6vw 0;
}
.con11_01{
    width: 8.55643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con11_tt01{
    margin-bottom: 2.5vw;
}
.menusec_btnwrap{
    width: 80%;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    margin-bottom: 1vw;
    z-index: 5;
}
.menusec_btn{
    width: 8%;
    font-size: 1vw;
    padding: 1.3vw 0;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}
.con11_02 {
    width: 18.0328%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    top: -8%;
    opacity: 0;
    transition: 0.3s;
}
.swiper_menusec_wrap{
    width: 70%;
    z-index: 5;
}
.swiper_menusec{
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4vw);
    transition: 0.5s;
}
.swiper_menusec.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menusec_slide{
    width: 21.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #000;
    border-radius: 1vw;
    overflow: hidden;
    background-color: #fff;
}
.menusec_slide_img{
    width: 100% !important;
    height: 14.1vw;
    border-bottom: 1px solid #000;
}
.menusec_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menusec_slide_title{
    width: 100%;
    text-align: center;
    font-size: 1vw;
    padding: 1vw 0;
    font-weight: 500;
    background-color: #fff;
}
.swiper_menusec_btn{
    width: 4.46194%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30%;
    cursor: pointer;
    z-index: 5;
}
.swiper_menusec_prev{
    left: 9.5%;
}
.swiper_menusec_next{
    right: 9.5%;
}
.menusec_btn.on{
    color: var(--main-green);
}
.menusec_btn.on .con11_02{
    opacity: 1;
}
.con11_05{
    width: 31.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 25%;
    z-index: 0;
}




.con12{
    display: flex;
    height: 45vw;
    flex-direction: row;
}
.con12_left, .con12_right{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.con12_left video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}
.con12_02{
    width: 39.1396%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: -20%;
    z-index: 2;
}
.con12_right{
    background-color: #F5F5F5;
}
.con12_right_con{
    width: 90%;
    right: 0;
}
.con12_tt01{
    line-height: 1.3;
    margin-bottom: 2vw;
}
.swiper_con12{
    width: 100%;
}
.con12_slide{
    width: 95.55%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2vw;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.con12_03 {
    width: 41.9727%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2.2%;
    top: 9.7%;
}
.con12_02_ttbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    left: 6%;
}
.con12_02_tt01{
    font-size: 1.3vw;
}
.con12_02_tt02{
    font-size: 2.5vw;
    line-height: 1;
}
.con12_02_tt02 span{
    font-size: 4.8vw;
}




.con13{
    padding: 10vw 0 14vw 0;
    background: url("/images/con13_02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con13_con{
    width: 80%;
}
.con13_01{
    width: 14.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con13_tt01{
    margin-bottom: 4vw;
}
.con13_tt02{
    color: #fff;
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}
.swiper_con13{
    width: 33.2283%;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.6vw;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0 -3vw 2vw -2vw #4d3d2b, /* 위쪽 */
                0 3vw 2vw -2vw #4d3d2b;  /* 아래쪽 */
}
.swiper_con13 .con13_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con13_btn{
    width: 2.25722%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9.2%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con13_prev {
    top: 39.5%;
}
.swiper_con13_next {
    top: 51%;
}
.swiper_con13_02{
    width: 33.2283%;
    top: 0;
    height: 100%;
    right: 13%;
    opacity: 0.9;
}
.swiper_con13_02 .con13_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.6;
}
.con13_03 {
    width: 40.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 17%;
    right: 9%;
    z-index: 2;
}




.con14{
    padding: 6vw 0 7vw 0;
}
.con14_tt01{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6vw;
    margin-bottom: 0.5vw;
}
.con14_tt01{
    font-size: 3vw;
}
.con14_tt02{
    font-size: 2vw;
    margin-bottom: 1vw;
}
.con14_tt03{
    font-size: 1vw;
    margin-bottom: 2.8vw;
}
.con14_tt04{
    font-size: 1vw;
}
.con14_counting_warp{
    display: flex;
    gap: 0.3vw;
}
.con14_counting_box{
    width: 2.6vw;
    height: 3.5vw;
    background-color: var(--main-green);
    border-radius: 0.4vw;
    color: #fff;
    overflow: hidden;
}
.con14_counting_box_in{
    width: 100%;
    height: auto;
    top: 0;
}
.con14_counting_box_in span{
    color: #fff;
    width: 100%;
    height: 3.5vw;
    line-height: 3.5vw;
    display: block;
    font-size: 3.2vw;
    text-align: center;
}
.con14_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 1.5vw;
}
.con14_02{
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_circle {
    width: 38.5757%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 9%;
}
.con15_08{
    width: 3.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con15_08.left{
    left: 0;
}
.con15_08.right{
    right: 0;
}
.con15_06, .con15_07{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}



.con15{
    padding-bottom: 7.5vw;
}
.con15_tt01{
    margin-bottom: 1vw;
}
.con15_tt02{
    font-size: 1vw;
    margin-bottom: 1.5vw;
}
.con15_01 {
    width: 57.1129%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_02{
    width: 14.614%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 43%;
}
.con15_02.item1 {
    top: 9.8%;
}
.con15_02.item2 {
    top: 17.2%;
}
.con15_02.item3 {
    top: 31.3%;
}
.con15_01_tt{
    color: #fff;
    font-size: 0.85vw;
    left: 0;
    bottom: -5%;
}
.con15_04{
    width: 29.3438%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7%;
    right: 1%;
}
.con15_05 {
    width: 121.825%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -167%;
}
.con15_05 img{
    animation: smoke 1.2s infinite;
}




.con16{
    padding: 7vw 0 5vw 0;
    background: url("/images/con16_12.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con16_01{
    width: 5.45932%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con16_tt01{
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}
.con16_tt02{
    margin-bottom: 3.5vw;
}
.con16_con{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6vw;
    row-gap: 0.8vw;
}
.con16_arrow{
    top: 50%;
    transform: translateY(-50%);
    right: -6%;
}
.con16_arrow.this{
    display: none;
}
.con16_02{
    width: 0.682415%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2.8%;
}
.con16_03{
    width: 0.682415%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2.8%;
}
.con16_04 {
    width: 19.4226%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_arrow {
    width: 7.09459%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con17{
    padding: 6vw 0 7vw 0;
    background: url("/images/con17_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con17_tt01{
    margin-bottom: 1.5vw;
    color: #fff;
    z-index: 1;
}
.con17_tt02{
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 1vw;
    margin-bottom: 2.5vw;
    z-index: 1;
}
.con17_02{
    width: 53.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -5%;
}
.con17_03{
    width: 46.6142%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: -1%;

}
.con17_bg_gra{
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(77,61,43,0) 0%,        /* 왼쪽 끝 투명 */
        rgba(77,61,43,0.5) 30%,     /* 점점 진해짐 */
        rgba(77,61,43,1) 40%,       /* 진한 영역 시작 */
        rgba(77,61,43,1) 60%,       /* 진한 영역 끝 */
        rgba(77,61,43,0.5) 70%,     /* 점점 옅어짐 */
        rgba(77,61,43,0) 100%       /* 오른쪽 끝 투명 */
      );
}




/* form1 - start */
.form_col .dot {
    color: #fff;
    top: 23%;
    font-weight: 700;
    font-size: 1.2vw;
  }
  div.form_wrap {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #000;
    font-size: 1.1vw;
    padding: 3.5vw 4vw;
    background-color: #fff;
    border-radius: 1vw;
    z-index: 5;
    /* border: 1px solid var(--main-green); */
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5vw;
  }
  .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Pretendard Variable';
    gap: 1vw;
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    background-color: #f0f0f0;
    padding-left: 1vw;
    border-radius: 0.3vw;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
    padding-left: 1vw;
  }
  .form_input_box > label::before {
    content: "*";
    color: #1a7037;
    position: absolute;
    left: -1vw;
    font-size: 1.5vw;
    
  }
  
  .form label {
    white-space: nowrap;
    font-family: 'BonmyeongjoSourceHanSerif';
    position: relative;
  }
  /* .form_input_box > label {
    font-family: "SF_HambakSnow";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05,
  .form_input_06 {
    width: 65%;
  }
  .form_input_06 {
    /* width: 70%; */
    height: 100%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 65%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
  }
  /* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  } */
  .form_check_wrap01 input:checked + label {
    background-color: #f5c471;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 1px solid #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 0.5vw;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    display: none;
  }
  .footeer_agree_checkbox_01:checked::before,
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    border-radius: 50%;
    /* scale: 0.7; */
  }

  .label_line{
    width: 93%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 0.3vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
  .form_col .form_check_wrap input:checked + label {
    background-color: #1a7037;
    color: white;
    border-color: #fff;
}
  .form_col .form_check_wrap input:checked + label .label_line{
    opacity: 1;
}


  .form_check_name_05,
  .form_check_name_06 {
    width: 50%;
    height: 2.5vw;
    background-color: #eee;
    cursor: pointer;
    border-radius: 0.3vw;
    font-size: 1vw;
    text-align: center;
    line-height: 2.5vw;
    transition: 0.3s;
    font-family: 'SUIT-Regular' !important;
  }
  :is(  .form_check_name_05,.form_check_name_06):hover{
    background-color: var(--main-green);
    color: #fff;
  }
  .form_check_name_05 {
    margin-right: 1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    /* margin: 0.7vw 0 1vw; */
    margin-bottom: 0.5vw;
    background-color: #FFFBE8;
    border-radius: 0.6vw;
    border: 1px solid #000;
    padding: 1vw 0;
    padding-left: 1vw;
  }
  .form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background-color: #1a7037;
    padding: 0.8vw 0;
    font-size: 1.2vw;
    font-weight: 600;
    border-radius: 0.8vw;
    bottom: -11.5%;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
    color: #ef592c;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }
  
  /* form1 - end */