* {
    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;
}

.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;
}
.add_op{
    opacity: 0;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/* font-family: 'Pretendard Variable'; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");

@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.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-Regular';
    src: url('https://cdn.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-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'Paperlogy-1Thin';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-2ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}



@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

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

@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(-2deg);
    }

    100% {
        transform: scale(1.05);
    }
}

@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.8);
        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);
    }

    100% {
        transform: scale(1.02);
    }
}

@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);
    }
}

div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section {
    font-family: 'Pretendard Variable';
    font-weight: 400;
    font-size: 1vw;
}

section img {
    width: 100%;
}
#map img{
    width: unset;
}

.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

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

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

/* 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%;
}


/* x_slide start */
/* .scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;
} */
/* x_slide start */


/* image_sd end */

/* 퍼블시작 */

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡPCㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
/* 폰트 공통 */
body h1 {
    font-size: 3.2vw;
    font-weight: 800;
}

body .h1_sub {
    font-size: 3vw;
}

body .cr_org {
    color: #ff7800;
}

body h2 {
    font-size: 2.6vw;
    font-weight: 500;
    letter-spacing: -1px;
}

body .h2_sub {
    font-weight: 300;
    font-size: 2.2vw;
}

body h3 {
    font-family: 'Paperlogy-1Thin';
    font-size: 1.2vw;
    letter-spacing: 2px;
}

body p {
    font-size: 0.93vw;
}

body .p_str {
    font-size: 1.3vw;
    font-weight: 700;
}

/* con1 */
.con1 {
    width: 100%;
    position: relative;
    background: url("../images/con1_bg.jpg");
    padding-top: 10vw;
    box-sizing: border-box;
}

.con1_bgtx {
    position: absolute;
    z-index: 2;
    top: 27vw;

}

.con1_bgef {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 105%;
    display: flex;
    justify-content: center;
    scale: 2;
    transform: translateY(-100%);
}

.con1_bg {
    position: relative;
    z-index: 3;

}

.con1_tt {
    position: relative;
    z-index: 5;
    text-align: center;
}

.con1_tt>h1 {
    color: #ff7800;
}

.con1_tt>h2 {
    padding: 1.3vw 0 0.4vw;
}

/* con2 */
.con2 {
    width: 100%;
    position: relative;
    background: url("../images/con2_bg.jpg") repeat;
    background-size: contain;
    text-align: center;
    padding: 8vw 0;
}

.con2_center {
    width: 75%;
    margin: 3vw 0;
    border-radius: 3vw;
    border: 1px solid #ff7800;
    box-sizing: border-box;

    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.con2_center>div {
    width: calc(100% / 3);
    height: 20vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background: #fff;
}

.con2_center_2 {
    border-left: 1px solid #ff78002b;
    border-right: 1px solid #ff78002b;
    box-sizing: border-box;
}

.con2_center_img {
    position: relative;
    bottom: -20vw;
    z-index: 1;
    transition: all 0.5s;
}

.con2_center>div:hover .con2_center_img {
    bottom: -9vw;
    transform: rotate(-360deg);
}


.con2_center>div:hover {
    background: #ff7800;
}

.con2_center>div:hover p {
    color: #fff;
    margin-bottom: -7vw;
    padding-top: 5vw;
}

.con2_center_tx {
    position: absolute;
    bottom: 0;
    left: -40vw;
    transition: all 0.3s;

}

.con2_center>div:hover .con2_center_tx {
    left: -4vw;
    transition: all 0.3s;
}

.con2_center_tx img {
    width: 75% !important;
}

.con2_center_2 .con2_center_tx img {
    width: 78% !important;
}

.con2_center p {
    color: #ff7800;
    font-size: 1.8vw;
    font-weight: 600;
    z-index: 3;
    margin-bottom: -7vw;
    padding-top: 9vw;
    transition: all 0.5s;
}

.con2_tt {
    text-align: center;
}

.con2 .h2_sub {
    padding-top: 0.3vw;
}

.con2 .con2_ttp>p:nth-child(2) {
    padding-top: 0.3vw;
}

/* con3 */
.con3 {
    width: 100%;
    position: relative;
    background: url("../images/con3_bg.jpg");
    background-size: cover;
    padding: 8vw 0;
    background-attachment: fixed;
}

.con3_bg {
    position: absolute;
    top: 0;
    left: 0;
}

.con3_bg1 {
    position: absolute;
    top: 0;
    right: 0;
}

.con3_top {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    box-sizing: border-box;
    flex-direction: row;
}

.con3_top p {
    font-size: 1.3vw;
    color: #fff;
    font-weight: 100;
}

.con3_top1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 4vw;
}

.con3_top1_in {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    color: #fff;
}

.con3_top1_in h1 {
    color: #ff7800;
    font-size: 4.2vw;
    letter-spacing: -0.2vw;
    font-weight: 600;
}

.con3_top1_in h2 {
    font-weight: 200;
    margin-bottom: -0.6vw;
}

.con3_top2 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    position: relative;
    padding: 2vw 0;
}

.con3_top2 p {
    padding-bottom: 1.7vw;
}

.con3_top2_de1 {
    transform: scaleX(-1);
}

.con3_top2_in {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 0 1vw;
    box-sizing: border-box;
}

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

.con3_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    padding: 1.2vw 0;
}

.con3_bot_leWrap {
    width: 20%;
}

.con3_bot_riWrap {
    width: 20%;
}

.con3_bot_le {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;

}


.con3_bot_1 {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

    box-sizing: border-box;
}

.con3_bot_1_center {
    padding: inherit;
    z-index: 10;
    overflow: hidden;
}

.con3_bot_1_img {
    position: relative;
    width: 100% !important;
}

.con3_bot_1_img1 {
    position: relative;

}

.con3_bot_1_center>h2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.con3_bot_1_center>h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    /* 애니메이션 시작 위치 */
    width: 100%;
    /* 부모 요소의 너비 */
    height: 100%;
    /* 부모 요소의 높이 */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    /* 빛이 기울어져 보이게 */
    z-index: 1;
    pointer-events: none;
    /* 클릭 방지 */
}

.con3_bot_1_center>h2 span {
    position: relative;
    z-index: 2;
    /* 텍스트를 빛 효과 위로 배치 */
}

.con3_bot_1 p {
    z-index: 1;
    position: absolute;
    top: 4vw;
    color: #ff7800;
    font-weight: 200;
}

.con3_bot_1 h3 {
    z-index: 1;
    position: absolute;
    top: 1.6vw;
    color: black;
    font-family: 'Paperlogy-8ExtraBold';
    letter-spacing: -0.3px;
    font-size: 1.1vw;
}

.con3_bot_1 h2 {
    z-index: 1;
    position: absolute;
    bottom: 1.5vw;
    font-size: 2vw;
    font-weight: 700;
}

.con3_bot_1_center h3 {
    top: 6vw;
    color: #ff7800;
    font-size: 1.5vw;
}

.con3_bot_1_center p {
    color: black;
    top: 9.5vw;
    font-size: 1.2vw;
}

.con3_bot_1_center h2 {
    font-size: 2.8vw;
    color: black;
    bottom: 3.8vw;
}

/* con4 */
.con4 {
    background-color: #fffbde;
    position: relative;
}

.con4_21 {
    animation: scaleOpa infinite 2s;
}

.con4_22 {
    animation: scaleOpa2 infinite 2s;
}

.con4_20 {
    animation: ballnew infinite 2s;
}



.con4_bg {
    position: absolute;
    bottom: -1vw;
    z-index: 0;
}

.con4_top {
    z-index: 1;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 7vw;
}

.con4_top_1 {
    margin-top: -17vw;
    z-index: 1;
}

.con4_09 {
    animation: rotate_image 10s infinite linear;
}

.con4_top_2 {
    margin-top: -2.3vw;
    z-index: 1;
}

.con4_top_3 {
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    flex-direction: row;
}

.con4_top_3_le {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.con4_top_3_le img {
    position: absolute;
    margin-left: -20vw;
}

.con4_top_3_ri {
    width: 80%;
    box-sizing: border-box;
}

.con4_top_3_ri img {
    position: absolute;
    margin-right: -40vw;
}

.con4_top_1>div {
    position: absolute;
    z-index: 1;
}

.con4_top_deco>div {
    position: absolute;
}

.con4_01 {
    left: -14vw;
    top: 40%;
}

.con4_02 {
    left: -6vw;
    bottom: 22%;
}

.con4_03 {
    bottom: 11%;
    left: 4vw;
}

.con4_04 {
    bottom: 4%;
    left: -2vw;
}

.con4_05 {
    bottom: 47%;
    right: -2vw;
}

.con4_06 {
    bottom: 29%;
    right: -11vw;
}

.con4_07 {
    bottom: 9%;
    right: -5vw;
}

.con4_08 {
    bottom: -1%;
    right: 2vw;
}

.con4_mid {
    position: relative;
    z-index: 2;
    margin-left: -4vw;


}

.con4_mid div {
    position: absolute;
    right: -6.5vw;
    top: 3vw;
}

.con4_bot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    padding-top: 1%;
    overflow: hidden;
    padding-bottom: 7vw;
    margin-bottom: 5vw;
}


.con4_bot_1 {
    background-color: #fff;
    border-radius: 1.3vw;
    border: 1px solid #ff7800;
    box-sizing: border-box;
    width: 75%;
    display: flex;
    flex-direction: column;
    padding: 7vw 0 5vw;
    overflow: hidden;
}

.con4_bot_1 p.on {
    color: #ff7800;
}

.con4_bot_1_tx_2 {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.con4_bot_1_tx {
    width: 32.3929%;
    margin-left: 52%;
}

.con4_bot_1_tx_2 {
    width: 40%;
    font-size: 2vw;
    margin-left: 54%;
    margin-top: 4%;
}

.con4_bot_1_tx_2_ab {
    right: 101%;
    position: absolute;
}

.con4_bot_1_tx_2 p {
    font-size: 1.2vw;
    padding-left: 0.3vw;
}

.con4_bot_1_tx_3 p {
    font-size: 1.2vw;
    padding-left: 0.3vw;

}

.con4_bot_1_tx_4 p {
    font-size: 1.2vw;
    padding-left: 0.3vw;

}

.con4_bot_1_tx_2_ab {
    width: 2.95567%;
    top: 24%;
}

.con4_bot_1_tx_2_ab_ab {
    width: 133.333%;
    left: 2%;
    bottom: 5%;
}

.con4_bot_1_tx_3 {
    width: 40%;
    font-size: 2vw;
    margin-left: 54%;
    margin-top: 2%;
}

.con4_bot_1_tx_4 {
    width: 40%;
    font-size: 2vw;
    margin-left: 54%;
    margin-top: 2%;
}

.con4_bot_1 p>span {
    font-weight: 800;
}

.con4_bot_1_ti {
    width: 9.53048%;
    top: 11%;
    left: 4vw;
}

.con4_bot_1_ti1 {
    width: 4.53609%;
    top: 8%;
    right: 3.5%;
}

.con4_bot_1_map {
    width: 30.7638%;
    top: -3vw;
    left: 9vw;
    overflow: hidden;
}

.con4_bot_1_mapicon2_ab {
    width: 59.4533%;
    top: 22%;
}

.con4_bot_1_mapicon_ab {
    width: 55.8087%;
    top: 9vw;
    left: 6vw;
}

.con4_bot_1_mapicon3_ab {
    width: 19.1344%;
    top: 13vw;

}

.con4_bot_1_mapicon3_ab>div:nth-of-type(1) {
    width: 94.0476%;
    top: 53%;
}

.con4_bot_1_mapicon3_ab>div:nth-of-type(2) {
    top: 67%;
}

.con4_20 {
    z-index: 1;
}

.con4_bot_2 {
    background-color: #fff;
    border-radius: 1.3vw;
    border: 1px solid #ff7800;
    box-sizing: border-box;
    width: 75%;
    display: flex;
    flex-direction: column;
    padding: 7vw 0 5vw;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
}

.con4_bot_2_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120%;
    padding: 2.2vw 3vw 0;
    box-sizing: border-box;
}

.con4_bot_2_img>div {
    width: 20%;
    padding: 0 0.5vw;
    box-sizing: border-box;
}

.con4_bot_2_tx {
    width: 20.2523%;
    margin-top: -2vw;
}

.con4_bot_3 {
    background-color: #fff;
    border-radius: 1.3vw;
    border: 1px solid #ff7800;
    box-sizing: border-box;
    width: 75%;
    display: flex;
    flex-direction: row;
    padding: 4vw 0 5vw;
    overflow: hidden;
    top: 7vw;
}

.con4_bot_3_le {
    width: 47%;
    height: 24vw;
    background-color: #444444;
    border: 1px solid #ff7800;
    border-radius: 2vw;
    margin-left: 13vw;
    overflow: hidden;
}

.con4_bot_3_le_in {
    width: 37.0521%;
    bottom: 3vw;
    right: 41vw;
    animation: blk 1s infinite ease-in-out;
    z-index: 1;
}

.con4_bot_3_ri {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-left: 5vw;
}

.con4_bot_3_ri_in {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 1.6vw 0;
}


.con4_bot_3_ri_in>div {
    width: 16.3556%;
}

.con4_bot_3_ri_p2>.p_str {
    font-size: 0.93vw;
}

.con4_bot_3_ri_p1 {
    font-size: 1vw;
    font-weight: 600;
}

.con4_bot_3_ri_p1>span {
    font-weight: 700;
}

.con4_bot_3_ri>h2 {
    padding-bottom: 0.7vw;
    font-size: 1.9vw;
    font-weight: 300;
}

.con4_bot_3_ri>h2>span {
    font-weight: 700;
    line-height: 0.5vw;
}

.con4_bot_3_ri_in>div:nth-child(2) {
    margin-left: -0.5vw;
}

.con5 {
    background-color: #ff7800;
}

/* 마스크 이용한 발생효과 */
.con5_image_mask {
    width: 100%;
    height: auto;
    mask-image: linear-gradient(to right, black 0%, transparent 100%);
    mask-size: 200%;
    mask-position: 0%;
    -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
    -webkit-mask-size: 200%;
    -webkit-mask-position: 0%;
}

/* 마스크 이용한 발생효과 */

.con5_tx {
    width: 24.0945%;
    overflow: hidden;
}

.con5_ti {
    padding-top: 1.3vw;
    font-size: 1.3vw;
}

.con5_midwrap {
    width: 75%;
    padding: 3vw 0;
}

.con5_mid {
    display: flex;
    width: 100%;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    padding: 4vw 0;
}

.con5_mid>div {
    padding: 0 1vw;
    box-sizing: border-box;
    width: 23.5564%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5_bot {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
    border-radius: 1.3vw;
    border: 1px solid #ff7800;
    padding-top: 5vw;
    margin-bottom: 8vw;
}

.con5_bg {
    bottom: 0;
}

.con5_bg1 {
    bottom: 3%;
}

.con5_bg1 img {
    width: 65%;
}

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

.scrX .scrX_item {
    animation: marqueeX 20s infinite linear;
    width: 100%;
}

.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;
}

.con5_bot_in {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 3vw 5vw;
    box-sizing: border-box;
    justify-content: center;

    overflow: hidden;
}

.con5_bot_in1 {
    padding: 0 1vw;
    width: 23.3779%;
    box-sizing: border-box;
    z-index: 6;

}

.con5_bot_tx2 {
    width: 29.3071%;
    padding: 1.1vw 0 1.6vw;
}

.con5_bot_tx1 {
    width: 15.4066%;
}

.con5_bot_deco {
    width: 43.7369%;
    bottom: -3vw;
    right: -7vw;
    z-index: 3;
}

.con5_bot_bg {
    display: flex;
    width: 100%;
    flex-direction: row;
    bottom: -16vw;
    align-items: center;
    justify-content: center;
}

.con5_bot_bg>div {
    transition: all 0.2s;
}

.con5_bot_bg1 {
    width: 51.9244%;
    bottom: 0;
    left: -2vw;
    opacity: 1;
    filter: blur(2px) brightness(0.8) opacity(0.2);
}

.con5_bot_bg2 {
    width: 51.9244%;
    bottom: 0;
    right: 18vw;
    opacity: 1;
    filter: blur(2px) brightness(0.8) opacity(0.2);

}

.con5_bot_bg3 {
    width: 46.9171%;
    bottom: 0;
    right: 0vw;
    opacity: 1;
    filter: blur(2px) brightness(0.8) opacity(0.2);

}

.con5_bot_bg>div.con5on {
    filter: none;
    z-index: 1;
}

/* con6 */

.con6 {
    position: relative;
    background: url("../images/con5_bg.jpg") no-repeat;
    background-size: cover;
    padding: 8vw 0;

}

.con6_tx1 {
    width: 6.45669%;
    animation: jello-horizontal 0.9s infinite;

}

.con6_tx2 {
    width: 21.2598%;
    padding-top: 1.2vw;
    overflow: hidden;
}

.con6_mid {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fffbde;
    border-radius: 2vw;
    border: 1px solid #ff7800;
    box-sizing: border-box;
    padding: 4vw 0;
    margin-top: 3.2vw;
}

    .con6_mid_top {
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 0vw;
    }

    .con6_mid_top1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 23%;
        margin-bottom: 2vw;
    }


.con6_mid_top1 {
    text-align: center;
    color: #ff7800;
}

.con6_mid_top1_in {
    border: 1px solid #ff7800;
    box-sizing: border-box;
    border-radius: 30vw;
    background: #fff;
    overflow: hidden;
    padding-top: 6vw;
    width: 83%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
    
}

.con6_mid_top1_in>div {
    width: 100%;
}

.con6_mid_top1_tx {
    font-size: 1.5vw;
    font-weight: 700;
    padding-top: 0.6vw;
    width: 83%;
}

.con6_mid_top1_in img {
    margin-bottom: -2vw;
}

.con6_mid_top1:hover .con6_mid_top1_in {
    background: #ff7800;
    transition: all 0.5s;
}

.con6_mid_top2 {
    padding-top: 2.6vw;
}

.con6_btn {
    width: 13.1745%;
    padding: 3vw 0 1vw;
    cursor: pointer;
}

.con6_deco {
    width: 32.5158%;
    bottom: -1vw;
}

.con7 {
    background-color: #fdefbd;
    padding: 8vw 0;
}

.con7_deco1 {
    left: -15vw;
    z-index: 2;
}

.con6_03 {
    animation: rotate_image 10s infinite linear;
}

.con6_04 {
    animation: rotate_image 10s infinite linear;
}

.con7_mid2 {
    overflow: hidden;
}

.con7_deco1_in {
    bottom: -10vw;
    left: 15vw;
}

.con7_deco2 {
    right: -15vw;
    z-index: 2;
}

.con7_deco2_in {
    bottom: -10vw;
    right: 15vw;
}

.con7_deco1>img,
.con7_deco2>img {
    z-index: 1;
}

.con7_mid {
    z-index: 1;
    width: 33.5958%;
    padding-bottom: 1.5vw;
    padding-top: 5vw;
    overflow: hidden;
}

.con7_mid2 {
    padding-bottom: 5vw;
    overflow: hidden;
    width: 11.2675% !important;

}

.con7_mid2_in {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0;
    display: flex;
}

.con7_top_swiper_1 {
    width: 100%;
    /* direction: ltr; */
}

.con7_top_swiper_1_wrapper {
    padding: 0 5vw;
    box-sizing: border-box;
}

.con7_top_swiper_1_slide {
    border-radius: 3vw;
}

.con7_top_swiper_1_slide {
    border-radius: 3vw;
}

.con7_top_swiper_1_slide_p_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    overflow: hidden;
}



.con8 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.con8_le {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.con8_ri {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.6s;
}

.con8_le_fir {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.con8_le_sec {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: #ff7800;
    margin-left: -120vw;
    transition: all 0.5s;
}

.con8_le:hover .con8_le_sec {
    margin-left: 0;
    transition: all 0.5s;
}



.con8_ri_sec {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.con8_ri_sec1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 9vw;
    transition: all 0.6s;
}

.con8_ri_sec2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 4vw;
    transition: all 0.6s;
}

.con8_ri_sec1_1 {
    width: 22.9406%;
    padding-right: 4vw;
    margin-left: 4vw;
}

.con8_ri_sec1_1a {
    width: 100% !important;
}




.con8_ri_sec2_1 {
    width: 25.3389%;
    margin-bottom: -1vw;
    padding-right: 4vw;
}

.con8_ri_sec1_2 {
    width: 13.9728%;
    margin-right: 1vw;
    transition: all 0.6s;
}

.con8_ri_sec1_2a {
    width: 100%;
    transition: all 0.6s;
    transition-delay: 0.4s;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.con8_ri_sec2_2a {
    width: 100%;
    transition: all 0.6s;
    transition-delay: 0.4s;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.con8_ri:hover .con8_ri_sec1_2a {
    height: 0% !important;

}

.con8_ri:hover .con8_ri_sec2_2a {
    height: 0% !important;

}

.con8_ri_sec2_2 {
    width: 16.9968%;
    height: 100%;
}

.con8_ri_sec1_3 {
    width: 8.13347%;
}

.con8_ri_sec3 {
    width: 100%;
    padding: 6vw 0;
    margin-left: 4vw;
}

.con8_le_menu {
    bottom: -60vw;
    right: -7vw;
    z-index: 5;
    width: 64.3232%;
    transition: all 0.6s;


}

.con8_le:hover .con8_le_menu {
    bottom: -8vw;
    transition: all 0.6s;
}

.con8_le_fir_le {
    z-index: 1;
    top: 0;
    left: 0;
    width: 26.128%;
}




.con8_le_sec_le {
    z-index: 5;
    top: 0;
    left: 0;
    width: 26.128%;
    opacity: 0;
    transition: all 0.2s;
}

.con8_le_sec_le::after {
    display: block;
    content: "";
    clear: both;
    background-color: #fff;
    height: 100%;
    width: 1px;
    right: 0;
    z-index: 1;
    position: absolute;
}

.con8_le_sec2 {
    width: 42.6023%;
    padding-left: 17vw;
    padding-top: 11vw;
}

.con8_le_fir_ri {
    padding-left: 11vw;
}

.con8_le_fir_ri0 {
    width: 49.9475%;
    padding: 11vw 0 8vw 10vw;
}

.con8_le_fir_ri1 {
    width: 23.085%;
}

.con8_le_fir_ri2 {
    width: 23.085%;
    padding-left: 3vw;
}

.con8_ri_fir {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}


.con8_ri_fir_ri {
    z-index: 1;
    top: 0;
    right: 0;
}

.con8_ri_fir_le {
    text-align: center;
    padding-right: 13vw;
    padding-top: 13vw;
}

.con8_ri_fir_le1 {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 200;
}

.con8_str {
    font-weight: 700;
}

.con8_ri_fir_le2 {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
}

.con8_ri_fir_le2>div {
    width: 7vw;
    height: 7vw;
    border-radius: 100px;
    border: 1px solid #ff7800;
    margin-right: -1vw;
}

.con8_ri_fir_le2_p {
    line-height: 7vw;
    font-size: 1vw;
    color: #ff7800;
}

.con8_ri_fir_le2>div.con8on {
    background-color: #ff7800;
}

.con8_ri_fir_le2>div.con8on .con8_ri_fir_le2_p {
    color: #fff;
}

.con8_ri_fir_le3 {
    font-size: 1vw;
    color: #ff7800;
    font-weight: 200;
    padding-top: 3vw;
}

.con8_ri_fir_le3>.str {
    font-weight: 700;
}

.con8_ri_sec {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    margin-right: -120vw;
    transition: all 0.5s;
}

.con8_ri:hover .con8_ri_sec {
    margin-right: 0;
    transition: all 0.5s;
}

.con8_ri:hover .con8_ri_sec_ri {
    opacity: 1;
    transition: all 0.2s;
}


.con8_ri_sec_ri {
    z-index: 5;
    top: 0;
    right: 0;
    width: 26.128%;
    opacity: 0;
    transition: all 0.2s;
}

.con8_ri_sec_ri::after {
    display: block;
    content: "";
    clear: both;
    background-color: #ff7800;
    height: 100%;
    width: 1px;
    left: 0;
    z-index: 2;
    position: absolute;
}




.con9 {
    background-color: #fffbde;
    text-align: center;
    padding: 8vw 0;
    overflow: hidden;
}

.con9_bgtx {
    overflow: hidden;
    padding-top: 10vw;
}

.con9_tx0 {
    font-weight: 300;
}

.con9_tx2 {
    font-weight: 800;
}

.con9_tx3 {
    padding: 2.5vw 0;
    line-height: 1.4vw;
}

.con9_mid_swiper_1 {
    width: 100%;
}

.con9_mid_swiper_1_wrapper {
    padding: 0 5vw;
    box-sizing: border-box;
    margin: 5% 0% 9% 0%;
}

.con9_mid_swiper_1_slide {
    border-radius: 3vw;

}

.con9_mid_swiper_1_slide {
    border-radius: 3vw;
}

.con9_mid_swiper_1_slide_p_con {
    width: 77% !important;
    height: 16vw;
    background-color: #ff7800;
    border: 1px solid #ff7800;
    border-radius: 2.5vw;
    box-sizing: border-box;
    overflow: hidden;
}

.con9_mid_swiper_1_slide h2 {
    font-size: 1.1vw;
    font-weight: 700;
    bottom: -2.5vw;
    left: 34%;
}
.con09_text_sd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 77%;
}
.con09_sd_img_01{
    width: 100%;
    height: 112%;
    top: -10%;
}
.con09_sd_img_02{
    width: 70% !important;
    height: 30vw;
    top: -81%;
}
.con09_sd_img_03{
    width: 100%;
    height: 100%;
}
.con9_mid_swiper_1_slide_p_con {
    transition: 0.3s scale;
}

.con9_mid_swiper_1_slide.swiper-slide-next {
    z-index: 2;
}

.con9_mid_swiper_1_slide.swiper-slide-next .con9_mid_swiper_1_slide_p_con {
    scale: 1.3;
    margin-top: -1vw;
}
.con9_mid_swiper_1_slide.swiper-slide-next .con09_text_sd {
    margin: 12% 0% 0% 0%;
}

.con9_mid_swiper_1_slide.swiper-slide-active .con9_mid_swiper_1_slide_p_con {
    transform: translateX(-10%);
}
.con9_mid_swiper_1_slide.swiper-slide-active .con09_text_sd{
    transform: translateX(-10%);
    margin: 3% 0% 0% 0%;
}

.con9_mid_swiper_1_slide.swiper-slide-next~.con9_mid_swiper_1_slide .con9_mid_swiper_1_slide_p_con {
    transform: translateX(10%);

}

.con9_mid_swiper_1_slide.swiper-slide-next~.con9_mid_swiper_1_slide .con09_text_sd {
    transform: translateX(10%);
    margin: 3% 0% 0% 0%;
}

.con9_mid {
    width: 100%;
    margin: 0% 0% -16% 0%;
}

.con9_deco {
    width: 7.58% !important;
    bottom: 9vw;
    left: 61vw;
    z-index: 1;
    animation: blk 1s infinite ease-in-out;
}

.con9_arr_le {
    z-index: 1;
    width: 3.88451%;
    left: 28vw;
    top: 9vw;
    pointer-events: all;
    z-index: 3
}

.con9_arr_lea {
    transform: scaleX(-1);
    opacity: 0;
    cursor: pointer;
    width: 100% !important;
}

.con9_arr_le.on .con9_arr_lea {
    opacity: 1;
}

.con9_arr_ri {
    z-index: 1;
    width: 3.88451%;
    right: 28vw;
    top: 9vw;
    transform: scaleX(-1);
    cursor: pointer;
    pointer-events: all;
    z-index: 3
}

.con9_arr_ria {
    transform: scaleX(-1);
    width: 100% !important;
}



.con10 {
    background-color: #fffbde;
    text-align: center;
    padding: 5vw 0;
    overflow: hidden;
}

.con10_tx0 {
    font-weight: 300;
}

.con10_tx2 {
    font-weight: 800;
}

.con10_con {
    padding-top: 3vw;

}

.con10_le {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fae6a0;
    height: 31vw;

}

.con10_le_1 {
    width: 29.3809%;
    padding-bottom: 1vw;
    margin-left: 7vw;
}

.con10_le_2 {
    width: 46.5897%;
    margin-left: 7vw;
    overflow: hidden;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.con10_le_2a {
    width: 100% !important;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;

}

.con10_le_2b {
    width: 7.20721%;
    right: -2.2vw;
    bottom: 0.2vw;
}

.con10_le_3 {
    width: 7.66002%;
    padding-bottom: 1vw;
    padding-top: 4vw;
    margin-left: 7vw;
}

.con10_le_4 {
    width: 46.0651%;
    margin-left: 7vw;
    overflow: hidden;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.con10_le_4a {
    width: 100% !important;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}


.con10_ri {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: url("../images/con10_bg.jpg") repeat;
    background-size: contain;
    height: 31vw;
}

.con10_ri_1 {
    margin-left: 16vw;
}

.con10_ri_2 {
    width: 41.9727%;
    margin-left: 16vw;
    padding-top: 1vw;
}

.con10_ri_3 {
    bottom: -2vw;
    right: -8vw;
}

.con10_mid {
    z-index: 1;
}

.con10_mid_0 {
    width: 16.7454%;
}

.con10_mid_1 {
    width: 3.88451%;
    top: 3vw;
}

.con10_mid_2 {
    width: 56.50131%;
    top: 5.5vw;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.con10_mid_2a {
    width: 100% !important;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.con10_mid_3 {
    width: 134.169%;
    right: 0;
    bottom: -1vw;
    overflow: hidden;
}

.con10_03 {
    width: 100%;
}

.con10_mid_3a {
    width: 16.5888%;
    right: 1.2vw;
    bottom: 6vw;
}


.con11 {
    background-color: #fffbde;
    padding: 5vw 0 8vw;
    overflow: hidden;
}

.con11_tx {
    text-align: center;
}

.con11_tx0 {
    font-weight: 300;
}

.con11_tx2 {
    font-weight: 800;
}

.con11_topwrap {
    background: url("../images/con11_06.jpg") no-repeat;
    /* background: url("../images/con11_07.jpg") no-repeat;
    background: url("../images/con11_08.jpg") no-repeat;
    background: url("../images/con11_09.jpg") no-repeat; */
    background-size: cover;
    width: 100%;
    margin-top: 5vw;
}

.con11_top {
    justify-content: flex-start !important;
    align-items: center;
    overflow: hidden;
}

.con11_top_le {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 4vw 0px 3vw;
    background-color: none;
    cursor: pointer;
}

.con11_top_tx1 {
    white-space: nowrap;
    font-size: 2.2vw;
    font-weight: 600;
    color: #ff7800;
    padding-bottom: 1vw;
    margin-left: 17vw;
    transition: all 0.3s;
}

.con11_top_tx2 {
    color: #ff7800;
    font-weight: 200;
    margin-left: 17vw;
    transition: all 0.3s;

}

.con11_top_le_num {
    width: 16.5792%;
    left: 5vw;
    bottom: -13vw;
    transition: all 0.3s;
}

.con11_topwrap>.con11_top>div:hover>div {
    bottom: -0.7vw;
}

.con11_topwrap>.con11_top>div:hover {
    background-color: #ff7800;
}

.con11_topwrap>.con11_top>div:hover .con11_top_tx1 {
    color: #fff;
}

.con11_topwrap>.con11_top>div:hover .con11_top_tx2 {
    color: #fff;
}

.con11_top_ri h2,
.con11_bot_ri h2 {
    text-align: right;
    margin-right: 17vw;
}

.con11_top_ri p,
.con11_bot_ri p {
    text-align: right;
    margin-right: 17vw;
}

.con11_top_ri>div,
.con11_bot_ri>div {
    right: 5vw;
    left: inherit;
}

.con11_menu {
    z-index: 1;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.con11_menu_1 {
    width: 100%;
}

.con12 {
    align-items: flex-start !important;
    flex-direction: row;
    background-color: #fae6a0;
}

.con12_deco {
    z-index: 1;
    width: 42.2572%;
    bottom: -2vw;
    left: 50.36%;
    transform: translateX(-50%);
}

.con12_deco_btn {
    text-align: center;
    bottom: 9vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #000;
    border-radius: 50vw;
    padding: 0.8vw 1.6vw;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
}

.con12_deco_btn>p {
    font-weight: 300;
    font-size: 1vw;
    color: #ff7800;
}

.con12_deco_btn:hover {
    background-color: #fff;
}

.con12_deco_btn:hover>p {
    color: #ff7800;
    font-weight: 600;

}

.con12_tx {
    z-index: 1;
    top: 5vw;
}

.con12_tx1 {
    width: 6.45669%;
}

.con12_tx2 {
    width: 21.7848%;
    padding-top: 2vw;
    padding-bottom: 1vw;
    overflow: hidden;
}

.con12_tx3 {
    width: 14.2257%;
    padding-bottom: 1.5vw;
    overflow: hidden;
}

.con12_le {
    background: url("../images/con12_bg.jpg") repeat;
    background-size: contain;
    height: 43vw;
    width: 50% !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    overflow: hidden;
}

.con12_le_1 {
    width: 74.9213%;
    top: -0.5vw;
    left: -1vw;
}

.con12_le_2 {
    width: 44.9108%;
    left: -0.5vw;
    top: 4vw;
}

.con12_le_3 {
    padding-top: 27vw;
    justify-content: flex-start !important;
    margin-left: 7vw;

}

.con12_le_3>h2 {
    font-weight: 800;
    padding-right: 1vw;
}

.con12_ri_3_line {
    width: 35.2756% !important;
    overflow: hidden;

}

.con12_le_3_line {
    width: 35.2756% !important;
    overflow: hidden;
}

.con12_07 {
    width: 100%;
}

.con12_le_4 {
    margin-left: 7vw;
    font-size: 1.5vw;
    font-weight: 300;
    padding-top: 2vw;
    padding-bottom: 0.6vw;
}

.con12_le_5 {
    margin-left: 7vw;
    width: 53.6201%;
}

.con12_le_5a {
    left: 8vw;
}

.con12_le_5a>h2 {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    animation: blk 1s infinite ease-in-out;
}

.con12_ri {
    background-color: #fae6a0;
    width: 50% !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    height: 43vw;
    overflow: hidden;
}


.con12_ri_3 {
    padding-top: 27vw;
    margin-right: 7vw;
    justify-content: flex-start !important;
    flex-direction: row-reverse !important;
}

.con12_ri_3>h2 {
    font-weight: 800;
    padding-left: 1vw;
    text-align: right;

}

.con12_ri_4 {
    text-align: right;
    margin-right: 7vw;
    font-size: 1.5vw;
    font-weight: 300;
    padding-top: 2vw;
    padding-bottom: 0.6vw;
}

.con12_ri_5 {
    margin-right: 7vw;
    width: 53.6201%;
}

.con12_ri_5a {
    display: flex;
    flex-direction: row;
    right: 0vw;
}
.add_ct_01{
    left: -4%;
    top: -9%;
    font-family: 'suit';
    font-weight: 900;
    font-size: 3.5vw;
}

.con12_ri_5a>h2 {
    color: #000;
    font-size: 3.2vw;
    font-weight: 800;
    text-align: right;
}

.con12_ri_1 {
    width: 86.5687%;
    bottom: -0.8vw;
    right: -1vw;
}

.con12_ri_roll_swiper_4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    margin-top: 4vw;
    margin-bottom: 0;
    overflow: hidden;
    margin-right: 7vw;
}

.con12_ri_roll_swiper_4_slide {
    align-items: flex-end !important;
}

.con12_ri_roll_swiper_4_wrapper {
    height: 70% !important;
}

.con12_ri_roll_swiper_4_slide p {
    text-align: right;
    transition: 0.3s all;
    color: #ff7800;
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: -1px;
}

.con12_ri_roll_swiper_4_slide p {
    opacity: 0.5;
}

.con12_ri_roll_swiper_4_slide.swiper-slide-active p {
    opacity: 1;
}


.con13 {
    background: url("../images/con13_bg.jpg") repeat;
    background-size: contain;
    overflow: hidden;
    padding: 13.5vw 0px;
}

.con13_bg {
    left: 0;
}

.con13_bgtx {
    right: 3vw;
}


/* y_slide start */
.slide_y_wrap {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY 20s infinite linear;
}

.slide_y_wrap img {
    width: unset !important;
    height: 125%;
}

.slide_y_wrap img.absol {
    top: 120%;
}

/* y_slide end */


.con13_le {
    z-index: 1;
    align-items: flex-start !important;
    padding-left: 21vw;
}

.con13_le>h1 {
    color: #000;
    font-size: 3vw;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 3.7vw;
}

.con13_le>h1>.str {
    font-weight: 800;
}

.con13_le_p1 {
    font-size: 1.7vw;
    font-weight: 800;
    letter-spacing: -1px;
    padding: 1.3vw 0 0.8vw;
}

.con13_le_p1 .str {
    color: #ff7800;
    font-size: 2.6vw;
}

.con13_le_p2 {
    font-size: 1.1vw;
}

.con13_ri {
    right: 8vw;
    width: 45.7743%;
}

.con13_ri_1 {
    width: 59.1743%;
}

.con13_04 {
    animation: scaleOpa2 infinite 2s;
}

.con13_03 {
    animation: scaleOpa infinite 2s;
}

.con13_ri_2 {
    width: 53.4404%;
}

.con13_ri_3 {
    width: 47.133%;
    left: 13vw;
}

.con13_ri_4 {
    width: 10.6651%;
    top: 10vw;
    right: 19vw;
}


.con14 {
    background-color: #fffbde;
    padding: 6% 0% 0% 0%
}

.con14_tx {
    text-align: center;
    z-index: 1;
}

.con14_tx1 {
    line-height: 3.3vw;
    font-size: 2.8vw;
}

.con14_tx2 {
    font-weight: 300;
}

.con14_tx3 {
    font-weight: 300;
    font-size: 1.4vw;
    padding-top: 0.8vw;
}

.con14_tx .str {
    color: #ff7800;
    font-size: 5vw;
    letter-spacing: -3px;
}

.con14_bgtx {
    bottom: 18vw;
}

.con14_bgtx img {
    width: 140%;
}

.con14_bot {
    background-color: #6d6d6d;
    border: 1px solid #fae6a0;
    width: 80%;
    height: 30vw;
    z-index: 1;
    border-radius: 50px;
    margin-top: 2vw;
}


.con15 {
    background-color: #fffbde;
    padding: 5vw 0 8vw;
}

.con15_tx {
    text-align: center;
}

.con15_tx>h1 {
    font-size: 3vw;
    padding-top: 0.2vw;
}

.con15_tx>h2 {
    font-size: 2.2vw;
    font-weight: 400;
    padding-top: 0.2vw;
}

.con15_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
}

.con15_mid>div {
    margin: 0% 1.5% 0% 1.5%;
}

.con15_mid_left_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
}

.con15_mid_right_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}

.con15_mid_left {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 3vw 0;
    border: 4px dotted #000;
    border-radius: 40px;
}

.con15_mid_right {
    background-color: #ff7800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 3vw 0;
    border: 4px dotted #000;
    border-radius: 40px;
}

.con15_01 {
    width: 34%;
}

.con15_mid_left .con15_div_top {
    top: -1.6vw;
    width: 31%;

}

.con15_div_top2 {
    top: -1.6vw;
    width: 42%;
}

.con15_mid_right .con15_div_top {
    top: -1vw;
}

.con15_mid_left .con15_div_bottom .con15_div_bottom_s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    border-bottom: 1px solid #777;
    margin: 0% 0% 3% 0%;
}

.con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
    font-weight: 700;
    font-size: 1.3vw;
    color: #261512;
}

.con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
    font-weight: 300;
    font-size: 1.2vw;
    color: #00000078;
    margin: 2% 0% 2% 0%;
}

.con15_mid_right .con15_div_bottom .con15_div_bottom_s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    border-bottom: 1px solid #474747;
    margin: 0% 0% 3% 0%;
}

.con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
    font-weight: 700;
    font-size: 1.3vw;
    color: #000;
}

.con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
    font-weight: 300;
    font-size: 1.2vw;
    color: #474747;
    margin: 2% 0% 2% 0%;
}

.con15_icon {
    width: 4%;
    margin: 0% 0% 0% 1%;
}

.con15_div_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: scroll;
    margin: 5% 0% 0% 0%;
    height: 5vw;
    scrollbar-width: none;
}

.con15_mid_left .con15_div_bottom::-webkit-scrollbar {
    width: 0.5vw;
    height: 0vw;
}

.con15_mid_left .con15_div_bottom::-webkit-scrollbar-track {
    width: 1px;
    background-color: #00000000;
}

.con15_mid_left .con15_div_bottom::-webkit-scrollbar-thumb {
    background-color: #300016;
    position: absolute;
    border-radius: 5px;
}

.con15_mid_right .con15_div_bottom::-webkit-scrollbar {
    width: 0.5vw;
    height: 0vw;
}

.con15_mid_right .con15_div_bottom::-webkit-scrollbar-track {
    width: 1px;
    background-color: #00000000;
}

.con15_mid_right .con15_div_bottom::-webkit-scrollbar-thumb {
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
}

@keyframes matterote {
    0% {
        transform: rotateZ(15deg);
    }

    1% {
        transform: rotateZ(-15deg);

    }

    49% {
        transform: rotateZ(-15deg);

    }

    50% {
        transform: rotateZ(15deg);

    }

    99% {
        transform: rotateZ(15deg);

    }

    100% {
        transform: rotateZ(-15deg);
    }
}

.con15_div_bottom_deco {
    bottom: 1vw;
    right: 0.5vw;
    width: 19.1341%;
    animation: matterote 1s infinite ease-in-out;
}



.con15_le_top {
    margin-left: 5.7vw;
    justify-content: flex-start !important;
    padding-top: 2vw;
}

.con15_le_top1 {
    font-size: 1.5vw;
    font-weight: 700;
}

.con15_le_top2 {
    width: 39.7627%;
    padding: 0 1vw;
    box-sizing: border-box;
}

.con15_le_top3 {
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 0.4vw;
}

.con15_le_top3>span {
    font-size: 2vw;
}

.con15_ri_top {
    margin-left: 5.7vw;
    justify-content: flex-start !important;
    padding-top: 2vw;
}

.con15_ri_top1 {
    font-size: 1.5vw;
    font-weight: 700;
}

.con15_ri_top2 {
    width: 39.7627%;
    padding: 0 1vw;
    box-sizing: border-box;
}

.con15_ri_top3 {
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 0.4vw;
}

.con15_ri_top3>span {
    font-size: 2vw;
    color: #fff;
}



.con16 {
    background: url("../images/con16_bg2.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 7vw 0;
}

.con16_tx1 {
    color: #fff;
}

.con16_tx2 {
    color: #fff;
    padding: 2vw 0 0.5vw;
    font-size: 3vw;
}

.con16_tx3 {
    font-weight: 300;
    font-size: 1.3vw;
    color: #fff;
}

.con16_top {
    background: url("../images/con16_bg.jpg") repeat;
    background-size: contain;
    padding: 3vw 7vw;
    width: 80% !important;
    border-radius: 30px;
    margin-top: 2.5vw;
    box-sizing: border-box;
}

.con16_mid {
    background: url("../images/con16_bg1.jpg") repeat;
    background-size: contain;
    padding: 3vw 10vw;
    width: 80% !important;
    border-radius: 30px;
    margin-top: 2vw;
    box-sizing: border-box;
    margin-bottom: 2.5vw;
}


.con16_top_1>h2 {
    font-size: 1.8vw;
    font-weight: 400;
    padding-bottom: 0.8vw;
}

.con16_top_1in>h1 {
    font-size: 2.5vw;
    font-weight: 800;
    letter-spacing: -0px;
}

.con16_top_1in_zero {
    width: 11.0892%;
    margin-left: 1vw;
}

.con16_top_1in_zeroa {
    width: 71.0059%;
    left: -6.6vw;
    transform-origin: left center;
}

.con16_mid_1in>h1 {
    font-size: 3vw;
    color: #000;
    margin-top: -0.4vw;
}

.con16_mid_1in>h1 .str {
    color: #fff;
}

.con16_bot1 {
    width: 17.7428%;
    margin-right: 1vw;
}

.con16_bot_1in_zero {
    width: 8.87139%;
    margin-top: -0.2vw;
}

.con16_bot_1in_zeroa {
    left: -8.9vw;
}

.con16_deco1 {
    width: 31.1286%;
    bottom: 1vw;
    left: -14vw;

}

.con16_02 {
    animation: rotate_image 10s infinite linear;
}

.con16_deco2 {
    width: 30.1312%;
    right: -11vw;
    top: 8vw;

}

.con16_03 {
    animation: rotate_image 10s infinite linear;
}

.con16_bot_1in_zerob {
    left: -8.6vw;
}

.con17 {
    background: url("../images/con17_bg.jpg") repeat;
    background-size: contain;
    padding: 7vw 0 3vw;
}

.con17_mid {
    z-index: 2;
}

.con17_tx {
    z-index: 1;
}

.con17_deco1 {
    width: 31.8635%;
    left: 4vw;
    top: 5vw;
}

.con17_deco2 {
    width: 31.0236%;
    bottom: 2vw;
    right: 4vw;
}

.con17_mid {
    padding: 3vw 0;
}

.con17_mid_top {
    width: 70% !important;
    margin-right: 3vw;
}

.con17_deco3 {
    width: 17.4278%;
    z-index: 1;
}

.con17_mid_top>div {
    align-items: flex-start !important;
    background-color: #fff;
    padding: 2.3vw 0;
    margin-right: -5vw;
    box-sizing: border-box;
    border: 1px solid #ff7800;
    border-radius: 50vw;
}

.con17_mid_top1_in0 {
    left: 3vw;
    top: 2.7vw;
    /* 이미지 흰색으로 변경 */
    filter: inherit;
}

.con17_mid_top1_in1 {
    font-size: 1.2vw;
    font-weight: 700;
    color: #ff7800;
    margin-left: 8vw;
}

.con17_mid_top1_in2 {
    color: #ff7800;
    padding-top: 0.6vw;
    margin-left: 8vw;
}

.con17_mid_top1 {
    z-index: 5;
    border-radius: 50vw;
    margin-right: -6vw !important;
    width: 56vw !important;
}

.con17_mid_top2 {
    z-index: 4;
    border-radius: 0 50vw 50vw 0 !important;


}

.con17_mid_top3 {
    z-index: 3;
    border-radius: 0 50vw 50vw 0 !important;

}

.con17_mid_top4 {
    z-index: 2;
    border-radius: 0 50vw 50vw 0 !important;
}

.con17_mid_top2>.con17_mid_top1_in1 {
    margin-left: 12vw;
}

.con17_mid_top2>.con17_mid_top1_in2 {
    margin-left: 12vw;

}

.con17_mid_top2>.con17_mid_top1_in0 {
    filter: inherit;
    left: 7vw;
    margin-top: 0.2vw;
    width: 14.0016%;
}

.con17_mid_top3>.con17_mid_top1_in1 {
    margin-left: 12vw;

}

.con17_mid_top3>.con17_mid_top1_in2 {
    margin-left: 12vw;

}

.con17_mid_top3>.con17_mid_top1_in0 {
    filter: inherit;
    left: 7vw;
    margin-top: 0.3vw;
    width: 11.523%;
}

.con17_mid_top4>.con17_mid_top1_in1 {
    margin-left: 11.5vw;
}

.con17_mid_top4>.con17_mid_top1_in2 {
    margin-left: 11.5vw;

}

.con17_mid_top4>.con17_mid_top1_in0 {
    filter: inherit;
    left: 7vw;
    width: 11.9145%;
}

.con17_mid_top>div.con17_on {
    background-color: #ff7800;
}

.con17_mid_top>div.con17_on .con17_mid_top1_in1 {
    color: #fff;
}

.con17_mid_top>div.con17_on .con17_mid_top1_in2 {
    color: #fff;
}

.con17_mid_top>div.con17_on .con17_mid_top1_in0 {
    color: #fff;
    filter: brightness(0) invert(100%);
}

.con17_mid_bot {
    padding-top: 1.5vw;
}

.con17_mid_bot .con17_mid_top4 {
    z-index: 5;
    border-radius: 50vw !important;
}

.con17_mid_bot .con17_mid_top3 {
    z-index: 4;
    border-radius: 50vw 0 0 50vw !important;

}

.con17_mid_bot .con17_mid_top2 {
    z-index: 3;
    border-radius: 50vw 0 0 50vw !important;


}

.con17_mid_bot .con17_mid_top1 {
    z-index: 2;
    width: 65vw !important;
    border-radius: 50vw 0 0 50vw !important;
}




.con17_mid_bot .con17_mid_top2>.con17_mid_top1_in1 {
    margin-left: 9.5vw;
}

.con17_mid_bot .con17_mid_top2>.con17_mid_top1_in2 {
    margin-left: 9.5vw;

}

.con17_mid_bot .con17_mid_top2>.con17_mid_top1_in0 {
    filter: inherit;
    left: 5vw;
    margin-top: 0.2vw;
    width: 14.0016%;
}

.con17_mid_bot .con17_mid_top3>.con17_mid_top1_in1 {
    margin-left: 9.5vw;

}

.con17_mid_bot .con17_mid_top3>.con17_mid_top1_in2 {
    margin-left: 9.5vw;

}

.con17_mid_bot .con17_mid_top3>.con17_mid_top1_in0 {
    filter: inherit;
    left: 5vw;
    margin-top: 0.3vw;
    width: 12.2905%;
}

.con17_mid_bot .con17_mid_top4>.con17_mid_top1_in1 {
    margin-left: 9.5vw;
}

.con17_mid_bot .con17_mid_top4>.con17_mid_top1_in2 {
    margin-left: 9.5vw;

}

.con17_mid_bot .con17_mid_top4>.con17_mid_top1_in0 {
    filter: inherit;
    left: 5vw;
    width: 12.398%;
}

.con18 {
    overflow: hidden;
}

.con18_le {
    width: 50% !important;
    background: url("../images/con18_bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    align-items: flex-start !important;
}

.con18_ri {
    width: 50% !important;
    overflow: hidden;
}

.con18_le_bg {
    z-index: 1;
    width: 100% !important;
}

.con18_le_bgtx {
    margin-bottom: -6vw;
}

.con18_le_tx1 {
    color: #3e3021;
    margin-left: 12vw;
    padding-top: 9vw;
    z-index: 1;
}

.con18_le_tx2 {
    color: #3e3021;
    padding-top: 0.6vw;
    margin-left: 12vw;
    font-size: 1.2vw;
    z-index: 1;
}

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

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

/* form-start */
.form_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    z-index: 1;
}

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

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

.form_margin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.form_margin>div {
    margin: 2% 0% 1% 0%;
}

.form_margin_input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    height: 2.5vw;
    overflow: hidden;
    border-bottom: solid 1px #3e3021;
}

.form_input_01 {
    background-color: #00000000;
    font-family: 'suit';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 75%;
    color: #3e3021;
}

.form_input_02 {
    background-color: #00000000;
    font-family: 'suit';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 75%;
    color: #3e3021;
}

.form_input_03 {
    background-color: #00000000;
    font-family: 'suit';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 75%;
    color: #3e3021;
}

#name_text {
    letter-spacing: 1.8em;
    white-space: nowrap;
    left: 3%;
}

#tel_text {
    letter-spacing: 1.8em;
    white-space: nowrap;
    left: 3%;
}

.form_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 15%;
    font-family: 'suit';
    font-weight: 500;
    font-size: 1.2vw;
    color: #3e3021;
    left: 5%;
}

.form_check_name_01 {
    font-family: 'suit';
    font-weight: 500;
    font-size: 1.2vw;
    color: #3e3021;
    left: 42%;
}

.form_check_name_02 {
    font-family: 'suit';
    font-weight: 500;
    font-size: 1.2vw;
    color: #3e3021;
    left: 65%;
}

.footeer_checkbox_01 {
    width: 3%;
    height: 1vw;
    z-index: 1;
    outline: 1px solid #626262;
    background-color: white;
    appearance: none;
    left: 37%;
    border-radius: 50vw;
    cursor: pointer;
}

.footeer_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ff7800;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}

.footeer_checkbox_02 {
    width: 3%;
    height: 1vw;
    z-index: 1;
    outline: 1px solid #626262;
    background-color: white;
    appearance: none;
    left: 60%;
    border-radius: 50vw;
    cursor: pointer;
}

.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ff7800;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}

.form_margin_Agree_input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    /*    opacity: 0.5;*/
    margin: 1% 0% 0% 0% !important;
}

.agree_text {
    font-family: 'suit';
    font-weight: 400;
    font-size: 0.8vw;
    color: #3e3021;
    left: 78.5%;
    top: -14.5%;
    cursor: pointer;
    pointer-events: all;
}

.form_agree {
    font-family: 'suit';
    font-weight: 400;
    font-size: 0.8vw;
    color: #626262;
    text-decoration: underline;
    left: 87.5%;
    cursor: pointer;
    white-space: nowrap;
}

.footeer_agree_checkbox_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.2%;
    height: 0.7vw;
    z-index: 1;
    outline: 1px solid #626262;
    background-color: white;
    appearance: none;
    margin: 0% 0% 1% 52.5%;
    cursor: pointer;
    border-radius: 25px;
    scale: 1.3;
}

.footeer_agree_checkbox_01:checked::before {
    background-color: #ffffff00;
    content: '✓';
    font-size: 1vw;
    color: #ff7800;
    font-weight: bold;
    transform: scale(1.4);
    position: absolute;
    bottom: 0vw;
    left: 0.1vw;
}

.form_submit_div {
    background-color: #412412;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 4vw;
    font-family: 'suit';
    font-weight: 400;

    color: #fff;
    margin: 4% 0% 4% 0% !important;
    cursor: pointer;
    pointer-events: all;
}

.form_submit_div>p {
    font-size: 1.1vw;
}

/* form-end */
#form_name {
    letter-spacing: 2vw;
}

#form_name2 {
    letter-spacing: 0.5vw;
}

.con12_ri_roll_swiper_4_slide p {
    transition: 0.3s all;
}

.con12_ri_roll_swiper_4_slide.swiper-slide-next p {
    filter: blur(0.08vw);
}

.con12_ri_roll_swiper_4_slide.swiper-slide-next~.con12_ri_roll_swiper_4_slide p {
    filter: blur(0.18vw);
}

.con12_ri_roll_swiper_4_slide.swiper-slide-next~.con12_ri_roll_swiper_4_slide~.con12_ri_roll_swiper_4_slide p {
    filter: blur(0.28vw);
}

.con12_ri_roll_swiper_4_slide.swiper-slide-next~.con12_ri_roll_swiper_4_slide~.con12_ri_roll_swiper_4_slide~.con12_ri_roll_swiper_4_slide p {
    filter: blur(0.38vw);
}

.only_pc {
    display: block;
}

.only_tb {
    display: none;
}

.only_mo {
    display: none;
}

.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
}
.map{
    background-color: #fff;
    width: 82%;
    height: 35vw;
    z-index: 1;
    border: solid 1px #000;
    overflow: hidden;
    border-radius: 25px;
}
.mid_map_search{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 21%;
    height: 23vw;
    left: 10%;
    top: 3%;
    border: 1px solid #00000017;
    border-radius: 25px;
}
.mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: "pretendard-bold";
    cursor: pointer;
}
.on2{
    color: white !important;
}
.off2{
    color: #000 !important;
}
.mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    padding: 0% 0% 4% 0%;
}
.mid_map_search_mid input{
    background-color: #f4f4f4;
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 2.5vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border-radius: 15px;
    border: 1px solid #a5a5a5;
}
.mid_map_search_bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    overflow: scroll;
    height: 17vw;
    border: 1px solid #c7c7c7;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 15px;
}
.mid_map_search_item{
    width: 79%;
    margin: 0% 7%;
    border-bottom: 1px solid #c7c7c7;
    padding: 7%;
    font-size: 0.9vw;
    cursor: pointer;
}
.mid_map_search_item_title{
    font-size: 1.1vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 8%;
}
.map_search{
    right: 6% !important;
    width: 6% !important;
}
.kakao-marker-image {
  width: 50px !important;
  height: 70px !important;
}
.show{
    display: block;
}
.hide{
    display: none;
}
/* 팝업 start */
/* 공통 */
.infor_div{
    opacity: 0;
    pointer-events: none;
}
#popup_modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1111;
}
.popup_modal-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
.popup_close{
    font-family: 'SUIT-Regular';
    font-weight: 700;
    font-size: 1.5vw;
    top: 3%;
    top: 6%;
    right: 2%;
    width: 2%;
    cursor: pointer;
    pointer-events: all;
}
/* 공통 */
/* 팝업 디자인 */
.popup_absol{
    border: 2px solid #ff7800;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 22vw;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    border-radius: 25px;
}
.popup_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup_top_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
}
.popup_top_right_div{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
}
.popup_top_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.popup_top_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 3% -20% 0% 0%;
}
.popup_mid{
    background-color: #00408d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 0.1vw;
}
.popup_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 24% 0%;
}
.infro_popup_img{
    scale: 1;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000;
}
.infro_text_01{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.2vw;
    color: #000;
    margin: 0% 0% 2% 11%;
}
/* 팝업 디자인 */
.popup_text_01{
    font-family: 'Pretendard';
    font-weight: 900;
    font-size: 1.5vw;
    color: #000;
    margin: 0% 0% 3% 0%;
}
.popup_text_02 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.2vw;
    color: #000000bf;
    margin: 0% 0% 1% 0%;
    width: 75%;
    word-break: keep-all !important;
}
.popup_text_03{
    font-family: 'Pretendard';
    font-weight: 900;
    font-size: 1.2vw;
    color: #000;
    margin: 0% 0% 15% 0%;
}
.popup_line {
    background-color: rgb(0 0 0 / 90%);
    width: 75%;
    height: 0.005vw;
    margin: 0% 0% 7% 0%;
}
#popup_link{
    background-color: #ff7800;
    width: 48%;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.2vw;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 2.5vw;
    cursor: pointer;
    pointer-events: all;
}
/* 팝업 end */

/* 반응형 시작 */
.con6_mid_top1_in > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_bot_2{
    top: 100%;
}
.con4_bot_3 {
    top: 127%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-family: 'SUIT Variable';
}
/*
p{
    font-family: 'SUIT Variable';
}
*/


.con1_2nd{
    height: 45vw;
}
.add_video video{
    width: 100%;
}
.add_video {
    width: 105%;
    height: 112%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con1_2nd_con{
    width: 86% !important;
    position: absolute;
    height: 80%;
    justify-content: flex-start !important;
    border: 0.1vw #ff7800 solid;
    background: #000000ab;
}
.con1_2nd_con_top{
    width: 16.3588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.con1_2nd_con_top_2nd{
        width: 43.4607%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con1_2nd_con_top_3rd{
        width: 16.9692%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
}
@media screen and (max-width:1023px) {

    .only_pc {
        display: none;
    }

    .only_mo {
        display: none;
    }

    .only_tb {
        display: block;
    }


    .con1_tt {
        margin-top: 1vw;
    }

    body .p_str {
        font-size: 1.8vw;
    }

    body p {
        font-size: 1.6vw;
    }

    .con2_center p {
        font-size: 2.2vw;
    }

    .con3_top p {
        font-size: 1.8vw;
        font-weight: 300;
    }

    .con3_top2 p {
        padding-bottom: 2vw;
    }

    .con3_bot_1_img {
        width: 110% !important;
    }

    .con3_bot_1_center p {
        font-weight: 400;
        font-size: 1.8vw;
        top: 9vw;
    }

    .con3_bot_1 p {
        font-size: 1.5vw;
    }

    .con4_bot_1_tx {
        width: 39.537% !important;
        margin-left: 45%;
    }

    .con4_bot_1_tx_2 p {
        font-size: 1.6vw;
        padding-left: 0.8vw;
    }

    .con4_bot_1_tx_3 p {
        font-size: 1.6vw;
        padding-left: 0.8vw;
    }

    .con4_bot_1_tx_4 p {
        font-size: 1.6vw;
        padding-left: 0.8vw;
    }

    .con4_bot_1_tx_2 {
        margin-left: 48%;
    }

    .con4_bot_1_tx_3 {
        margin-left: 48%;
    }

    .con4_bot_1_tx_4 {
        margin-left: 48%;
    }

    .con4_bot_1_map {
        width: 45% !important;
        top: -2vw;
        left: 4vw;
    }

    .con4_bot_1_tx_2_ab {
        width: 5.15887% !important;
        top: 8%;
    }

    .con4_bot_2_img {
        padding: 2.2vw 0.3vw 0;
        width: 120% !important;
    }

    .con4_bot_3_ri_p1 {
        font-size: 1.3vw;
        padding-top: 0.5vw
    }

    .con4_bot_3_ri_p2>.p_str {
        font-size: 1.6vw;
    }

    .con4_bot_3_le_in {
        width: 46.7357% !important;
    }

    .con4_bot_1_mapicon_ab {
        width: 56.2462% !important;
        top: 9vw;
        left: 8vw;
    }

    .con4_bot_1_mapicon2_ab {
        width: 59.7439% !important;
        top: 12%;
    }

    .con4_bot_1_mapicon3_ab>div:nth-of-type(2) {
        top: 67%;
        width: 91.2476% !important;
    }

    .con4_bot_1_mapicon3_ab>div:nth-of-type(1) {
        width: 126.2747% !important;
        top: 53%;
    }

    .con5_ti {
        font-size: 1.6vw;
    }

    .con5_midwrap {
        width: 100%;
        padding: 4vw 0;
    }

    .con5_mid {
        display: flex;
        width: 100%;
        flex-direction: row;
        box-sizing: border-box;
        justify-content: center;
    }

    .con6_mid {
        width: 80% !important;
        padding: 4vw 6vw;
    }

    .con6_btn {
        width: 17.1971% !important;
    }

    .con7 {
        padding: 6vw 0;
    }

    .con8_ri_fir_le1 {
        font-size: 2vw;
    }

    .con8_ri_fir_le2_p {
        font-size: 1.3vw;
    }

    .con8_ri_fir_le3 {
        font-size: 1.6vw;
    }

    .con8_ri_sec2_1 {
        width: 30.3384% !important;
    }

    .con8_ri_sec1_1 {
        width: 27.9401% !important;
    }

    .con9_tx3 {
        padding: 2.5vw 0 0;
        line-height: 2.1vw;
    }

    .con9_mid_swiper_1_slide_p_con {
        width: 60% !important;
    }

    .con9_mid_swiper_1_slide.swiper-slide-active .con9_mid_swiper_1_slide_p_con {
        transform: translateX(0%);
    }

    .con9_mid_swiper_1_slide.swiper-slide-next~.con9_mid_swiper_1_slide .con9_mid_swiper_1_slide_p_con {
        transform: translateX(0%);
    }

    .con9_arr_le {
        left: 13vw;
        top: 14vw;
    }

    .con9_arr_ri {
        right: 13vw;
        top: 14vw;
    }

    .con9_bgtx {
        overflow: hidden;
        padding-top: 23vw;
    }

    .con9_mid_swiper_1_slide h2 {
        font-size: 2.3vw;
        bottom: -4.5vw;
    }

    .con9_deco {
        bottom: 1vw;
        left: 65vw;
        z-index: 1;
    }

    .con10_le_1 {
        width: 41.3676% !important;
    }

    .con10_le_3 {
        width: 11.65656% !important;
    }

    .con10_ri_2 {
        width: 54.9537% !important;
    }

    .con10_ri_1 {
        width: 40.3949% !important;
    }

    .con10_ri {
        height: 39vw;
    }

    .con10_le {
        height: 39vw;
    }

    .con10_mid_1 {
        width: 28.2389% !important;
    }

    .con11_top_le {
        padding: 5vw 0px 4vw;
    }

    .con11_menu_1 {
        width: 67% !important;
    }

    .con11_menu {
        top: 47%;
        left: 58%;
    }

    .con11_top_le {
        height: 7vw;
    }

    .con12_ri {
        height: 46vw;
    }

    .con12_le {
        height: 46vw;
    }

    .con12_le_4 {
        font-size: 2vw;
    }

    .con12_ri_4 {
        font-size: 2vw;

    }

    .con13_bg {
        width: 61.1102% !important;
    }

    .con13_le_p1 {
        font-size: 2.2vw;
        padding: 2.3vw 0 1.8vw;
    }

    .con13_le_p2 {
        font-size: 1.3vw;
        line-height: 1.8vw;
    }

    .con14_tx3 {
        font-size: 2vw;
        padding-top: 1.8vw;
    }

    .con15_div_top {
        width: 34.5197% !important;
    }

    .con15_div_top2 {
        width: 49.9348% !important;
    }

    .con15_le_top1 {
        font-size: 2vw;
    }

    .con15_le_top2 {
        width: 28% !important;
    }

    .con15_le_top3>span {
        font-size: 3vw;
    }

    .con15_le_top3 {
        font-size: 2vw;
    }

    .con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
        font-size: 1.8vw;
    }

    .con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
        font-size: 1.5vw;
        margin: 2% 0% 2% 0%;
    }

    .con15_ri_top1 {
        font-size: 2vw;
    }

    .con15_ri_top3>span {
        font-size: 3vw;
    }

    .con15_ri_top3 {
        font-size: 2vw;
    }

    .con15_ri_top2 {
        width: 28% !important;
    }

    .con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
        font-size: 1.8vw;
    }

    .con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
        font-size: 1.5vw;
        margin: 2% 0% 2% 0%;
    }

    .con16_tx3 {
        font-size: 1.6vw;
        padding-top: 0.5vw;
    }

    .con17_mid_top {
        margin-right: 5vw;
    }

    .con17_mid_top>div {
        height: 13vw;
        margin-right: -6vw;
    }

    .con17_mid_top {
        width: 80% !important;
    }

    .con17_mid_top1_in2 {
        font-size: 1.4vw;
    }

    .con17_mid_top1 {
        width: 67vw !important;
    }

    .con17_mid_bot .con17_mid_top3>.con17_mid_top1_in0 {
        left: 4vw;
    }

    .con17_mid_bot .con17_mid_top4 {
        width: 80% !important;
    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in0 {
        left: 3vw;
    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in2 {
        margin-left: 7.5vw;
    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in1 {
        margin-left: 7.5vw;
    }

    .con17_mid_top1_in1 {
        font-size: 1.6vw;
    }

    .con18_le_tx2 {
        padding-top: 1.6vw;
        font-size: 1.6vw;
    }

    .form_name {
        font-size: 1.6vw;
    }

    .form_margin_input {
        height: 3vw;
    }

    .agree_text {
        font-size: 1.2vw;
        left: 71.5%;
        top: 0vw;
    }

    .form_submit_div>p {
        font-size: 1.7vw;
    }

    .form_submit_div {
        height: 5vw;
        margin: 8% 0% 4% 0% !important;
    }

    .footeer_agree_checkbox_01 {
        width: 2% !important;
        height: 0.7vw;
        outline: 1px solid #412412;
        margin: 1% 0% 1% 34.5%;
        scale: 1.8;
    }

    .form_margin_Agree_input {
        margin: 6% 0% 0% 0% !important;
    }

    .form_check_name_01 {
        font-size: 1.5vw;
    }

    .form_check_name_02 {
        font-size: 1.5vw;
    }

    .footeer_checkbox_01 {
        width: 2.8% !important;
        height: 1vw;
        outline: 1px solid #412412;
        scale: 1.4;
    }

    .footeer_checkbox_02 {
        width: 2.8% !important;
        height: 1vw;
        outline: 1px solid #412412;
        scale: 1.4;
    }

    .footeer_checkbox_01:checked::before {
        transform: translate(0%, -29%);
    }

    .footeer_checkbox_02:checked::before {
        transform: translate(0%, -29%);
    }

    .footeer_agree_checkbox_01:checked::before {
        background-color: #ffffff00;
        content: '✓';
        font-size: 1vw;
        color: #ff7800;
        font-weight: bold;
        transform: scale(1.4);
        position: absolute;
        bottom: 0vw;
        left: 0.1vw;
    }

}


@media screen and (max-width:599px) {
    
.hover1 {
    background-color: #ff7800 !important;
}
.hover1 .con11_top_tx1{
    color: #fff;
}
.hover1 .con11_top_tx2{
    color: #fff;
}
.hover1 .con11_top_le_num {
    bottom: -0.7vw;
}
   
.hover2 {
    background-color: #ff7800 !important;
}
.hover2 .con11_top_tx1{
    color: #fff;
}
.hover2 .con11_top_tx2{
    color: #fff;
}
.hover2 .con11_top_le_num {
    bottom: -0.7vw;
} 
    
    
.hover3 {
    background-color: #ff7800 !important;
}
.hover3 .con11_top_tx1{
    color: #fff;
}
.hover3 .con11_top_tx2{
    color: #fff;
}
.hover3 .con11_top_le_num {
    bottom: -0.7vw;
} 
    
.hover4 {
    background-color: #ff7800 !important;
}
.hover4 .con11_top_tx1{
    color: #fff;
}
.hover4 .con11_top_tx2{
    color: #fff;
}
.hover4 .con11_top_le_num {
    bottom: -0.7vw;
} 
    
    
.add_ct_01 {
    left: -4%;
    top: -9%;
    font-family: 'suit';
    font-weight: 900;
    font-size: 6.5vw;
}
.con4_bot_3 {
    overflow: unset;
}

.map_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: unset;
    margin: 3% 0% 100% 0%;
}
.map {
    background-color: #fff;
    width: 96%;
    height: 61vw;
    z-index: 1;
    border: solid 1px #000;
    overflow: unset;
    border-radius: 15px;
}
.mid_map_search {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 96%;
    height: 90vw;
    left: 2%;
    top: 102%;
    border: 1px solid #00000017;
    border-radius: 15px;
}
.mid_map_search_mid input {
    background-color: #f4f4f4;
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 7.5vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 3vw;
    border-radius: 15px;
    border: 1px solid #a5a5a5;
}
.mid_map_search_item_title {
    font-size: 4.1vw;
    font-family: "pretendard-bold";
}
.mid_map_search_bottom {
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    overflow: scroll;
    height: 65vw;
    border: 1px solid #c7c7c7;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 15px;
}
.popup_top {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup_absol {
    border: 2px solid #ff7800;
    background-color: #fff;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 79%;
    height: 104vw;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    border-radius: 15px;
}
.popup_top_left_div {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 6% 0% 0% 0%;
}

.con15_div_bottom {
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: scroll;
    margin: 5% 0% 0% 0%;
    height: 14vw;
    scrollbar-width: none;
}

.popup_close {
    font-family: 'SUIT-Regular';
    font-weight: 700;
    font-size: 3.5vw;
    top: 3%;
    top: 1%;
    right: 3%;
    width: 2%;
    cursor: pointer;
    pointer-events: all;
}
.popup_top_right_div {
    background-color: #fff;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
}

    .only_pc {
        display: none;
    }

    .only_tb {
        display: none;
    }

    .only_mo {
        display: block;
    }




    /* 폰트 공통 */
    body h1 {
        font-size: 7vw;
        font-weight: 800;
    }

    body .h1_sub {
        font-size: 7vw;
    }

    body .cr_org {
        color: #ff7800;
    }

    body h2 {
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: -1px;
    }

    body .h2_sub {
        font-weight: 300;
        font-size: 6vw;
    }

    body h3 {
        font-family: 'Paperlogy-1Thin';
        font-size: 3vw;
        letter-spacing: 2px;
    }

    body p {
        font-size: 3.2vw;
    }

    body .p_str {
        font-size: 3.2vw;
        font-weight: 700;
    }


    .con1 {
        height: 150vw;
    }

    .con1_bgef {
        width: 285% !important;
        z-index: 6;
    }

    .con1_bg>div {
        width: 181.787% !important;
    }

    .con1_bg {
        bottom: -15vw;
        left: -47vw;
    }

    .con1_tt {
        margin-top: 42vw;
    }

    .con1_tt h1 {
        font-size: 9vw;
        margin-top: 1.5vw;
    }

    .con1_tt h2 {
        font-size: 8vw;
    }

    .con1_tt h3 {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .con1_bgtx {
        top: 130vw;
        width: 170% !important;
    }

    body .h1_sub {
        font-size: 7vw;
    }

    .con2 {
        padding: 15vw 0;
    }

    body .h2_sub {
        font-weight: 300;
        font-size: 5vw;
    }

    .con2_center {
        width: 90%;
        margin: 6vw 0;
    }

    .con2_center>div {
        height: 32vw;
    }

    .con2_center_img {
        bottom: -33vw;
    }

    .con2_center>div:hover .con2_center_img {
        width: 87.4091% !important;
        bottom: -9vw;
    }

    .con2_center>div:hover p {

        padding-top: 8vw;
    }


    .con2_center p {
        font-size: 3.7vw;
        margin-bottom: -8vw;
        padding-top: 14vw;
    }

    .con2_ttp .p_str {
        font-size: 3.8vw;
        font-weight: 700;
        margin-bottom: 2vw;
    }

    .con2_center>div:hover .con2_center_tx {
        left: 0vw;
    }

    .con2_center_2 .con2_center_tx img {
        width: 100% !important;
    }


    .con2_center>div.con2_on .con2_center_img {
        bottom: -9vw;
        transform: rotate(-360deg);
        width: 91.157% !important;
    }
    
    .con2_center>div.con2_on {
        background: #ff7800;
    }
    
    .con2_center>div.con2_on p {
        color: #fff;
        margin-bottom: -7vw;
        padding-top: 5vw;
    }
    
    .con2_center>div.con2_on .con2_center_tx {
        left: -4vw;
        transition: all 0.3s;
    }
    .con2_center > div {
        pointer-events: none;
    }

    

    .con3 {
        padding: 15vw 0 6vw;
    }

    .con3_top2 {
        width: 240% !important;
    }

    .con3_top p {
        font-size: 3.2vw;

    }

    .con3_top1 p {
        font-size: 2.5vw;
        text-align: center;
        margin-bottom: 1vw;
    }

    .con3_top3 p {
        font-size: 2.5vw;
        text-align: center;
    }

    .con3_top1 {
        padding: 2vw;
        border: 1px solid #ffffff4a;
        border-radius: 10px;
        box-sizing: border-box;
        margin-right: 2vw;
    }

    .con3_top3 {
        margin-left: 2vw;
        margin-right: 0;
    }

    .con3_top {
        width: 90%;
    }

    .con3_top1_in h2 {
        margin-bottom: -0.6vw;
        font-size: 3vw;
    }

    .con3_end {
        width: 34.3202% !important;
        margin-bottom: 4vw;
        margin-top: 7vw;
    }

    .con3_bot {
        margin-top: -13vw;
    }

    .con3_bot_1_img1 {
        width: 114.6147% !important;
    }

    .con3_bot_le0 {

        margin-top: 54vw;
        margin-right: -24vw;
    }

    .con3_bot_le1 {

        margin-top: 54vw;
        margin-left: -24vw;
    }

    .con3_bot_1 h3 {
        top: 1.6vw;
        font-size: 2.1vw;
    }

    .con3_bot_1 p {
        font-size: 2.2vw;
        top: 5vw;
    }

    .con3_bot_1 h2 {
        bottom: 1.5vw;
        font-size: 3.3vw;
    }

    .con3_bot_1_center h3 {
        top: 11vw;
        font-size: 3.5vw;
    }

    .con3_bot_1_img {
        width: 100% !important;
        scale: 1.2;
    }

    .con3_bot_1_center p {
        font-size: 3vw;
        top: 17vw;
    }

    .con3_bot_1_center h2 {
        font-size: 6.8vw;
        bottom: 6.3vw;
    }

    .con3_bot_1_center {
        overflow: inherit;
    }

    .con4_top {
        width: 170% !important;
        padding-bottom: 14vw;
        margin-top: -17vw;
    }

    .con4_top_2 {
        margin-top: -4.3vw;
        width: 32.6667% !important;
    }

    .con4_top_1 {
        margin-top: -25vw;
        z-index: 1;
        width: 51% !important;
    }

    .con4_mid {
        width: 58.664% !important;
        margin-left: -10vw;
    }

    .con4_mid div {
        right: -13.5vw;
        top: 7vw;
        width: 25.3624% !important;
    }

    .con4_top_3_le img {

        position: absolute;
        margin-left: -23vw;
        bottom: -46vw;


    }

    .con4_top_3 {
        width: 50% !important;
        z-index: 2;
        top: 2vw;
    }


    .con4_bot {
        width: 110%;
        margin-top: 9vw;
        padding-bottom: 113vw;
    }

    .con4_bot_1 {
        width: 80%;
        padding: 10vw 0 9vw;
        top: 0;
        z-index: 3;
    }

    .con4_bot_1_map {
        width: 63% !important;
        top: -9vw;
        left: 19vw;
    }

    .con4_bot_1_mapicon_ab {
        width: 65.2462% !important;
        top: 20vw;
        left: 11vw;
    }

    .con4_bot_1_mapicon2_ab {
        width: 69.7439% !important;
        top: 22%;
    }

    .con4_bot_1_mapicon3_ab {
        width: 17.1406% !important;
        top: 28vw;
    }

    .con4_bot_1_tx {
        width: 76.537% !important;
        margin-left: 11vw;
        margin-top: 54vw;
    }

    .con4_bot_1_ti {
        width: 15% !important;
        top: 8%;
        left: 6vw;
    }

    .con4_bot_1_ti1 {
        width: 8% !important;
        top: 6%;
        right: 4.5%;
    }

    .con4_bot_1_tx_2 p {
        font-size: 3.2vw;
    }

    .con4_bot_1_tx_3 p {
        font-size: 3.2vw;
    }

    .con4_bot_1_tx_4 p {
        font-size: 3.2vw;
    }

    .con4_bot_1_tx_2 {
        width: 100% !important;
        margin-top: 6%;
        margin-left: 14vw;
    }

    .con4_bot_1_tx_3 {
        width: 100% !important;
        margin-top: 2%;
        margin-left: 14vw;
    }

    .con4_bot_1_tx_4 {
        width: 100% !important;
        margin-top: 2%;
        margin-left: 14vw;
    }

    .con4_bot_1_tx_2_ab {
        width: 3.6% !important;
        top: 4%;
    }

    .con4_bot_1_tx_2 p br {
        display: block;
    }

    .con4_bot_1_tx_3 p br {
        display: block;
    }

    .con4_bot_1_tx_2_ab_ab {
        width: 100% !important;
        left: 2%;
        bottom: 5%;
    }

    .con4_bot_2 {
        width: 80%;
        padding: 15vw 0 9vw;
        top: 0;
        z-index: 5;
    }

    .con4_bot_2_tx {
        width: 48.3293% !important;
        margin-top: 1vw;
    }

    .con4_bot_2_img>div {
        width: 60% !important;
        margin: 1vw 0;
    }

    .con4_bot_2_img {
        width: 100% !important;
        flex-wrap: wrap;
        padding: 5.2vw 0.3vw 0;
    }

    .con4_bot_2 .con4_bot_1_ti {
        top: 4%;
    }

    .con4_bot_2 .con4_bot_1_ti1 {
        top: 3%;
    }

    .con4_bot_3 {
        width: 80%;
        padding: 12vw 12vw 9vw;
        box-sizing: border-box;
        z-index: 6;
        margin-top: 9vw;
    }

    .con4_bot_3 {
        flex-direction: column;
        top: 0;
    }

    .con4_bot_3_le {
        width: 100%;
        height: 85vw;
        margin-left: 0;
         margin-top: 14vw;
    }

    .con4_bot_3_le_in {
        width: 29.7357% !important;
        bottom: -9vw;
        right: -3vw;
    }

.con4_bot_3_ri {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-left: 0vw;
}
    .con4_bot_3_ri>h2 {
        padding-bottom: 2.7vw;
        font-size: 5vw;
        margin-top: 5vw;
        text-align: center;
    }

    .con4_bot_3_ri_p1 {
        font-size: 3.2vw;
        font-weight: 300;
        text-align: center;
    }

    .con4_bot_3_ri_in {
        padding: 4.6vw 0;
        justify-content: center;
        align-items: center;
    }

    .con4_bot_3_ri_in>div {
        width: 29.60109% !important;
    }

    .con4_bot_3_ri_p2>.p_str {
        font-size: 3.2vw;
        margin: 2% 0% 0% 0%;
    }
    .con4_bot_3_ri_p2{
        text-align: center;
    }

    .con5_tx {
        width: 63.0945% !important;
    }

    .con5_ti {
        padding-top: 4.3vw;
        font-size: 3.2vw;
        text-align: center;
    }

    .con5_midwrap {
        padding: 8vw 0;
    }

    .con5_bot {
        width: 90%;
        padding-top: 8vw;
        margin-bottom: 12vw;
    }

    .con5_bot_tx1 {
        width: 36.4066% !important;
    }

    .con5_bot_tx2 {
        width: 59.0934% !important;
        padding: 3.1vw 0 4.6vw;
    }

    .con5_bot_tx3 {
        width: 78.0294% !important;
    }

    .con5_bot_in {
        padding: 10vw 5vw;
    }

    .con5_bot_deco {
        width: 56.7689% !important;
        bottom: -6vw;
        right: -7vw;
        z-index: 3;
    }

    .con5_bot_in1 {
        width: 37.7987% !important;
    }

    .con5_bg1 img {
        width: 100% !important;
    }

    .con5_bot_bg2 {
        right: 26vw;
    }

    .con6 {
        padding: 15vw 0;
    }

    .con6_tx1 {
        width: 22.45669% !important;
    }

    .con6_tx2 {
        width: 55.2598% !important;
        padding-top: 3.2vw;

    }

    .con6_mid {
        width: 90% !important;
        padding: 8vw 6vw;
        margin-top: 5.2vw;
    }

    .con6_mid_top {
        flex-wrap: wrap;
        margin-right: -4vw;
    }

    .con6_mid_top1 {
        width: 50%;
        margin-bottom: 4vw;
    }

    .con6_mid_top1_in {
        width: 90%;
        height: 40vw;
    padding-top: 12vw;
    }

    .con6_mid_top1_tx {
        font-size: 4vw;
        padding-top: 2.6vw;
        width: 100%;
        margin-left: -1vw;
    }

    .con6 {
        background-position: -76vw 0vw;
    }

    .con6_btn {
        width: 38.1971% !important;
    }

    .con6_deco {
        width: 60.0136% !important;
        margin-bottom: -2vw;
    }

    .con6_mid_top1_in>div {
        width: 100% !important;
    }

    .con7 {
        padding: 8vw 4vw;
        box-sizing: border-box;
    }

    .con7_mid2 {
        width: 31.2675% !important;
    }


    .con6_02a {
        width: 29vw !important;
    }

    .con7_mid {
        width: 81.5958% !important;
        padding-bottom: 3vw;
        padding-top: 11vw;
    }

    .con7_deco1 {
        left: -32vw;
        top: 21vw;
        width: 59.0026% !important;
    }

    .con7_deco2 {
        right: -31vw;
        z-index: 2;
        bottom: 19vw;
        width: 55.4777% !important;
    }

    .con8 {
        flex-direction: column;
    }

    .con8_le {
        width: 100%;
    }

    .con8_ri {
        width: 100%;
    }

    .con8_le_menu {
        right: -12vw;
        top: 38vw;
        width: 55.1785% !important;
    }

    .con8_le_sec2 {
        width: 40.3123% !important;
        padding-left: 25vw;
        padding-top: 14vw;
    }

    .con8_le_bg {
        width: 100% !important;
    }

    .con8_le_fir {
        height: 100%;
        overflow: hidden;
    }

    .con8_le_bg {
        width: 100% !important;
        height: 60vw;
        overflow: hidden;
    }

    .con8_le_fir_ri0 {
        width: 43.9475% !important;
        padding: 0vw 0 6vw 0;
        margin-left: 4vw;
    }

    .con8_le_fir_le {
        width: 17.3% !important;
    }

    .con8_le_fir_ri1 {
        width: 25% !important;
    }

    .con8_le_fir_ri2 {
        width: 25% !important;
    }

    .con8_le_sec_le {
        width: 17.3% !important;
    }

    .con8_le_sec {
        overflow: hidden;
        margin-left: -200vw;
    }

    .con8_ri_bg {
        width: 100% !important;
        height: 60vw;
        overflow: hidden;
    }

    .con8_ri_sec {
        margin-right: -200vw;
    }

    .con8_ri_fir_ri {
        width: 17.3% !important;
    }

    .con8_ri_sec_ri {
        width: 17.3% !important;
    }

    .con8_ri_fir_le1 {
        font-size: 4vw;
    }

    .con8_ri_fir_le2_p {
        font-size: 3.2vw;
        line-height: 16vw;
    }

    .con8_ri_fir_le2>div {
        width: 16vw;
        height: 16vw;
    }

    .con8_ri_fir_le3 {
        font-size: 4vw;
    }

    .con8_ri_sec3 {
        width: 72.8714% !important;
        padding: 6vw 0;
        margin-left: 5vw;
    }

    .con8_ri_sec1 {
        padding-top: 11vw;
    }

    .con8_ri_sec1_1 {
        width: 32.9401% !important;
        padding-right: 6vw;
        margin-left: 12vw;
    }

    .con8_ri_sec1_2 {
        width: 14.03412% !important;
        margin-right: 2vw;
    }

    .con8_ri_sec1_3 {
        width: 9.09449% !important;
    }

    .con8_ri_sec2_1 {
        margin-left: 8vw;
    }

    .con8_ri_sec2_2 {
        width: 17.55643% !important;
    }

    .con8_ri_sec2_2a {
        width: 100% !important;
    }

    .con8_06a {
        width: 13.94971vw !important;
    }


    .con8_le.con8_on .con8_le_sec {
        margin-left: 0;
        transition: all 0.5s;
    }

    .con8_ri.con8_on .con8_ri_sec1_2a {
        height: 0% !important;
    }

    .con8_ri.con8_on .con8_ri_sec2_2a {
        height: 0% !important;
    }

    .con8_le.con8_on .con8_le_menu {
        bottom: -8vw;
        transition: all 0.6s;
    }

    .con8_ri.con8_on .con8_ri_sec {
        margin-right: 0;
        transition: all 0.5s;
    }

    .con8_ri.con8_on .con8_ri_sec_ri {
        opacity: 1;
        transition: all 0.2s;
    }

    .con8_le,
    .con8_ri {
        pointer-events: none;
    }


    .con9 {
        padding: 15vw 0 29vw;
    }

    .con9_tx3 {
        padding: 3.5vw 0 0;
        line-height: 3.8vw;
    }

    .con9_tx0 {
        font-size: 4.4vw;
    }

    .con9_mid_swiper_1_slide_p_con {
        width: 80% !important;
        height: 56vw;
        border-radius: 8.5vw;
    }
.con09_text_sd {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.con9_mid_swiper_1_slide.swiper-slide-active .con09_text_sd {
    transform: translateX(0%);
}
.con9_mid_swiper_1_slide.swiper-slide-next~.con9_mid_swiper_1_slide .con09_text_sd{
    transform: translateX(0%);
}
.con09_sd_img_02 {
    width: 78% !important;
    height: 87vw;
    top: -54%;
}

    .con9_bgtx {
        padding-top: 74vw;
    }

    .con9_arr_ri {
        right: 6vw;
        top: 22.4vw;
        width: 9.88451% !important;
z-index: 3;

    }

    .con9_arr_le {
        left: 5vw;
        top: 21vw;
        width: 9.88451% !important;
        z-index: 3;
    }

    .con9_mid {
        margin-top: 3vw;
        margin-right: -1vw;
    }

    .con9_deco {
        width: 23.55906% !important;
        bottom: -13vw;
        left: unset;
        z-index: 1;
    }

    .con9_mid_swiper_1_slide h2 {
        font-size: 4vw;
        bottom: -9.5vw;
    }

    .con9_tx2 {
        font-size: 6vw;
        margin-top: 3vw;
    }

    .con10_con {
        padding-top: 6vw;
        flex-direction: column !important;
    }

    .con10_le {
        width: 90%;
        height: 52vw;
    }

    .con10_ri {
        height: 80vw;
        width: 90%;
        overflow: inherit;
    }

    .con10_ri_2 {
        width: 70.9537% !important;
        margin-left: 13vw;
        padding-top: 1vw;
    }

    .con10_ri_3 {
        bottom: -6vw;
        right: -4vw;
        width: 60.5276% !important;
    }

    .con10_ri_1 {
        margin-left: 13vw;
        margin-bottom: 2vw;
        width: 47.3949% !important;
    }

    .con10_le_1 {
        width: 43.42.3676% !important;
        padding-bottom: 2vw;
        margin-left: 11vw;
    }

    .con10_le_3 {
        width: 10.65656% !important;
        padding-bottom: 2vw;
        padding-top: 6vw;
        margin-left: 11vw;
    }

    .con10_le_2 {
        width: 40.3071% !important;
        margin-left: 11vw;
    }

    .con10_le_4 {
        width: 43.0446% !important;
        margin-left: 11vw;
    }

    .con10_le_2b {
        right: -4.2vw;
    }

    .con10_le_4 .con10_le_2b {
        width: 6.5% !important;
    }
    .con10_06  {
        width: 36.0274vw !important;
    }
    .con10_07  {
        width: 38.7681vw !important;
    }
    .con10_04 {
        width: 16.3873vw !important;
    }


    .con10_mid_0 {
        width: 29.7454% !important;
        right: 5vw;
        top: -47vw;
    }

    .con10_mid_1 {
        top: 5vw;
    }

    .con10_mid_2 {
        top: 10.5vw;
    }

    .con10_mid_3a {
        bottom: 8vw;
    }

    .con10_mid_3 {
        bottom: 3vw;
        width: 100% !important;
    }

    .con10_mid_2 {
        top: 10.5vw;
        width: 53.9735% !important;
    }

    .con10_tx>h2 {
        font-size: 6vw;
    }

    .con11 {
        padding: 13vw 0 0vw;
    }

    .con11_top {
        flex-direction: column !important;
    }

    .con11_top>div {
        width: 100% !important;
        overflow: hidden;
    }

    .con11_top_le {
        height: 13vw;
        padding: 9vw 0px 4vw;
    }

    .con11_top_le_num {
        left: 28vw;
        width: 17.2073% !important;
        bottom: -25vw;
    }

    .con11_top_le1 .con11_top_le_num {
        width: 15.2073% !important;
    }

    .con11_top_tx1 {
        font-size: 4vw;
        ;
        margin-left: 50vw;
    }

    .con11_top_tx2 {
        margin-left: 50vw;
    }

    .con11_top_ri>div,
    .con11_bot_ri>div {
        left: 28vw;
        right: inherit;
    }

    .con11_top_ri h2,
    .con11_bot_ri h2 {
        text-align: left;
        margin-right: inherit;
        margin-left: 50vw;
    }

    .con11_top_ri p,
    .con11_bot_ri p {
        text-align: left;
        margin-left: 50vw;
    }

    .con11_menu_1 {
        width: 80% !important;
    }

    .con11_menu {
        top: 47%;
        left: 3vw;
    }

    .con12_le {
        height: 115vw;
    }

    .con12_ri {
        height: 115vw;
    }

    .con12_tx1 {
        width: 21.45669% !important;
        margin-top: 12vw;
    }

    .con12_tx2 {
        width: 39.7848% !important;
        padding-top: 4vw;
        padding-bottom: 1.5vw;
    }

    .con12_tx3 {
        width: 25.2257% !important;
        padding-bottom: 3.5vw;
    }

    .con12_tx>p {
        text-align: center;
    }

    .con12_ri_1 {
        top: -0.8vw;
        bottom: inherit;
    }

    .con12_le_3 {
        padding-top: 60vw;
    }

    .con12_le_4 {
        font-size: 4vw;
        padding-top: 3vw;
    }

    .con12_le_2 {
        width: 62.8595% !important;
        top: 3vw;
    }

    .con12_le_5a>h2 {
        font-size: 6.2vw;
    }

    .con12_le_5 {
        width: 103.5589% !important;
    }

    .con12_ri_3 {
        padding-top: 60vw;
    }

    .con12_ri_4 {
        font-size: 4vw;
        padding-top: 3vw;
    }

    .con12_ri_5a>h2 {
        font-size: 6.2vw;
    }

    .con12_le_3_line {
        margin-left: 3vw;
    }

    .con12_ri_3_line {
        margin-right: 3vw;
    }

    .con12_deco {
        width: 57.2572% !important;
        bottom: -8vw;
    }

    .con12_deco_btn>p {
        font-size: 3.2vw;

    }

    .con12_deco_btn {
        bottom: 16vw;
        padding: 2.8vw 4.6vw;
        width: 60%;
    }

    .con12_ri_roll_swiper_4_slide p {
        font-size: 2.3vw;
    }

    .con13_bg {
        width: 158.1102% !important;
        left: -68vw;
    }

    .con13 {
        padding: 15vw 0px;
        flex-direction: column;
    }

    .con13_le>h1 {
        font-size: 6vw;
        line-height: 7.4vw;
    }

    .con13_le_p1 {
        font-size: 4vw;
    }

    .con13_le_p1 .str {
        font-size: 5vw;
    }

    .con13_le_p2 {
        font-size: 3vw;
        line-height: 4.3vw;
        margin-top: 2vw;
    }

    .con13_ri {
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70.7743% !important;
        margin-top: 0vw;
    }

    .con13 {
        padding: 0 0px;
        height: 130vw;
    }

    .con13_le {
        padding-left: 31vw;
        margin-top: 56vw;
    }

    .con13_ri_1 {
        width: 79.2149% !important;
    }

    .con13_ri_2 {
        width: 65.477% !important;
    }

    .con13_ri_3 {
        width: 61.1654% !important;
        left: 18vw;
    }

    .con13_ri_4 {
        width: 19.6725% !important;
        top: 9vw;
        right: 27vw;
    }

    .slide_y_wrap img {
        height: 99% !important;
    }

    .slide_y_wrap img.absol {
        top: 110%;
    }

    .con14_tx1 {
        line-height: 7vw;
        font-size: 6vw;
    }

    .con14 {
        padding: 14vw 0;
    }

    .con14_tx .str {
        font-size: 12vw;
    }

    .con14_tx3 {
        font-size: 3.8vw;
        padding-top: 2.8vw;
    }

    .con14_bot {
        width: 100%;
        height: 54vw;
        border-radius: 0;
        margin-top: 5vw;
    }

    .con14_bgtx {
        bottom: 6vw;
    }

    .con15 {
        padding: 12vw 0 10vw;
    }

    .con15_tx>h1 {
        font-size: 6vw;
        padding-top: 4vw;
    }

    .con15_tx>h2 {
        font-size: 5vw;
    }

    .con15_mid {
        flex-direction: column;
        padding-top: 10vw;
    }

    .con15_mid_left {
        width: 100% !important;
        height: 35vw;
        border: 3px dotted #000;
        border-radius: 40px;
    }

    .con15_mid_right {
        width: 100% !important;
        height: 35vw;
        border: 3px dotted #000;
        border-radius: 40px;
    }

    .con15_mid_left_div {
        width: 80%;
    }

    .con15_mid_right_div {
        width: 80%;
    }

    .con15_mid_left .con15_div_top {
        top: -4.6vw;
    }

    .con15_mid>div {
        margin: 0% 1.5% 5vw 1.5%;
    }

    .con15_mid_left .con15_div_top {
        top: -3.6vw;
    }

    .con15_div_top2 {
        top: -3.6vw;
    }

    .con15_le_top1 {
        font-size: 4vw;
    }

    .con15_le_top {
        margin-left: 13.7vw;
        padding-top: 0vw;
    }

    .con15_mid_left_div {
        align-items: center;
    }

    .con15_le_top3 {
        font-size: 4vw;
    }

    .con15_le_top3>span {
        font-size: 7vw;
    }

    .con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
        font-size: 3.6vw;
    }

    .con15_mid_left .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
        font-size: 3.2vw;
    }

    .con15_mid_left .con15_div_bottom .con15_div_bottom_s {
        margin: 0% 0% 4% 0%;
        width: 82%;
    }

    .con15_mid_left {
        height: inherit;
        padding: 8vw 0px;
    }

    .con15_ri_top1 {
        font-size: 4vw;
    }

    .con15_ri_top {
        margin-left: 13.7vw;
        padding-top: 0vw;
    }

    .con15_mid_right_div {
        align-items: center;
    }

    .con15_ri_top3 {
        font-size: 4vw;
    }

    .con15_ri_top3>span {
        font-size: 7vw;
    }

    .con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(1) {
        font-size: 3.6vw;
    }

    .con15_mid_right .con15_div_bottom .con15_div_bottom_s>p:nth-of-type(2) {
        font-size: 3.2vw;
    }

    .con15_mid_right .con15_div_bottom .con15_div_bottom_s {
        margin: 0% 0% 4% 0%;
        width: 82%;
    }

    .con15_div_bottom_deco {
        width: 17.99325% !important;
    }

    .con16 {
        padding: 15vw 0;
    }

    .con16_tx1 {
        width: 27.979% !important;
    }

    .con16_tx2 {
        padding: 3vw 0 1vw;
        font-size: 7vw;
    }

    .con16_tx3 {
        font-size: 4vw;
    }

    .con16_top {
        flex-direction: column !important;
        padding: 8vw 8vw;
        width: 70% !important;
        margin-top: 6.5vw;
    }

    .con16_top_1>h2 {
        font-size: 5vw;
        padding-bottom: 1.8vw;
    }

    .con16_top_1 {
        border-bottom: 1px solid #d5c078;
        padding-bottom: 6vw;
        margin-bottom: 6vw;
    }

    .con16_mid .con16_top_1 {
        border-bottom: 1px solid #c75e00;
    }

    .con16_top_1in>h1 {
        font-size: 6vw;
    }

    .con16_top_1in_zero {
        width: 50.2573% !important;
        margin-left: 3vw;
    }

    .con16_top_1in_zeroa {
        width: 63% !important;
        left: -18.9vw;
        top: 5vw;
    }

    .con16_bot .con16_top_1in_zeroa {
        width: 63% !important;
        left: 17.1vw;
        top: -7vw;
    }


    .con16_top>div:nth-child(3) {
        border-bottom: none;
        padding-bottom: 0vw;
        margin-bottom: 0vw;
    }

    .con16_mid {
        flex-direction: column !important;
        padding: 8vw 8vw;
        width: 70% !important;
        margin-top: 3.5vw;
    }

    .con16_deco2 {
        width: 48.1312% !important;
        right: -14vw;
        top: -20vw;
    }

    .con16_top_1in>h1 {
        font-size: 7vw;
        letter-spacing: 0px;
    }

    .con16_mid>div:nth-child(3) {
        border-bottom: none;
        padding-bottom: 0vw;
        margin-bottom: 0vw;
    }

    .con16_bot {
        flex-direction: column !important;
        padding-top: 6vw;
    }

    .con16_bot .con16_top_1in_zero {
        width: 30.2573% !important;
        margin-left: 3vw;
        margin-top: 3.8vw;
    }

    .con16_bot1 {
        width: 39.7428% !important;
        margin-right: 0vw;
    }

    .con16_deco1 {
        width: 43.1286% !important;
        bottom: -14vw;
        left: -15vw;
    }


    .con17 {
        padding: 20vw 0 12vw;
    }

    .con17_deco1 {
        width: 35.8635% !important;
        left: 2vw;
        top: 0vw;
    }

    .con17_deco2 {
        width: 32.0236% !important;
        bottom: -1vw;
        right: 1vw;
    }

    .con17_mid {
        padding: 5vw 0;
    }


    .con17_mid_top>div {
        height: inherit;
    }

    .con17_mid_top {
        margin-right: 0;
        flex-wrap: wrap;
        width: 90% !important;
    }

    .con17_mid_top>div {
        align-items: flex-start !important;
        padding: 4.3vw 0;
        margin-right: 0;
        border-radius: 10px !important;
        width: 50% !important;
    }

    .con17_mid_top1 {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .con17_mid_top1.on {
        margin-bottom: 0px !important;
    }

    .con17_mid_top1_in1 {
        font-size: 3vw;
        margin-left: 13vw;
    }

    .con17_mid_top1_in2 {
        font-size: 2.6vw;
        margin-left: 13vw;
        padding-top: 1.6vw;
    }

    .con17_mid_top1_in0 {
        left: 4vw;
        top: 5.7vw;
        width: 12.1406% !important;
    }

    .con17_mid_top3>.con17_mid_top1_in0 {
        left: 4vw;
        margin-top: 1.7vw;
        width: 11.1406% !important;
    }

    .con17_mid_top2>.con17_mid_top1_in0 {
        top: 7.7vw;
        left: 4vw;
        width: 12.1406% !important;
    }

    .con17_mid_top4>.con17_mid_top1_in0 {
        left: 4vw;
        top: 6.7vw;
        width: 11.1406% !important;
    }



    .con17_mid_bot>div {
        height: inherit;
    }

    .con17_mid_bot {
        margin-right: 0;
        flex-wrap: wrap;
        width: 90% !important;
        padding-top: 0;
    }

    .con17_mid_bot>div {
        align-items: flex-start !important;
        padding: 4.3vw 0;
        margin-right: 0;
        border-radius: 10px !important;
        width: 50% !important;
    }

    .con17_mid_bot .con17_mid_top1 {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .con17_mid_bot .con17_mid_top1.on {
        margin-bottom: 0px !important;
    }

    .con17_mid_bot .con17_mid_top1 {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .con17_mid_bot .con17_mid_top1.on {
        margin-bottom: 0px !important;
    }

    .con17_mid_bot .con17_mid_top1 {
        width: 50% !important;
        border-radius: 10px !important;
    }

    .con17_mid_bot .con17_mid_top2 {
        width: 50% !important;
        border-radius: 10px !important;
    }

    .con17_mid_bot .con17_mid_top3 {
        width: 50% !important;
        border-radius: 10px !important;
    }

    .con17_mid_bot .con17_mid_top4 {
        width: 50% !important;
        border-radius: 10px !important;
    }

    .con17_mid_bot .con17_mid_top2>.con17_mid_top1_in1 {
        margin-left: 13vw;
    }

    .con17_mid_bot .con17_mid_top2>.con17_mid_top1_in2 {
        margin-left: 13vw;
    }

    .con17_mid_bot .con17_mid_top3>.con17_mid_top1_in1 {
        margin-left: 13vw;
    }

    .con17_mid_bot .con17_mid_top3>.con17_mid_top1_in2 {
        margin-left: 13vw;
    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in1 {
        margin-left: 13vw;

    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in2 {
        margin-left: 13vw;
    }

    .con17_mid_bot>div>.con17_mid_top1_in0 {
        left: 4vw;
        top: 7.7vw;
        width: 15% !important;
    }

    .con17_mid_bot .con17_mid_top2>.con17_mid_top1_in0 {
        left: 4vw;
        margin-top: -0.8vw;
        width: 14.0016% !important;
    }

    .con17_mid_bot .con17_mid_top3>.con17_mid_top1_in0 {
        left: 4vw;
        top: 6.7vw;
        width: 13% !important;
    }

    .con17_mid_bot .con17_mid_top4>.con17_mid_top1_in0 {
        left: 3vw;
        top: 5.7vw;
        width: 15% !important;
    }

    .con17_deco3 {
        width: 36.4278% !important;
        margin-top: 2vw;
    }

    .con18 {
        flex-direction: column !important;
    }

    .con18_le {
        width: 100% !important;
        align-items: center !important;
    }

    .con18_le_tx1 {
        margin-left: 0;
        padding-top: 17vw;
        font-size: 9vw;
    }

    .con18_le_tx2 {
        padding-top: 3vw;
        padding-bottom: 4vw;
        font-size: 3.2vw;
        text-align: center;
        margin-left: 0;
    }

    .con18_ri {
        width: 100% !important;
        padding: 10vw 0;
    }

    .form_div {
        width: 90%;
    }

    .form_name {
        font-size: 3.2vw;
        left: 3%;
        width: 22%;
    }

    .form_margin>div {
        margin: 4% 0% 4% 0%;
        padding: 2vw 0;
    }

    .form_margin_input p {
        font-size: 3.6vw;
    }

    .footeer_checkbox_01 {
        width: 4% !important;
        height: 3.2vw;
        scale: 1.4;
    }

    .footeer_checkbox_01:checked::before {
        transform: translate(0%, 0);
    }

    .footeer_checkbox_02 {
        width: 4% !important;
        height: 3.2vw;
        scale: 1.4;
    }

    .form_check_name_01 {
        left: 44%;
    }

    .form_check_name_02 {
        left: 67%;
    }

    .footeer_checkbox_02:checked::before {
        transform: translate(0%, 0);
    }

    .agree_text {
        font-size: 3.6vw;
        left: 64.5%;
    }

    .footeer_agree_checkbox_01 {
        width: 4% !important;
        height: 3.2vw;
        scale: 1.4;
        margin: -1.7% 0% 1% 19.5%;
    }

    .footeer_agree_checkbox_01:checked::before {
        font-size: 3vw;
        left: 0.7vw;
    }

    .form_submit_div>p {
        font-size: 4vw;
    }

    .form_submit_div {
        padding: 5vw 0 !important;
    }

    .form_margin_Agree_input {
        margin: 6% 6% 0% 0% !important;
    }

    
    
    .con4_bot {
        width: 110%;
        margin-top: 9vw;
        padding-bottom: 22vw;
    }
    
    
    .con4_bot_1 {
        position: relative !important;
    }
        
    .con4_bot_2 {
        position: relative !important;
    }
        
    .con4_bot_3 {
        position: relative !important;
    }
    .con4_bot_3 {
        margin-top: 4vw;
    }
    .con8_ri_sec2_2a img{
        width: 17.45375vw !important;;
    }
    
    .con9_tx2 {
        font-size: 6vw;
        margin-top: -7vw;
    }
        .con11_menu_2 {
        width: 80% !important;
    }
        .con11_menu_3 {
        width: 80% !important;
    }
        .con11_menu_4 {
        width: 80% !important;
    }
    .popup_text_01{
                font-size: 3.2vw;
    }
    .popup_text_02{
                font-size: 3.2vw;
        
    }
        .popup_text_03{
                font-size: 3.2vw;
        
    }
#popup_link {
    background-color: #ff7800;
    width: 48%;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.2vw;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 5.5vw;
    cursor: pointer;
    pointer-events: all;
}
    
.con1_2nd {
    height: 52vw;
}
    
    .con1_2nd_con_top {
        width: 34.3588%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con1_2nd_con_top_2nd {
        width: 72.4607%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con1_2nd_con_top_3rd {
    width: 32.9692%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
    .con1_2nd_con_top_2nd .reveal{
        width: 61.9268vw !important;
    }
    .con1_2nd_con {
    width: 86% !important;
    position: absolute;
    height: 85%;
    }
    
    .con1_2nd_con {
    width: 86% !important;
    position: absolute;
    height: 80%;
    justify-content: flex-start !important;
    border: 0.1vw #ff7800 solid;
    background: #0000006e;
}
    
    
    
}