* {
    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: url(/images/main_09_bg.jpg) no-repeat center / cover;

}

.main_top_4th {
    width: 31.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22%;
    margin-bottom: 10%;
    margin-left: -46%;
}
.con6_left_swiper_2_2nd {
    width: 52%;
    right: -1%;
    overflow: hidden;
    top: 42%;
    justify-content: space-between;
}
.con6_left_swiper_1_slide img{
    width: 94% !important;
}
.con1_top_2nd{
    margin-top: 2%;
    padding-bottom: 3%;
    border-bottom: 1px solid #00000069;
}
.con1_top{
    width: 10.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}

.con1_mid_scr {
    bottom: 0%;
    width: 250%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24%;
    position: relative;
    margin-bottom: -26%;
}
.con1_mid_scr img{
    width: 100%;
    animation: marqueeX 30s infinite linear;
}
.con1_mid_scr .absol{
    right: -100%;
}
.con1_top_3rd {
    flex-wrap: wrap;
    width: 85%;
}
.con1_top_3rd_item {
    width: 27%;
    background: white;
    margin: 1.3% 1.3%;
    border-radius: 27px;
    overflow: hidden;
    border: 1px solid #0000002b;
}
.con1_top_3rd_item_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14vw;
    overflow: hidden;
}
.con1_top_3rd_item_desc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con1_top_3rd_item_desc p:nth-child(1){
    width: 80%;
    margin-top: 4%;
    font-size: 1.5vw;
}
.con1_top_3rd_item_desc p:nth-child(2){
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2%;
}
.con1_top_3rd_item_desc p:nth-child(3){
    color: #00000069;
    width: 80%;
    margin-bottom: 6%;
}
.con1_top_3rd {
    flex-wrap: wrap;
    width: 85%;
    margin-bottom: 10%;
}
.fixed_popup{
    height: 100vh;
    background: #00000045;
}
.popup{
    width: 50%;
    background: white;
    height: 26vw;
    border-radius: 30px;
    overflow: hidden;
}
.popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}
.popup_img{
    width: 32.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -55%;
    height: 10vw;
    overflow: hidden;
}
.popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}
.popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}
.fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 1;
}
.main_top_4th {
    width: 31.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    margin-bottom: 9%;
    margin-left: -46%;
}
.con6_left_swiper_2_2nd {
    width: 52%;
    right: -1%;
    overflow: hidden;
    top: 47%;
    justify-content: space-between;
}
.fixed_popup {
    position: fixed !important;
    top: 0%;
    z-index: 5;
}
.fixed_popup_con{
    width:100%;
    height: 100%;
}
.popup_img img{
    width: 100%;
}

.con3_left_swiper_1_slide_p_5th{
    top: 76%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    background: black;
    border-radius: 50px;
    color: white;
    padding: 1.6% 0;
    cursor: pointer;
    margin-top: 5%;
    margin-bottom: 8%;
}

.con3_left_swiper_1_slide_p_5th {
    top: 76%;
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    background: #091535;
    border-radius: 50px;
    color: white;
    padding: 1% 0;
    cursor: pointer;
    margin-top: 0%;
    margin-bottom: 8%;
}
.con1_top_3rd {
    margin-bottom: 4%;
}
.popup {
    border-radius: 15px;
}
.con1_top_3rd_item{
	cursor:pointer;
}
/*
.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;
}
*/
.con6_left_swiper_2_2nd {
    width: 55%;
}
.con6_left_swiper_1_slide_p {
    top: 26%;
    width: 65%;
    text-align: center;
    left: 14%;
}
.con6_left_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con6_left_swiper_1_slide_p{
    top: unset;
    width: 65%;
    text-align: center;
    left: unset;
}
.con6_left_swiper_1_slide img{
    margin-top: 3%;
}
.main_top_4th {
    width: 29.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    margin-bottom: 9%;
    margin-left: -46%;
}
.main_top_4th img{
    width: 100%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_top_4th {
        width: 61.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 38%;
        margin-bottom: 19%;
        margin-left: -29%;
    }
    .main_top_4th {
        width: 56.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 38%;
        margin-bottom: 19%;
        margin-left: -36%;
    }
    .con6_left_swiper_2_2nd {
        width: 68%;
        right: unset;
        top: 38%;
        justify-content: space-between;
        left: 62%;
        overflow: hidden;
    }
    .con1_top {
        width: 23.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .main_large_title {
        font-size: 6.7vw;
        font-family: Pretendard-Bold;
        color: #091535;
    }
    .con1_top_3rd_item {
        width: 41%;
        background: white;
        margin: 2.3% 2.3%;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #0000002b;
    }
    .con1_top_3rd_item_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 21vw;
        overflow: hidden;
    }
    .con1_top_3rd_item_desc p:nth-child(1) {
        width: 86%;
        margin-top: 8%;
        font-size: 3.5vw;
    }
    .con1_top_3rd_item_desc p:nth-child(2) {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 86%;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 5%;
    }
    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.6vw;
        color: #091535;
    }
    .con1_top_3rd_item_desc p:nth-child(3) {
        color: #00000069;
        width: 86%;
        margin-bottom: 9%;
        font-size: 2.7vw;
    }
    .popup_top {
        font-size: 4.5vw;
        width: 89%;
        padding-bottom: 4%;
        text-align: center;
        border-bottom: 1px solid #0000002e;
    }
    .popup_img {
        width: 64.5248%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 31vw;
        overflow: hidden;
    }
    .popup > p:nth-child(2) {
        font-size: 3.3vw;
        width: 88%;
        margin-top: 5%;
        padding-bottom: 3%;
        text-align: center;
    }
    .popup > p:nth-child(4) {
        font-size: 2.8vw;
        width: 88%;
        margin-top: 5%;
        text-align: center;
    }
    .popup > p:nth-child(5) {
        left: unset;
        width: 89%;
        padding-right: 8%;
        height: 15vw;
        top: unset;
        box-sizing: border-box;
        font-size: 2.9vw;
        overflow-y: scroll;
        position: relative !important;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 6%;
    }
    
    
.con3_left_swiper_1_slide_p_5th {
    top: 76%;
    width: 28%;
    justify-content: center;
    align-items: center;
    left: 8%;
    background: #091535;
    border-radius: 50px;
    color: white !important;
    padding: 2% 0;
    cursor: pointer;
    margin-top: 0%;
    margin-bottom: 8%;
}    
.popup {
    width: 81%;
    background: white;
    height: 102vw;
    border-radius: 30px;
    overflow: hidden;
    top: -8%;
}
    .popup_top {
        font-size: 6.5vw;
        width: 89%;
        padding-bottom: 4%;
        text-align: center;
        border-bottom: 1px solid #0000002e;
    }
    .popup > p:nth-child(2) {
        font-size: 4.8vw;
        width: 88%;
        margin-top: 5%;
        padding-bottom: 3%;
        text-align: center;
    }
    .popup_img {
        width: 80.5248%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 36vw;
        overflow: hidden;
    }
.popup > p:nth-child(5) {
        left: unset;
        width: 89%;
        padding-right: 8%;
        height: 19vw;
        top: unset;
        box-sizing: border-box;
        font-size: 3vw;
        overflow-y: scroll;
        position: relative !important;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 6%;
    }    
    .popup {
        width: 81%;
        background: white;
        height: 107vw;
        border-radius: 30px;
        overflow: hidden;
        top: -8%;
    }    
    .main_top_4th {
        width: 84.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 28%;
        margin-bottom: 9%;
        margin-left: 0;
    }
.con6_left_swiper_2_2nd {
        width: 94%;
        right: unset;
        top: 37%;
        justify-content: space-between;
        left: unset;
        overflow: hidden;
        position: relative !important;
        margin-bottom: 12%;
    }    
    .popup {
        width: 81%;
        background: white;
        height: 107vw;
        border-radius: 15px;
        overflow: hidden;
        top: -8%;
    }    
    .con6_left_swiper_1_slide img {
    height: 61vw;
}
}
