* {
    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%;
}
.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;
}

.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
@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: '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: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    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 marquee3 {
    from { transform: translateX(0); }
    to { transform: translateX(-400%); }
}
@keyframes marquee4 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marquee5 {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@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.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    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;
    }
}
.main{
    flex-direction: column;
    padding-top: 8%;
    background: url(/images/main_bg.jpg) no-repeat center / cover;

}
.main_top {
    margin-top: 5%;
    width: 28.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_1{
    width: 100%;
}
.main_top_2 {
    width: 49.6%;
    height: 7.6vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8%;
    margin-bottom: 0.8%;
}
.main_3{
    z-index: 1;
    width: 44.5%;
    margin-bottom: -1.3%;
    margin-right: 1.5%;
}
.main_4{
    z-index: 1;
    width: 34.8%;
}
.main_top_3{
    width: 28.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.main_5{
    width: 100%;
}
.main_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.1%;
    z-index: 1;
    margin-top: -2%;
}
.main_6{
    width: 100%;
    animation: ddm_m 2s infinite;
}
.main_12{
    top: 12%;
    width: 91.3%;
}
.main_2{
    width: 98%;
}
.main_left {
    left: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 27%;
    width: 15%;
}
.main_right {
    right: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 27%;
    width: 19.9%;
}
.main_8_2{
    margin-left: 5%;
    margin-right: 5%;
}
.main_10{
    margin-left: 3%;
    margin-right: 5%;
    max-width: 45.4%;
}
.main_8{
    width: 14.6%;
    animation: ddm_m 2s infinite;
}
.main_8_2{
    width: 33.4%;
    margin-left: 5%;
    margin-right: 5%;
}
.main_9{
    width: 42.6%;
}
.main_8_right{
    width: 10%;
    animation: ddm_m 2s infinite;
}
.main_11{
    width: 35%;
}
.con1{
    background: url(/images/con1_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con1_con{
    border: 1px solid #015430;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 3%;
    flex-direction: column;
}
.con1_top{
    margin-top: 4%;
    width: 12.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_2{
    width: 23.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con1_top_2_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.con1_top_2_top{
    width: 82%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
    margin-top: 5%;
}
.con1_1{
    width: 100%;
}
.con1_3{
    width: 4.3%;
}
.con1_2{
    width: 46%;
}
.con1_4{
    width: 46.5%;
}
.con1_top_3{
    margin-top: 1.7%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31.4%;
    margin-bottom: 2%;
}
.con1_5{
    width: 100%;
}
.con1_mid{
    width: 55.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_6{
    width: 100%;
}
.con1_bottom {
    width: 75.3%;
    display: block;
    margin-top: 3%;
    margin-bottom: 5%;
    align-items: center;
}
.con1_bottom_item {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    margin: 0 1%;
}
.con1_bottom_item_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 88%;
}
.con1_bottom_item_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    width: 90%;
}
.con1_10{
    width: 100%;
}
.con1_9{
    width: 100%;
    animation: scaleOpa2 2s infinite;

}
.con1_8{
    width: 94%;
    animation: scaleOpa 2s infinite;
}
.con1_bottom_item_top img:nth-child(1){
    width: 89%;
}
.con1_12{
    width: 93%;
}
.con1_14{
    width: 115%;
}
.con1_16{
    width: 90%;
}
.con2{
    background: url(/images/con2_bg.jpg) no-repeat center / cover;

}
.con2_left_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con2_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 59.2%;
    flex-direction: column;
    margin-left: -1%;
    margin-top: 13%;
    margin-bottom: 13%;
}
.con2_right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    overflow: hidden;
}
.con2_1{
    width: 49%;
}
.con2_2{
    width: 100%;
    margin-top: 4%;
    margin-bottom: 8%;
}
.con2_3{
    width: 93%;
}
.con2_4{
    margin-top: 11%;
    width: 64%;
}
.con2_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-bottom: -25%;
}
.con2_5 {
    width: 35%;
    margin-right: 19%;
}
.con3{
    background: url(/images/con3_bg.jpg) no-repeat center / cover;
flex-direction: column;
}
.con3_top{
    margin-top: 7%;
    width: 30.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con3_3{
    width: 100%;
}
.con3_top_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 1%;
    width: 22.7%;
}
.con3_top_2_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    margin-bottom: 4%;
}
.con3_top_2_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.con3_7{
    width: 6.5%;
}
.con3_4{
    width: 28.4%;
}
.con3_5{
    width: 27.3%;
}
.con3_6{
    width: 28.7%;
}
.con3_top_3 {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1.7%;
    margin-bottom: 8%;
}
.con3_8{
    width: 100%;
    margin-bottom: 2%;
}
.con3_top_4{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con3_10{
    width: 100%;
}
.con3_mid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
}
.con3_mid_img_con{
    width: 39.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    border: solid 1px #015430;
    margin: 6% 0;
    margin-left: 9%;
    overflow: hidden;
}
.con3_11{
    width: 34%;
}

.con3_mid_2{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con3_17 {
    width: 100%;
}
.con3_mid_3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
}
.con3_mid_3 > div{
    margin-left: 0%;
    margin-right: 9%;
}
.con3_mid_img_con img{
    width: 100%;
}
.con3_13{
    animation: marquee3 infinite 20s linear;
}
.con3_14{
    right: -100%;
}
.con3_15{
    right: -200%;
}
.con3_16{
    right: -300%;
}
.con3_13_2{
    right: -400%;
}

.con3_25{
    width: 46%;
}
.con3_22{
    width: 32%;
}
.con3_19{
    width: 28%;
}
.con3_bottom_top{
    width: 33.6%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con3_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 24%;
}
.con3_27{
    width: 100%;
}
.con3_bottom_bottom{
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 6.5%;
}
.con3_bottom_bottom_item{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1.3%;
}
.con3_bottom_bottom_item_video_con{
    width: 100%;
    height: 15vw;
    border: solid 1px white;
    margin-bottom: 6%;
}
.con3_bottom_bottom_item_video_con > iframe{
    width: 100%;
    height: 100%;
}
.con3_bottom_bottom_item > img{
    width: 39.4%;
}
.con3_9{
    width: 43%;
}
.con3_mid_img_con_mutant{
    padding: 0;
}
.con3_1{
    top: 0%;
    left: 0px;
    width: 27%;
}
.con3_2{
    top: 7%;
    right: 0px;
    width: 27%;
}
.con3_26 {
    bottom: 11%;
    left: -9%;
    width: 43%;
    animation: ddm_m 2s infinite;
}
.sd{
    flex-direction: column;
}
.sd_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0.8% 0;
    background: #f6efd8;
}
.sd_top > img{
    width: 100%;
    animation: marquee4 infinite 20s linear;
}
.sd_top .absol{
    right: -100%;
}
.sd_mid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200%;
}
.sd_mid > div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

    animation: marquee5 infinite 40s linear;
}
.sd_mid .absol{
    left: -100%;
}
.sd_top_sd img{
    width: 12.5%
}


.sd_bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0.8% 0;
    background: #000000;
}
.sd_bottom > img{
    width: 100%;
    animation: marquee4 infinite 20s linear;
}
.sd_bottom .absol{
    right: -100%;
}
.con4{
    background: url(/images/con4_bg.jpg) no-repeat center / cover;
    flex-direction: column;

}
.con4_con{
    border: 1px solid #015430;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 3%;
    flex-direction: column;
}
.con4_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34%;
    margin-top: 5%;
}

.con4_top img{
    width: 100%;
}
.con4_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 12%;
    margin-bottom: 12%;
}
.con4_2{
    width: 15%;
    margin-bottom: 2%;
}
.con4_3{
    width: 20%;
}
.con4_4{
    width: 29.5%;
    z-index: 1;
}
.con4_5{
    left: 11%;
    top: -30%;
    width: 25.3%;
}
.con4_6{
    right: 11%;
    top: -30%;
    width: 25.3%;
}
.con4_7{
    left: 11%;
    bottom: -20%;
    max-width: 27.8%;
}
.con4_8{
    right: 11%;
    bottom: -20%;
    width: 28.6%;
}
.con4_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4%;
    width: 75.9%;
}
.con4_9{
    width: 100%;
}
.con5{
    background: url(/images/con5_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con5_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:77%;
    margin-top: 11%;
    margin-bottom: 23%;
}
.con5_1{
    width: 42%;
}
.con5_2{
    width: 43%;
    margin-bottom: 2%;
    margin-top: 2%;
}
.con5_3{
    width: 32%;
}
.con5_4{
    width: 18.3%;
    bottom: 5%;
    right: 8%;
}

.con5_5_2{
    padding-bottom: 9%;
    background: url(/images/con5_bg2.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con5_mid_swiper {
    width: 80%;
    overflow: hidden;
}
.con5_mid_2_swiper {
    width: 80%;
    overflow: hidden;
}

.con5_mid_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: 0.3s all;
    padding: 0.8%;
    box-sizing: border-box;
    border: 1px solid #015430;
}
.con5_mid_swiper_slide img{
    transition: 0.3s all;
}
.con5_mid_swiper_slide:hover img:nth-child(1){
    filter: brightness(0.5);
}
.con5_mid_swiper_slide:hover img:nth-child(2){
    opacity: 1;
}
.con5_mid_swiper_slide img:nth-child(2){
    width: 58.8%;
    opacity: 0;
}
.con5_mid_swiper_slide img:nth-child(1){
    width: 100%;
}
.con5_5{
    flex-direction: column;
}
.con5_top_2{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 5.5%;
}
.con5_5{
    width: 100%;
}
.con5_mid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5_top_3{
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5.5%;
}
.con5_22{
    width: 100%;
}
.con6{
    flex-direction: column;
    background: url(/images/con6_bg.jpg) no-repeat center / cover;

}
.con6_1 {
    left: 0;
    width: 28%;
    top: 1%;
    z-index: 1;
    animation: ddm_m 2s infinite;
}
.con6_2{
    right: 0;
    width: 31%;
    animation: ddm_m 2s infinite;

}
.con6_top{
    margin-top: 7%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.con6_4{
    max-width: 6%;
    margin-left: 1%;
    margin-right: 1%;
}
.con6_5{
    width: 23%;
}
.con6_6{
    width: 32%;
    margin-top: 1.5%;
    z-index: 1;
}
.con6_7{
    width: 19.5%;
    margin-top: 2%;
    margin-bottom: 3%;
    z-index: 1;

}
.con6_mid img {
    float: left;
    margin: 1% 1.4%;
    width: 30.5%;
}
.con6_mid{
    width: 58%;
    margin-bottom: 6%;
    z-index: 1;
}
.con6_17{
    top: 4.8%;
    width: 53%;
}
.con7{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con7_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43.8%;
    margin-top: 8%;
}
.con7_1{
    width: 100%;
}
.con7_mid_item{
    float: left;
    width: 30%;
    margin: 1% 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_mid_item img{
    transition: 0.3s all;
}
.con7_mid_item:hover .absol{
    opacity: 1;
}
.con7_mid_item .absol{
    opacity: 0;
}
.con7_mid{
    width: 75%;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con7_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71.2%;
    margin-bottom: 4%;
}
.con7_14{
    width: 100%;
}
.con8{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con8_con{
    border: 1px solid #015430;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 3%;
    flex-direction: column;
}
.con8_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24.1%;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con8_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73.2%;
    margin-bottom: 3%;
}
.con8_2_tel{
    width: 20vw;
    height: 5vw;
    display: flex;
    bottom: 26%;
}
.con8_1{
    width: 100%;
}
.con8_2{
    width: 39.2%;
}
.con8_3{
    width:100%;
}



.con9{
    flex-direction: column;
    background: url(/images/con9_bg.jpg) no-repeat center / cover;

}



.con15_5{
    width: 15%;
}
.con15_6{
    width: 16.5%;
}
.loca {
    width: 33.5%;
    font-size: 0.7em;
    padding-left: 3%;
    box-sizing: border-box;
    border: 1px solid #015430;
}
.shops{
    width: 31.5%;
    border-radius: 0px 50px 50px 0px;
    font-size: 0.7em;
    padding-left: 3%;
    box-sizing: border-box;
    border: 1px solid #015430;
}
.con15_mid_right_search {
    display: flex;
    justify-content: center;
    width: 62%;
    margin-top: 3%;
    margin-bottom: 2%;
}
.con15_7_left{
    left: 45%;
    top: 22%;
    width: 4%;
}
.con15_7_right{
    right: 4%;
    top: 22%;
    width: 4%;
}
.con9_top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    width: 19.8%;
    overflow: hidden;
}
.con9_1{
    width: 100%;
}
.con9_bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-bottom: 6%;
}
.con9_bottom_item{
    width: 29%;
    height: 29vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 0% 2%;
    float: left;
}
.con9_bottom_item_photo{
    margin: 2%;
    box-sizing: border-box;
    border: 1px solid #015430;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17vw;
    overflow: hidden;
}
.con9_bottom_item_photo img{
    width: 100%;
}
.con9_bottom_item_detail_title{
    font-family: TTTtangsbudaejjigaeB;
    color: #015430;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con9_bottom_item_detail_p{
    font-family: Pretendard-regular;
    font-size: 0.6em;
    width: 100%;
    margin-bottom: 2%;
}
.con9_bottom_item_detail_title_{
    font-family: pretendard-bold;
    font-size: 1em;
}
.con9_bottom_item_detail{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}



#con14{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.con14_1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 8%;
}
.con14_1 img:nth-child(1){
    width: 35%;
    padding-bottom: 4%;
}
.con14_1 img{
    width: 70%;
}
#con14 .con14_2 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}





/*form*/
#con14{
    background: url(/images/con10_bg.jpg) no-repeat center / cover;

}
.formWrap {
    width: 54%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10000;
    background: url(/images/con10_3.png) no-repeat center / cover;
    background-size: 166%;
    padding-top: 0%;
    padding-bottom: 1%;
    border-radius: 50px;
    margin-top: 7%;
    box-shadow: 9px 10px 11px #00000057;
}
.con12_1{
    width: 22%;
}
.form {
    display: flex;
    flex-direction: column;
    width: 89%;
}
.form .form_margin:nth-of-type(1){
    padding-top: 9%;
}

.form_margin {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    margin-bottom: 1px;
}

.form_margin span {
    display: inline-block;
    padding-right: 15px;
}

.form_margin span img {
    width: 14px;
}

.form_agree {
    color: #1a0c0c;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: -1%;
    position: relative;
    z-index: 2;
    border-top: solid 3px #1a0c0c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
}
.form_agree01{
    width: 20px;
    height: 20px;
}
.form_agree02{
    padding-left: 1%;
}
.btn_button {
    font-family: "Noto Sans KR";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 8px 13px;
    border-radius: 50px;
    float: right;
    text-decoration: underline;
}

.form_label {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    width: 100%;
    background: #aa000700;
    display: block;
    color: #1a0c0c;
    border-bottom: 1px solid #1a0c0c;
    padding: 18px 20px;
    box-sizing: border-box;
    flex-shrink: 2;
    margin-bottom: -2px;

}

.form_input {
    font-family: "Noto Sans KR";
    width: 100%;
    font-weight: 400;

    font-size: 18px;
    border: 1px solid #cbcbcb;
    padding: 18px 20px;
    box-sizing: border-box;
}

.form_input::placeholder {
    font-family: "Noto Sans KR";
}

.form_controls {
    font-family: "Noto Sans KR";
    font-weight: 500;
    width: 100%;
}

.form_textbox {
    width: 100%;
    height: 180px;
    border: 1px solid #cbcbcb;
    font-family: "Noto Sans KR";
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 18px;
}

.form_btn {
    margin-top: 12px;
    z-index: 2;
}

.form_submit {
    font-size: 34px;
    font-family: "pretendard-bold";
    font-weight: 500;
    border-radius: 50px;
    padding: 15px 0;
    letter-spacing: -1px;
    border: none;
    background: #015430;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    display: block;
    width: 20%;
    margin-top: 2%;
    margin-bottom: 5%;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #015430;
}

input {
    text-decoration-line: none;
}

input[type="button"] {
    cursor: pointer;
    outline: none;
    border: none;
}
.form_textbox{
    border: 1px solid #cbcbcb;
    font-family: "Noto Sans KR";
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    height: 266px;
}
.formWrap_top{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con11_1{
    width: 43%;
    padding-bottom: 2%;
}
.formWrap_tel{
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm3 infinite alternate 1s;
}
.con10_4{
    width: 29%;
    left: 0;
}
.con10_5{
    width: 24%;
    right: -1%;
    top: 22%;
}
.con7_mid_item img {
    transition: 0.3s all;
    width: 100%;
}

.con11_2{
    width: 100%;
}
.main_2 {
    width: 50vw;
}
#map {
    height: 30vw;
    width: 60%;
    border-radius: 50px 0 50px 0;
    border: #073634 solid 4px;
    box-shadow: 4px 5px 3px 3px #555555;
    margin-bottom: 4%;
}
@media screen and (max-width:1023px) {
    .main_12 {
        top: 16%;
        width: 91.3%;
    }
    .main_top_2 {
        width: 67.6%;
        height: 10.6vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.8%;
        margin-bottom: 0.8%;
    }
    .main_top_3 {
        width: 41.9%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .main_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 41.1%;
        z-index: 1;
        margin-top: -3%;
    }
    .main_left {
        left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 19%;
        width: 20%;
    }
    .main_right {
        right: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 20%;
        width: 26.9%;
    }
    .main_12 {
        top: 16%;
        width: 97.3%;
        height: 50vw;
    }
    .con1_top {
        margin-top: 6%;
        width: 20.2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_top_2 {
        width: 37.9%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con1_top_3 {
        margin-top: 3.7%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 52.4%;
        margin-bottom: 3%;
    }
    .con1_mid {
        width: 77.3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_bottom_item {
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: left;
        margin: 0 1%;
        height: 55vw;
    }
    .con2_left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 115.2%;
        flex-direction: column;
        margin-left: 23%;
        margin-top: 13%;
        margin-bottom: 13%;
    }
    .con2_5 {
        width: 50%;
        margin-right: 19%;
    }
    .con3_top {
        margin-top: 12%;
        width: 47.4%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con3_top_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
        width: 33.7%;
    }
    .con3_top_3 {
        width: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5.7%;
        margin-bottom: 10%;
    }
    .con3_top_4 {
        width: 78%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    .con3_mid {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 92%;
    }
    .con3_top_4 {
        width: 91%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    .con3_10 {
        width: 126%;
    }
    .con3_17 {
        width: 126%;
    }
    .con3_mid_2 {
        width: 91%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
    }
    .con3_mid_3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 91%;
    }
    .con3_bottom_top {
        width: 54.6%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_bottom_bottom {
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 6.5%;
    }
    .con3_bottom_bottom_item_video_con {
        width: 100%;
        height: 17vw;
        border: solid 1px white;
        margin-bottom: 6%;
    }
    .con3_2 {
        top: 1%;
        right: 0px;
        width: 27%;
    }
    .sd_top {
        width: 200%;
    }
    .sd_top > img {
        animation: marquee4 infinite 30s linear;
    }
    .sd_mid {
        width: 400%;
    }
    .sd_mid > div {
        animation: marquee5 infinite 30s linear;
    }

    .sd_bottom {
        width: 200%;
    }
    .sd_bottom > img {
        animation: marquee4 infinite 30s linear;
    }



    .con4_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 49%;
        margin-top: 9%;
    }
    .con4_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 119%;
        margin-top: 20%;
        margin-bottom: 18%;
    }
    .con4_5 {
        left: 11%;
        top: -138%;
        width: 39.3%;
    }

    .con4_6 {
        right: 11%;
        top: -131%;
        width: 39.3%;
    }
    .con4_7 {
        left: 11%;
        bottom: -66%;
        max-width: 40.8%;
    }
    .con4_8 {
        right: 11%;
        bottom: -65%;
        width: 37.6%;
    }
    .con4_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 6%;
        width: 93.9%;
    }
    .con5_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 128%;
        margin-top: 13%;
        margin-bottom: 25%;
    }
    .con5_4 {
        width: 19.3%;
        bottom: 5%;
        right: 8%;
    }
    .con6_mid img {
        float: left;
        margin: 1% 1.4%;
        width: 47.2%;
        height: 23vw;
    }
    .con6_16{
        margin-left: 26% !important;
    }
    .con6_1 {
        left: 0;
        width: 28%;
        top: 19%;
        z-index: 1;
    }
    .con6_mid {
        width: 72%;
        margin-bottom: 6%;
        z-index: 1;
    }
    .con6_17 {
        top: 4.8%;
        width: 61%;
    }
    .con6_3{
        width: 6%;
    }
    .con6_top {
        margin-top: 10%;
        width: 143%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con6_6 {
        width: 42%;
        margin-top: 2.5%;
        z-index: 1;
    }
    .con6_7 {
        width: 28.5%;
        margin-top: 4%;
        margin-bottom: 5%;
        z-index: 1;
    }
    .con6_17 {
        top: 2.8%;
        width: 72%;
    }
    .con7_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60.8%;
        margin-top: 8%;
    }
    .con9_top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        width: 23.8%;
    }
    .formWrap {
        width: 54%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 10000;
        background: url(/images/con10_3.png) no-repeat center / cover;
        background-size: 185%;
        padding-top: 0%;
        padding-bottom: 1%;
        border-radius: 50px;
        margin-top: 7%;
        box-shadow: 9px 10px 11px #00000057;
    }
    .form_input {
        font-family: "Noto Sans KR";
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        border: 1px solid #cbcbcb;
        padding: 7px 20px;
        box-sizing: border-box;
    }
    .form_label {
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: -1px;
        width: 100%;
        background: #aa000700;
        display: block;
        color: #1a0c0c;
        border-bottom: 1px solid #1a0c0c;
        padding: 10px 20px;
        box-sizing: border-box;
        flex-shrink: 2;
        margin-bottom: -2px;
    }
    .form_agree02 {
        padding-left: 1%;
        white-space: nowrap;
    }
    .form_agree {
        color: #1a0c0c;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-size: 15px;
        margin-top: -1%;
        position: relative;
        z-index: 2;
        border-top: solid 3px #1a0c0c;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 3%;
    }
    .form_textbox {
        border: 1px solid #cbcbcb;
        font-family: "Noto Sans KR";
        padding: 18px 20px;
        box-sizing: border-box;
        font-size: 18px;
        width: 100%;
        height: 216px;
    }
    .form_submit {
        font-size: 23px;
        font-family: "pretendard-bold";
        font-weight: 500;
        border-radius: 50px;
        padding: 15px 0;
        letter-spacing: -1px;
        border: none;
        background: #015430;
        cursor: pointer;
        color: white;
        margin: 0 auto;
        display: block;
        width: 35%;
        margin-top: 2%;
        margin-bottom: 5%;
    }
    .con7_mid_item {
        float: left;
        width: 47%;
        margin: 2% 1.5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7_mid {
        width: 88%;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .con7_bottom {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 85.2%;
        margin-bottom: 7%;
        overflow: hidden;
    }
    .con7_14 {
        width: 131%;
    }
    .formWrap {
        width: 76%;
    }
    .con10_4 {
         width: 39%;
         left: -7%;
     }
    .con10_5 {
        width: 33%;
        right: -7%;
        top: 24%;
    }
    .formWrap {
        width: 76%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 10000;
        background: url(/images/con10_3.png) no-repeat center / cover;
        background-size: 185%;
        padding-top: 0%;
        padding-bottom: 1%;
        border-radius: 50px;
        margin-top: 10%;
        box-shadow: 9px 10px 11px #00000057;
    }
    .form_agree01 {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width:599px) {
    .main {
        flex-direction: column;
        padding-top: 23%;
        background: url(/images/main_bg.jpg) no-repeat center / cover;
    }
    .main_top {
        margin-top: 5%;
        width: 54.6%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_2 {
        width: 89.6%;
        height: 17.6vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.8%;
        margin-bottom: 0.8%;
    }
    .main_top_3 {
        width: 55.9%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .main_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60.1%;
        z-index: 1;
        margin-top: 27%;
        margin-bottom: -13%;
        animation: ddm_m 2s infinite;
    }
    .main_left {
        left: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        width: 28%;
    }
    .main_right {
        right: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        width: 41.9%;
    }
    .main {
        flex-direction: column;
        padding-top: 33%;
        background: url(/images/main_bg.jpg) no-repeat center / cover;
    }
    .main_12 {
        top: 21%;
        width: 97.3%;
        height: 100vw;
    }
    .con1_top {
        margin-top: 10%;
        width: 29.2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_top_2 {
        width: 55.9%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
        margin-bottom: 2%;
    }
    .con1_top_3 {
        margin-top: 3.7%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70.4%;
        margin-bottom: 4%;
    }
    .con1_mid {
        width: 91.3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_bottom {
        width: 90.3%;
        display: block;
        margin-top: 9%;
        margin-bottom: 9%;
        align-items: center;
    }
    .con1_bottom_item {
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: left;
        margin: 0 1%;
        height: 66vw;
    }
    .con2 {
        background: url(/images/con2_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .con2_left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 115.2%;
        flex-direction: column;
        margin-left: 0;
        margin-top: 21%;
        margin-bottom: 17%;
    }
    .con2_left_con {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 79%;
    }
    .con2_2 {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 8%;
    }
    .con2_3 {
        width: 109%;
    }
    .con2_4 {
        margin-top: 11%;
        width: 98%;
    }
    .con2_right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130%;
        margin-bottom: 15%;
        margin-left: 27%;
    }
    .con2 {
        background: url(/images/con2_bg.jpg) no-repeat 21% / cover;
        flex-direction: column;
    }
    .con3_top {
        margin-top: 15%;
        width: 82.4%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }
    .con3_top_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 6%;
        width: 58.7%;
    }
    .con3_top_3 {
        width: 87%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5.7%;
        margin-bottom: 10%;
    }
    .con3_top {
        margin-top: 19%;
        width: 82.4%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }
    .con3_9 {
        width: 61%;
        margin-top: 3%;
    }
    .con3 {
        background: url(/images/con3_bgm.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .con3_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 92%;
        flex-direction: column;
    }
    .con3_11 {
        width: 89%;
        margin-top: 9%;
    }
    .con3_10 {
        width: 216%;
    }
    .con3_mid_img_con {
        width: 89%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1%;
        border: solid 1px #015430;
        margin: 6% 0;
        margin-left: 0;
        overflow: hidden;
    }
    .con3_17 {
        width: 216%;
    }
    .con3_mid_2 {
        width: 91%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con3_mid_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 91%;
        flex-direction: column-reverse;
    }

    .con3_19 {
        width: 65%;
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .con3_mid_3 > div {
        margin-left: 0%;
        margin-right: 0;
    }
    .con3_top_4 {
        width: 91%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con3_22 {
        width: 70%;
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .con3_25 {
        width: 99%;
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .con3_bottom_top {
        width: 78.6%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_bottom_bottom {
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 10.5%;
        flex-direction: column;
    }
    .con3_bottom_bottom_item {
        width: 87%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 3% 1.3%;
    }
    .con3_bottom_bottom_item_video_con {
        width: 100%;
        height: 46vw;
        border: solid 1px white;
        margin-bottom: 6%;
    }
    .con3_27{
        filter: invert(72%) sepia(20%) saturate(2970%) hue-rotate(115deg) brightness(87%) contrast(97%);
    }
    .con3_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 16%;
    }
    .con3 {
        background: url(/images/con3_bgm.jpg) no-repeat 0% 83% / 300%;
        flex-direction: column;
    }
    .con4_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64%;
        margin-top: 11%;
        margin-bottom: 11%;
    }
    .con4_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 232%;
        margin-top: 33%;
        margin-bottom: 41%;
    }
    .con5_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 163%;
        margin-top: 17%;
        margin-bottom: 29%;
    }
    .con5_4 {
        width: 23.3%;
        bottom: 5%;
        right: 8%;
    }
    .con5_top_2 {
        justify-content: flex-start;
        overflow: hidden;
    }
    .con5_5 {
        width: 149%;
    }
    .con5_top_3 {
        justify-content: flex-end;
        overflow: hidden;
    }
    .con5_22 {
        width: 149%;
    }
    .con4_5 {
        left: 29%;
        top: -124%;
        width: 11.5%;
    }
    .con4_6 {
        right: 29%;
        top: -124%;
        width: 14.3%;
    }
    .con4_7 {
        left: 29%;
        bottom: -133%;
        width: 14.3%;
    }
    .con4_8 {
        right: 29%;
        bottom: -133%;
        width: 22.5%;
    }
    .con4_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 7%;
        width: 92.9%;
        margin-top: 6%;
    }
    .con6_top {
        margin-top: 14%;
        width: 188%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con6_6 {
        width: 68%;
        margin-top: 4.5%;
        z-index: 1;
    }
    .con6_17 {
        top: 5.8%;
        width: 100%;
    }
    .con6_7 {
        width: 46.5%;
        margin-top: 7%;
        margin-bottom: 4%;
        z-index: 1;
    }
    .con6_mid {
        width: 94%;
        margin-bottom: 10%;
        z-index: 1;
    }
    .con6_mid img {
        float: left;
        margin: 1% 1.4%;
        width: 47.2%;
        height: 28vw;
    }
    .con6_1 {
        left: 0;
        width: 39%;
        top: 30%;
        z-index: 1;
    }
    .con6_2 {
        right: 0;
        width: 42%;
        top: 61%;
    }
    .con7_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 81.8%;
        margin-top: 14%;
    }
    .con7_mid_item {
        float: left;
        width: 96%;
        margin: 3% 1.5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7_14 {
        width: 175%;
    }
    .con7_bottom {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 85.2%;
        margin-bottom: 10%;
        overflow: hidden;
        margin-top: 3%;
    }
    .con8_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 37.1%;
        margin-top: 10%;
        margin-bottom: 4%;
    }
    .con8_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88.2%;
        margin-bottom: 5%;
    }
    .con8_2 {
        width: 53.2%;
    }
    .formWrap {
        width: 86%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 10000;
        background: url(/images/con10_3.png) no-repeat center / cover;
        background-size: 231%;
        padding-top: 0%;
        padding-bottom: 1%;
        border-radius: 30px;
        margin-top: 12%;
        box-shadow: 9px 10px 11px #00000057;
    }
    .con11_1 {
        width: 61%;
        padding-bottom: 3%;
        margin-top: 3%;
    }
    .form_agree {
        color: #1a0c0c;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-size: 11px;
        margin-top: -1%;
        position: relative;
        z-index: 2;
        border-top: solid 3px #1a0c0c;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 3%;
    }
    .form_input {
        font-family: "Noto Sans KR";
        width: 100%;
        font-weight: 400;
        font-size: 11px;
        border: 1px solid #cbcbcb;
        padding: 11px 20px;
        box-sizing: border-box;
    }
    .form_textbox {
        border: 1px solid #cbcbcb;
        font-family: "Noto Sans KR";
        padding: 18px 20px;
        box-sizing: border-box;
        font-size: 18px;
        width: 100%;
        height: 169px;
    }
    .form_submit {
        font-size: 19px;
        font-family: "pretendard-bold";
        font-weight: 500;
        border-radius: 50px;
        padding: 11px 0;
        letter-spacing: -1px;
        border: none;
        background: #015430;
        cursor: pointer;
        color: white;
        margin: 0 auto;
        display: block;
        width: 59%;
        margin-top: 2%;
        margin-bottom: 5%;
    }

    #con14 {
        background: url(/images/con10_bgm.jpg) no-repeat 0 10% / 200%;
    }
    .form_label {
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: -1px;
        width: 100%;
        background: #aa000700;
        display: block;
        color: #1a0c0c;
        border-bottom: 1px solid #1a0c0c;
        padding: 10px 0px;
        box-sizing: border-box;
        flex-shrink: 2;
        margin-bottom: -2px;
    }
    .con10_5 {
        width: 33%;
        right: -7%;
        top: 34%;
    }
    .con9_top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        width: 45.8%;
    }
    .con15_mid_right_search {
        display: flex;
        justify-content: center;
        width: 98%;
        margin-top: 3%;
        margin-bottom: 2%;
    }
    .loca {
        width: 33.5%;
        font-size: 0.6em;
        padding-left: 3%;
        box-sizing: border-box;
        border: 1px solid #015430;
    }
    .shops {
        width: 31.5%;
        border-radius: 0px 50px 50px 0px;
        font-size: 0.6em;
        padding-left: 3%;
        box-sizing: border-box;
        border: 1px solid #015430;
    }
    .con9_bottom {
        display: block;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin-bottom: 6%;
        flex-direction: column;
        clear: both;
    }
    .con9_bottom_item {
        width: 46%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: left;
        margin: 3% 2%;
    }
    .con9_bottom_item_detail_title {
        font-family: TTTtangsbudaejjigaeB;
        color: #015430;
        margin-top: 6%;
        margin-bottom: 2%;
        font-size: 1.4em;
    }
    .con9_bottom_item_detail_p {
        font-family: Pretendard-regular;
        font-size: 1.1em;
        width: 100%;
        margin-bottom: 2%;
    }
    .con9_bottom_item {
        width: 46%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: left;
        margin: 3% 2%;
        height: 62vw;
    }
    .main_right {
        right: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        width: 41.9%;
    }
    #map {
        height: 45vw;
        width: 92%;
        border-radius: 20px 0 20px 0;
        border: #073634 solid 2px;
        box-shadow: 4px 5px 12px 3px #555555;
        margin-bottom: 4%;
        margin-top: 2%;
    }    
    .con9_bottom_item {
        width: 46%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        float: left;
        margin: 3% 2%;
        height: 62vw;
    }
    .con9_bottom_item_photo {
        margin: 2%;
        box-sizing: border-box;
        border: 1px solid #015430;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 31vw;
        overflow: hidden;
    }
    .viewmore {
        width: 11% !important;
    }
}
