@charset "utf-8";

/*------------------------------------------------------------------------------------------------------------------------
    비주얼영역
------------------------------------------------------------------------------------------------------------------------*/
.main_vis {
    position: relative;
    overflow: hidden;
}
.main_vis video {
    width: 100%;
    display: block;
}
.main_vis:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: "";
}
.main_vis_img {
    position: absolute;
    width: 80%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main_vis_img img {
    width: 100%;
    max-width: 782px;

}

@media only screen and (max-width: 1000px) {

    .main_vis_img {
        width: 60%;
        max-width: 100%;
    }
}

/*------------------------------------------------------------------------------------------------------------------------
        메인컨텐츠
------------------------------------------------------------------------------------------------------------------------*/
.mcontainer_wrap {
    position: relative;
    display: block;
    overflow: hidden;
}
.msecArea {
    position: relative;
    display: block;
}
.msecCont {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.msec_01 {
    background: #1b3ea8;
}
.msec_01 .msecCont {
    padding: 100px 0 260px;
}
.msec_01_textBox {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.msec_01_textBox .msec_01_big_text {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: left;
    background: url("/off/exhibition/kr/assets/images/main/msec_01_big_text_bg.png") no-repeat center;
    padding: 120px 0;
    margin-top: -70px;
    min-width: 400px;
}
.msec_01_textBox .msec_01_big_text span {
    font-size: 30px;
    line-height: 140%;
    font-weight: 500;
}
.msec_01_textBox .msec_01_big_text strong {
    font-size: 40px;
    line-height: 130%;
    font-weight: 900;
}
.msec_01_textBox .msec_01_big_text span.stxt {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #08ceff;
    margin-top: 15px;
}
.msec_01_sub_text {
    font-size: 15px;
    line-height: 170%;
    color: #fff;
}
.msec_01_sub_text .enter {
    display: block !important
}
.msec_01_sub_text .in-color {
    color: #08ceff;
    font-weight: 600;
}
.msec_01_sub_text strong {
    font-weight: 600;
}
.msec_01_bg_text {
    position: relative;
    font-size: 122px;
    font-weight: 900;
    color: #091e5d;
    text-align: center;
    margin: 50px 0 100px;
    line-height: 100%;
}
.msec_01_bg_text:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    content: "";
}.msec_01_info {
     display: flex;
     gap: 100px;
 }

.msec_01_info div {
    display: flex;
    flex-direction: column;
}
.msec_01_info div:nth-child(1) {
    width: 246px;
}
.msec_01_info div:nth-child(2) {
    width: 169px;
}
.msec_01_info div:nth-child(3) {
    width: 229px;
}
.msec_01_info div:nth-child(4) {
    width: 246px;
}
.msec_01_info div span {
    color: rgba(255,255,255,0.5);
    font-size: 20px;
}
.msec_01_info strong {
    font-size: 62px;
    line-height: 100%;
    color: #fff;
}
.msec_01_info strong span {
    font-size: 25px;
    color: #fff;
}
.msec_01_info .stxt {
    font-size: 15px;
    text-align: right;
}
.msec_02 {
    margin-top: -170px;
}
.msec_02 .msecCont {
    display: flex;
    gap: 45px;
}
.msec_02_click {

}
.msec_02_click a {
    position: relative;
    display: block;
}
.msec_02_click .img {
    width: 370px;
    height: 370px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.msec_02_click .img img {
    width: 100%;
    height: auto;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
}
.msec_02_click .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top-left-radius: 20px;
    z-index: 10;
    padding: 25px 0 15px 40px;
    display: flex;
    flex-direction: column;
    width: 70%;
}
.msec_02_click .txt strong {
    font-size: 30px;
    color: #121212;
    line-height: 100%;
    font-weight: 600;
}
.msec_02_click .txt span {
    font-size: 18px;
    color: #8d8d8d;
    line-height: 100%;
    margin-top: 10px;
}
.msec_03 {
    background: #f1f4fd;
    margin: 100px 0;
}
.msec_03 .msecCont {
    padding: 40px 0;
    display: flex;
}
.msec_03_icon {
    width: 25%;
    position: relative;
}
.msec_03_icon:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #dee2ee;
    content: "";
}
.msec_03_icon:last-child:before {
    display: none;
}
.msec_03_icon a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.msec_03_icon img {
    width: 80px;
}
.msec_03_icon svg {
    width: 80px;
}
.msec_03_icon span {
    display: flex;
    font-size: 20px;
    color: #292c34;
    text-align: center;
}
.msec_03_icon a:hover span {
    color: #1b3ea8;
    font-weight: 500;
}
.msec_03_icon a:hover svg line {
    stroke: #4360AB;
}
.msec_04 .msecCont {
    display: flex;
    gap: 45px;
    z-index: 2;
}
.msec_04_link {
    width: 370px;
}
.msec_04_link a {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 10px 10px 0px #81818126;
}
.msec_04_link a .img {
    height: 234px;
    overflow: hidden;
    position: relative;
}
/*.msec_04_link a .img:before {
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
}*/
.msec_04_link a .textBox {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 30px 16px;
    z-index: 2;
    background: transparent linear-gradient(45deg,#2758e5,#ae5ce9) 0% 0% no-repeat padding-box;
}
.msec_04_link a .textBox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/off/exhibition/kr/assets/images/main/msec_04_link_bg.png") no-repeat bottom left;
    background-size: 100%;
}
.msec_04_link a .textBox strong {
    font-size: 30px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.msec_04_link a .textBox span {
    font-size: 15px;
    color: #fff;
    opacity: 0.7;
    margin: 5px 0 10px;
    letter-spacing: 0.3em;
}
.msec_04_link a .textBox .more {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    letter-spacing: -0.02em;
    margin: 0;
}
.newsletterBox {
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.newsletterBox .newsletter_btn {
    display: flex;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    background: #121212;
    box-shadow: 0px 10px 10px 0px #81818126;
    align-items: center;
    gap: 10px;
}
.msec_04 .bg-txt {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #f6f7fb;
    font-size: 340px;
    line-height: 100%;
    font-weight: 900;
    z-index: 0;
}
.msec_05 {
    background: url("/off/exhibition/kr/assets/images/main/msec_05_bg.png") no-repeat center;
}
.msec_05 .msecCont {
    padding: 98px 0;
}
.msec_05_tit {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 100%;
}
.msec_05_banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.msec_05_banner a {
    background: #fff;
    display: flex;
    width: 292px;
    height: 160px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-shadow: 0px 10px 10px 0px #81818126;
    animation-delay: 0.2s;
}


.hover-up {
    transition:
            transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
            box-shadow 0.25s ease;
}

.hover-up:hover {
    transform: translateY(-6px);
}

#msec_banner {
    width: 1200px;
    padding: 10px 0;
    overflow: hidden;
}
#msec_banner .swiper-slide {
    width: auto;
}
#msec_banner .swiper-slide a {
    background: #fff;
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px #81818126;
    animation-delay: 0.2s;
}

@media only screen and (max-width: 1000px) {

    .msecCont {
        padding: 70px 20px !important;
        width: 100%;
        box-sizing: border-box;
    }
    .msec_01_textBox {
        flex-direction: column;
        gap: 0;
    }
    .msec_01_textBox .msec_01_big_text {
        text-align: center;
        padding: 120px 0 70px;
        width: auto;
    }
    .msec_01_textBox .msec_01_big_text span {
        font-size: clamp(20px, 5.5vw, 40px);
    }
    .msec_01_textBox .msec_01_big_text strong {
        font-size: clamp(25px, 8vw, 50px);
    }
    .msec_01_textBox .msec_01_big_text span.stxt {
        font-size: clamp(16px, 4vw, 28px);
    }
    .msec_01_sub_text {
        text-align: center;
    }
    .msec_01_bg_text {
        font-size: clamp(30px, 9vw, 122px);
        margin: 50px 0;
    }
    .msec_01_info div {
        width: 50% !important;
    }
    .msec_01_info {
        display: flex;
        flex-wrap: wrap; /* 줄바꿈 허용 */
        gap: 100px;      /* 데스크탑 간격 */
        justify-content: center;
    }
    .msec_01_info {
        gap: 40px 20px; /* 세로 간격 40px, 가로 간격 20px */
        justify-content: space-between;
    }

    .msec_01_info div {
        /* 한 줄에 2개씩: 전체 100%에서 간격(20px)을 뺀 값의 절반 */
        width: calc(50% - 10px) !important;
        min-width: unset; /* 기존 min-width가 있다면 해제 */
    }

    /* 텍스트 크기도 모바일에 맞춰 살짝 줄여주면 더 예쁩니다 */
    .msec_01_info div span {
        font-size: 16px;
    }
    .msec_01_info .stxt {
        text-align: left;
    }

    .msec_05_tit {font-size: clamp(18px, 5.5vw, 35px);}
    .msec_04 .bg-txt {font-size: 30vw;bottom: -5vw}
    .newsletterBox {
        padding: 0 0 100px;
    }
    .msec_02 {margin-top: 0}
    .msec_02 .msecCont {padding: 0 !important;gap: 0}
    .msec_02_click {width: 33.333%}
    .msec_02_click .img {
        width: 100%;
        max-width: 370px;
        height: auto;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .msec_02_click .txt {
        padding: 15px 20px;
    }
    .msec_02_click .txt strong {
        font-size: 22px;
    }
    .msec_02_click:nth-child(2) .txt span {
        color: rgba(255,255,255,0.7);
    }
    .hover-up:hover {
        transform: translateY(0);
    }
    .msec_03 {
        margin: 0;
    }
    .msec_03_icon span {
        font-size: clamp(12px, 2.5vw, 20px);
        line-height: 120%;
    }
    .msec_04 .msecCont {
        flex-direction: column;
        gap: 20px;
    }
    .msec_04_link {
        width: 100%
    }
    .msec_04_link a {
        flex-direction: inherit
    }
    .msec_04_link a .img {
        width: 50%;
        height: auto;
    }
    .msec_04_link a .img img {
        width: 100%;
    }
    .msec_04_link a .textBox {
        margin-left: auto;
        width: 50%
    }
    .msec_03 .msecCont {padding: 40px 10px !important}
    #msec_banner {
        width: 100%;
    }
}
@media all and (max-width: 780px) {

    .msec_01_sub_text .enter {
        display: inline !important;
    }
    .msec_01_info strong {
        font-size: 55px;
    }
    .msec_04_link a .img img{
        height: 100%;
    }
    .msecCont {
        padding: 40px 20px !important;
    }
}

@media all and (max-width: 580px) {
    .msec_01_info {
        gap: 30px 10px;
    }
    .msec_01_info strong {
        font-size: 50px;
    }
    .msec_02_click .txt {
        padding: 10px 16px;
        border-top-left-radius: 15px;
        width: auto;
        min-width: 100px;
    }
    .msec_02_click .txt strong {
        font-size: 17px;
    }
    .msec_02_click .menter {
        display: block;
        margin-top: 0 !important;
    }
    .msec_03_icon img {
        width: 70px;
    }
    .msec_04_link a .textBox strong {
        font-size: 25px;
    }
    .msec_04_link a .textBox span {
        font-size: 13px;
    }
    .msec_04_link a .textBox .more {
        font-size: 13px;
    }
    #msec_banner .swiper-slide a {
        height: 120px;
    }
    #msec_banner .swiper-slide img {
        width: 80%;
    }

    .msec_01_info .stxt {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .msec_01_info strong {
        font-size: 45px;
        line-height: 130%;
    }
    .msec_04_link a {
        flex-direction: column;
    }
    .msec_04_link a .img {
        width: 100%;
        height: auto;
    }
    .msec_04_link a .textBox {
        margin-left: auto;
        width: 100%
    }
    #msec_banner .swiper-slide a {
        height: 100px;
    }
    .msec_03_icon img {
        width: 65px;
    }
    .msec_01_info .stxt {
        font-size: 11px;
        line-height: 120%;
    }
}

@media all and (max-width: 420px) {

    .msec_01_info strong {
        font-size: 38px;
    }
    .msec_02_click .txt {
        padding: 8px 15px;
        border-top-left-radius: 10px;
        width: auto;
        min-width: 70px;
    }
    .msec_02_click .txt strong {
        font-size: 14px;
    }
    .msec_03_icon img {
        width: 55px;
    }
}
@media all and (max-width: 380px) {
    .msec_01_info strong {
        font-size: 35px;
    }

}