* {
    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(40%);
    }
    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.65vw;
}
.main_mid_title{
    font-size: 1.1vw;
    font-family: Pretendard-Regular;

}
.main_large_title{
    font-size: 1.1vw;
    font-family: Pretendard-Regular;
}
.noto_serif{
    font-family: "Noto Serif KR", serif;
    font-weight: 600;
    font-style: normal;
}
.main{
    background: url(/images/main_04_bg.jpg) no-repeat center / cover;

}
.main_top{
    width: 34.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-bottom: 12%;
}
.main_small_title span{
    font-family: Pretendard-bold;
}
.con1{
    background: #081535;
}
.con1_top{
    color: #E3C179;
    font-size: 2.2vw;
    margin-top: 7%;
}
.con1_top span{
    color: white;
}
.con1_top_2nd{
    text-align: center;
    color: white;
    margin-top: 1.5%;
    margin-bottom: 2%;
}
.con1_top_3rd{
    width: 0.643564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.con1_top_4th{
    margin-bottom: 13%;
}

.con1_top_4th_item_plus{
    width: 0.841584%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.5%;
}
.con1_top_4th_item{
    width: 10.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset !important;
}
.con1_top_4th_item p{
    color: white;
    font-size: 1.2vw;
    font-family: Pretendard-bold;
    text-align: center;
    width: 100%;
    white-space: nowrap;

}
.con1_top_4th_item p span{
    color: #E3C179;
}
.con1_top_4th_item > div{
    top: 111%;
}

.con2{
    background: url(/images/con02_04_bg.jpg) no-repeat center / cover;

}
.con2_top_2nd{
    color: #E3C179;
    font-size: 2.2vw;
    margin-top: 1.7%;
}
.con2_top_2nd span{
    color: white;
}
.con2_top{
    width: 12.7228%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.con2_top_3rd{
    flex-wrap: wrap;
    width: 65%;
    margin-top: 2%;
    margin-bottom: 8%;
}
.con2_top_3rd_item.rltv > img{
    transition: 0.2s all;
}
.con2_top_3rd_item.rltv{
    width: 44.6306%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5% 2%;
}
.con2_top_3rd_item.absol{
    width: 100% !important;
    opacity: 0;
    transition: 0.2s all;

}
.con2_top_3rd_item.rltv:hover .absol    {
    opacity: 1;
}
.con2_top_3rd_item.rltv:hover > img    {
    opacity: 0;
}


.con3_top{
    width: 12.8218%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con3_top_2nd{
    font-family: pretendard-semibold;
    font-size: 1.8vw;
}
.con3_top_3rd{
    font-size: 1.3vw;
    margin-top: 0.4%;
    margin-bottom: 4%;
    font-family: pretendard-light;
}
.con3_top_2nd span{
    color: #d6a94b;
}
.con3_top_4th{
    width: 60% !important;
    margin-bottom: 6%;
}
.con3_top_4th_item p:nth-child(2){
    width: 50%;
    font-size: 1.5vw;
    font-family: pretendard-bold;
}
.con3_top_4th_item p:nth-child(3){
    font-size: 1.1vw;
    margin-top: 2%;
    font-family: pretendard-regular;
    line-height: 1.65vw;
    height: 3vw;
    text-overflow: ellipsis;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: unset;
}
.con3_top_4th_item{
    width: 60%;
    padding: 3% 0;
    margin-bottom: 3%;
  cursor:pointer;
}
.con3_top_4th_item_absol{
    width: 25.8526%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 103%;
    overflow: hidden;
    height: 9.2vw;
    top: 0;
    border-radius: 25px;
}
.con1_top_3rd {
    animation: ddm2 2s infinite;
}
.con3_top_4th_item p:nth-child(2) {
    width: 90%;
    font-size: 1.5vw;
    font-family: pretendard-bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con3_top_4th_item p:nth-child(3) {
    font-size: 1.1vw;
    margin-top: 2%;
    font-family: pretendard-regular;
    line-height: 1.65vw;
    height: 5vw;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
}


.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%;
}
.con3_top_4th {
    width: 60% !important;
    margin-bottom: 3%;
}


.con3_absol{
        width: 30.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 10%;
}
.main_top {
    width: 34.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24%;
    margin-bottom: 9%;
}
/*
.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_4th_item p:nth-child(3) {
    font-size: 1.1vw;
    margin-top: 2%;
    font-family: pretendard-regular;
    line-height: 1.65vw;
    height: 5vw;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.con3_top_4th {
    width: 80% !important;
    margin-bottom: 3%;
}
.con3_top_4th_item_absol {
    width: 12.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 103%;
    overflow: hidden;
    height: 12.2vw;
    top: 0;
    border-radius: 25px;
}
.con3_top_4th_item p:nth-child(3) {
    font-size: 1.1vw;
    margin-top: 2%;
    font-family: pretendard-regular;
    line-height: 1.65vw;
    height: 5vw;
    text-overflow: ellipsis;
    width: 130%;
    overflow: hidden;
}
.con1_top_4th_item {
    width: 8.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset !important;
}
.con2_top_3rd {
    flex-wrap: wrap;
    width: 65%;
    margin-top: 2%;
    margin-bottom: 8%;
}
.con3_top_4th_item_absol img{
/*    height: 100%;*/
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main{
        background: url(/images/main_04_bgm.jpg) no-repeat center / cover;

    }
    .main_top {
        width: 81.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
        margin-bottom: 28%;
    }
    .con1_top {
        color: #E3C179;
        font-size: 8.2vw;
        margin-top: 12%;
    }
    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.65vw;
    }
    .con1_top_2nd {
        text-align: center;
        color: white;
        margin-top: 1.5%;
        margin-bottom: 2%;
        width: 57%;
        word-break: keep-all;
    }
    .con1_top_4th_item {
        width: 27.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_top_4th_item p {
        color: white;
        font-size: 3vw;
        font-family: Pretendard-bold;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        line-height: 4.65vw;
    }
    .con1_top_4th {
        margin-bottom: 25%;
    }
    .con1_top_3rd {
        width: 2.643564%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .con2_top {
        width: 30.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 12%;
    }
    .con02_04_01{
        width: 29.7228vw !important;
    }
    .con2_top_3rd {
        flex-wrap: wrap;
        width: 98%;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .con3_top {
        width: 32.8218%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con3_top_2nd {
        font-family: pretendard-semibold;
        font-size: 6.8vw;
    }
    .con3_top_3rd {
        font-size: 3.3vw;
        margin-top: 0.4%;
        margin-bottom: 5%;
        font-family: pretendard-light;
    }
    .con2_top_2nd {
        color: #E3C179;
        font-size: 6.2vw;
        margin-top: 1.7%;
    }
    .con2_top_3rd_item.rltv {
        width: 82%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5% 2%;
    }
    .con3_top_4th {
        width: 84% !important;
        margin-bottom: 10%;
    }
    .con3_top_4th_item_absol {
        width: 23.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 79%;
        overflow: hidden;
        height: 23.2vw;
        top: 0;
        border-radius: 15px;
    }
    .con3_top_4th_item p:nth-child(2) {
        width: 100%;
        font-size: 3.8vw;
        font-family: pretendard-bold;
        margin-left: 27%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .con3_top_4th_item p:nth-child(3) {
        font-size: 3.1vw;
        margin-top: 2%;
        font-family: pretendard-regular;
        line-height: 4.65vw;
        height: 10vw;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 28%;
        width: 94%;
    }
    .con3_top_4th_item {
        width: 60%;
        padding: 3% 0;
        margin-bottom: 10%;
    }
    .con1_top_4th_item_plus{
        opacity: 0;
    }
.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%;
}
    .con3_top_4th_item p:nth-child(3) {
        font-size: 3.1vw;
        margin-top: 2%;
        font-family: pretendard-regular;
        line-height: 4.65vw;
        height: 14vw;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 28%;
        width: 94%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: unset;
    }

}
