* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
.container{
    display: none;
}
ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con05_01_bg1.jpg) url(/images/con05_01_bg2.jpg) url(/images/con05_01_bg3.jpg)
    url(/images/con05_01_bg4.jpg) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.main_small_title{
    font-size: 1vw;
    font-family: Pretendard-light;
    line-height: 1.6vw;
    color: #091535;
}
.main_mid_title{
    font-size: 2vw;
    font-family: "Noto Serif KR", serif;
    font-weight: 600;
    color: #091535;


}
.main_small_title span{
    font-family: Pretendard-Bold;


}
.main_mid_title span{
    color: #E3C179;

}
.main_mid_2nd_title{
    font-size: 1.25vw;
    font-family: Pretendard-regular;
    color: #091535;
}
.main_mid_2nd_title span{
    color: #E3C179;
}


.main_mid_3rd_title{
    font-size: 1.85vw;
    font-family: Pretendard-semibold;
    color: #091535;
}
.main_mid_3rd_title span{
    color: #E3C179;
}


.main_large_title{
    font-size: 2.2vw;
    font-family: Pretendard-Bold;
    color: #091535;
}
.main_large_title span{
    color: #E3C179;
}
.noto_serif{
    font-family: "Noto Serif KR", serif;
    font-weight: 600;
    font-style: normal;
}

.main{
    background: #091535;
}
.main_absol_2nd{
    bottom: 0;
    left: 0;
    width: 102%;
}
.main_top{
    color: white;
    margin-top: 18%;
}
.main_top_2nd {
    margin-top: 1%;
    margin-bottom: 3%;
    color: white;
    font-size: 1.3vw;
}
.main_top_3rd{
    margin-left: 5%;
}
.main_top_3rd_ct{
    color: white;
    top: 18%;
    right: 19%;
    font-size: 6.6vw;
    font-family: pretendard-bold;
    color: #E3C179;
}
.main_top_4th{
    color: white;
    z-index: 1;
    margin-top: 7%;
    margin-bottom: 1%;
}
.main_top_5th {
    z-index: 2;
    margin-top: 2%;
    margin-bottom: 7%;
}

.main_top_5th_item {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #ffffff4d;
}
.main_top_5th_item:last-child{
    border-right: unset;

}
.main_top_5th_item >p:nth-child(1) {
    color: white;
    font-size: 1.5vw;
}
.main_top_5th_item >p:nth-child(2) {
    color: #E3C179;
}
.main_top_5th_item >p:nth-child(3) {
    color: white;
    font-size: 0.9vw;
}
.main_absol{
    color: white;
    bottom: 2%;
    font-size: 0.85vw;
    right: 4%;
}
.con1{
    background: url(/images/con01_12_bg.jpg) no-repeat center / cover;
}
.con1_top{
    margin-top: 6%;
}
.con1_top_2nd{
    margin-top: 0.4%;
}
.con1_top_3rd{
    width: 30.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -32%;
    margin-bottom: 4%;
}
.con1_top_4th{
    width: 0.445545%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    overflow: unset !important;
    left: 56%;
}
.con1_top_4th_absol{
    left: 255%;
    white-space: nowrap;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: -4%;
    font-family: pretendard-medium;
}
.con1_top_4th_absol p{
    margin-bottom: 5%;
}
.con1_top_4th_absol p {
    margin-bottom: 296%;
}
.last_p{
    color: #E3C179;
    font-size: 1.4vw;
}
.con2{
    background: url(/images/con02_12_bg.jpg) no-repeat center / cover;

}
.con2_top{
    color: white;
    margin-top: 8%;
}
.con2_top_2nd{
    color: white;
    margin-top: 1%;
}
.main_cate {
    margin-top: 2%;
    margin-bottom: 3%;
}
.main_cate_item{
    width: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3c179;
    border-radius: 50px;
    height: 3vw;
    font-size: 1.2vw;
    background: #e3c179;
    font-family: pretendard-regular;
    color: #091535;
}
.main_cate_item{
    width: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3c179;
    border-radius: 50px;
    height: 3vw;
    font-size: 1.2vw;
    background: #e3c179;
    font-family: pretendard-regular;
    color: #091535;
    cursor: pointer;
}
.main_cate_item_2{
    margin-left: 2%;
}


.con6_left_swiper_item{
    width: 69%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.ccon5_mid_prev{
    color: white !important;
    left: 13% !important;
    top: 40% !important;
}
.ccon5_mid_next{
    color: white !important;
    right: 13% !important;
    top: 40% !important;
}
.con6_left_swiper_1_slide_con{
    justify-content: space-between;
    overflow: hidden;
}
.con6_left_swiper_1_slide_con{
    background: white;
    border-radius: 20px;
}
.con6_left_swiper_1_slide_con_img{
    width: 43.0161%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vw;
    overflow: hidden;
}
.con6_left_swiper_1_slide_con_desc{
    width: 54%;
}
.con6_left_swiper_1_slide_con_desc p:nth-child(1){
    margin-bottom: 1%;
}
.con6_left_swiper_1_slide_con_desc p:nth-child(2){
    color: #0000004a;
}
.con6_left_swiper_1_slide_con_desc p:nth-child(4){
    color: #0000004a;
}
.con6_left_swiper_1_slide_con_desc p:nth-child(3){
    width: 67%;
    word-break: keep-all;
    margin-bottom: 2%;
    margin-top: 2%;
    height: 8vw;
    overflow-y: scroll;
}
.con3{
    background: url(/images/con03_12_bg.jpg) no-repeat center / cover;

}
.con3_top{
    width: 10.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 1%;
}
.con3_top_3rd{
    margin-top: 4%;
    margin-bottom: 5%;
    flex-wrap: wrap;
}
.con3_top_3rd_item{
    width: 12.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.con3_top_4th{
    width: 35.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.con02_12_06{
    z-index: 1;
}
.con3_top_4th_absol{
    width: 33.0504%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 1.3%;
}
.con3_top_5th{
    text-align: center;
    margin-bottom: 4%;
}
.con3_top_6th{
    height: 5vw;
    border-left: 1px solid #091535;
    margin-bottom: 4%;
    margin-top: 1%;
}
.con3_top_7th{
    width: 33.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3%;
    z-index: 1;
}
.con3_top_7th_absol{
    width: 1.33663vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: 1%;
    bottom: 20%;
}
.con02_12_11{
    width: 1.33663vw !important;

}
.con3_top_8th{
    width: 37.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_8th_absol{
    width: 1.33663vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: 1%;
    bottom: 20%;
}
.con3_top_6th_2nd{
    margin-bottom: 2%;
}
.con3_absol{
    width: 38.6634%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -14%;
    right: 8%;
}
.con3_top_9th{
    width: 58.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 7%;
    z-index: 1;
}
.con3_top_9th_absol{
    width: 72.8088%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5{
    background: url(/images/con05_12_bg.jpg) no-repeat center / cover;
}
.con5_top{
    width: 9.45545%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 3%;
}
.con5_top_2nd{
    width: 27.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
}
.con5_top_3rd{
    width: 25.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_4th{
    width: 11.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 8%;
    cursor: pointer;
}
.main_cate_item{
    width: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3c179;
    border-radius: 50px;
    height: 2.5vw;
    font-size: 1.1vw;
    background: transparent;
    font-family: pretendard-medium;
    color: #e3c179;
    transition: all 0.3s;
    cursor: pointer;
}
.main_cate_item:hover {
    border: 1px solid #e3c179;
    background: #e3c179;
    font-family: pretendard-medium;
    color: #091535;
    cursor: pointer;
}
.main_cate_item_on {
    background: #e3c179;
    font-family: pretendard-medium;
    color: #091535;
    cursor: pointer;
}
.main_top_3rd {
    margin-left: 5%;
    width: 18%;
}
.main_12_01{
    width: 100% !important;
}


.main_top_5th {
    z-index: 2;
    margin-top: 2%;
    margin-bottom: 8%;
}
.main_top_5th_item >p:nth-child(2) {
    color: #E3C179;
    margin: 2% 0;
}
.con3_top_3rd_item_absol{
    width: 101% !important;
    opacity: 0;
}
.main_top_3rd_ct {
    color: white;
    top: 18%;
    right: 19%;
    font-size: 6.6vw;
    font-family: pretendard-bold;
    color: #E3C179;
    white-space: nowrap;
}
.main_top {
    color: white;
    margin-top: 21%;
}
.con6_left_swiper_1_slide_con_img img{
    width: 105% !important;
}
.main_top {
    color: white;
    margin-top: 24%;
}
.main_top_5th_item >p:nth-child(2) {
    white-space: nowrap;
}
.main_top_5th_item >p:nth-child(1) {
    white-space: nowrap;

}
.last_p {
    color: #E3C179;
    font-size: 1.7vw;
    font-family: pretendard-bold;
    margin-left: -260%;
}

.con6_left_swiper_1_slide_con_desc p:nth-child(3) {
/*    -ms-overflow-style: none; */
    /* IE and Edge */
/*    scrollbar-width: none;*/
    /* Firefox */
}
.con6_left_swiper_1_slide_con_desc p:nth-child(3)::-webkit-scrollbar {
/*    display: none;  Chrome, Safari, Opera*/
}

/*
.header_menu_sub{
    background: transparent !important;
}
.header_menu_sub {
    border-bottom: 1px solid #ffffff7a;
}
.header_menu_sub_1 {
    width: 8%;
    text-align: center;
    color: white !important;
}
.header_menu_sub_1_on {
    color: #E3C179 !important;
}
*/
.con3_top_3rd_item {
    width: 10.5297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}

.con3_top_8th {
    width: 35.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
}.con3_top_7th{
        width: 31.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3%;
    z-index: 1;
}
.con3_top_9th_absol {
    width: 67.8088%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_2nd {
    width: 24.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
}
.con5_top_4th {
    width: 10.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 8%;
    cursor: pointer;
}
.con5_top_4th {
    width: 8.7822%;
}
.con5_top_2nd {
    width: 21.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
}
.con5_top_3rd {
    width: 23.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_4th {
    width: 11.7822%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .con2{
        background: url(/images/con02_12_bgm.jpg) no-repeat center / cover;

    }
    .con3{
        background: url(/images/con03_12_bgm.jpg) no-repeat center / cover;

    }
    .main_mid_title {
        font-size: 5vw;
        font-family: "Noto Serif KR", serif;
        font-weight: 600;
    }
    .main_top {
        color: white;
        margin-top: 38%;
    }
    .main_top_2nd {
        margin-top: 4%;
        margin-bottom: 6%;
        color: white;
        font-size: 4.3vw;
    }
    .main_top_3rd {
        margin-left: 11%;
        width: 41%;
        margin-top: 3%;
    }
    .main_top_3rd_ct {
        color: white;
        top: 18%;
        right: 19%;
        font-size: 14.6vw;
        font-family: pretendard-bold;
        color: #E3C179;
    }
    .main_mid_3rd_title {
        font-size: 3.85vw;
        font-family: Pretendard-semibold;
    }
    .main_top_5th {
        z-index: 2;
        margin-bottom: 11%;
        width: 80%;
        margin-top: 6%;
        flex-wrap: wrap;
    }
    .main_top_5th_item {
        width: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-right: unset;
        border-bottom: 1px solid #80808024;
        margin: 2% 4%;
    }
    .main_top_5th_item >p:nth-child(1) {
        color: white;
        font-size: 4.5vw;
    }
    .main_large_title {
        font-size: 6.2vw;
        font-family: Pretendard-Bold;

    }
    .main_top_5th_item >p:nth-child(3) {
        color: white;
        font-size: 2.9vw;
    }
    .main_top_5th_item >p:nth-child(2) {
        color: #E3C179;
        margin: 6% 0;
    }
    .main_top_5th_item >p:nth-child(3) {
        color: white;
        font-size: 2.9vw;
        margin-bottom: 15%;
    }
    .con1_top {
        margin-top: 12%;
        width: 72%;
        word-break: keep-all;
        text-align: center;
    }
    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.6vw;
    }
    .con1_top_3rd {
        width: 80.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    .con1_top_4th {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45%;
        left: unset;
        position: relative !important;
    }
    .con01_12_02{
        width: 100%;
        display: none;
    }
    .con1_top_4th_absol p {
        margin-bottom: 4%;
    }
    .con1_top_4th {
        width: 67%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45%;
        left: unset;
        position: relative !important;
    }
    .con1_top_4th_absol{
        position: relative !important;
    }
    .con1_top_4th_absol p {
        margin-bottom: 4%;
    }
    .con1_top_4th_absol {
        left: 0;
        white-space: nowrap;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        top: -4%;
        font-family: pretendard-medium;
    }
    .last_p {
        color: #E3C179;
        font-size: 5.4vw;
    }
    .con1_top_4th {
        width: 67%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45%;
        margin-bottom: 11%;
        left: unset;
        position: relative !important;
    }
    .main_mid_2nd_title {
        font-size: 3.55vw;
        font-family: Pretendard-regular;
        color: #091535;
    }

    .con2_top_2nd {
        color: white;
        margin-top: 3%;
        margin-bottom: 3%;
        width: 60%;
        text-align: center;
        word-break: keep-all;
    }
    .main_cate_item {
        width: 26%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e3c179;
        border-radius: 50px;
        height: 5.5vw;
        font-size: 3.1vw;
        background: transparent;
        font-family: pretendard-medium;
        color: #e3c179;
        cursor: pointer;
    }
    .main_cate {
        margin-top: 4%;
        margin-bottom: 4%;
    }
    .con6_left_swiper_1_slide_con {
        background: white;
        border-radius: 20px;
        flex-direction: column;
    }
    .con6_left_swiper_1_slide_con_img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 39vw;
        overflow: hidden;
    }

    .con6_left_swiper_1_slide_con_desc {
        width: 84%;
        text-align: center;
        height: 52vw;
    }
    .con6_left_swiper_1_slide_con_desc p:nth-child(1) {
        margin-bottom: 4%;
        margin-top: 7%;
    }
    .con6_left_swiper_1_slide_con_desc p:nth-child(3) {
        width: 100%;
        word-break: keep-all;
        margin-bottom: 3%;
        margin-top: 6%;
        height: 19vw;
        overflow-y: scroll;
    }
    .con3_top_3rd_item {
        width: 33.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2% 2%;
    }
    .con3_top_4th {
        width: 86.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 2%;
    }
    .con3_top_5th {
        text-align: center;
        margin-bottom: 4%;
        word-break: keep-all;
        width: 76%;
    }
    .con3_top_6th {
        height: 8vw;
        border-left: 1px solid #091535;
        margin-bottom: 4%;
        margin-top: 1%;
    }
    .con3_top_7th {
        width: 84.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.3%;
        margin-top: 2%;
        z-index: 1;
    }
    .con3_top_8th {
        width: 93.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con02_12_11 {
        width: 4.33663vw !important;
    }
    .con3_top_7th_absol {
        width: 3.83663vw !important;

    }
    .con3_top_8th_absol {
        width: 3.83663vw !important;
    }
    .con3_top_9th {
        width: 93.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 12%;
        z-index: 1;
    }
    .con3_top_9th_absol {
        width: 88.8088%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_absol {
        width: 62.6634%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -14%;
        right: -4%;
    }
    .con5_top {
        width: 25.45545%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 5%;
    }
    .con5_top_2nd {
        width: 66.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5%;
    }
    .con5_top_3rd {
        width: 68.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top_4th {
        width: 29.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 11%;
        cursor: pointer;
    }

    .main_absol_2nd {
        bottom: 0;
        left: 0;
        width: 182%;
    }
    .ccon5_mid_prev {
    color: white !important;
    left: 4% !important;
    top: 40% !important;
}
.ccon5_mid_next {
    color: white !important;
    right: 4% !important;
    top: 40% !important;
}    
    .con2 {
        background: url(/images/con02_12_bgm.jpg) no-repeat center / cover;
        padding-bottom: 5%;
        padding-top: 5%;
    }    
    .con1_top {
        margin-top: 12%;
        width: 67%;
        word-break: keep-all;
        text-align: center;
    }    
.last_p {
    margin-left: 0;
}    
    .con3_top_3rd_item {
        width: 30.0297%;
    }
    .con01_12_02{
        display: flex  !important;
        width: 100%;
    scale: 0.46;
    transform: translateY(-17%) translateX(-100%);
}
    .main_cate_item_on {
    background: #e3c179;
    font-family: pretendard-medium;
    color: #091535;
    cursor: pointer;
}
}
