::selection {
    background: #34d330;
    color: #ffffff;
}

* {
    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, -12);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -6);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

    }

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

    }

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

    }

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

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

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


/* 퍼블시작 */


:root{
    --main-green: #34d330;
    --main-yellow: #fcfced;
}
.green{
    color: #34d330;
}
.yellow{
    color: #fcfced;
}
b{
    font-weight: 700;
}
.title b{
    font-weight: 800;
}
.bold{
    font-weight: 700;
}
.sub {
    font-size: 1.65vw;
    margin-bottom: 0.8vw;
    text-align: center;
    line-height: 1.5;
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    letter-spacing: -0.1vw;
}
.title{
    font-size: 3.2vw;
    letter-spacing: -0.1vw;
    line-height: 1.2;
    text-align: center;
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    margin-bottom: 1.5vw;
    z-index: 5;
}
.subtt{
    font-size: 1.1vw;
    line-height: 1.5;
    text-align: center;
}
.sqtt{
    width: fit-content;
    background-color: var(--main-green);
    color: #000;
    padding: 0.2vw 0.55vw;
    border-radius: 0.5vw;
    font-family: 'SUIT-Heavy';
    font-weight: 800;
    font-size: 1.05vw;
    margin: 0 auto;
    margin-bottom: 1vw;
}
.nanum3{
    font-family: 'NanumSquareNeo';
    font-weight: 300;
}
.nanum4{
    font-family: 'NanumSquareNeo';
    font-weight: 400;
}
.nanum7{
    font-family: 'NanumSquareNeo';
    font-weight: 700;
}
.nanum8{
    font-family: 'NanumSquareNeo';
    font-weight: 800;
}
.nanum9{
    font-family: 'NanumSquareNeo';
    font-weight: 900;
}
.proxi {
    font-family: "proxima-nova-hangeul";
    letter-spacing: -0.2vw;
    line-height: 1;
}


.title p{
    overflow: hidden;
    display: block !important;
}
.title .pen{
    position: absolute !important;
}




.intro{
    width: 100%;
    height: 100vh;
    z-index: 99999;
    position: absolute;
    pointer-events: none;
    /* display: none; */
}
.intro_bg{
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--main-green);
    z-index: 5;
}
.intro_box{
    width: 100%;
    height: 50%;
    background-color: var(--main-green);
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_tt{
    font-size: 5.2vw;
    letter-spacing: -0.2vw;
    color: #fff;
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    display: block;
}
.intro_tt.item1{
    bottom: 2.5%;
}
.intro_tt.item2{
    top: 2.5%;
}
/* .intro_tt::after{
    content: "";
    position: absolute;
    width: 2.4vw;
    height: 0.7vw;
    background-color: #fff;
    bottom: 0;
    left: 100%;
} */








.main{
    height: 50vw;
    z-index: 0;
    color: #fff;
    background-color: #000;
}
.main_01{
    width: 11.5487%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.main_02{
    width: 0.3646vw !important;
    animation: arrow 1.8s infinite;
}
.main_04{
    width: 100.929%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_main{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.swiper_main_btn{
    width: 1.25994%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40%;
    cursor: pointer;
    z-index: 5;
}
.swiper_main_prev{
    left: 3.5%;
}
.swiper_main_next{
    right: 3.5%;
    rotate: 180deg;
}
.main_tt01{
    font-size: 3.7vw;
    margin-bottom: 1vw;
}
.main_tt02 {
    font-size: 1.22vw;
    margin-bottom: 4vw;
}
.main_btn{
    padding: 0.9vw 1.8vw;
    display: flex;
    align-items: center;
    gap: 1.2vw;
    border: 1px solid var(--main-green);
    border-radius: 0.5vw;
    cursor: pointer;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
}
.main_btn p{
    font-size: 1.2vw;
    color: var(--main-green);
    font-weight: 600;
    white-space: nowrap;
}
.swiper_main_2{
    width: 100%;
    bottom: -1.5%;
}
.main_btn_bg{
    width: 15vw;
    height: 15vw;
    background-color: #fffffff3;
    border-radius: 100%;
    z-index: -1;
    scale: 0;
    transition: 0.6s;
}
.main_btn:hover .main_btn_bg{
    scale: 1;
}
/* .main_btn:hover .main_02{
    animation: arrow 1.8s infinite;
} */
@keyframes arrow {
    0% {
        transform: translateX(0);
    }
    26% {
        transform: translateX(0.3vw);
    }
    40% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0.3vw);
    }
    60% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
.main_bg_1, .main_bg_2{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con01{
    padding: 9vw 0;
}
.con01_01 {
    width: 4.51454%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    bottom: 12%;
}
.con01_01 img{
    animation: cursor 1.5s infinite;
}
@keyframes cursor {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translate(-20%, -20%);
    }
    100% {
        transform: translate(0, 0);
    }
}
.con01_tt01{
    font-size: 3.3vw;
    font-weight: 800;
}
.con01_tt02{
    font-size: 1.2vw;
    margin-bottom: 2.5vw;
}
.con01_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.5vw;
}
.con01_con_box{
    padding: 0.8vw 1.2vw;
    border-radius: 100px;
    border: 1px solid var(--main-green);
    color: var(--main-green);
    font-size: 1vw;
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    transition: color 0.3s, background-color 0.3s;
}
.con01_con_box.on{
    background-color: var(--main-green);
    color: #fff;
}





.con02{
    padding: 7vw 0 8vw 0;
    background: url("/images/con02_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con02_03 {
    width: 41.7849%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2.3%;
    bottom: 8%;
}
.con02_tt02{
    margin-bottom: 2.5vw;
}
.con02_con{
    width: 60vw;
    padding: 4vw 0;
    background-color: #fff;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_con02{
    width: 100%;
}
.con02_slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.con02_con::after {
    content: "";
    width: 98.8%;
    height: 97.3%;
    border-radius: 1.8vw;
    border: 1px solid #000;
    position: absolute;
    z-index: 5;
    pointer-events: none;
}
.con02_slide_in{
    width: 85%;
}
.con02_slide_num{
    width: 4.0859%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
}
.con02_slide_tt01 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    font-weight: 700;
}
.con02_slide_tt02 {
    font-size: 1.08vw;
    line-height: 1.5;
}
.con02_slide_pen {
    height: 1.3vw;
    background-color: rgba(52, 211, 48, 0.3);
    left: -0.3%;
    top: 30%;
    z-index: -1;
}
.con02_slide_pen.item1 {
    width: 5.7vw;
}
.con02_slide_pen.item2 {
    width: 4.1vw;
}
.con02_slide_pen.item3 {
    width: 2.8vw;
    left: 8.3%;
}
.con02_slide_pen.item4 {
    width: 6.8vw;
}
.con02_slide_pen.item5 {
    width: 5.3vw;
    left: 5%;
}
.con02_slide_pen.item6 {
    width: 5.4vw;
}
.con02_slide_img{
    width: 39.6324%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 500px;
    overflow: hidden;
}
.swiper_con02_btn{
    width: 4.25357%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 46%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con02_prev{
    left: -6%;
}
.swiper_con02_next{
    right: -6%;
    rotate: 180deg;
}
.swiper_con02_page {
    display: flex;
    justify-content: center;
    gap: 0.2vw;
    bottom: 9% !important;
}
.swiper_con02_page span{
    width: 9px;
    height: 9px;
    background-color: #727272;
    transition: 0.3s;
}
.swiper_con02_page .swiper-pagination-bullet-active{
    background-color: var(--main-green);
}





.con03{
    padding: 6vw 0;
    background-color: var(--main-green);
    color: #fff;
    z-index: 0;
}
.con03_01 {
    width: 14.6983%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 47.5%;
    bottom: 73%;
    z-index: -1;
}
.con03_02{
    width: 13.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 29%;
}
.con03_03 {
    width: 13.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 29%;
}
.con03_04{
    width: 26.6668%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
    margin-left: 1vw;
}
.con03_05 {
    width: 7.29177%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3.1vw;
    bottom: 2.5vw;
}
.con03_06 {
    width: 10.4168%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2.3vw;
    bottom: 3.8vw;
}
.con03_bg{
    width: 97%;
    height: 95%;
    background: url("/images/con03_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 2vw;
}
.con03_tt01{
    margin-top: 1vw;
}
.con03_tt02{
    font-size: 3.2vw;
    margin-bottom: 1.2vw;
    display: flex;
    gap: 0.5vw;
    justify-content: center;
}
.con03_tt03{
    margin-bottom: 3vw;
}
.con03_con{
    width: 83%;
    display: flex;
    justify-content: space-between;
}
.con03_con_col{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.con03_con_box{
    width: 30vw;
    height: 11.5vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    border-radius: 1.8vw;
}
.con03_con_box::after {
    content: "";
    width: 98%;
    height: 95%;
    border-radius: 1.6vw;
    border: 1px solid #000;
    position: absolute;
}
.con03_con_tt01{
    font-size: 1.15vw;
    margin-bottom: 0.7vw;
}
.con03_con_tt02{
    font-size: 4.8vw;
    color: var(--main-green);
    font-weight: 800;
    margin-bottom: -0.5vw;
}
.con03_con_tt02.this{
    font-size: 4vw;
    font-weight: 700;
}
.con03_con_tt03{
    font-size: 1vw;
    margin-top: 0.7vw;
}






.con04{
    padding: 7vw 0;
    background: url("/images/con04_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con04_01 {
    width: 37.8609%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10%;
    left: 10%;
    z-index: -1;
}
.con04_02 {
    width: 33.6807%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4%;
    right: 3vw;
}
.con04_03 {
    width: 28.8195%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    right: 3vw;
}
.con04_04 {
    width: 41.4932%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
    right: 2vw;
}
.con04_05{
    width: 98.3468%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_tt01 {
    margin-bottom: 2vw;
}
.con04_tt02{
    margin-bottom: 4.5vw;
}
.con04_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.7vw;
}
.con04_con_box{
    width: 30vw;
    background-color: #fff;
    border-radius: 1.8vw;
    color: #000;
    padding: 3.5vw 0;
    box-sizing: border-box;
}
.con04_con_box::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 97%;
    border: 1px solid var(--main-green);
    border-radius: 1.6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.con04_con_tt01{
    font-size: 1.5vw;
    margin-bottom: 2vw;
    margin-left: 3.5vw;
}
.con04_con_tt02{
    font-size: 0.93vw;
    line-height: 1.5;
    margin-left: 3.5vw;
}
.swiper_con04{
    width: 100%;
    padding: 0.8vw 0;
    background-color: var(--main-green);
    bottom: 0;
}





.con05{
    padding: 7vw 0 0 0;
    background: url("/images/con05_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.con05_01 {
    width: 46.1968%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
    left: -2%;
    z-index: -1;
}
.con05_02{
    width: 25.6694%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con05_03 {
    width: 11.2862%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    bottom: 29%;
}
.con05_08{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_bg_3 {
    width: 1140%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInOut 1.5s ease-in-out infinite;
}
@keyframes fadeInOut {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}
.con05_tt01{
    margin-bottom: 35vw;
}
.con05_tt02{
    text-align: center;
    top: 35.5%;
    font-size: 0.9vw;
    line-height: 1.5;
}
.con05_tt02 span{
    font-size: 1.3vw;
    color: var(--main-green);
    font-family: 'SUIT-Medium';
}
.con05_bg_1{
    width: 100.105%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con05_col{
    display: flex;
    align-items: center;
    flex-direction: column;
    transform-origin: center bottom;
}
.con05_col_tt01{
    font-size: 1.7vw;
    margin-bottom: 0.2vw;
}
.con05_col_tt02{
    font-size: 1.1vw;
    margin-bottom: 1.2vw;
    font-family: 'SUIT-Light';
}
.con05_col_circle{
    width: 0.8vw;
    height: 0.8vw;
    background-color: var(--main-green);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con05_col.item1 {
    left: 8%;
    bottom: 4.2%;
}
.con05_col.item2 {
    left: 21%;
    bottom: 10.5%;
}
.con05_col.item3 {
    left: 64%;
    bottom: 41.4%;
}
.con05_col.item4 {
    left: 74.5%;
    bottom: 52.3%;
}
.con05_col.item5 {
    width: 11.8636%;
    left: 84%;
    bottom: 65.8%;
}
.con05_col_tt00{
    font-size: 1.2vw;
    text-align: center;
    color: var(--main-green);
    margin-bottom: 0.5vw;
}
.con05_col_top{
    width: 100%;
    animation: ddm_m 1.5s infinite;
}






.con06{
    padding: 8vw 0;
    background-color: var(--main-yellow);
}
.con06_tt01{
    background-color: #000;
    color: var(--main-yellow);
}
.con06_tt02{
    margin-bottom: 3vw;
}
.con06_con{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.3vw;
}
.swiper_con06{
    width: 100%;
}
.tag1{
    width: 98.9397%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag2{
    width: 100.192%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag3{
    width: 99.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con07{
    height: 46vw;
    flex-direction: row !important;
    justify-content: start;
}
.con07_02{
    width: 100.154%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_03_2 {
    width: 28.3175%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4%;
    right: -4%;
}
.con07_04_2 {
    width: 25.1711%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    right: -1%;
}
.con07_05_2 {
    width: 25.3079%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    right: -1.5%;
}
.con07_06_2 {
    width: 27.3599%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
    right: -4%;
}
.con07_left{
    width: 100%;
    height: 100%;
    background: url("/images/con07_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    overflow: hidden;
}
.con07_tt01{
    margin-bottom: 1vw;
}
.swiper_con07{
    width: 100vw;
    bottom: 2%;
    pointer-events: none;
}
.con07_right{
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #fff;
    padding: 3.5vw 0;
    box-sizing: border-box;
}
.con07_right_move{
    gap: 2.5vw;
}
.con07_right_move_box{
    width: 78%;
    padding: 3vw 0 2.5vw 0;
    border: 1px solid #ddd;
    border-radius: 1.6vw;
    overflow: hidden;
}
.con07_right_num{
    width: 5.47206%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
    margin-left: 3vw;
}
.con07_right_tt01{
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
    margin-left: 3vw;
}
.con07_right_tt02{
    font-size: 0.93vw;
    line-height: 1.5;
    margin-left: 3vw;
}





.con08{
    padding-top: 6vw;
}
.con08_tt01{
    background-color: #000;
    color: var(--main-green);
}
.con08_tt02{
    margin-bottom: 3vw;
}
.con08_con{
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.con08_con_box{
    width: 100%;
    text-align: center;
    padding: 4.5vw 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.con08_con_box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--main-green);
    transition: 0.5s;
    top: 0;
    left: 0;
    z-index: -1;
}
.con08_con_tt01{
    font-size: 1.9vw;
    color: #cfcfcf;
        transition: 0.3s;
}
.con08_con_tt02{
    width: 100%;
    font-size: 1.1vw;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}
.con08_con_img{
    width: 20.9975%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35%;
    left: 10%;
    border-radius: 500px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-2vw);
    transition: 0.5s;
    pointer-events: none;
}
.con08_con_img.this{
    left: auto;
    right: 8%;
}
.con08_con_box.on::after{
    height: 100%;
}
.con08_con_box.on .con08_con_tt01{
    transform: translateY(-0.6vw);
    color: #000;
}
.con08_con_box.on .con08_con_tt02{
    opacity: 1;
}
.con08_con_box.on .con08_con_img{
    opacity: 1;
    transform: translateY(0);
}





.con09{
    padding: 6vw 0;
    background: url("/images/con09_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con09_01 {
    width: 10.9187%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 41%;
    bottom: 23%;
}
.con09_02 {
    width: 9.34393%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    bottom: 65%;
}
.con09_01 img{
    animation: rotate 0.8s steps(1) infinite;
}
.con09_02 img{
    animation: rotate 0.8s 0.4s steps(1) infinite;
}
@keyframes rotate {
    0%   { transform: rotate(0deg); }
    50%  { transform: rotate(-4deg); }
    100% { transform: rotate(0deg); }
  }
.con09_03{
    width: 1.63371%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    transition: 0.3s;
    opacity: 0;
}
.con09_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    margin-left: 3vw;
}
.con09_con_right p{
    text-align: start;
}
.con09_tt01{
    margin-bottom: 1.3vw;
}
.con09_tt01 b{
    background-color: #000;
    border-radius: 0.6vw;
    padding: 0.2vw 0.4vw;
}
.con09_tt02{
    font-weight: 400;
}
.con09_tt02 b{
    display: inline !important;
}
.con09_con_left{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
}
.con09_con_left_box{
    width: 100%;
    height: 3.4vw;
    background-color: #fff;
    border-radius: 0.5vw;
    transition: 0.3s;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.con09_con_left_tt{
    width: 100%;
    color: #acacac;
    text-align: center;
    font-size: 1.15vw;
    transition: 0.3s;
}
.con09_con_left_tt span{
    font-size: 0.85vw;
}
.con09_con_left_box.on{
    background-color: #000;
}
.on .con09_con_left_tt{
    color: var(--main-green);
    font-weight: 700;
}
.on .con09_03{
    opacity: 1;
}





.con10{
    padding: 6vw 0 0 0;
    background-color: #000;
    color: #fff;
    z-index: 0;
}
.con10_02_1 {
    width: 12.4935%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 33%;
    top: 43%;
    z-index: 5;
}
.con10_02_1 div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_02_2 {
    animation: scaleOpa 1.6s infinite;
}
.con10_02_3 {
    animation: scaleOpa 1.6s 0.15s infinite;
}
.con10_05{
    width: 27.0342%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -8vw;
    margin-right: 2vw;
    z-index: 5;
    pointer-events: none;
}
.con10_tt01{
    margin-bottom: 2vw;
}
.con10_tt03{
    margin-bottom: 3vw;
}
.swiper_con10_center{
    width: 17.0605%;
    bottom: 0;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
}
.con10_center_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con10{
    width: 27.0342%;
    height: 100%;
    top: 0;
    z-index: -2;
    pointer-events: none;
}
.swiper_con10.item1{
    left: -10.5%;
}
.swiper_con10.item2{
    left: 5.5%;
}
.swiper_con10.item3{
    right: 5.5%;
}
.swiper_con10.item4{
    right: -10.5%;
}
.con10_ddm_tt p{
    width: 10vw;
    padding: 0.5vw 0;
    border: 1px solid var(--main-green);
    border-radius: 0.6vw;
    color: var(--main-green);
    text-align: center;
    font-size: 0.9vw;
    line-height: 1.5;
    font-family: 'NanumSquareNeo';
    font-weight: 400;
}
.con10_ddm_tt.item1{
    left: 29%;
    bottom: 38%;
    animation: ddm_m 1.5s infinite;
}
.con10_ddm_tt.item2{
    right: 28.8%;
    bottom: 23%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con10_bg{
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, #000000dc, transparent);
    z-index: -1;
}
.con10_bg.item1{
    top: 0;
}
.con10_bg.item2{
    bottom: 0;
    rotate: 180deg;
}
.swiper_con10_slide{
    width: 53.7865%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con11{
    padding: 7vw 0 5vw 0;
}
.con11_tt01{
    background-color: #000;
    color: var(--main-green);
    margin-bottom: 2vw;
}
.con11_tt03{
    margin-bottom: 2vw;
}
.con11_line{
    width: 100%;
    height: 0.3vw;
    top: 0;
    border-top: 0.5vw solid var(--main-green);
    border-bottom: 0.3vw solid var(--main-green);
}
.swiper_con11{
    width: 100%;
    padding: 2vw 0;
    margin-bottom: 2.5vw;
}
.con11_slide{
    width: 93.1991%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
    transition: 0.3s;
    animation: con11_slide 2s infinite;
}
.con11_slide.this{
    animation: none;
    animation: con11_slide2 2s infinite;
}
@keyframes con11_slide {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translateY(2vw);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes con11_slide2 {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translateY(-2vw);
    }
    100% {
        transform: translate(0, 0);
    }
}




.con12{
    padding: 12vw 0;
    background: url("/images/con12_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.con12_02 {
    width: 19.3702%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    bottom: -15%;
    z-index: 0;
    overflow: hidden;
}
.con12_03 {
    width: 5.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10.5%;
    top: 25%;
}
.con12_04 {
    width: 4.88199%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7.5%;
    top: 40.2%;
}
.con12_05 {
    width: 4.40955%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    top: 49.5%;
}
.con12_03 img{
    animation: ddm_m 1.5s infinite;
}
.con12_04 img{
    animation: ddm_m 1.5s 1s infinite;
}
.con12_05 img{
    animation: ddm_m 1.5s 0.5s infinite;
}
.con12_con{
    width: 78%;
}
.con12_con p{
    text-align: start;
}
.con12_tt01{
    margin-bottom: 0.8vw;
}
.con12_tt02{
    margin-bottom: 0.8vw;
}
.con12_col_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.con12_01_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.on .con12_01_2{
    opacity: 1;
}
.con12_col {
    width: 11.3912%;
    right: 33.5%;
    top: 22%;
}
.con12_col_tt{
    font-size: 1.5vw;
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    color: var(--main-green);
    text-align: center;
    line-height: 1.3;
    z-index: 5;
}
.con12_col_box.this{
    margin: -3.5vw 0;
}
.swiper_con12 {
    width: 98%;
    height: 100%;
    z-index: -1;
    border-radius: 8vw 8vw 0 0;
    overflow: hidden;
    margin-top: -4vw;
}
.con12_slide{
    width: 100%;
    height: 100%;
}
.con12_02 img{
    pointer-events: none;
}





.con13{
    padding: 10vw 0;
    background: url("/images/con13_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con13_01{
    width: 43.2547%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -3vw;
}
.con13_con{
    width: 78%;
}
.con13_con p{
    text-align: end;
}
.con13_tt01{
    font-size: 3vw;
}





.con1415{
    padding: 7vw 0 5vw 0;
    background: url("/images/con14_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.con14_01{
    width: 38.7403%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -0.8vw;
    z-index: -1;
}
.con14_02 {
    width: 12.541%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    top: 18.5%;
    z-index: 5;
}
.con14_03 {
    width: 8.80256%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_04 {
    width: 6.44841%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1415_con{
    width: 90%;
    background-color: #fff;
    border-radius: 2vw;
    padding: 4.5vw 0 5vw 0;
}
.con14{
    margin-bottom: 7vw;
}
.con14_tt01{
    margin-bottom: 0.5vw;
}
.con14_tt02{
    margin-bottom: 2vw;
}
.con14_con{
    width: 57%;
    border: 1px solid #000;
}
.con14_con_row {
    width: 100%;
    display: flex;
}
.con14_con p{
    text-align: center;
}
.con14_con_row_item1{
    background-color: #efefef;
    padding: 1vw 0;
    font-weight: 700;
    font-size: 1vw;
    border-bottom: 1px solid #000;
}
.con14_con_box{
    position: relative;
}
.con14_con_box.item1{
    width: 25%;
}
.con14_con_box.item2{
    width: 35%;
}
.con14_con_box.item3{
    width: 40%;
}
.con14_con_row_item3{
    background-color: var(--main-green);
    padding: 1vw 0;
    font-size: 1vw;
    border-top: 1px solid #000;
}
.con14_con_row_item3 span{
    font-size: 1.6vw;
    margin-left: 0.5vw;
}
.con14_con_row_item2 .con14_con_box.item1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid #efefef;
}
.con14_con_row_item2 .con14_con_box.item2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid #efefef;
}
.con14_con_row_item2 p{
    padding: 0.5vw 0;
    font-size: 1vw;
}
.con14_con_box.this{
    font-weight: 700;
}
.con14_con_row_item2.top .con14_con_box{
    padding-top: 1.3vw;
}
.con14_con_row_item2.btm .con14_con_box{
    padding-bottom: 1.3vw;
}
.con14_con_row_item2 .con14_con_box.item3{
    text-align: start;
    padding-left: 2.5vw;
}
.con14_con_line {
    width: 4vw !important;
    height: 2px;
    background: #000;
    left: 36.6%;
}
.con14_con_line.item1{
    top: 15.4%;
}
.con14_con_line.item2 {
    top: 22.1%;
}
.con14_con_line.item3 {
    top: 28.8%;
}
.con14_stag.item1 {
    left: 45.5%;
    top: 13%;
}
.con14_stag.item2 {
    left: 46.8%;
    top: 19.9%;
}
.con14_stag.item3 {
    left: 46.8%;
    top: 26.6%;
}
.con14_con_row_item4{
    width: 57%;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 1.2vw 0;
    margin-top: 0.2vw;
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
}





.con15_tt01{
    margin-bottom: 2vw;
}
.con15_01{
    width: 18.7613%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_con{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    justify-content: center;
}
.con15_09{
    width: 3.82785%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
}





.con16{
    padding: 6vw 0 0 0;
    background-color: var(--main-yellow);
}
.con16_01{
    width: 2.0833vw !important;
}
.con16_02{
    width: 5.45942%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02.left{
    left: 1%;
}
.con16_02.right{
    right: 1%;
}
.con16_02.right img{
    rotate: 180deg;
}
.con16_tt02{
    margin-bottom: 1vw;
}
.con16_con{
    width: 100%;
    height: 30vw;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.con16_con_move{
    width: 52%;
    display: flex;
    flex-direction: column;
    gap: 1.3vw;
    top: 0;
    transform: translateY(2vw);
}
.con16_con_box{
    width: 100%;
    padding: 3vw 3.5vw;
    background-color: #fff;
    border-radius: 1.2vw;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.con16_con_box_tt01{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: 1.3vw;
    font-weight: 700;
    margin-bottom: 1vw;
}
.con16_con_box_tt02{
    font-size: 1vw;
    line-height: 1.5;
}
.con16_con_ddm_tt{
    font-size: 1.05vw;
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    position: absolute;
    padding: 0.6vw 1vw;
    border-radius: 100px;
}
.con16_con_ddm_tt.black{
    background-color: #000;
    color: var(--main-green);
    border: 1px solid var(--main-green);
}
.con16_con_ddm_tt.gren{
    background-color: var(--main-green);
    color: #000;
    border: 1px solid #000;
}
.con16_con_box.item1 .con16_con_ddm_tt.item1{
    right: -5%;
    top: 28%;
    animation: ddm_m 1.5s infinite;
}
.con16_con_box.item1 .con16_con_ddm_tt.item2{
    right: 3%;
    top: 55%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con16_con_box.item2 .con16_con_ddm_tt.item1 {
    right: 1%;
    top: 28%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con16_con_box.item2 .con16_con_ddm_tt.item2 {
    right: -5%;
    top: 55%;
    animation: ddm_m 1.5s infinite;
}
.con16_con_box.item3 .con16_con_ddm_tt.item1 {
    right: 1%;
    top: 28%;
    animation: ddm_m 1.5s infinite;
}
.con16_con_box.item3 .con16_con_ddm_tt.item2 {
    right: -5%;
    top: 55%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con16_con_box.item4 .con16_con_ddm_tt.item1 {
    right: -3%;
    top: 28%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con16_con_box.item4 .con16_con_ddm_tt.item2 {
    right: -5%;
    top: 55%;
    animation: ddm_m 1.5s infinite;
}
.con16_con_box.item5 .con16_con_ddm_tt.item1 {
    right: -3%;
    top: 28%;
    animation: ddm_m 1.5s 0.5s infinite;
}
.con16_con_box.item5 .con16_con_ddm_tt.item2 {
    right: 3%;
    top: 55%;
    animation: ddm_m 1.5s infinite;
}
.con16_bg {
    width: 60%;
    height: 3vw;
    top: 36%;
    background: linear-gradient(180deg, #fcfced 45%, transparent);
    z-index: 5;
}





.con17{
    padding: 8vw 0;
    background: url("/images/con17_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con17_01 {
    width: 11.1812%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 55%;
    top: 30%;
}
.con17_02 {
    width: 11.2337%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 83%;
    top: 62.5%;
}
.con17_03 {
    width: 5.77438%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 68%;
    top: 62%;
}
.con17_con{
    width: 70%;
}
.con17_con p{
    text-align: start;
}
.con17_tt01{
    font-size: 2.2vw;
    display: flex;
    gap: 0.5vw;
}
.con17_tt02{
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.con17_tt03 {
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.5;
    top: 72%;
    left: 58%;
}
.con17_paper{
    width: 15.0657%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_paper.item1 {
    right: 22%;
    top: 12%;
}
.con17_paper.item2 {
    right: 13%;
    top: 35%;
    box-shadow: 0 0 0.8vw 0.3vw #0e0e0e10;
    border: 1px solid #ddd;
}
.swiper_con17{
    width: 100%;
    padding: 1.4vw 0;
    background-color: var(--main-green);
}
.swiper_con17_tt{
    font-size: 1vw;
    font-family: 'NanumSquareNeo';
    font-weight: 600;
}
.con17_04{
    width: 13.176%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con17_slide{
    overflow: visible;
}
.swiper_con17 .swiper-slide{
    width: auto !important;
}





.con18{
    padding: 6vw 0 5vw 0;
}
.con18_01{
    width: 12.7035%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw;
}
.con18_tt01{
    margin-bottom: 4vw;
}







.con19{
    padding: 13vw 0;
    background-color: var(--main-green);
}
.con19_01 {
    width: 15.1855%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -0.4%;
    bottom: -16%;
    z-index: -1;
}
.con19_02{
    width: 1.5104vw !important;
}
.con19_bg{
    width: 97.5%;
    height: 95%;
    background: url("/images/con19_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2vw;
}
.con19_con{
    width: 75%;
    color: #fff;
    z-index: 3;
}
.con19_con p{
    text-align: start;
}
.con19_tt01{
    font-size: 2.4vw;
    margin-bottom: 2.5vw;
}
.con19_tel{
    display: flex;
    gap: 0.5vw;
    align-items: center;
    font-size: 2.1vw;
    margin-bottom: 2vw;
}




















































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

    .map_mid_map_search_item {
        width: 80%;
        margin: 0% auto;
        border-bottom: 1px solid var(--main-blue);
        padding: 2.5vw 1vw 2vw 1vw;
        padding-bottom: 2.5vw;
        font-size: 0.9vw;
        font-family: pretendard-regular;
        box-sizing: border-box;
        position: relative;
        color: #000;
        border-bottom: 1px solid #ddd;
    }
    .map_mid_map_search {
        width: 26%;
        background: white;
        height: calc(100% - 2px);
        top: 50%;
        z-index: 2;
        overflow: hidden;
        left: 0;
        box-sizing: border-box;
        transform: translateY(-50%);
        box-sizing: border-box;
        border-radius: 2vw 0 0 2vw;
        border-right: 1px solid #ddd;
        border-right: none
    }
    /* .map_mid_map_search_bottom::-webkit-scrollbar {
      display: none;
    } */
    .map_plus {
        width: 1.7708vw;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 1vw;
        bottom: 2vw;
        cursor: pointer;
    }
  /*   .map_plus_h {
      width: 150.769%;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .map_plus:hover .map_plus_h {
      opacity: 1;
    } */
    .sido1 {
      width: 16%;
      height: 48%;
      border: none;
      border-right: 1px solid #b5b5b5;
      outline: none;
    }
    .map_link {
      width: 55.594%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1.5vw;
    }
    .map_link_popup {
        width: 35.286%;
        padding-top: 1vw;
    }
    
    
    
    /* map 추가 css */
    
    
    
    
    /*popup*/
    
    
    div.popup {
      width: 47%;
      height: 19vw;
      top: 2%;
      /* border: 1px solid black; */
      background-color: #fff;
      border: 1px solid #3C2420;
      box-sizing: border-box;
      gap: 0vw;
      border-radius: 1vw;
      justify-content: space-between;
      overflow: hidden;
    }
    
    .fixed_popup{
      height: 100vh;
      background: #00000045;
    }
    .popup_top{
      font-size: 1.5vw;
      width: 88%;
      padding-bottom: 3%;
      text-align: center;
      border-bottom: 1px solid #0000002e;
    }
    .popup > p:nth-child(2){
      font-size: 1.3vw;
      width: 88%;
      margin-top: 5%;
      padding-bottom: 2%;
      text-align: left;
    }
    .popup > p:nth-child(4){
      font-size: 0.9vw;
      width: 88%;
      margin-top: 1%;
    }
    .popup > p:nth-child(5){
      left: 42%;
      width: 58%;
      padding-right: 8%;
      height: 12vw;
      top: 43%;
      box-sizing: border-box;
      font-size: 0.9vw;
      overflow-y: scroll;
    }
    .fixed_popup{
      position: fixed !important;
      top: 0;
      z-index: 5;
      /*pointer-events: none;*/
      /*opacity: 0;*/
    }
    .popup_right_1st{
      color: #E3C179;
      width: 78%;
      margin-bottom: 1%;
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 1.2vw;
      margin-top: -6%;
    }
    .popup_right> div > div:nth-child(1){
      font-weight: 600;
      font-size: 1vw;
      width: 13%;
      color: #000;
      
    }
    .popup_right> div > div:nth-child(2){
      width: 65%;
      font-weight: 400;
      font-size: 0.85vw;
    }
    .popup_right> div{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      color: #000;
      margin-top: 5%;
    }
    .popup_right{
      width: 46%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      color: #000;
    }
    .popup_img img{
      width: 100%;
    }
    
    
    .fixed_popup_con{
      width: 62%;
      height: 49%;
      background-color: #000;
      top: 31%;
      left: 20%;
      border-radius: 1vw;
    }
    
    
    
    
    .popup_img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 100%;
        overflow: hidden;
        padding: 2vw;
        padding-right: 0;
        box-sizing: border-box;
        border-radius: 1vw;
    }
    .popup_img img {
      width: 108%;
    }
    
    
    .popup_top_absol{
          width: 12.4369%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 12%;
      left: 10%;
    }
    .popup_top_absol_2nd{
          width: 96.6687%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 21%;
      left: 1.5%;
    }
    
    .popup_img_con{
      position: static !important;
      overflow: hidden;
    }
    .popup_right_6th_left{
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      background-color: #19c365;
      border-radius: 5vw;
      padding: 0.5vw 1vw;
      right: 30%;
      bottom: 9%;
    }
    
    .popup_img_con {
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .popup_img img {
        border-radius: 0.8vw;
    width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .popup_top_absol {
      width: 12.4369%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 18%;
      left: 52.5%;
    }
    .popup_right_2nd {
        font-weight: 600;
        width: 90%;
        font-size: 1.36vw;
        padding-bottom: 3%;
        box-sizing: border-box;
        font-family: 'pretendard variable';
        font-weight: 400;
        border-bottom: 1px solid #bebebe;
    }
    
    .popup img{
      width: 100%;
    }
    
    .popup_close {
        width: 1.1vw;
        /* height: 2vw; */
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: 3%;
        cursor: pointer;
        font-size: 1.2vw;
        /* font-family: 'Paperlogy-5Medium'; */
    }
    .popup_close_border {
      position: absolute;
      width: 110%;
      height: 110%;
      border-radius: 50%;
      border: 1px solid #ef823a;
    }
    .popup_close .absol {
      width: 60%;
      height: 2px;
      background-color: #fff;
    }
    .popup_close .absol:nth-child(1) {
      transform: rotate(45deg);
    }
    .popup_close .absol:nth-child(2) {
      transform: rotate(-45deg);
    }
  
    div.popup_logo {
      width: 17.156%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1vw;
    }

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

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

}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #ddd;
}

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

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

.form label {
    white-space: nowrap;
}

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

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

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


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

.form_check_wrap01 {
    gap: 0.5vw; 
}

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

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

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


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

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
}

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

.form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--main-green);
    background-color: #000;
    font-size: 1.2vw;
    padding: 0.9vw 0;
    font-family: 'NanumSquareNeo';
    font-weight: 800;
}

.form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
}

.form_star {
    top: 14%;
    left: 0.3vw;
}

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

.form_col select {
    color: #0000007a;
}

/* form1 - end */



.con03_02 img{
    animation: ddm_m 1.5s infinite;
}
.con03_03 img{
    animation: ddm_m 1.5s 1s infinite;
}

.paper_circle1, .paper_circle2{
    width: 35.5402%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paper_circle1 {
    left: 19%;
    top: 23%;
}
.paper_circle2 {
    left: 18%;
    top: 13%;
}