* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

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: '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 rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@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);
    }
}
.rotate{
    animation: rotate360 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/biz/con01_02.png) no-repeat center / cover;
}
.main_top{
    margin-top: 15%;
    font-weight: 700;
    font-size: 1.2vw;
}
.main_top_2nd{
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.1;
}
.main_top_3rd{
    margin-top: 2%;
    margin-bottom: 9%;
}
.con1{
    background: url(/images/biz/con01_03.png) no-repeat center / cover;
    flex-direction: row;
    height: 5vw;
}
.con1_item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.2vw;
    margin: 0 2%;
    padding: 0% 1%;
    transition: 0.3s ease border-bottom,0.3s ease color;


}
.con1_item_on{
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}
.con1_item:hover {
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}
.con2_top{
    width: 10.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con2_top_2nd{
    margin-top: 1.4%;
}






.notice_section {
    padding: 7vw 0;
}
.news_box_wrap > div > div {
    height: 2vw;
    justify-content: space-between;
}
.news_box_wrap > div > div > p:nth-child(1) ,
.news_box_wrap > div > div > p:nth-child(3) {
    width: 20%;
    text-align: center;
}
.news_box_wrap > div > div > p:nth-child(2) {
    width: 30%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_box_top {
    height: 2.3vw;
    background-color: #073A3B;
    color: white;
}
div.news_box_mid {
    font-size: 0.9vw;
    overflow: hidden;
    justify-content: flex-start;
    margin-bottom: 2.5vw;
}
.news_box_mid > .news_box_mid_item  {
    height: 3vw;
    border-bottom: 1px solid #a3a3a38c;
    box-sizing: border-box;
    cursor: pointer;
}
.news_box_mid_item:hover p:nth-child(2) {
    text-decoration: underline;
}
.news_box_bottom {
    gap: 0.3vw;
}
.news_box_bottom span {
    width: 1.4vw;
    height: 1.5vw;
    background-color: #a3a3a331;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
    color: white;
}
.news_box_bottom span.news_change {
    background-color: #073A3B;
}
.news_sd {
    bottom: 0%;
    border-top: 1px solid #000;
    padding: 1vw 0;
}
div.news_box_box {
    width: 80%;
}
div.news_box {
    width: 77%;
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.5s;
    z-index: 0;
    top: 0%;
    left: 0%;
}

div.news_box.news_change {
    opacity: 1;
    transform: translateY(0%);
    z-index: 2;
}

.news_box_top {
    height: 4.3vw;
}
.news_box_wrap > div > div > p:nth-child(1), .news_box_wrap > div > div > p:nth-child(3) {
    width: 18%
;
    text-align: center;
}

.news_box_wrap > div > div > p:nth-child(2) {
    width: 39%
;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_box_wrap > div > div > p:nth-child(1), .news_box_wrap > div > div > p:nth-child(3), .news_box_wrap > div > div > p:nth-child(4){
    width: 15%
;
    text-align: center;
}

.news_box_wrap > div > div {
    font-size: 0.9vw;
    font-family: "Pretendard Variable";
    color: black;
}
.news_box_top{
    background: white;
    border-top: 1px solid  #e50213;
    border-bottom: 1px solid #a3a3a38c;
}

.news_box_bottom span.news_change {
    background-color: transparent;
    color: #e50213;
}
.news_box_bottom span {
    width: 1.4vw;
    height: 1.5vw;
    background-color: unset;
    cursor: pointer;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
    color: black;
}
.container{
    display: none;
}


.header_menu_1:nth-child(5){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_top {
        margin-top: 32%;
        font-weight: 700;
        font-size: 3.6vw;
    }
    .main_top_2nd {
        font-size: 9vw;
        font-weight: 900;
        line-height: 1.7;
    }
    .con1_item {
        font-size: 3.2vw;
    }
    .con1 {
        background: url(/images/biz/con01_03.png) no-repeat center / cover;
        flex-direction: row;
        height: 13vw;
    }
    .con1_item_on {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }
    .con1_item:hover {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }

    .con2_top {
        width: 35.4462%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }






    div.news_tab_wrap {
        width: 100%;
        height: 10vw;
        margin-top: 5%;
    }
    .con1_2nd .con1_item {
        color: white;
        margin: 0 2%;
    }



    div.news_box {
        width: 97%;
        opacity: 0;
        transform: translateY(10%);
        transition: all 0.5s;
        z-index: 0;
        top: 0%;
        left: unset;
        margin-top: 6%;
    }

    div.news_box_box {
        width: 97%;
    }
    .news_box_top {
        height: 9.3vw;
    }
    .news_box_wrap > div > div {
        font-size: 2.75vw;
        font-family: "Pretendard Variable";
        color: black;
    }
    .news_box_mid > .news_box_mid_item {
        height: 11vw;
        border-bottom: 1px solid #a3a3a38c;
        box-sizing: border-box;
        cursor: pointer;
    }
    .news_box_bottom span {
        width: 4.4vw;
        height: 4.5vw;
        background-color: unset;
        cursor: pointer;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 2.9vw;
        color: black;
    }
    .news_search select {
        color: #a3a3a3;
        font-weight: 600;
        font-family: 'pretendard-variable';
        width: 16vw;
        height: 6vw;
        box-sizing: border-box;
        border: 1px solid #a3a3a3;
    }
    .news_search input {
        width: 28vw;
        height: 6vw;
        box-sizing: border-box;
        border: 1px solid #a3a3a3;
    }
    .news_search_submit {
        width: 4vw;
        height: 4vw;
    }
    .news_box_wrap{
        margin-top: 2%;
    }
    .news_box_bottom {
        gap: 0.3vw;
        margin-top: 2%;
        margin-bottom: 8%;
    }
    .con2_top_2nd {
        margin-top: 4.4%;
    }

}
