* {
    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;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) 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;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.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 rotate360 {
    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{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;
    margin-top: 3%;
}

.con7_mid_top{
    padding: 2% 2%;
    background: white;
}
.con7_mid_top_cate_margin{
    margin: 0 9%;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;
}
.con7_mid_top_cate:hover{
    background: #192853;
    color: white;
    font-weight: 600;
}

.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.main_2nd{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}

.con7_mid_top {
    padding: 0;
    background: white;
    height: 5vw;
}

.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 31%;
}
.con2{
    background: url(/images/bcon1_bg.jpg) no-repeat center / cover;
    height: 45vw;

}
.con2_letter{
    width: 6.24672%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_letter_2{
    width: 5.5643%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_letter_3{
    right: 50%
}
.con2_letter_4{
    left: 50%;

}
.con2_letter_1 {
    right: 63%;
}
.con2_letter_2 {
    right: 57%;
}
.con2_letter_5{
    left: 56.5%;
}
.con2_letter_6{
    left: 63%;
}


.con2_item{
    width: 16.66%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con2_item_1{
    left: 0;
}
.con2_item_2{
    left: 16.66%;
}
.con2_item_3{
    left: 33.33%;
}

.con2_item_4{
    left: 50%;
}

.con2_item_5{
    left: 66.6666%;
}
.con2_item_6{
    left: 83.3333%;
}





.con2_item_ab_top{
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
    align-items: center;
    filter: brightness(0.3);
}
.con2_item_1_top{
    background: url(/images/bcon2_01a.jpg) no-repeat top / 257%;    

}
.con2_item_2_top{
    background: url(/images/bcon2_02a.jpg) no-repeat top / 257%;    
}
.con2_item_3_top{
    background: url(/images/bcon2_03a.jpg) no-repeat top / 257%;    
}

.con2_item_4_top{
    background: url(/images/bcon2_04a.jpg) no-repeat top / 257%;    
}

.con2_item_5_top{
    background: url(/images/bcon2_05a.jpg) no-repeat top / 257%;    
}
.con2_item_6_top{
    background: url(/images/bcon2_06a.jpg) no-repeat top / 257%;    
}



.con2_letter {
    z-index: 1;
}
.con2_item_ab{
    top: 62%;
    transition: 0.3s top;

}
.con2_item_1_ab{
    width: 30.5994%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_2_ab{
    width: 40.3785%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_3_ab{
    width: 47.0032%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_item_4_ab{
    width: 35.0158%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_5_ab{
    width: 33.4385%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_6_ab{
    width: 29.3375%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_item_on {
    width: 36.333%;
    z-index: 1;
    background: white;
}
.con2_item_on .con2_item_ab_top {
    filter: brightness(1);
    width: 84%;
    top: 6%;
    height: 36%;
    background-size: 100%;

}
.con2_item_on .con2_item_ab {
    top: 32%;
}
.con2_item_on .con2_letter{
    top: 12%;
}
.con2_item_ab_2_ab{
    width: 2.08123%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_on .con2_item_ab_2_ab{
    left: -4%;
}

 .con2_item_ab_2 {
    width: 74%;
    top: 60%;
    transition: 0.3s all;
    opacity: 0;
    display: flex;
}
 .con2_item_ab_3{
    top: 71%;
    opacity: 0;
    transition: 0.3s all;
    width: 73%;
}
 .con2_item_ab_4{
    font-style: italic;
    font-weight: 500;
    transition: 0.3s all;
    font-size: 1.2vw;
    bottom: 0%;
    right: 8%;
    opacity: 0;
}


.con2_item_on .con2_item_ab_2 {
    width: 74%;
    top: 50%;
    display: flex;
    opacity: 1;

}
.con2_item_on .con2_item_ab_3{
    top: 61%;
    opacity: 1;
    width: 73%;
}
.con2_item_on .con2_item_ab_4{
    font-style: italic;
    opacity: 1;
    font-weight: 500;
    font-size: 1.2vw;
    bottom: 5%;
    right: 8%;
}

.con3{
    background: url(/images/bcon3_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}

.con3_top{
    font-size: 2vw;
    margin-top: 17%;
}
.main_2nd_top_2nd{
    font-size: 5vw;
    letter-spacing: 0.4vw;
    margin-bottom: 15%;
}
.con4_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con4_top_left {
    width: 0.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 43%;
}
.con4_top_right{
    width: 0.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 43%;
}

.con4 {
    background: #f3f8ff;
}
.con4_con_top_5th{
    color: #1d2b55;
}

.con4_con{
    width: 82%;
    border-radius: 15px;
    background: white;
 }
 .con4_con_top{
    width: 80%;
    margin-top: 4%;
    font-weight: 600;
 }
 .con4_con_top_2nd{
    margin-top: 2%;
 }

 .con4_con_top_2nd_left{
    width: 31.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
 }
 .con4_con_top_2nd_right{
    width: 31.811%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .con4_con_top_3rd {
    margin-top: 4%;
    margin-bottom: 2%;
 }
 .con4_con_top_3rd > div {
    width: 45%;
    text-align: left;
    margin-right: 0;
    font-weight: 600;
}
.con4_con_top {
    width: 64%;
    margin-top: 4%;
    font-weight: 600;
}
.con4_con_top_3rd{
    width: 64%;
    justify-content: space-between;
}
.con4_con_top_4th{
    width: 66.5%;
    margin-bottom: 5%;
}
.con4_con_top_4th > div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 10vw;
    border: 1px solid #c8c9ce;
    box-sizing: border-box;
}
.con4_con_top_4th_left_con{
    width: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_con_top_4th_right_con{
    width: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_con_top_5th{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
}
.con4_con_top_5th span {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
    font-style: italic;
    font-weight: 600;
}
.con5_left{
    width: 50%;
    height: 73vw;
}
.con5_right{
    width: 50%;
    
}
.con5_left_top_4th{
    width: 52.7807%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: -8%;
}

.con5_left_top_2nd{
    top: 33%;
    left: 29%;
    overflow: hidden;
    z-index: 1;
}

.con5_left_top_3rd{
    width: 44.1763%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 36%;
    z-index: 1;
    left: 29%;
}
.con5_left_top_5th{
    top: 58%;
    font-size: 7vw;
    mix-blend-mode: screen;
    left: -1%;
}
.con5_left_top_6th {
    top: 69%;
    font-size: 7vw;
    mix-blend-mode: screen;
    left: -1%;
}
.con5_left_top_7th {
    top: 80%;
    font-size: 7vw;
    mix-blend-mode: screen;
    left: -1%;
}

.con5_right {
    width: 50%;
    height: 73vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 23%;
    box-sizing: border-box;
    padding-left: 4%;
}
.con5_right_year{
    font-size: 2.3vw;
    font-style: italic;
}
.con5_right_history {
    margin-left: 0;
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8%;
}
.con5_right_history_month{
    left: 0;
    top: 0;
    font-style: italic;
    font-size: 1.25vw;
}
.con5_right_year {
    font-size: 2.3vw;
    font-style: italic;
    margin-top: 7%;
}
.con5_left_top_4th {
    width: 52.7807%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    left: -8%;
}.con5_left_top_2nd {
    top: 16%;
    left: 29%;
    z-index: 1;
}
.con5_left_top_3rd {
    width: 44.1763%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19.3%;
    z-index: 1;
    left: 29%;
}
.con5_right {
    width: 50%;
    height: 73vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10%;
    box-sizing: border-box;
    padding-left: 4%;
}
.con5_right_ab{
    width: 50.2958%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 8%;
}

.con5_ab_1{
    width: 1.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 19%;
}
.con5_ab_2{
    width: 1.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 74%;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}
.con2_letter{
    transition: 0.3s top;
}
.con2_item_ab_2{
    white-space: nowrap;
    width: 74%;
    display: flex;


}

.con2_item_on .con2_item_ab_3 {
    top: 55%;
    opacity: 1;
    width: 73%;
}
.con2_item_on .con2_item_ab_2 {
    top: 47%;
    opacity: 1;
}

.con2_item_on.con2_item_5 {
    left: 66.6666%;
    right: 16.666%;
    left: unset;

}
.con2_item_on.con2_item_6 {
    left: 66.6666%;
    left: unset;

    right: 0;
}
.con2_item_ab_3{
    white-space: nowrap;
}
.con2{
    height: 50vw;
}
.con2_item{
    transition: width 0.3s;
}
.con2_item_on .con2_item_ab_3 {
    white-space: normal;
}
.con2_item_on{
    z-index: 3;
}
.con2_letter_1_on{
    z-index: 4;
    transform: translateY(-200%);

}
.con2_letter_2_on{
    z-index: 4;
    transform: translateY(-200%);

}
.con2_letter_3_on{
    z-index: 4;
    transform: translateY(-200%);

}
.con2_letter_4_on{
    z-index: 4;
    transform: translateY(-200%);

}
.con2_letter_5_on{
    z-index: 4;
    transform: translateY(-200%);


}
.con2_letter_6_on{
    z-index: 4;
    transform: translateY(-200%);
}
.con2_letter_3_on img{
    transform: translateX(143%);
}
.con2_letter_2_on img {
    transform: translateX(175%);
}
.con2_letter_1_on img {
    transform: translateX(160%);
}
.con2_letter_4_on img{
    transform: translateX(152%);
}
.con2_letter_5_on img {
    transform: translateX(-157%);
}
.con2_letter_6_on img {
    transform: translateX(-156%);
}
.con2_letter{
    pointer-events: none;
    transition: 0.3s all;
}
.con2_letter img{
    transition: 0.3s all;
}

.con2_item{
    overflow: hidden;
}
.header_about{
    color: #192853;
}
.con2_letter{
    opacity: 0;
}
.con2_item_ab_3 {
    font-size: 0.9vw;
}

.con2_letter {
    width: 4.74672%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_letter_2 {
    width: 7%;
}
.con2_letter_4{
    width: 6.05%;
}
.con2_letter_5{
        width: 6.5%;
}
.con2_letter_6{
        width: 4.3%;
}
.con4_con_top_4th_left_con {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con4_con_top_4th > div {
    height: 6.7vw;
}

.con4_con_top_4th_right_con {
    width: 57%;
    display: flex
;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .con2_letter{
        transition: 0.3s top;
    }
    .con2_letter {
        scale: 4;
        right: unset;
        top: 47%;
    }
    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 62%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }

    .con7_mid_top_cate{
        width: 26%;
    }
    .con7_mid_top {
        padding: 0;
        background: white;
        height: 9vw;
    }
    .con7_mid_top_cate_margin {
        margin: 0 1%;
    }
    .con7_mid_top_cate {
        width: 28%;
    }
    .con2 {
        background: url(/images/bcon1_bg.jpg) no-repeat center / cover;
        height: 90vw;
    }

    .con2_item_2_ab {

    }
    .con2_mobile{
        height: 95vw;
    }
    .con10_mid_right{
        height: 100%;
    }
    .con6_left_swiper_4{
        height: 100%;

    }
    .con6_left_swiper_1_wrapper{
        height: 100%;

    }
    .con6_left_swiper_1_slide{
        height: 100%;

    }
    .con6_left_swiper_1_slide_con{
        height: 100%;
        
    }
    .con2_item{
        height: 100%;

    }
    .con6_left_swiper_4 {
        height: 100%;
        width: 200%;
    }

    .con10_mid_right {
        height: 100%;
        flex-direction: column;
    }

    .con2_item{
        width: 100%;
    }
        .con2_letter {
            scale: 4;
            right: unset;
        }
    .con2_item_on .con2_letter {
        top: 10%;
        left: unset;
        right: unset;
    }
    .con2_item_ab {

        scale: 4;
    }
    .con2_item_on .con2_item_1_ab {
        width: 30.5994%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 35%;
    }
    .con2_item_on .con2_item_ab_2 {
        width: 74%;
        top: 50%;
        display: flex;
        opacity: 1;
        font-size: 4vw;
    }
    .con2_item_on .con2_item_ab_4 {
        font-style: italic;
        opacity: 1;
        font-weight: 500;
        font-size: 3.2vw;
        bottom: 5%;
        right: 8%;
    }
    .con2_mobile {
        height: 145vw;
    }
    .con2_item_on .con2_item_ab_3 {
        top: 57%;
        opacity: 1;
        width: 73%;
    }
    .con2_item_on .con2_letter {
        top: 17%;
        left: unset;
        right: unset;
    }
    .con6_left_swiper_1_slide_con{
        position: relative;
    }
.con2_item{
    left: unset;
    right: unset;
}
.con2_item_on .con2_item_ab_3 {
    top: 57%;
    opacity: 1;
    width: 73%;
    white-space: unset;
}
.con2_item_on .con2_item_ab_top {
    filter: brightness(1);
    width: 84%;
    top: 6%;
    height: 29%;
    background-size: 100%;
}
.con2_item_on .con2_letter {
    top: 15%;
    left: unset;
    right: unset;
}
.con2_item_on .con2_item_1_ab {
    width: 30.5994%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
}
.con2_item_on .con2_item_ab_2 {
    width: 74%;
    top: 39%;
    display: flex;
    opacity: 1;
    font-size: 4vw;
}
.con2_item_on .con2_item_ab_3 {
    top: 46%;
    opacity: 1;
    width: 73%;
    white-space: unset;
}
.con6_left_swiper_4 {
    height: 100%;
    width: 260%;
}
.con2_item_on.con2_item_5 {
    left: 66.6666%;
    right: unset;
    left: unset;
}
.con2_mobile {
    height: 157vw;
}

.con2_item_on .con2_item_ab_3 {
    top: 46%;
    opacity: 1;
    width: 78%;
    white-space: unset;
    margin-left: 4%;
}
.con2_item_on .con2_item_ab {
    top: 29%;
}

.con2_letter {
    scale: 4;
    right: unset;
    left: unset;
}
.con3_top {
    font-size: 4vw;
    margin-top: 17%;
}
.main_2nd_top_2nd {
    font-size: 12vw;
    letter-spacing: 0.4vw;
    margin-bottom: 15%;
}

.con3 {
    background: url(/images/bcon3_bg.jpg) no-repeat center / cover;
    background-attachment: unset;
}

.con4_con {
    width: 91%;
    border-radius: 10px;
    background: white;
}


.con4_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 4.3vw;
    margin-top: 12%;
    margin-bottom: 4.5%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.con4_top_left {
    width: 2.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
}
.con4_top_right {
    width: 2.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
}
.con4_con_top {
    width: 90%;
    margin-top: 11%;
    font-weight: 600;
}
.con4_con {
    width: 94%;
    border-radius: 10px;
    background: white;
}
.con4_con_top_2nd_left {
    width: 48.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con4_con_top_2nd_right {
    width: 48.811%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_con_top_2nd_left {
    width: 48.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
}


.con4_con_top_3rd {
    margin-top: 12%;
    margin-bottom: 2%;
    width: 90%;
}
.con4_con_top_4th {
    width: 98%;
    margin-bottom: 5%;
}
.con4_con_top_4th > div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 25vw;
    border: 1px solid #c8c9ce33;
    box-sizing: border-box;
}

.con4_con_top_4th {
    width: 98%;
    margin-bottom: 7%;
}
.con4_con_top_5th {
    color: #1d2b55;
    line-height: 4.8vw;
    margin-top: 3%;
    margin-bottom: 10%;
}
.con5{
    flex-direction: column;
}


.con5_left {
    width: 100%;
    height: 146vw;
}

.con5_right {
    width: 100%;
    height: 164vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10%;
    box-sizing: border-box;
    padding-left: 4%;
}


.con5_right_year {
    font-size: 7.3vw;
    font-style: italic;
    margin-top: 7%;
}
.con5_right_history_month {
    left: 0;
    top: 0;
    font-style: italic;
    font-size: 3.25vw;
}

.con5_left_top_5th {
    top: 47%;
    font-size: 21vw;
    mix-blend-mode: screen;
    left: -1%;
}
.con5_left_top_6th {
    top: 62%;
    font-size: 21vw;
    mix-blend-mode: screen;
    left: -1%;
}

    .con5_left_top_7th {
        top: 77%;
        font-size: 21vw;
        mix-blend-mode: screen;
        left: -1%;
    }
    .con5_left_top_3rd {
        width: 58.1763%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23.3%;
        z-index: 1;
        left: unset;
    }

    .con5_left_top_2nd {
        top: 18%;
        left: unset;
        z-index: 1;
    }

    .con5_ab_1{
        display: none;
    }
    .con4_top {
        line-height: 5vw;
    }
    
    .con2_letter{
    opacity: 1;
}

    .con2_letter_1_on{
    z-index: 4;
    transform: unset;


}
.con2_letter_2_on{
    z-index: 4;
    transform: unset;

}
.con2_letter_3_on{
    z-index: 4;
    transform: unset;


}
.con2_letter_4_on{
    z-index: 4;
    transform: unset;


}
.con2_letter_5_on{
    z-index: 4;
    transform: unset;



}
.con2_letter_6_on{
    z-index: 4;
    transform: unset;

}
    
    
    .con2_letter_3_on img{
        transform: unset;

}
.con2_letter_2_on img {
        transform: unset;

}
.con2_letter_1_on img {
        transform: unset;

}
.con2_letter_4_on img{
        transform: unset;

}
.con2_letter_5_on img {
        transform: unset;

}
.con2_letter_6_on img {
        transform: unset;

}
    .con2_item_ab_3 {
    font-size: 3.1vw;
}
    
    .con3_top {
        font-size: 4vw;
        margin-top: 23%;
    }    
    .main_2nd_top_2nd {
        font-size: 12vw;
        letter-spacing: 0.4vw;
        margin-bottom: 21%;
    }
    .con4_con_top_4th {
        width: 98%;
        margin-bottom: 7%;
        flex-direction: column;
    }   
.con4_con_top_4th > div {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        background-color: white;
        height: 40vw;
        border: 1px solid #c8c9ce33;
        box-sizing: border-box;
        margin-bottom: 16%;
    }    
    .con4_con_top_3rd_right{
        transform: translate(-122%, 3575%);
    }
    .con4_con_top_4th {
        margin-bottom: -7%;
    }    
    .con4_top {
        margin-top: 17%;
    }
    .con4_con_top_5th {
        color: #1d2b55;
        line-height: 4.8vw;
        margin-top: 6%;
        margin-bottom: 16%;
    }    
.con5_right {
        width: 100%;
        height: 164vw;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 10%;
        box-sizing: border-box;
        padding-left: 4%;
        margin-top: -74%;
        background: white;
        padding-left: 9%;
        padding-right: 8%;
    }

}