* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: "Noto Sans KR", sans-serif;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pc-mobile{
    display: flex !important;
}
.mobile-pc{
    display: none !important;
}
.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(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
    .nanummyeongjo * {
    font-family: 'Nanum Myeongjo', serif;
}
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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: 'Vitro_core';
    src: url('/font/VITRO_CORE_OTF.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'YEONGJUSeonbi';
    src: url('/font/YEONGJUSeonbi.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SDKukdetopokki-Lt';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SDKukdetopokki-aLt00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquare';
    src: url('https://fonts.gstatic.com/s/nanumsquare/v4/PC_AxFzyhwMw5pRzLDcCDppKCYa1Ow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    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(-100%); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(5deg);
    }
    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 zlk {
    0% {
        z-index: -10;
    }
    30% {
        z-index: 10;
    }
    31% {
        z-index: 10;
    }
    99% {
        z-index: -10;
    }
    100% {
        z-index: -10;
    }
}
@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 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);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes run {
    0% {
        transform: rotate(-4deg) translateY(0px)
    }
    50% {
        transform: rotate(4deg) translateY(-30px) 
    }
    100% {
        transform: rotate(-4deg) translateY(0px)
    }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes twist {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@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 content_bg {
    0% {
        background: url(/images/con4_11.png) 0 0 fixed;
        background-color: #315247;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #315247;
    }
}
@keyframes content_bg_02 {
    0% {
        background: url(/images/con4_11.png) 0 0 fixed;
        background-color: #c4a25d;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #c4a25d;
    }
}
@keyframes fall {
    0% {
        top: -0%; 
        opacity: 1;
        transform: rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100% {
        transform: rotateY(150deg) rotateZ(120deg);
        transform-origin: center center;
        top: 100%; 
        opacity: 0; 
    }
}
@keyframes bubble {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -100px);
        opacity: 0;
    }
}
@keyframes slideRight{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1000%);
    }
}
@keyframes scaleAnimation {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.5;
    }
    15% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    30% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    55% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    70% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.5;
    }
    100%{
        opacity: 0;
    }
}
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoA';
    src: url('/font/AppleSDGothicNeoT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoaB';
    src: url('/font/AppleSDGothicNeoB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideInOut {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes windyEffect_right {
    0% {
        transform: rotate(-2deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    25%{
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75%{
        opacity: 0.5;
    }
}
@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {opacity: 0.8;}
    5%, 30%, 35%, 38%, 43%, 46% {opacity: 0.4;}
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {opacity: 1;}
    70% {opacity: 0.2;}
}
@keyframes shakeAndFall  {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slide_R{
    0% {
        transform: translateX(50%) translateY(10px);
    }
    10% {
        transform: translateX(150%) translateY(-10px);
    }
    20% {
        transform: translateX(250%) translateY(10px);
    }
    30% {
        transform: translateX(350%) translateY(-10px);
    }
    40% {
        transform: translateX(450%) translateY(10px);
    }
    50% {
        transform: translateX(550%) translateY(-10px);
    }
    60% {
        transform: translateX(650%) translateY(10px);
    }
    70% {
        transform: translateX(750%) translateY(-10px);
    }
    80% {
        transform: translateX(850%) translateY(10px);
    }
    90% {
        transform: translateX(950%) translateY(-10px);
    }
    100% {
        transform: translateX(1050%) translateY(10px);
    }
}
@keyframes slide_L{
    0% {
        transform: translateX(0%) translateY(10px);
    }
    10% {
        transform: translateX(-150%) translateY(-10px);
    }
    20% {
        transform: translateX(-250%) translateY(10px);
    }
    30% {
        transform: translateX(-350%) translateY(-10px);
    }
    40% {
        transform: translateX(-450%) translateY(10px);
    }
    50% {
        transform: translateX(-550%) translateY(-10px);
    }
    60% {
        transform: translateX(-650%) translateY(10px);
    }
    70% {
        transform: translateX(-750%) translateY(-10px);
    }
    80% {
        transform: translateX(-850%) translateY(10px);
    }
    90% {
        transform: translateX(-950%) translateY(-10px);
    }
    100% {
        transform: translateX(-1050%) translateY(10px);
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    10% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    30% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    40% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    50% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
    70% {
        transform: translateX(-420%) translateY(10px) rotate(-2deg);
    }
    80% {
        transform: translateX(-490%) translateY(-10px) rotate(2deg);
    }
    90% {
        transform: translateX(-560%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-630%) translateY(0) rotate(-4deg);
    }
}
@keyframes slideLeft_m {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    20% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    40% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, 10);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little4 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.0, 0.01, 1.005, 0, 5);
    }
    100% {
        transform: scale(1);
    }
}
.pc-tablet{
    display: flex;
}
.tablet-pc{
    display: none;
}

.line_wave_div_black{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
}
.line_wave_div_con01 {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
    margin: 4% 0% 0% 0%;
}
.line_wave_div_con01::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con01 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con01::before{
    background-color:#000
}
.line_wave_div_con01 .line_wave_con01{
    background-color:#000
}

.line_wave_div_brown{
    background-color: #caa478;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
}
.line_wave_div_con02 {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
}
.line_wave_div_con02::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con02 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con02::before{
    background-color:#caa478
}
.line_wave_div_con02 .line_wave_con02{
    background-color:#caa478
}

.line_wave_div_red{
    background-color: #d21a07;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
}
.line_wave_div_con03 {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
    margin: 4% 0% 0% 0%;
}
.line_wave_div_con03::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con03 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con03::before{
    background-color:#d21a07
}
.line_wave_div_con03 .line_wave_con03{
    background-color:#d21a07
}

.line_wave_div_brown_absol{
    background-color: #caa478;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
    top: 0%;
}
.line_wave_div_con02_absol {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
    top: 0%;
}
.line_wave_div_con02_absol::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con02_absol {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con02_absol::before{
    background-color:#caa478
}
.line_wave_div_con02_absol .line_wave_con02_absol{
    background-color:#caa478
}

.line_wave_div_black_absol{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
    top: 0%;
    z-index: 3;
}
.line_wave_div_con04_absol {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
    top: 1%;
    z-index: 3;
}
.line_wave_div_con04_absol::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con04_absol {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con04_absol::before{
    background-color:#000
}
.line_wave_div_con04_absol .line_wave_con04_absol{
    background-color:#000
}
.con04_absol_01_bottom > img{
    width: 100%;
}
.con04_absol_01_bottom > .absol{
    opacity: 0;
}

.line_wave_div_brown_con5_absol{
    background-color: #332c24;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.5vw;
    z-index: 3;
}
.line_wave_div_con05_absol {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
    z-index: 3;
}
.line_wave_div_con05_absol::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_con05_absol {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_con05_absol::before{
    background-color:#332c24
}
.line_wave_div_con05_absol .line_wave_con05_absol{
    background-color:#332c24
}

.main {
    background: url("/images/main_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 9% 0% -15% 0%;
}
.main_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 19vw;
    overflow: hidden;
    margin: 0% 0% 1% 0%;
}
.main_top_top_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 0vw;
    overflow: hidden;
}
.main_add {
    width: 19vw;
}
.main_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
}
.main_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
}
.main_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 2% 0% 4% 0%;
}
.main_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.main_box{
    width: 100%;
    height: 15vw;
    background-color: #fff;
    z-index: 1;
    bottom: 0%;
}
.main_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    scale: 2;
    bottom: 22%;
    z-index: 2;
}
.main_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.main_sd_next{
    right: 101%;
}
.main_01{
    top: 0%;
    left: 4%;
    width: 12%;
}
.main_02{
    width: 26%;
    margin: 0% 0% 0.5% -5%;
}
.main_03{
    width: 29%;
    margin: 0% -8% 0% 0%;
}
.main_04{
    width: 31%;
}
.main_05{
    width: 45%;
    z-index: 3;
}
.main_06{
    top: -73%;
    width: 50%;
    z-index: 4;
    animation: smoke 7s linear infinite;
}
.main_07{
    left: 14%;
    top: 4%;
    width: 18%;
    z-index: 2;
    scale: 3;
    opacity: 0;
}
.main_08{
    left: 66%;
    top: 4%;
    width: 20%;
    z-index: 2;
    scale: 3;
    opacity: 0;
}

.con01_content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 19% 0% 0% 0%;
}
.con01_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1.5% 0%;
}
.con01_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    overflow: hidden;
}
.con01_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_sd_div > img{
    width: 100%;
}
.con01_01{
    width: 34%;
}

.con02{
    flex-direction: column;
}
.con02_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -1% 0% -0.1% 0%;
}
.con02_content > img{
    width: 34%;
    /* filter: brightness(50%); */
}
.con02_03{
    margin: 0% 0.4% 0% 0.4%;
}

.con03{
    flex-direction: column;
}
.con03_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 8% 0% 0% 0%;
}
.con03_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 2% 0%;
}
.con03_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con03_mid_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1.5% 0%;
    overflow: hidden;
}
.con03_bottom_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_bottom_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_scr{
    background-color: #c9a275;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1% 0% 1% 0%;
    z-index: 2;
}
.con03_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con03_sd_next{
    right: 101%;
}
.con03_02:hover,
.con03_03:hover {
    animation: linear infinite 10s rotate_image;
}
.con03_01{
    width: 4%;
}
.con03_02{
    top: -8%;
    left: -19%;
    width: 49%;
    z-index: 1;
    cursor: pointer;
}
.con03_03{
    top: -8%;
    right: -19%;
    width: 49%;
    z-index: 1;
    cursor: pointer;
}
.con03_04{
    width: 28%;
}
.con03_05{
    width: 30%;
}
.con03_06{
    width: 37%;
}
.con03_07{
    width: 15%;
    left: 20%;
    top: 0%;
}
.con03_09{
    width: 100%;
}

.con04{
    background-color: #000;
    flex-direction: column;
}
.fire_iframe_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150%;
    height: 175vw;
    bottom: -70%;
    filter: brightness(50%);
}
.fire_iframe{
    width: 100%;
    height: 70vw;
}
.con04_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 9% 0% -14% 0%;
}
.con04_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.con04_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con04_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% -8% 0%;
}
.con04_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con04_mid_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    top: 19%;
}
.con04_absol_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    left: 2%;
    top: 20%;
}
.con04_absol_01_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0% 0% 3% 0%;
}
.con04_absol_01_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15vw;
    overflow: hidden;
    border-radius: 35px;
    border: 2px solid #fff;
}
.con04_absol_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    right: 2%;
    top: 28%;
}
.con04_absol_02_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.con04_absol_02_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15vw;
    overflow: hidden;
    border-radius: 35px;
    border: 2px solid #fff;
    margin: 3% 0% -3% 0%;
}
.con04_absol_02_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    z-index: 1;
}
.con04_iframe{
    width: 110%;
    height: 30vw;
}
.con04_01{
    width: 24%;
}
.con04_02{
    width: 36%;
}
.con04_03{
    width: 50%;
}
.con04_04{
    z-index: 1;
    width: 41%;
}
.con04_05{
    animation: linear infinite 10s rotate_image;
    width: 29%;
}
.con04_06{
    width: 4%;
    margin: 0% 0% 1% 0%;
}
.con04_07{
    width: 11%;
}
.con04_08{
    z-index: 2;
    width: 11%;
    top: -17%;
    left: 55%;
}
.con04_09{
    /* top: 0%;
    left: 75%; */
    width: 17%; 
            opacity: 0;
}
.con04_10{
    width: 61%;
}
.con04_11{
    width: 53%;
}
.con04_12{
    top: -75%;
    z-index: 2;
    width: 46%;
    animation: smoke 7s linear infinite;
}
.con04_scr{
    background-color: #d21a07;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1% 0% 1% 0%;
    z-index: 2;
}
.con04_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con04_sd_next{
    right: 101%;
}
.con04_line_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    top: 53%;
    left: -17%;
    transform: rotate(-28deg);
}
.con04_line{
    background-color: #d21a07;
    /* width: 100%; */
    height: 0.1vw;
}

.con05{
    background: url("/images/con05_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con05_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 7% 0%;
}
.con05_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
}
.con05_top_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin: 0% 2% 0% 8%;
}
.con05_top_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con05_top_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con05_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_bottom_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con05_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin: 0% 0% 0% 6%;
}
.con05_swiper_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0% 0% 0% 12%;
}
.con05_swiper_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0% 12% 0% 0%;
}
.con05_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_sd_div > img{
    width: 100%;
}
.con05_line_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con05_line{
    background-color: #c29c71;
    height: 0.1vw;
    width: 100%;
    margin: 0% 0% 0.2% 0%;
}
.con05_01{
    width: 66%;
    margin: 0% 0% 4% 0%;
}
.con05_02{
    width: 83%;
}
.con05_03{
    width: 54%;
    margin: 0% 0% 4% 0%;
}
.con05_04{
    width: 56%;
}
.con05_05{
    bottom: 0%;
    z-index: 2;
    width: 45%;
}
@keyframes scaleAndFadeOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(8);
        opacity: 0;
    }
}
.con05_06{
    z-index: 2;
    top: -73%;
    width: 49%;
    pointer-events: none;
}
.con05_06.scale-and-fade-out {
    animation: scaleAndFadeOut 5s ease-in-out forwards;
}

.con06{
    background: url("/images/con06_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con06_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 6% 0%;
}
.con06_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con06_line_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    left: -10.5%;
}
.con06_line_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    right: -10.5%;
}
.con06_line{
    background-color: #c29c71;
    height: 0.1vw;
    width: 100%;
    margin: 0% 0% 0.4% 0%;
}
.con06_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% -8% 0%;
}
.con06_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con06_bottom_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
}
.con06_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.con06_bottom_img{
    width: 61%;
}
.con06_bottom > div{
    margin: 0% 0% 0% 0.5%;
}
.con06_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 52%;
    left: -17%;
}
.con06_rltv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con06_bg_absol{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 92%;
    top: 8%;
}
.con06_bg_rltv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con06_text{
    font-family: 'Nanum Myeongjo';
    font-size: 3.5vw;
    color: #c9a275;
    margin: 0% 0.2% -1.8% 1%;
}
.con06_01{
    width: 22%;
}
.con06_03{
    left: 0%;
    width: 6%;
}
.con06_04{
    right: 0%;
    width: 6%;
}
.con06_05{
    width: 34%;
    margin: 0% 0% 2% 0%;
}
.con06_07{
    width: 42%;
}
.con06_10{
    width: 7%;
}
.con06_11{
    width: 3%;
    margin: 0% 1% 0% 0%;
}
.con06_12{
    width: 10%;
    margin: 0% 0% -1% 0%;
}

.con07{
    flex-direction: column;
}
.con07_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_top{
    background: url("/images/con07_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 5% 0%;
}
.con07_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
}
.con07_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
}
.con07_mid_left{
    background: url("/images/con08_bg01.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.con07_mid_left_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_mid_left_top .absol{
    opacity: 0%;
    width: 33%;
}
.con07_mid_left_bottom .absol{
    opacity: 0%;
}
.con07_mid_left_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% -8% 0%;
}
.con07_mid_right{
    background: url("/images/con08_bg02.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.con07_mid_right_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_mid_right_top .absol{
    opacity: 0%;
}
.con07_mid_right_bottom .absol{
    width: 71%;
    opacity: 0%;
}
.con07_mid_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% -8% 0%;
}
.con07_smoke{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 1 !important;
    z-index: 1;
    animation: smoke 7s linear infinite;
    top: -80%;
}
.con08_03{
    width: 71%;
}
.con07_01{
    width: 35%;
}
.con07_02{
    width: 4%;
    left: 64%;
}
.con07_03{
    width: 3%;
    left: 45.5%;
}
.con07_05{
    width: 28%;
}
.con08_02, .con08_06, .con08_04, .con08_05, .con08_10, .con08_12, .con08_09, .con08_11 {
    transition: opacity 0.3s ease;
}
.con08_01{
    top: 6%;
    left: 3%;
    width: 20%;
}
.con08_02{
    width: 31%;
}
.con08_04{
    width: 68%;
}
.con08_05{
    width: 69%;
}
.con08_09{
    width: 70%;
}
.con08_10{
    width: 31%;
}
.con08_12{
    width: 30%;
}
.con08_13{
    top: 6%;
    left: 4%;
    width: 20%;
}

.con09{
    background: url("/images/con09_bg.jpg") no-repeat center / cover; 
    background-attachment: fixed;
    object-fit: cover;
    flex-direction: column;
}
.con09_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 8% 0% 8% 0%;
    z-index: 1;
}
.con09_filter{
    width: 100%;
    height: 35vw;
    background-color: #000;
    opacity: 0.7;
}
.con09_01{
    width: 21%;
    margin: 0% 9% 0% 8%;
}
.con09_02{
    width: 31%;
}

.con10_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    scale: 2;
    top: 88%;
    z-index: 2;
}
.con10_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con10_sd_next{
    right: 101%;
}
.con10{
    flex-direction: column;
}
.con10_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    margin: 0% 0% 5% 0%;
}
.con10_bg{
    width: 100%;
    top: 0%;
}
.con10_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 0% 0%;
    z-index: 2;
}
.con10_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    margin: 1% 0% 1% 0%;
    overflow: hidden;
}
.con10_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.con10_02 {
    width: 64%;
    top: 14%;
    z-index: 1;
}
.con10_03{
    width: 5%;
}
.con10_04{
    width: 31%;
}
.con10_05{
    z-index: 3;
    width: 23%;
    left: 15%;
    top: 61%;
}
.con10_06{
    z-index: 3;
    right: 13%;
    top: 48%;
    width: 25%;
}
.con10_07{
    z-index: 2;
    left: 8%;
    top: 43%;
    width: 12%;
}
.con10_08{
    z-index: 2;
    right: 12%;
    top: 73%;
    width: 12%;
}
.con10_09{
    top: 11%;
    left: 5%;
    z-index: 1;
    width: 5%;
}
.con10_10{
    top: 11%;
    right: 5%;
    z-index: 1;
    width: 5%;
}
.con10_11 {
    z-index: 1;
    top: 0%;
    width: 21%;
}
.con10_add{
    width: 80%;
    margin: -9% 0% -11% 0%;
}
.con10_box {
    background: url("/images/con11_bg.png") no-repeat center / cover; 
    background-attachment: fixed;
    width: 100%;
    height: 15vw;
    bottom: -20%;
    background-color: #fff;
    z-index: 2;
}
.con11_content{
    background: url("/images/con11_bg.png") no-repeat center / cover; 
    background-attachment: fixed;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    padding: 4% 0% 8% 0%;
}
.con11_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
}
.con11_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con11_top_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: -3% 0% -4% 0%;
}
.con11_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con11_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 106%;
    margin: 4% 0% 0% 0%;
}
.con11_bottom_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con11_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: -4.5% 0% 0% 0%;
}
.con11_bottom_right_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 5% 0%;
}
.con11_bottom_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_swiper_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
}
.con11_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_sd_div_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21vw;
}
.con11_sd_div_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11.5vw;
}
.con11_iframe_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_iframe{
    width: 100%;
    height: 128%;
}
.con11_swiper_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con11_01{
    width: 22%;
}
.con11_01_bg{
    width: 22%;
    animation: scaleOpa3 1s infinite ease-in-out;
}
.con11_02{
    margin: 0% 2% 0% 0%;
    width: 52%;
}
.con11_03{
    width: 49%;
}
.con11_04{
    width: 28%;
}
.con11_05{
    width: 14%;
    margin: 0% 0% 6% 2%;
}
.con11_06{
    bottom: 7%;
    left: 3%;
    width: 5%;
}
.con11_07{
    bottom: 7%;
    right: 3%;
    width: 5%;
}
.con11_08{
    width: 95%;
}

.con12{
    flex-direction: column;
}
.con12_content{
    background: url("/images/con12_bg.jpg") no-repeat center bottom / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con12_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 13% 0% 2% 17%;
}
.con12_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.con12_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 2% 0% 1% 0%;
    overflow: hidden;
}
.con12_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0% 0% 10% 0%;
    overflow: hidden;
}
.con12_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con12_bottom_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% -17%;
}
.con12_bottom_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1% 0%;
}
.con12_bottom_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% -17%;
}
.con12_01{
    width: 14%;
}
.con12_02{
    width: 32%;
}
.con12_03{
    width: 20%;
}
.con12_04{
    bottom: -31%;
    right: 14%;
    width: 32%;
    z-index: 1;
}
.con12_05{
    bottom: -33%;
    right: 0%;
    width: 29%;
    z-index: 2;
}
.con12_06{
    width: 17%;
}
.con12_07{
    width: 3%;
    margin: 0% 0% 0% 0.5%;
}
.con12_bg {
    left: -5%;
    bottom: -6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 1%;
    height: 51vw;
    overflow: hidden;
}
.con12_08{
    width: 100%;
}
.con12_09{
    width: 100%;
}

.con13{
    flex-direction: column;
}
.con13_line_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con13_line{
    width: 100%; 
}
.con13_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 6% 0%;
}
.con13_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con13_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1% 0%;
    overflow: hidden;
}
.con13_top_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 2% 0%;
    overflow: hidden;
}
.con13_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.con13_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24%;
}
.con13_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: all;
    cursor: pointer;
}
.con13_left_div > img{
    width: 101%;
}
#con13_step_02{
    margin: 1% 0% 1% 0%;
}
.con13_left_div > .absol{
    opacity: 0;
}
.con13_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2%;
}
.con13_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48.5%;
}
.con13_right > img{
    width: 100.5%;
}
.con13_right > .absol{
    opacity: 0;
}
.con13_01{
    width: 26%;
}
.con13_02{
    width: 31%;
}
.con13_03{
    width: 4%;
    z-index: 1;
}
.con13_04{
    width: 4%;
    z-index: 1;
}
.con13_05{
    width: 31%;
    margin: 0% -2% 0% -2%;
}
.con13_10{
    width: 70%;
}
.con13_bg{
    bottom: 0%;
    width: 100%;
}

.con14{
    background: url("/images/con14_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con14_content{
    background: url("/images/con14_16.png") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 0% 0%;
    z-index: 1;
}
.con14_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1% 0%;
}
.con14_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% -1% 0%;
}
.con14_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 76%;
    height: 12vw;
    overflow: hidden;
    pointer-events: none;
}
.con14_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
}
.con14_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con14_swiper_div > img{
    width: 66%;
    transition: 0.3s all;
}
.con14_swiper_div > .absol{
    width: 70%;
    opacity: 0;
    transition: 0.3s all;
}
.con14_swiper_slide.swiper-slide-active > div > .absol{
    width: 73%;
    opacity: 1;
    transition: 0.3s all;
}
.con14_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_01{
    width: 9%;
}
.con14_02{
    width: 37%;
}
.con14_03{
    width: 14%;
}
.con14_11{
    width: 34%;
    z-index: 2;
}
.con14_12{
    bottom: 0%;
    width: 47%;
    z-index: 2;
}
.con14_13{
    left: 0%;
    top: 44%;
    width: 14%;
}
.con14_14{
    right: -1%;
    top: 71%;
    width: 14%;
}
.con14_17{
    bottom: 5%;
    width: 100%;
}
.con14_scr_bg {
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 2;
    bottom: 6%;
}
.con14_sd_bg{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con04_sd_bg_next{
    right: 101%;
}
.con14_scr{
    background-color: #c9a275;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1% 0% 1% 0%;
    z-index: 2;
}
.con14_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con14_sd_next{
    right: 101%;
}
.con14_wave {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    bottom: 7%;
    z-index: 2;
}
.con14_wave > .line_wave_div_black{
    background-color: #c9a275;
}
.con14_wave > .line_wave_div_con01 .line_wave_con01{
    background-color: #c9a275;
}
.con14_wave .line_wave_div_con01::before{
    background-color: #c9a275;
}

.con15_mid_01_right_bottom_rltv{
        height: 4vw;
}
.con15_mid_01_right_bottom_rltv{
        height: 4vw;
}
.con15_scr_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    opacity: 1 !important;
    top: -14%;
    left: 3%;
}
.con15_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1% 0% 1% 0%;
    z-index: 2;
}
.con15_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con15_sd_next{
    right: -101%;
}
.con15{
    background: url("/images/con15_bg.png") no-repeat 0 -225px / cover;
    object-fit: cover;
    flex-direction: column;
}
.con15_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 8% 0%;
}
.con15_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 8% 0% 2% 0%;
}
.con15_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con15_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1% 0%;
    overflow: hidden;
}
.con15_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con15_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: -50%;
    top: 27%;
}
.con15_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_09{
    width: 22%;
}
.con15_10{
    width: 5%;
    left: 58%;
    animation: linear infinite 3s rotate_image;
}
.con15_mid_01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #fff;
    padding: 1% 4% 1% 4%;
    border: solid 1px #d5d5d5;
    margin: 0% 0% 1% 0%;
}
.con15_mid_01_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_01_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_01_right > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_01_right > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_01_right_mid{
    margin: 2% 0% 3% 0%;
}
.con15_mid_01_right_bottom_rltv > img{
    width: 67%;
    margin: 0% 0% 1% 0%;
}
.con15_mid_01_right_bottom_rltv > .absol{
    opacity: 0;
}
.con15_mid_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #fff;
    padding: 1% 4% 1% 4%;
    border: solid 1px #d5d5d5;
    margin: 0% 0% 1% 0%;
}
.con15_mid_02_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_02_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_02_right > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_02_right > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_02_right_mid{
    margin: 2% 0% 3% 0%;
}
.con15_mid_02_right_bottom_rltv > img{
    width: 67%;
    margin: 0% 0% 1% 0%;
}
.con15_mid_02_right_bottom_rltv > .absol{
    opacity: 0;
}
.con15_mid_03{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #fff;
    padding: 1% 4% 1% 4%;
    border: solid 1px #d5d5d5;
    margin: 0% 0% 1% 0%;
}
.con15_mid_03_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_03_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_03_right > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_03_right > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_03_right_mid{
    margin: 2% 0% 3% 0%;
}
.con15_mid_03_right_bottom_rltv > img{
    width: 67%;
    margin: 0% 0% 1% 0%;
}
.con15_mid_03_right_bottom_rltv > .absol{
    opacity: 0;
}
.con15_mid_04{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #fff;
    padding: 1% 4% 1% 4%;
    border: solid 1px #d5d5d5;
    margin: 0% 0% 1% 0%;
}
.con15_mid_04_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_04_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con15_mid_04_right > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_04_right > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid_04_right_mid{
    margin: 2% 0% 3% 0%;
}
.con15_mid_04_right_bottom_rltv > img{
    width: 67%;
    margin: 0% 0% 1% 0%;
}
.con15_mid_04_right_bottom_rltv > .absol{
    opacity: 0;
}
.con15_02{
    left: 5%;
    top: 4%;
    width: 5%;
}
.con15_03{
    right: 5%;
    top: 4%;
    width: 5%;
}
.con15_04{
    width: 36%;
}
.con15_05{
    width: 37%;
}
.con15_06{
    width: 39%;
}
.con15_08{
    width: 95%;
}
.con15_11{
    width: 54%;
}
.con15_12{
    width: 62%;
}
.con15_15{
    width: 95%;
}
.con15_16{
    width: 45%;
}
.con15_17{
    width: 88%;  
}
.con15_20{
    width: 45%;
}
.con15_21{
    width: 95%;
}
.con15_22{
    width: 62%;   
}
.con15_25{
    width: 95%;
}
.con15_26{
    width: 45%;
}
.con15_27{
    width: 65%;
}

.con16{
    flex-direction: column;
}
.con16_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    margin: 4% 0% 0% 0%;
}
.con16_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    background-color: #fff;
    border: 1px solid;
    border-radius: 45px;
    padding: 4% 2% 4% 2%;
    margin: 2% 0% 5% 0%;
}
.con16_bottom_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
}
.con16_bottom_top_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con16_bottom_top_left_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con16_bottom_top_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con16_bottom_top_right_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con16_bottom_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_bottom_mid > img{
    width: 18%;
    margin: 0% -1% 0% -1%;
}
.con16_bottom_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0% 0% 0%;
}
.con16_text_01{
    font-family: 'BMEULJIRO';
    font-size: 4vw;
    color: #5e4628;
    margin: 0% 0.5% 0% 0%;
}
.con16_text_02{
    font-family: 'BMEULJIRO';
    font-size: 3vw;
    color: #5e4628;
    margin: 0% 0.5% -2% 1%;
}
.con16_text_03{
    font-family: 'BMEULJIRO';
    font-size: 3vw;
    color: #d21a07;
    margin: 0% 0.5% -2% 1%;
}
.con16_01{
    width: 29%;
    margin: 0% 2% 0% 2%;
}
.con16_02{
    width: 5%;
}
.con16_03{
    width: 5%;
}
.con16_04{
    width: 30%;
}
.con16_05{
    width: 12%;
}
.con16_06{
    width: 14%;
}
.con16_07{
    width: 14%;
}
.con16_08{
    width: 14%;
}
.con16_09{
    width: 4%;
}
.con16_15{
    animation: blk 1s infinite ease-in-out;
}
.con16_16{
    width: 39%;
}
.con16_18{
    bottom: 0%;
    width: 100%;
}

.con17_18_map{
    flex-direction: column;
}
.con17_content_div{
    background: url("/images/con17_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_content{
    background: url("/images/con17_08.png") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: 53vw;
    margin: 3% 0% 5% 0%;
}
.con17_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: -9%;
}
.con17_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_absol_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 15%;
}
.con17_absol_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_absol_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -1% 0% -1.5% 0%;
}
.con17_absol_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_line{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22%;
    height: 0.1vw;
    background-color: #fff;
    margin: 0% 3% 0% 3%;
}
.con17_01{
    width: 77%;
}
.con17_02{
    width: 23%;
    cursor: pointer;
    animation: blk 1s infinite ease-in-out;
}
.con17_03{
    width: 35%;
}
.con17_04{
    width: 21%;
}
.con17_06{
    width: 6%;
}
.con17_07{
    width: 6%;
}

.con18_bg_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    overflow: hidden;
    top: -20%;
}
.con18_bg_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con18_bg{
    width: 100%;
}
.con18_content_div{
        background: url(/images/con17_bg.jpg) no-repeat center / cover;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con18_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    
    margin: 0% 0% 11% 0%;
}
.con18_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con18_top_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
}
.con18_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con18_bottom_top{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% 1% 0%;
}
.con18_bottom_top > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.con18_bottom_top > div > .con18_bottom_top_div_img{
    width: 100%;
    margin: 0% 2% 0% 2%;
}
.con18_bottom_top > div > .con18_arrow{
    width: 7%;
    right: -5%;
    z-index: 1;
}
.con18_bottom_bottom{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con18_bottom_bottom > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.con18_bottom_bottom> div > .con18_bottom_bottom_div_img{
    width: 100%;
    margin: 0% 2% 0% 2%;
}
.con18_bottom_bottom > div > .con18_arrow{
    width: 7%;
    right: -5%;
    z-index: 1;
}
.con18_02{
    width: 4%; 
}
.con18_03{
    width: 20%;
    margin: 0% 1% 0% 1%;
}
.con18_04{
    width: 31%;
}
.con18_05_left{
    width: 10%;
    left: 7%;
    top: 36%;
}
.con18_05_right{
    width: 8%;
    right: 11%;
    top: 14%;
}
.con18_06{
    width: 100%;
    bottom: 15%;
}

.map_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    overflow: hidden;
    margin: -5% 0% 0% 0%;
    z-index: 1;
}
.map_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    margin: 6% 0% 5% 0%;
}
.map_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.map_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 1% 0%;
}
.map_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 2% 0%;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.map{
    width: 80%;
    height: 35vw;
    border: 1px solid #d5d5d5;
    z-index: 1;
}
.mid_map_search{
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 19%;
    height: 29vw;
    left: 13%;
    top: 9%;
}
.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{
    background: #c51218;
    color: white !important;
}
.off2{
    color: #000 !important;
}
.mid_map_search_mid{
    background: #c51218;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.mid_map_search_bottom{
    overflow: scroll;
    height: 22vw;
    width: 100%;
}
.mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #000;
    padding: 3% 0;
    font-size: 0.9vw;
}
.mid_map_search_item_title{
    font-size: 1.1vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_icon{
    right: 8%;
    width: 6%;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.map_01{
    width: 8%;
}
.map_02{
    width: 23%;
}
.map_03_left{
    width: 3.5%;
    left: 37.5%;
    top: 59%;
}
.map_03_right{
    width: 3.5%;
    right: 37.5%;
    top: 59%;
}
.map_04{
    width: 23%;
}
.map_06{
    bottom: 0%;
    width: 100%;
}

.map_scr{
    background-color: #332c24;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1% 0% 1% 0%;
    z-index: 2;
}
.map_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.map_sd_next{
    right: 101%;
}

/* form-start */
.form_section{
    background: url("/images/con19_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.form_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5% 0% 5% 0%;
}
.form_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.form_top_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% 3% 0%;
}
.form_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 0%;
    overflow: hidden;
    z-index: 2;
}
.form_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42%;
    z-index: 1;
    margin: 0% 0% 0% -35%;
}
.formWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -6% 0% 0% 0%;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0% 0% 0% 0%;
    z-index: 1;
}
.form_margin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 87%;
    border: 1px solid;
    padding: 8% 0% 3% 0%;
    background-color: #fff;
}
.form_margin > div{
    margin: 2% 0% 2% 0%;
}
.form_margin_input{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    height: 2.5vw;
    white-space: nowrap;
    border-bottom: solid 1px #000;
    overflow: hidden;
}
.form_input_01{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 65%;
}
.form_input_02{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 65%;
}
.form_input_03{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 65%;
}
#name_text{
    letter-spacing: 4.6em;
    white-space: nowrap;
    left: 13.7%;
}
#tel_text{
    letter-spacing: 1.8em;
    white-space: nowrap;
    left: 8%;
}
.form_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.1vw;
    color: #000;
    left: 4%;
}
.form_check_name_01{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 42%;
}
.form_check_name_02{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 65%;
}
.footeer_checkbox_01{
    width: 4%;
    height: 1.2vw;
    z-index: 1;
    outline: 1px solid #000;
    background-color: white;
    appearance: none;
    left: 48%;
    border-radius: 50vw;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #4b371c;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.footeer_checkbox_02{
    width: 4%;
    height: 1.2vw;
    z-index: 1;
    outline: 1px solid #000;
    background-color: white;
    appearance: none;
    left: 71%;
    border-radius: 50vw;
    cursor: pointer;
}
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #4b371c;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.form_margin_Agree_input{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.form_agree{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #000;
    cursor: pointer;
}
.footeer_agree_checkbox_01{
    width: 2%;
    height: 0.7vw;
    z-index: 1;
    outline: 1px solid #000;
    background-color: white;
    appearance: none;
    cursor: pointer;
    margin: 0% 1% 0% 0%;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #4b371c;
    scale: 0.7;
    transform: translate(0%, 0%);
}
.form_submit_div{
    background-color: #4b371c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 0% 0% 0% 0% !important;
    padding: 2% 0% 2% 0%;
}
.form_submit{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.1vw;
    color: #fff;
}
/* form-end */
.con19_02{
    width: 54%;
}
.con19_03{
    width: 48%;
}
.con19_04_left{
    width: 6%;
    left: 22%;
    top: 68%;
}
.con19_04_right{
    width: 6%;
    right: 22%;
    top: 68%;
}
.con19_05{
    width: 50%;
    cursor: pointer;
}
.con19_06{
    width: 34%;
    cursor: pointer;
    animation: blk 1s infinite ease-in-out;
}
.form_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    right: -31%;
}
.form_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con19_08{
    width: 40%;
    right: 28%;
    top: 14%;
    animation: rotateAnimation 2s infinite alternate;
}
.con19_09{
    z-index: 1;
    width: 55%;
    animation: smoke 7s linear infinite;
    top: -70%;
}
.con19_10{
    width: 42%;
    animation: linear infinite 40s rotate_image;
}




/* 
    filter: brightness(20%);
    background: url("/images/con10_bg.jpg") no-repeat center bottom / cover;

    background: url("/images/con3_bg.jpg") no-repeat center / cover; 
    object-fit: cover;

    background-attachment: fixed;

    flex-wrap: wrap;

    background-color: #315247; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
*/

/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 9% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 75%;
    border-radius: 30px;
} 
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}

/* 리뷰 start */
#myModal2 {
    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);
}
.modal-content2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
#modalImage{
    width: 22%;
    margin: -4% -2% 0% 0%;
}
.close2 {
    position: absolute;
    z-index: 1;
    top: -17.5%;
    left: 60.1%;
    font-size: 1.5vw;
    font-weight: bolder;
    cursor: pointer;
    display: none;
}
/* 리뷰 end */

.animate-blk{
    animation: blk 1s infinite ease-in-out;
}
.animate-ddm{
    animation: ddm 2s infinite ease-in-out;
}
.animate-ddm_little{
    animation: ddm_little 2s infinite ease-in-out;
}