* {
    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;
}
.swiper-button-lock {
    display: flex !important;
}
@font-face {
    font-family: 'NanumMyeongjo';
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumMyeongjo/NanumMyeongjoBold.ttf') format("truetype");
    font-display: swap;
}
@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: '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 rotate_image_02 {
    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: rotateX(0deg) rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateX(20deg) rotateY(20deg) rotateZ(20deg);
      transform-origin: center center;
      top: 10%; 
      opacity: 0; 
    }
}
@keyframes fall2 {
    0% {
      top: 0%; 
      opacity: 0.3;
      transform: rotateX(0deg) rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateX(20deg) rotateY(20deg) rotateZ(20deg);
      transform-origin: center center;
      top: 10%; 
      opacity: 0; 
    }
}
/* @keyframes fall2 {
    0% {
        top: -0%; 
        opacity: 1;
        transform: rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100% {
        transform: rotateY(0deg) rotateZ(-120deg);
        transform-origin: center center;
        top: 200%; 
        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 left_right {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(10px) rotate(-5deg);
    }
    100% {
        transform: translateX(-1px) rotate(0deg);
    }
}
@keyframes windyEffect_right {
    0% {
        transform: rotate(-15deg);
    }
    25% {
        transform: rotate(12deg);
    }
    50% {
        transform: rotate(-14deg);
    }
    75% {
        transform: rotate(12deg);
    }
    100% {
        transform: rotate(-14deg);
    }
}
@keyframes windyEffect_left {
    0% {
        transform: rotate(15deg);
    }
    25% {
        transform: rotate(-12deg);
    }
    50% {
        transform: rotate(14deg);
    }
    75% {
        transform: rotate(-12deg);
    }
    100% {
        transform: rotate(14deg);
    }
}
@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, -100%) rotate(0);
        opacity: 0;
    }
}
@keyframes shakeAndFall_2  {
    0% {
        transform: translate(0, 100%) 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);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pc-tablet{
    display: flex;
}
.tablet-pc{
    display: none;
}

.main{
    flex-direction: column;
}
.main_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89%;
    margin: 6.5% 0% 3% 0%;
    border: 1px solid;
}
.main_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 4% 0%;
    border-bottom: 0px solid;
}
.main_text_div{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12.5%;
}
.main_text_01{
    font-family: "fractul-variable", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 3vw;
    color: #fff;
    /* color: #add518; */
    margin: 6% 0% 0% 0%;
}


.shop_list_div_01{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 33vw;
    overflow: scroll;
    scrollbar-width: none;
}
.shop_list_div_02{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 29.9vw;
    overflow: scroll;
}
.shop_list1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 5% 0%;
    border-bottom: 1px solid;
}
.shop_list2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 5% 0%;
    border-bottom: 1px solid;
}
.shop_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.shop_name_text{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.2vw;
    color: #000;
    width: 75%;
}
.shop_address{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% 0% 2% 0%;
}
.shop_address_text{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.9vw;
    color: #000;
    width: 75%;
}
.shop_tell{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.shop_tell_text{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.9vw;
    color: #000;
    width: 75%;
}
.map {
    pointer-events: all;
    width: 100%;
    height: 35vw;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 0px solid;
}
.map_ex {
    pointer-events: all;
    width: 100%;
    height: 35vw;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 0px solid;
}
.con11{
    flex-direction: column;
}
.con11_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 11% 0% 9% 0%;
    border: 1px solid;
}
.con11_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}
.con11_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con11_left_top{
    background-color: #f7f6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%; 
    height: 4vw;
    border-bottom: 0px solid;
    border-right: 1px solid;
    padding-left: 6.7%;
}
.con11_left_mid{
    background-color: #f7f6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%;
    height: 0vw;
    border: 0px solid;
    padding-left: 7%;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-right: 0px solid;
    border-left: 0px solid;
    overflow: hidden;
}
.con11_left_bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%; 
    height: 33vw;
    border: 0px solid;
}
.con11_left_bottom_top{
    width: 100%;
    height: 0.5vw;
    background-color: #f7f6f2;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.con11_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
}
.con11_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con11_right_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con11_right_top > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%; 
    height: 4vw;
    border: 0px solid;
    cursor: pointer;
    pointer-events: all;
}
.con11_left_top_div{
    background-color: #16354a;
}
.con11_right_top_div{
    background-color: #fff;
}
.con11_left_top_div > p{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    color: #fff;
}
.con11_right_top_div > p{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    color: #000;
}
.con11_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 33vw;
    border: 0px solid;
    border-left: 0px solid;
    border-top: 0px solid;
}
.direct{
    background-color: transparent;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.1vw;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}
.direct::placeholder {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.1vw;
    color: #000;
    padding-right: 30px;
}
.direct2{
    background-color: transparent;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.1vw;
    border: none;
    outline: none;
    width: 93%;
    height: 100%;
}
.direct2::placeholder {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.1vw;
    color: #000;
    padding-right: 30px;
}
#condition{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none; 
    font-family: 'Pretendard';
    color: #000;
    font-size: 1vw;
    font-weight: 600;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#condition option {
    width: 50%;
    height: 100%; /* 옵션 높이 설정 */
    font-size: 1vw; /* 옵션 글꼴 크기 설정 */
}
.r_con11_02{
    right: 7%;
    width: 6%;
    cursor: pointer;
}
.r_con11_03{
    right: 7.5%;
    width: 4%;
    pointer-events: none;
}

.board_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    margin: 0% 0% 8% 0%;
}
.board_content{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.board_content_ro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.board_content_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.board_div_ro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20.5%;
    height: 22vw;
    border: 1px solid;
    margin: 0% 3% 3% 3%;
}
.board_div_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20.5%;
    height: 22vw;
    border: 1px solid;
    margin: 0% 3% 3% 3%;
}
.board_top_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48.1%;
}
.board_top_div > img{
    width: 100%;
}
.board_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 81%;
    height: 53.5%;
    margin: 8% 0% 0% 0%;
}
.board_bottom_div_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.board_bottom_div_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 8% 0% 8% 0%;
}
.board_bottom_div_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.board_text_01{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
    color: #8e715d;
}
.board_text_02{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
}
.board_text_03{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 0.8vw;
    color: #000;
    margin: 0% 0% 2% 0%;
}
.board_viewmore_div_ro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.board_viewmore_div_ex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.board_viewmore_img{
    width: 7%;
    cursor: pointer;
    pointer-events: all;
}


/* 
    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% 0% 0% 0%;
}
.close2 {
    position: absolute;
    z-index: 1;
    top: -17.5%;
    left: 60.1%;
    font-size: 1.5vw;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0;
}
/* 리뷰 end */