/* .lang {display: none !important;}
.m_lang {display: none !important;} */
#header .menu_wrap .util .search {display: none !important;}
#header .m_menu_list .m_top .m_search {display: none !important;}



html, body {height: 100%;}
html {font-size: 10px;}
form {width: 100%;}

.gray {color: #6B6B6B !important;}

.wrap {width: 100%; height: 100%; overflow: auto; overflow-x: hidden;}
.wrap.on {overflow: hidden;}
#header {position: sticky; z-index: 500; left: 0; top: 0; width: 100%; background: #fff;}
.exhibition #header {box-shadow: 0px 5px 6px #0000001A;}
#header .header_inner {display: flex; justify-content: space-between; align-items: center; padding: 0 50px; box-sizing: border-box;}
#header .header_inner .logo {display: flex; align-items: center; flex-shrink: 0; width: 250px; height: 80px;}
#header .header_inner .logo a {display: block;}
#header .header_inner .logo img {width: 100%;}
#header .menu_wrap {display: flex; justify-content: flex-end; align-items: center; gap: 0 80px; width: 100%; max-width: 950px;}
#header .menu_wrap .gnb {display: flex; align-items: center; gap: 0 50px;}
#header .menu_wrap .gnb > li {position: relative;}
#header .menu_wrap .gnb > li > a {display: flex; align-items: center; gap: 0 12px; position: relative; line-height: 80px; font-size: 1.6rem; font-weight: 700; transition: all 0.3s;}
#header .menu_wrap .gnb > li > a:hover {color: #00B4CB;}
#header .menu_wrap .gnb > li.active > a {color: #00B4CB;}
#header .menu_wrap .gnb > li > a .img {width: 12px; height: 6px; background-image: url(../images/arrow.png); background-size: 12px 6px;}
#header .menu_wrap .gnb > li > a:hover .img {background-image: url(../images/arrow_active.png);}
#header .menu_wrap .gnb > li.active > a .img {background-image: url(../images/arrow_active.png);}
#header .menu_wrap .gnb > li.active > a:after {content: ''; position: absolute; bottom: 0; left: 50%; width: 100%; height: 3px; background: #00B4CB; transform: translateX(-50%);}

#header .menu_wrap .gnb .depth {visibility: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px 0; position: absolute; z-index: 200; top: 90px; left: 50%; height: 100px; background: #fff; border-radius: 10px; box-sizing: border-box; transition: all 0.1s; transform: translateX(-50%); opacity: 0;}
#header .menu_wrap .gnb > li:nth-of-type(2) .depth {height: 150px;}
#header .menu_wrap .gnb > li.active .depth {visibility: visible; box-shadow: 5px 5px 10px #00000059; opacity: 1;}
#header .menu_wrap .gnb .depth > li > a {display: block; text-align: center; width: 200px; font-size: 1.6rem; font-weight: 700; color: #6B6B6B; transition: all 0.3s;}
#header .menu_wrap .gnb li + li .depth > li > a {width: 160px;}
#header .menu_wrap .gnb .depth > li > a:hover {color: #00B4CB;}

#header .menu_wrap .util {display: flex; gap: 0 50px;}
#header .menu_wrap .util > .lang {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80px; height: 30px; }
#header .menu_wrap .util > .lang .depth {position: absolute; z-index: 200; top: 0; left: 0; width: 100%; height: 30px; background: #fff; border: 1px solid #A7A9AC; border-radius: 15px; box-sizing: border-box; overflow: hidden; transition: all 0.3s;}
#header .menu_wrap .util > .lang .depth:hover {height: 90px;}
#header .menu_wrap .util > .lang .depth > span {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 30px; font-size: 1.4rem; font-weight: 700; cursor: pointer; transition: all 0.3s;}
#header .menu_wrap .util > .lang .depth > span:hover {background: #eee; color: #00B4CB;}

#header .menu_wrap .util > .search {position: relative; margin-top: 5px; width: 21px; height: 21px;}
#header .menu_wrap .util > .search img {width: 100%;}

#header .menu_wrap .util > .search .search_box {visibility: hidden; display: flex; align-items: center; position: absolute; z-index: 0; top: 30px; right: 0; padding: 0 20px; width: 300px; height: 50px; background: #fff; border-radius: 10px; box-sizing: border-box; opacity: 0; overflow: hidden; transition: all 0.3s;}
#header .menu_wrap .util > .search.active .search_box {visibility: visible; z-index: 200; top: 60px; box-shadow: 5px 5px 10px #00000059; opacity: 1;}
#header .menu_wrap .util > .search .search_box .input_wrap {position: relative; width: 100%;}
#header .menu_wrap .util > .search .search_box .input_wrap input {padding-right: 20px; width: 100%; height: 15px; box-sizing: border-box; font-size: 1.4rem;}
#header .menu_wrap .util > .search .search_box .input_wrap input::placeholder {font-size: 1.4rem; color: #A7A9AC;}
#header .menu_wrap .util > .search .search_box img {position: absolute; top: 50%; right: 0; padding: 3px; width: 10px; height: 10px; cursor: pointer; transform: translateY(-50%);}

/* 모바일 메뉴 */
#header .m_menu {display: none; width: 20px; height: 18px;}
#header .m_menu img {width: 100%;}
#header .m_menu_list {display: flex; flex-direction: column; position: absolute; z-index: 200; top: 0; right: -100%; padding: 20px 0; width: 100%; height: 100vh; background: #fff; box-sizing: border-box; transition: all 0.5s;}
/* #header .m_menu_list.on {right: 100%;} */
#header .m_menu_list .m_top {display: flex; justify-content: flex-end; flex-shrink: 0; gap: 0 24px; padding: 0 20px; height: 40px;}
#header .m_menu_list .m_top img {width: 18px; height: 18px; cursor: pointer;}

#header .m_menu_list .search_box {flex-shrink: 0; height: 0px; background: #F2F2F2; overflow: hidden; transition: all 0.5s;}
#header .m_menu_list .search_box.active {height: 50px;}
#header .m_menu_list .search_box .input_wrap {display: flex; justify-content: space-between; align-items: center; padding: 0 20px; height: 100%;}
#header .m_menu_list .search_box .input_wrap input {background: #f2f2f2; font-size: 14px; font-weight: 500; color: #A7A9AC;}
#header .m_menu_list .search_box .input_wrap input::placeholder {font-size: 14px; color: #A7A9AC;}
#header .m_menu_list .search_box .input_wrap .input_close {padding: 3px; width: 20px; box-sizing: border-box;}

#header .m_menu_list .m_gnb {display: flex; flex-direction: column; flex-shrink: 0; gap: 30px 0; margin-top: 20px; padding: 0 20px;}
#header .m_menu_list .m_gnb > li > a {display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 600; transition: all 0.3s;}
#header .m_menu_list .m_gnb > li.active a {color: #00B4CB;}
#header .m_menu_list .m_gnb > li > a .img {width: 12px; height: 6px; background: url(../images/m_arrow.png) no-repeat 50% 50%; background-size: 12px 6px;}
#header .m_menu_list .m_gnb > li.active > a .img {width: 12px; height: 6px; background: url(../images/m_arrow_active.png) no-repeat 50% 50%; background-size: 12px 6px;}
#header .m_menu_list .m_gnb > li > .m_depth {display: flex; flex-direction: column; gap: 20px 0; padding: 0 20px; height: 0; box-sizing: border-box; border-bottom: 2px solid #F2F2F2; opacity: 0; overflow: hidden; transition: all 0.3s;}
#header .m_menu_list .m_gnb > li.active > .m_depth {padding: 20px; height: auto; opacity: 1;}
#header .m_menu_list .m_gnb > li > .m_depth a {display: block; font-size: 16px; font-weight: 600; color: #6B6B6B; transition: all 0.3s;}
#header .m_menu_list .m_gnb > li > .m_depth a:active {color: #00B4CB;}

#header .m_menu_list .m_lang {display: flex; justify-content: flex-end; align-items: flex-end; gap: 0 12px; padding: 0 20px; height: 100%;}
#header .m_menu_list .m_lang span {position: relative; font-size: 14px; font-weight: 600; color: #6B6B6B; cursor: pointer;}
#header .m_menu_list .m_lang span.current_lang {color: #00B4CB;}
#header .m_menu_list .m_lang span:after {content: ''; position: absolute; top: 0; right:-7px; width: 2px; height: 12px; background: #A7A9AC;}
#header .m_menu_list .m_lang span + span:after {display: none;}


.section_main {height: calc(100% - 80px);}
.section_main .swiper {
    width: 100%;
    height: 100%;
}

.section_main .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_main .swiper-slide:after {content: ''; position: absolute; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6;}

.section_main .swiper-button-prev {left: 50px; width: 30px; height: 60px; background: url(../images/slide_left_arrow.png); background-size: 100%; background-repeat: no-repeat;}
.section_main .swiper-button-next {right: 50px; width: 30px; height: 60px; background: url(../images/slide_right_arrow.png); background-size: 100%; background-repeat: no-repeat;}
.section_main .swiper-button-prev:after, .swiper-button-next:after {display: none;}

.section_main .txt_box {position: absolute; z-index: 200; top: 50%; left: 200px; text-align: left; word-break: keep-all; transform: translateY(-50%);}
.section_main .txt_box span {display: block;}
.section_main .txt_box .top {margin-bottom: 5px; font-size: 6rem; color: #fff;}
.section_main .txt_box .mid {margin-bottom: 30px; overflow: hidden; font-size: 8rem; font-weight: 600; color: #fff;}
.section_main .txt_box .bot {margin-bottom: 160px; font-size: 2rem; color: #fff;}
.section_main .txt_box .btn_wrap {display: flex; align-items: flex-end; gap: 0 40px;}
/* 슬라이드 버튼 박스 */
.section_main .txt_box .btn_wrap .btn_slide {width: 140px; height: 40px; border-radius: 23px; box-sizing: border-box; border: 1px solid #fff; background: transparent; font-size: 1.8rem; font-weight: 600; color: #FFFFFF; transition: all 0.3s;}
.section_main .txt_box .btn_wrap .btn_slide:hover {border: 1px solid #00B4CB; background: #00B4CB;}
.section_main .txt_box .btn_wrap .custom_pg {display: flex; align-items: center; gap: 0 10px;}
.section_main .txt_box .btn_wrap .custom_pg span {font-size: 1.4rem; font-weight: 600; color: #fff;}
.section_main .txt_box .btn_wrap .swiper-pagination {position: static; width: 100px; height: 2px; background: #6B6B6B;}
.section_main .txt_box .btn_wrap .swiper-pagination .swiper-pagination-progressbar-fill {background: #fff;}

.section_main .txt_box .btn_wrap .slide_arrow_wrap {display: flex; align-items: flex-end; gap: 0 20px; margin-left: 10px; height: 12px;}
.section_main .txt_box .btn_wrap .slide_arrow_wrap .swiper-button-next {position: static; width: 6px; height: 12px; background-image: url(../images/slide_mini_right_arrow.png); background-size: 100%;}
.section_main .txt_box .btn_wrap .slide_arrow_wrap .swiper-button-prev {position: static; width: 6px; height: 12px; background-image: url(../images/slide_mini_left_arrow.png); background-size: 100%;}


.common-pagination {position: relative; width: 100px; height: 2px; background: #6B6B6B;}
.common-pagination:after {content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 2px; background: #fff; transition: all 0.1s;}
.swiper-slide-active .common-pagination.animate:after {width: 100%; transition: all linear 5s;}

.common-pagination.nomal:after {width: 0 !important;}


.section2 {height: calc(100% - 80px); background: #000;}
.section2 .tile_wrap {display: flex; flex-direction: row; gap: 0 20px; height: 100%; background: transparent linear-gradient(90deg, #5EB1C9 0%, #6956C2 100%) 0% 0% no-repeat padding-box;}
.section2 .tile_wrap .tile_item {display: flex; flex-direction: column; justify-content: center; gap: 20px 0; position: relative; padding: 120px 50px 60px; width: 100%; height: 100%; box-sizing: border-box;}
.section2 .tile_wrap .tile_item:nth-of-type(1) {background: url(../images/1.png) no-repeat 50% 50%; background-size: cover;}
.section2 .tile_wrap .tile_item:nth-of-type(2) {background: url(../images/2.png) no-repeat 50% 50%; background-size: cover;}
.section2 .tile_wrap .tile_item:nth-of-type(3) {background: url(../images/3.png) no-repeat 50% 50%; background-size: cover;}
.section2 .tile_wrap .tile_item:after {content: ''; position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; transition: all 0.4s;}
.section2 .tile_wrap .tile_item:nth-of-type(1):after {background: url(../images/1_c.png) no-repeat 50% 50%; background-size: cover; opacity: 1;}
.section2 .tile_wrap .tile_item:nth-of-type(2):after {background: url(../images/2_c.png) no-repeat 50% 50%; background-size: cover; opacity: 1;}
.section2 .tile_wrap .tile_item:nth-of-type(3):after {background: url(../images/3_c.png) no-repeat 50% 50%; background-size: cover; opacity: 1;}
.section2 .tile_wrap .tile_item:hover:after {opacity: 0;}

/* 텍스트박스 */
.section2 .tile_wrap .tile_item .box {display: flex; flex-direction: column; gap: 34px 0; z-index: 300;}
.section2 .tile_wrap .tile_item .box span {display: block; word-break: keep-all; color: #fff;}
.section2 .tile_wrap .tile_item .top {font-size: 2rem;}
.section2 .tile_wrap .tile_item .mid {margin-top: 10px; font-size: 5.4rem; font-weight: 600;}
.section2 .tile_wrap .tile_item .arrow_wrap {position: relative; margin-top: 30px; margin-left: -25px; width: 83px; height: 60px;}
.section2 .tile_wrap .tile_item .arrow_wrap img {position: absolute; top: 50%; left: 0; height: 28px; cursor: pointer; transform: translateY(-50%); transition: all 0.2s;}
.section2 .tile_wrap .tile_item .arrow_wrap img + img {left: auto; right: 0; height: 100%; cursor: pointer;}
.section2 .tile_wrap .tile_item .arrow_wrap:hover img.arrow {left: 62%; transform: -50%, -50%;}
.section2 .tile_wrap .tile_item .bot {position: relative; line-height: 25px; font-size: 1.6rem;}
.section2 .tile_wrap .tile_item .bot:after {content: ''; position: absolute; top: -10px; left: 0; width: 20px; height: 3px; background: #fff;}




/************************ Exhibition **************************/
.section_exhibition .ct_wrap {display: flex; flex-direction: column; justify-content: center; gap: 150px 0; margin: 80px auto; width: 100%; max-width: 1400px; height: 100%; box-sizing: border-box;}
/* .section_exhibition .ct_wrap .ct_grid {} */
.section_exhibition .ct_grid .title_wrap {display: flex; align-items: center; gap: 0 10px;}
.section_exhibition .ct_grid .title_wrap img {width: 30px; height: 30px;}
.section_exhibition .ct_grid .title_wrap span {font-size: 3.5rem; font-weight: 700;}

.section_exhibition .ct_grid .item_box {display: inline-block; border-radius: 10px 10px 0px 0px; position: relative; margin-top: 30px; width: 100%; height: 752px; overflow: hidden;}
.section_exhibition .ct_grid .item_box > img {width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
.section_exhibition .ct_grid .item_box:hover > img {transform: scale(1.1);}
.section_exhibition .ct_grid + .ct_grid .subSwiper {margin-top: 30px; width: 100%; height: 390px; overflow: visible;}
.section_exhibition .swiper {
    width: 100%;
    height: 100%;
}

.section_exhibition .swiper-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.section_exhibition .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.section_exhibition .swiper-slide:hover > img {
    transform: scale(1.1);
}

/* 메인 텍스트 박스 css */
.section_exhibition .ct_grid .item_txt_box {position: absolute; left: 50px; bottom: 50px;}
.section_exhibition .ct_grid .item_txt_box:after {content: ''; position: absolute; z-index: 10; top: 27px; left: 1px; width: 1px; height: 76px; background: #fff;}
.section_exhibition .ct_grid .item_txt_box span {display: block; padding-left: 9px; color: #fff;}
.section_exhibition .ct_grid .item_txt_box span.lable {padding-left: 0; line-height: 25px; font-size: 1.6rem; font-weight: 500;}
.section_exhibition .ct_grid .item_txt_box span.tit {font-size: 3.5rem; font-weight: 600;}
.section_exhibition .ct_grid .item_txt_box span.txt {display: flex; gap: 0 50px; align-items: center; padding-top: 10px; line-height: 16px; font-size: 1.4rem; font-weight: 400;}
.section_exhibition .ct_grid .item_txt_box span.txt a {height: 42px;}
.section_exhibition .ct_grid .item_txt_box span.txt a img {height: 100%; transition: all 0.5s;}
.section_exhibition .ct_grid .item_box:hover .txt > a > img {transform: translateX(5px) scale(1.01); transform-origin: center;}

/* 슬라이드 텍스트 박스 css */
.section_exhibition .ct_grid .swiper-slide .item_txt_box {position: absolute; left: 50%; bottom: 40px; width: calc(100% - 120px); transform: translateX(-50%);}
.section_exhibition .ct_grid .swiper-slide .item_txt_box span.txt {display: flex; justify-content: space-between;} 



@media (max-width: 1800px) {
    .section2 .tile_wrap .tile_item .mid {font-size: 4.5rem;}
}
@media (max-width: 1550px) {
    .section2 .tile_wrap {flex-direction: column; height: auto;}
    .section2 .tile_wrap .tile_item {padding: 60px 100px; gap: 30px 0;}
    .section2 .tile_wrap .tile_item .box {max-width: 1200px;}
    .section2 .tile_wrap .tile_item .mid {font-size: 5.2rem;} 
}


@media (max-width: 1024px) {
    #header .header_inner {padding: 0 20px;}
    #header .header_inner .logo {width: 150px; height: 60px;}

    #header .menu_wrap {display: none;}
    #header .m_menu {display: block;}
    #header .m_menu_list.on {right: 0;}

    .section_main {
        height: calc(100% - 60px);
    }

    .section_main .txt_box {
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .section_main .txt_box .top {
        font-size: 20px;
    }

    .section_main .txt_box .mid {
        font-size: 35px;
        font-weight: 500;
        overflow: visible;
    }

    .section_main .txt_box .bot {
        font-size: 14px;
        padding: 0 50px;
        margin-bottom: 50px;
    }

    .section_main .txt_box .btn_wrap {
        flex-direction: column;
        align-items: center;
    }

    .section_main .txt_box .btn_wrap .btn_slide {
        font-weight: 500;
        margin-bottom: 150px;
    }

    .section_main .txt_box .btn_wrap .slide_arrow_wrap {display: none;}

    /* .swiper-button-next, .swiper-button-prev,
    .section_main .txt_box .btn_wrap .custom_pg span,
    .section_main .txt_box .btn_wrap .slide_arrow_wrap {
        display: none;
    } */

    .common-pagination {
        width: 300px;
    }

    .common-pagination:after {
        background: #00b4cb;
    }


    .section2 .tile_wrap .tile_item .top {font-size: 1.6rem;}
    .section2 .tile_wrap .tile_item .mid {font-size: 3.2rem;}
    .section2 .tile_wrap .tile_item .bot {font-size: 1.4rem;}








    /************************ Exhibition **************************/
    .section_exhibition .ct_wrap {
        padding-left:10px;
        margin-top: 40px;
        gap: 40px 0;
    }

    .section_exhibition .ct_grid {
        padding-right: 10px;
    }

    .section_exhibition .ct_grid .title_wrap img {
        width: 20px;
        height: 20px;
    }

    .section_exhibition .ct_grid .title_wrap span {
        font-size: 20px;
    }

    .section_exhibition .ct_grid .item_box {
        height: 400px;
        margin-top: 10px;
    }

    .section_exhibition .ct_grid .item_box > img {
        object-fit: cover;
    }

    .section_exhibition .ct_grid .item_txt_box {
        width: 90%;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        text-align: center;
    }

    .section_exhibition .ct_grid .item_txt_box:after {
        display: none;
    }

    .section_exhibition .ct_grid .item_txt_box span.lable {
        font-size: 20px;
    }

    .section_exhibition .ct_grid .item_txt_box span.txt {
        display: inline-block; 
        width: 240px;
        flex-direction: column;
        padding-top: 20px;
        padding-left: 0;
    }

    .section_exhibition .ct_grid .item_txt_box span.txt a {
        position: absolute;
        top: 215px;
        right: -5px;
    }

    .section_exhibition .ct_grid .item_txt_box span.txt a img {
        width: 93px;
        height: 33.3px;
    }

    .section_exhibition .ct_grid + .ct_grid .subSwiper {
        height: 260px;
        margin-top: 10px;
    }

    .section_exhibition .swiper-slide {
        box-shadow: 3px 3px 5px #0000001a;
    }

    .section_exhibition .swiper-slide img {
        height: 167px;
        object-fit: cover;
    }

    .section_exhibition .ct_grid + .ct_grid .swiper-slide .item_txt_box {
        width: 100%;
        left: 55%;
        bottom: 28px;
        text-align: left;
    }

    .section_exhibition .ct_grid + .ct_grid .subSwiper .item_txt_box span {
        color: #000;
    }

    .section_exhibition .ct_grid + .ct_grid .subSwiper .item_txt_box span.lable {
        font-size: 14px;
    }

    .section_exhibition .ct_grid + .ct_grid .subSwiper .item_txt_box span.tit {
        font-size: 20px;
        padding-left: 0;
        margin-top: -5px;
    }

    .section_exhibition .ct_grid + .ct_grid .subSwiper .item_txt_box span.txt {
        display: none;
    }


}

@media (max-width: 768px) {
    .section2 .tile_wrap .tile_item {padding: 60px 3%;}
    .section2 .tile_wrap .tile_item .arrow_wrap {margin-left: 0; height: 40px;}
}

@media (max-width: 450px) {
    .section_main .swiper-button-prev {left: 6px; width: 15px; height: 30px;}
    .section_main .swiper-button-next {right: 6px; width: 15px; height: 30px;}
}


@media (max-width: 380px) {
    .common-pagination {width: 250px;}
}

@media screen and (max-height: 600px) {
    .section_main {height: 600px;}
}