* {
    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/con01_02_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: 1.1vw;
    font-family: Pretendard-light;
}
.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_cate{
    margin-top: 17%;
    margin-bottom: 9%;
}
.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: white;
}
.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: transparent;
    font-family: pretendard-regular;
    transition: 0.2s all;
    color: #e3c179;
    cursor: pointer;
}
.main_cate_item:hover{
    background: #e3c179;
    font-family: pretendard-regular;
    color: white;
}
.main_cate_item_on{
    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: white;
    cursor: pointer;
}
.main_cate_item_2{
    margin-left: 2%;
}
.con1 p {
    color: #091535;
}
.con1_top{
    font-size: 2vw;
}
.con1_top span{
    color: #e3c179;
}
.con1_top_2nd{
    font-size: 1.3vw;
    font-family: pretendard-bold;
    margin-top: 1.4%;
    margin-bottom: 1%;
    overflow: hidden;
}
.con1_top_3rd{
    text-align: center;
    font-family: pretendard-light;
    overflow: hidden;
    line-height: 1.7vw;
    margin-bottom: 2%;
}
.con1_top_4th{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28vw;
    overflow: hidden;
    background: url(/images/main_02_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.con2_top{
    width: 6.83168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5%;
}
.con2_top_2nd{
    font-size: 1.3vw;
    margin-top: 1%;
    margin-bottom: 0.5%;
}
.con2_top_3rd {
    font-family: pretendard-bold;
    font-size: 2.1vw;
    color: #091535;
    margin-bottom: 3%;
}
.con2_top_3rd span{
    color: #E3C179;
}
.con3{
    height: 37vw;
}
.con3_top{
    height: 100%;
}
.con3_top > div{
    height: 100%;
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_right > div{
    width: 100%;
    height: 50%;
}
.con3_top_left{
    background: url(/images/con01_02_bg2.jpg) no-repeat center / cover;
    transition: 0.3s all;
}
.con3_top_right_top{
    transition: 0.3s all;
    background: url(/images/con01_02_bg3.jpg) no-repeat center / cover;
}
.con3_top_right_bottom{
    transition: 0.3s all;
    background: url(/images/con01_02_bg5.jpg) no-repeat center / cover;
}


.con3_top_left:hover{
    background: url(/images/con01_02_bg1.jpg) no-repeat center / cover;
}
.con3_top_right_top:hover{
    background: url(/images/con01_02_bg4.jpg) no-repeat center / cover;
}
.con3_top_right_bottom:hover{
    background: url(/images/con01_02_bg6.jpg) no-repeat center / cover;
}
.con3_top_left:hover > div:nth-child(2){
    opacity: 1;
}
.con3_top_right_top:hover > div:nth-child(2){
    opacity: 1;
}
.con3_top_right_top:hover > div{
    color: #091535;
}
.con3_top_right_bottom:hover > div:nth-child(2){
    opacity: 1;
}
.con3_top_1st{
    color: white;
    left: 12%;
    top: 72%;
    font-size: 1.5vw;
    font-family: pretendard-bold;
}

.con3_top_2nd{
    color: white;
    left: 12%;
    top: 72%;
    font-size: 1.1vw;
    opacity: 0;
    font-family: pretendard-regular;
    top: 83%;
}

.con3_top_right_top_1st{
    color: white;
    left: 12%;
    top: 58%;
    font-size: 1.5vw;
    font-family: pretendard-bold;
}

.con3_top_right_top_2nd{
    color: white;
    left: 12%;
    top: 72%;
    font-size: 1.1vw;
    opacity: 0;
    font-family: pretendard-regular;
    top: 76%;
}

.con3_top_right_bottom_1st{
    color: white;
    left: 12%;
    top: 58%;
    font-size: 1.5vw;
    font-family: pretendard-bold;
}

.con3_top_right_bottom_2nd{
    color: white;
    left: 12%;
    top: 72%;
    font-size: 1.1vw;
    font-family: pretendard-regular;
    top: 76%;
    opacity: 0;
}
.con4_top{
    width: 8.31683%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 2%;
}
.con4_top_2nd{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}
.con4_top_2nd p{
    margin-left: 5%;
    width: 100%;
    font-size: 2vw;
    font-weight: 600 !important;
}
.con02_02_01{
    left: 23.6%;
    bottom: 6%;
    width: 13.2%;
}

.con4_mid_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con4_mid_scr{
    width: 250%;
}
.con4_mid_scr .absol{
    right: -100%;
}




.ccon2_mid_swiper {
    width: 78%;
    overflow: hidden;
}
.ccon2_mid_slide iframe{
    width: 80%;
}
.ccon2_mid_slide{
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.ccon2_mid_next{
    right:0% !important;
    color: white !important;
}
.ccon2_mid_prev{
    left:0% !important;
    color: white !important;
}


.ccon2_mid_swiper {
    width: 67%;
    overflow: hidden;
}.ccon2_mid_slide iframe {
     width: 84%;
 }
.ccon2_mid_slide_p_1st{
    font-size: 1.3vw;
    font-family: pretendard-bold;
    margin-top: 2%;
    width: 84%;
    text-overflow: ellipsis;
    margin-bottom: 3%;
}
.ccon2_mid_slide_p_2nd{
    font-size: 1.1vw;
    font-family: 'pretendard-light';
    width: 84%;
    margin-bottom: 9%;
}
.con4_mid_scr {
    width: 200%;
    top: 56%;
}

.ccon4_mid_swiper {
    width: 71%;
    overflow: hidden;
}
.con5_top{
    width: 2.87129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -68%;
    margin-top: 5%;
}
.con5_top_2nd{
    font-family: pretendard-regular;
    font-size: 2vw;
    width: 71.4%;
    margin-top: 1%;
    margin-bottom: 1%;
    color: #081535;
}
.ccon4_mid_slide_a{
    height: 11vw;
    position: relative;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #80808057;
}
.ccon4_mid_slide_a p:nth-child(1) {
    width: 86%;
    font-family: pretendard-bold;
    font-size: 1.5vw;
    margin-top: 13%;
}
.ccon4_mid_slide_a p:nth-child(2) {
    font-family: pretendard-regular;
    font-size: 1.1vw;
    margin-top: 7%;
    width: 86%;
}
.ccon4_mid_slide_a p:nth-child(3) {
    font-size: 1vw;
    margin-top: 6%;
    margin-bottom: 11%;
    width: 86%;
    font-family: pretendard-regular;
    color: #E3C179;
}
.ccon4_mid_slide_a p:nth-child(2) {
    font-family: pretendard-regular;
    font-size: 1.1vw;
    margin-top: 7%;
    width: 86%;
    line-height: 1.5vw;
}
.ccon4_mid_swiper {
    width: 71%;
    overflow: hidden;
    margin-bottom: 9%;
}
.con5_top_3rd{
    width: 61.0396%;
    display: flex;
    justify-content: center;
    right: -9%;
    align-items: center;
}
.ccon4_mid_slide_a {
    height: 11vw;
    position: relative;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #80808057;
    background: white;
}


.con6_top{
    margin-left: -68%;
    margin-top: 5%;
    width: 3.31683%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_2nd{
    font-family: pretendard-regular;
    font-size: 2vw;
    width: 71.4%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.con6_top_3rd{
    font-size: 1.1vw;
    font-family: pretendard-light;
    width: 67.6%;
    line-height: 1.7vw;
    margin-top: 1.5%;
}
.con6_top_4th{
    font-size: 1.1vw;
    font-family: pretendard-light;
    width: 67.6%;
    line-height: 1.7vw;
    margin-top: 1%;
}
.con6_top_5th{
    font-size: 1.1vw;
    font-family: pretendard-light;
    width: 67.6%;
    line-height: 1.7vw;
    margin-top: 1%;
    margin-bottom: 11%;
}
.con6_top_3rd_absol{
    width: 1.31818%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2.4%;
    top: 20%;
}
.con6_top_4th_absol{
    width: 1.39141%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2.4%;
    top: 20%;
}
.con6_top_5th_absol{
    width: 1.46464%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2.4%;
    top: 20%;
}
.con6_map{
    width: 36.4455%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    top: 12%;
}
.con7{

}
.ccon7_mid_swiper {
    width: 58%;
    margin-top: 4%;
    margin-bottom: 7%;
    overflow: hidden;
}
.ccon7_mid_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con7_top{
    width: 8.16832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 1.3%;
}
.con7_top_2nd{
    font-family: Pretendard-SemiBold;
    font-size: 1.9vw;
}
.con7{
    background: #f7f4f0;
}
.history_1st_top{
    font-family: Pretendard-Medium;
    font-size: 2.4vw;
}
.history_1st_top_2nd_1{
    width: 30%;
    color: #e3c179;
    font-family: pretendard-bold;
    font-size: 1.6vw;
    margin-top: 15%;
    margin-left: 37%;
}
.history_1st_top_3rd_1{
    margin-top: 15%;
    margin-right: 37%;
}
.year{
    color: #e3c179 !important;
    font-family: pretendard-bold;
    font-size: 1.6vw;
    margin-top : 5.5% !important
}
.year p{
    color: #e3c179 !important;
}
.history_item {
    font-family: Pretendard-light;
    font-size: 1vw;
    margin-bottom: 1%;
    display: flex;
}

.history_1st_top_2nd{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.history_1st_top_2nd .history_item {
    justify-content: flex-end;
    width: 0%;
    white-space: nowrap;
    margin-left: -4%;
}
.history_item span{

    font-size:1.3vw;
    font-family: Pretendard-bold;
}
.history_1st_top_2nd_1 {
    width: 30%;
    color: #e3c179;
    font-family: pretendard-bold;
    font-size: 1.6vw;
    margin-top: 6%;
    margin-left: 19%;
    margin-bottom: 2%;
}
.history_item_noyear{
    margin-right: 4.5%;
}
.history_item_2digit{
    margin-right: -1% ;
}
.history_1st_top_2nd_absol_2{
    width: 2.22772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}
.history_1st_top_2nd_absol{
    width: 8.41584%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 55%;
    top: 42%;
}



.history_1st_top_3rd{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.history_1st_top_3rd .history_item {
    justify-content: flex-start;
    width: 0%;
    white-space: nowrap;
    margin-left: 5%;
}
.history_1st_top_3rd .history_item_2digit {
    margin-right: 1%;
}
.history_1st_top_2nd_absol_3{
    height: 400%;
    top: 20%;
    border-left: 1px solid #e3c179;
}
.history_1st_top_3rd_1 {
    margin-top: 3%;
    margin-right: -8%;
    margin-bottom: 2%;
}
.history_1st_top_3rd_absol{
    width: 25.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 52%;
    top: 11%;
}
.history_1st_top_3rd .history_item_noyear {
    margin-left: 9.2%;
    margin-right: 0%;
}

.history_1st_top_4th_absol{
    width: 14.3069%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 52%;
    top: 10%;
}
.history_1st_top_8th{
    margin-bottom: 16%;
    margin-top: -5%;
}
.history_1st_top_7th{
    margin-top: -6%;
}
.ccon2_mid_prev {
    left: 15% !important;
    top: 40% !important;
    color: #091535 !important;
    font-size: 0.8vw !important;
}
.ccon2_mid_next {
    right: 15% !important;
    top: 40% !important;
    color: #091535 !important;
    font-size: 0.8vw !important;
}
.ccon2_mid_prev::after{
    font-size: 1vw !important;
}
.con1 p {
    color: #081535;
}
.con4_top_2nd p, con5_top_2nd p{
    color: #081535;

}
.ccon4_mid_slide_a{

}
.ccon2 p {
    color: #081535;

}
.ccon4_mid_slide_a p:nth-child(1){
    color: #081535;

}
.ccon4_mid_slide_a p:nth-child(2){
    color: #081535;

}
.con6 p{
    color: #081535;

}
.con7 p{
    color: #081535;

}
.history p{
    color: #081535;

}

.history_1st_top_2nd_absol_2 {
    width: 2.42772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
}

.history_1st_top_3rd_absol_2{
    width: 2.22772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
}
.history_1st_top_3rd_absol_2_2{
    width: 99.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scaleOpa infinite linear 2s;
}
.history_1st_top_3rd_absol_2_3{
    width: 99.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scaleOpa2 infinite linear 2s;

}
.history_1st_top_3rd_absol {
    width: 25.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 52%;
    top: 24%;
}
.history_1st_top_4th .history_1st_top_2nd_absol_2{
    width: 2.42772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 27%;
}
.history_1st_top_5th .history_1st_top_3rd_absol_2{
    width: 2.22772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
}
.history_1st_top_6th .history_1st_top_2nd_absol_2 {
    width: 2.42772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
}
.history_1st_top_7th .history_1st_top_3rd_absol_2 {
    width: 2.22772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
}
.history_1st_top_8th .history_1st_top_2nd_absol_2 {
    width: 2.42772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 44%;
}
.ccon4_mid_slide_a {
    height: 13vw;
}
.ccon4_mid_slide_a p:nth-child(2) {
    font-family: pretendard-regular;
    font-size: 1.1vw;
    margin-top: 7%;
    width: 86%;
    line-height: 1.5vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_cate {
    margin-top: 24%;
    margin-bottom: 3%;
}
.ccon2_mid_prev::after {
    font-size: 2vw !important;
}
.ccon2_mid_next {
    right: 0% !important;
    top: 36% !important;
    color: #091535 !important;
    font-size: 0.8vw !important;
}
.ccon2_mid_prev {
    left: 0% !important;
    top: 36% !important;
    color: #091535 !important;
    font-size: 0.8vw !important;
}
.ccon4_mid_slide_a p:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con6_top{
    font-family: 'Pretendard-bold';
    color: #8080809e;
    width: 3.31% !important;
    white-space: nowrap;
    font-size: 0.9vw;
    justify-content: flex-start;
}
.con6_top p{
    color: #8080809e;
    
}
.map{
    width: 100%;
    height: 100%;
    position: absolute;
}
.ccon7_mid_slide_con_1{
    width: 39.4206%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon7_mid_slide_con_2{
    width: 28.4195%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon7_mid_slide_con_3{
    width: 38.9622%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon7_mid_slide_con_4{
    width: 25.6692%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon7_mid_slide_con_5{
    width: 62.7979%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon7_mid_swiper {
    width: 43%;
    margin-top: 4%;
    margin-bottom: 7%;
    overflow: hidden;
}
.ccon5_mid_next{
    color: white !important;
    right: -4% !important;
    top: 42%;
}
.ccon5_mid_prev{
    color: white !important;
    left: -4% !important;
    top: 42%;
}
.ccon5_mid_prev {
    color: white !important;
    left: -4% !important;
    top: 38% !important;
}
.swiper-button-next{
/*    top: 38% !important;*/

}
.swiper-button-next{
}
.ccon5_mid_next{
    bottom: unset !important;
     top: 38% !important;        
}
.ccon5_mid_next {
    bottom: unset !important;
    top: 61% !important;
    right: 23% !important;
    left: unset !important;
    color: #091535 !important;
}
.ccon5_mid_prev {
    bottom: unset !important;
    top: 61% !important;
    left: 23% !important;
    right: unset !important;
    color: #091535 !important;
}
        .ccon3_mid_prev:after, .ccon3_mid_next:after,.ccon2_mid_prev:after, .ccon2_mid_next:after,.ccon5_mid_prev:after, .ccon5_mid_next:after  {
        font-size: 1vw !important;
    }
.history img{
    width: 100%;
}

.history_1st_top_2nd_absol_2nd {
    width: 19.41584%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 54%;
    top: 42%;
}

.history_1st_top_3rd_absol {
    width: 20.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 52%;
    top: 24%;
}

.history_1st_top_2nd_absol {
    width: 11.41584%
217.578px
;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 54%;
    top: 42%;
}

.history_1st_top_3rd_absol {
    width: 15.7921%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 54%;
    top: 24%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_small_title {
        font-size: 3.1vw;
        font-family: Pretendard-light;
    }
    .main_cate_item {
        width: 32%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e3c179;
        border-radius: 50px;
        height: 7vw;
        font-size: 3.2vw;
        font-family: pretendard-regular;
        cursor: pointer;
    }
    .con1_top {
        font-size: 6vw;
        width: 78%;
        word-break: keep-all;
        text-align: center;
        margin-bottom: 4%;
        margin-top: 1%;
    }
    .con1_top_2nd {
        font-size: 3.3vw;
        font-family: pretendard-bold;
        margin-top: 1.4%;
        margin-bottom: 2%;
    }
    .con1_top_3rd {
        text-align: center;
        font-family: pretendard-light;
        line-height: 4.7vw;
        margin-bottom: 11%;
        margin-top: 3%;
        width: 71%;
        word-break: keep-all;
    }
    .con1_top_4th {
        width: 100%;
        height: 52vw;
        background-attachment: unset;
    }
    .con2_top {
        width: 25.83168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9.5%;
    }
    .con2_top_2nd {
        font-size: 3.3vw;
        margin-top: 3%;
        margin-bottom: 1.5%;
    }
    .con2_top_3rd {
        font-family: pretendard-bold;
        font-size: 6.1vw;
        color: #091535;
        margin-bottom: 6%;
    }
    .con3_top {
        flex-direction: column;
    }
    .con3_top > div {
        height: 50%;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3 {
        height: 125vw;
    }
    .con3_top_1st{
        color: white;
        left: 12%;
        top: 58%;
        font-size: 5.5vw;
        font-family: pretendard-bold;
    }
    .con3_top_2nd {
        color: white;
        left: 12%;
        top: 72%;
        font-size: 3.1vw;
        opacity: 0;
        font-family: pretendard-regular;
        top: 66%;
        line-height: 4.8vw;
        width: 60%;
    }
    .con3_top_1st {
        color: white;
        left: 12%;
        top: 50%;
        font-size: 5.8vw;
        font-family: pretendard-bold;
    }
    .con3_top_right_top_1st {
        color: white;
        left: 12%;
        top: 25%;
        font-size: 5.8vw;
        font-family: pretendard-bold;
    }
    .con3_top_right_top_2nd {
        color: white;
        left: 12%;
        top: 72%;
        font-size: 3.1vw;
        opacity: 0;
        font-family: pretendard-regular;
        top: 53%;
        line-height: 4.8vw;
    }


    .con3_top_right_bottom_1st {
        color: white;
        left: 12%;
        top: 25%;
        font-size: 5.8vw;
        font-family: pretendard-bold;
    }
    .con3_top_right_bottom_2nd {
        color: white;
        left: 12%;
        top: 72%;
        font-size: 3.1vw;
        opacity: 0;
        font-family: pretendard-regular;
        top: 53%;
        line-height: 4.8vw;
    }
    .con4_top {
        width: 28.31683%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .con4_top_2nd p {
        margin-left: 11%;
        width: 100%;
        font-size: 4vw;
        font-weight: 600 !important;
    }
    .con02_02_01 {
        left: 4.6%;
        bottom: 11%;
        width: 19.2%;
    }
    .ccon2_mid_slide iframe {
        width: 110%;
        height: 98%;
    }
    .ccon2_mid_swiper {
        width: 79%;
        overflow: hidden;
        margin-top: 2%;
    }
    .ccon2_mid_slide_p_1st {
        font-size: 3.3vw;
        font-family: pretendard-bold;
        margin-top: 2%;
        width: 101%;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 3%;
        overflow: hidden;
    }
    .ccon2_mid_slide_p_2nd {
        font-size: 3.1vw;
        font-family: 'pretendard-light';
        width: 101%;
        margin-bottom: 11%;
    }
    .con4_top {
        width: 23.31683%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .ccon2_mid_prev::after{
        font-size: 5vw !important;
    }
    .ccon2_mid_next::after{
        font-size: 5vw !important;
    }
    .ccon2_mid_prev {
        left: 1% !important;
        top: 40% !important;
        color: #091535 !important;
        font-size: 0.8vw !important;
    }
    .ccon2_mid_next {
        right: 1% !important;
        top: 40% !important;
        color: #091535 !important;
        font-size: 0.8vw !important;
    }
    .con5_top {
        width: 11.87129%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
    }
    .con4_top_2nd {
        width: 100%;
        text-align: center;
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_top_2nd p {
        margin-left: 0;
        text-align: center;
        width: 86%;
        margin-top: 14%;
        word-break: keep-all;
        font-size: 6vw;
        font-weight: 600 !important;
    }
    .con02_02_01 {
        left: unset;
        bottom: 60%;
        width: 30.2%;
    }
    .con5_top_2nd {
        font-family: pretendard-regular;
        font-size: 7vw;
        width: 71.4%;
        margin-top: 2%;
        margin-bottom: 3%;
        text-align: center;
    }
    .ccon4_mid_swiper {
        width: 85%;
        overflow: hidden;
        margin-bottom: 9%;
    }
    .ccon4_mid_slide_a {
        height: 28vw;
        position: relative;
        width: 99%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #80808057;
        background: white;
    }
    .ccon4_mid_slide_a p:nth-child(1) {
        width: 86%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        margin-top: 0%;
    }
    .ccon4_mid_slide_a p:nth-child(2) {
        font-family: pretendard-regular;
        font-size: 3.1vw;
        margin-top: 7%;
        width: 86%;
        line-height: 3.5vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ccon4_mid_slide_a p:nth-child(1) {
        width: 86%;
        font-family: pretendard-bold;
        font-size: 3.8vw;
        margin-top: 11%;
    }
    .ccon4_mid_slide_a p:nth-child(3) {
        font-size: 3vw;
        margin-top: 6%;
        margin-bottom: 11%;
        width: 86%;
        font-family: pretendard-regular;
        color: #E3C179;
    }
    .con5_top_3rd {
        width: 96.0396%;
        display: flex;
        justify-content: center;
        right: -18%;
        align-items: center;
        top: 11%;
    }
    .con6_map {
        width: 84.4455%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 12%;
        position: relative !important;
    }
    .con6_top {
        margin-left: 0;
        margin-top: 7%;
        width: 14.31683%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_2nd {
        font-family: pretendard-regular;
        font-size: 7vw;
        width: 71.4%;
        margin-top: 1%;
        margin-bottom: 1%;
        font-family: pretendard-regular;
        font-size: 7vw;
        width: 50.4%;
        line-height: 9vw;
        margin-top: 3%;
        margin-bottom: 3%;
        text-align: center;
    }
    .con6_top_3rd {
        font-size: 3.1vw;
        font-family: pretendard-light;
        width: 76.6%;
        margin-left: 6%;
        line-height: 4.7vw;
        margin-top: 0.5%;

    }
    .con6_top_3rd_absol {
        width: 4.31818%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -7.4%;
        top: -5%;
    }
    .con6_top_4th {
        font-size: 3.1vw;
        font-family: pretendard-light;
        width: 67.6%;
        line-height: 4.7vw;
        margin-top: 4%;
        width: 76.6%;
        margin-left: 6%;
    }
    .con6_top_5th {
        font-size: 3.1vw;
        font-family: pretendard-light;
        width: 67.6%;
        line-height: 7.7vw;
        margin-top: 1%;
        margin-bottom: 11%;
        width: 76.6%;
        margin-left: 6%;
    }
    .con6_top_4th_absol {
        width: 5.39141%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -7.4%;
        top: -4%;
    }
    .con6_top_5th {
        font-size: 3.1vw;
        font-family: pretendard-light;
        width: 67.6%;
        line-height: 7.7vw;
        margin-top: 1%;
        margin-bottom: 11%;
        width: 76.6%;
        margin-left: 6%;
    }
    .con6_top_5th_absol {
        width: 5.46464%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -7.4%;
        top: 20%;
    }
    .main_cate {
        margin-top: 32%;
        margin-bottom: 5%;
    }
    .con7_top_2nd {
        font-family: Pretendard-SemiBold;
        font-size: 6.9vw;
    }
    .con7_top {
        width: 21.16832%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3.3%;
    }
    .ccon7_mid_swiper {
        width: 85%;
        margin-top: 4%;
        margin-bottom: 7%;
        overflow: hidden;
        padding: 8% 0;
    }
    .ccon7_mid_slide_con{
        scale: 2.4;
    }


    .history_1st_top_2nd_1 {
        width: 30%;
        color: #e3c179;
        font-family: pretendard-bold;
        font-size: 4.6vw;
        margin-top: 6%;
        margin-left: 4%;
        margin-bottom: 2%;
    }


    .history_1st_top {
        font-family: Pretendard-Medium;
        font-size: 6.9vw;
    }
    .history_1st_top_2nd_1 {
        width: 30%;
        color: #e3c179;
        font-family: pretendard-bold;
        font-size: 4.6vw;
        margin-top: 6%;
        margin-left: 0;
        margin-bottom: 4%;
        text-align: center;
    }
    .history_1st_top_2nd_absol_2{
        display: none;
    }
    .history_1st_top_2nd_absol_3{
        display: none;


    }
    .history_1st_top_3rd_absol_2{
        display: none;

    }

    .history_item {
        font-family: Pretendard-light;
        font-size: 3vw;
        margin-bottom: 1%;
        display: flex;
    }
    .history_item span {
        font-size: 3.3vw;
        font-family: Pretendard-bold;
    }

    .year {
        color: #e3c179 !important;
        font-family: pretendard-bold;
        font-size: 4.6vw;
        margin-top: 5.5% !important;
    }
     .history_item {
        justify-content: center;
        width: 100%;
        white-space: nowrap;
        margin-left: 0;
    }

     .history_item {
        justify-content: center;
        width: 100%;
        white-space: nowrap;
        margin-left: 0;
        align-items: center;
        flex-direction: column;
    }

     .history_item {
        justify-content: center;
        width: 100%;
        white-space: nowrap;
        margin-left: 0;
        align-items: center;
        flex-direction: column;
    }

    .history_item_month {
        font-family: Pretendard-bold;
        margin-top: 2%;
        font-size: 3.7vw;
    }
    .history_item_2digit {
        margin-right: 0;
    }

    .history_item_noyear {
        margin-right: 0;
        margin-bottom: 0% !important;
        margin-top: 0%;
    }
    .history_1st_top_3rd_1 {
        margin-top: 3%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .history_item{
        margin-left: 0 !important;
    }
    .history_item_month {
        font-family: Pretendard-bold;
        margin-top: 6% !important;
        font-size: 3.7vw;
        text-align: center;
        line-height: 8vw;
    }
    .history_1st_top_3rd_absol_2{
        display: none !important;
    }
    .history_1st_top_2nd_absol_2{
        display: none !important;
    }

    .history_1st_top_2nd_absol{
        display: none !important;
    }
    .history_1st_top_3rd_absol{
        display: none !important;

    }
    .history_1st_top_4th_absol{
        display: none !important;

    }
    .history_1st_top_3rd_absol{
        display: none !important;

    }
    .history_1st_top_7th {
        margin-top: 0%;
    }
    .history_1st_top_8th {
        margin-bottom: 16%;
        margin-top: 0%;
    }
    .year {
        color: #e3c179 !important;
        font-family: pretendard-bold;
        font-size: 5.6vw;
        margin-top: 5.5% !important;
    }
    .ccon7_mid_slide_con {
        scale: 1.6;
    }
        .ccon2_mid_slide iframe {
        width: 110%;
        height: 45vw;
    }
    .ccon2_mid_prev {
        left: 1% !important;
        top: 35% !important;
        color: #091535 !important;
        font-size: 0.8vw !important;
    }
    .ccon2_mid_next {
        right: 1% !important;
        top: 35% !important;
        color: #091535 !important;
        font-size: 0.8vw !important;
    }    
        .ccon3_mid_prev:after, .ccon3_mid_next:after,.ccon2_mid_prev:after, .ccon2_mid_next:after,.ccon5_mid_prev:after, .ccon5_mid_next:after  {
        font-size: 4.7vw !important;
    }
    .ccon5_mid_next {
    bottom: unset !important;
    top: 68% !important;
    right: 0% !important;
    left: unset !important;
    color: #091535 !important;
}
    .ccon5_mid_prev {
    bottom: unset !important;
    top: 68% !important;
    left: 0% !important;
    color: #091535 !important;
}
}