@charset "UTF-8";
/* 초기화 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
img {
    display: block;
}

/* 공통클래스 */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}

/* header */
.header-top .inner-header {
    position: relative;
}
.header-top .inner-header .nav-bg.on {
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 296px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #ededed;
}
.header-top .inner-header .util {
    margin-top: 25px;
}
.header-top .inner-header .util ul {
    float: right;
}
.header-top .inner-header .util ul li {
    float: left;
    margin-left: 15px;
}
.header-top .inner-header .util ul li a {
    display: block;
    border-top: 3px solid #000;
    padding: 11px 8px 15px;
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
}
.header-top .inner-header .util ul li a img {
    display: inline-block;
    margin-left: 5px;
}
.header-top .inner-header .util ul li a .img_rotate {
    transform: rotate(-90deg);
}
.header-top .inner-header .util ul li > ul {
    border-top: 3px solid #000;
    padding: 12px 13px 0;
}
.header-top .inner-header .util ul li > ul li:first-child {
    margin-left: 0;
}
.header-top .inner-header .gnb {
    max-width: 1440px;
    margin: 0 auto;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header-top .inner-header .gnb .logo {
    display: inline-block;
}

.header-top .inner-header .gnb .nav {
    margin-top: 10px;
}
.header-top .inner-header .gnb .nav .depth1 {
    width: 765px;
    height: 31px;
    margin: auto;
    display: flex;
    gap: 5px;
}
.header-top .inner-header .gnb .nav .depth1 > li {
    width: 145px;
    position: relative;
}
.header-top .inner-header .gnb .nav .depth1 li:last-child {
    margin-right: 0;
}
.header-top .inner-header .gnb .nav .depth1 li a {
    font-size: 23px;
    color: #222;
    font-weight: 500;
    display: block;
    text-align: center;
    transition: 0.2s;
}
.header-top .inner-header .gnb .nav .depth1 li a:hover {
    color: #3F0B9F;    
}
.header-top .inner-header .gnb .nav .depth1 > li .submenu {
    display: none;
}
.header-top .inner-header .gnb .nav .depth1 > li .submenu.on {
    display: block;
}
.header-top .inner-header .gnb .nav:hover .depth1 > li .submenu.on li .depth2 {
    /* display: block; */
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 {
    /* display: block; */
    position: absolute;
    top: 89px;
    left: 0;
    height: 250px;
    z-index: 10;
    background-color: #fff;
    border-left: 1px solid #eaeaea;    
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 li {
    width: 150px;
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 li a {
    width: 100%;
    text-align: left;
    padding: 10px;
    position: relative;
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 li a span {
    font-weight: 400;
    font-size: 15.5px;
    letter-spacing: -0.8px;
    word-break: keep-all;
    line-height: 1.2;
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 li a span:hover {
    font-weight: 600;
}
.header-top .inner-header .gnb .nav .depth1 > li .depth2 li a:hover::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -3.1px;
    top: 50%;
    transform: translateY(-50%);
}

.header-top .inner-header .gnb .nav .depth1 > li .depth2:hover {
    display: block;
}


.header-top .inner-header .gnb .global {
    height: 22px;
}
.header-top .inner-header .gnb .global ul {
    float: right;
}
.header-top .inner-header .gnb .global ul li {
    float: left;
    margin-right: 15px;
    height: 25px;
    line-height: 25px;
}
.header-top .inner-header .gnb .global ul li a {
    font-size: 17px;
    color: #444;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}
.header-top .inner-header .gnb .global ul li a img {
    display: block;
    width: 25px;
    height: 25px;
}

/* visual 영역 */
.visual .container {
    height: 626px;
    padding-top: 37px;
}
.sw-visual {
    width: 100%;
    height: 100%;
}
.visual .sw-visual .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sw-visual .swiper-button-prev {
    background-image: url(../images/main_visual_prev.png);
    left: 20px;
}
.sw-visual .swiper-button-next {
    background-image: url(../images/main_visual_next.png);
    right: 20px;
}
.sw-visual .swiper-button-next,
.sw-visual .swiper-button-prev {
    width: 34px;
    height: 60px;
    text-indent: -9999em;
    /* position: absolute; */
    /* top: 50%; */
    /* z-index: 10; */
    margin-top: -30px;
    /* background-size: auto; */
}
.sw-visual .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #fff;
    opacity: 1;
    border: 1px solid #8a8a89;
    margin: 0 6px;    
}
.sw-visual .swiper-pagination-bullet-active {
    width: 25px;
    background: #3f0b9f;
    border: 1px solid #3F0B9F;
}
.sw-visual .control-box {
    position: absolute;
    bottom: 15px;
    right: 20px;
    max-width: 1332px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sw-visual .control-box .swiper-pagination {
    position: static;
    /* display: flex; */
    width: auto;
    margin-right: 10px;
}
.sw-visual .swiper-button-pause {
    background: url(../images/main_btn_stop.png) no-repeat center;
    width: 35px;
    height: 35px;
    z-index: 10;
    position: relative;
    bottom: 5px;
}

/* viewing-time */
.viewing-time {
    padding: 20px 0 68px;
    background-image: url(../images/bg_main_cont_01.png);
    background-repeat: no-repeat;
    background-position: right 115px top 10px;
}
.viewing-time .container {
}
/* viewing-time main-info */
.viewing-time .main-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000;
    margin-bottom: 34px;
    align-items: center;
}
.viewing-time .main-info .info-wrap {
    padding: 12px 0 23px 0;
}
.viewing-time .main-info .info-wrap ul {
    display: flex;
}
.viewing-time .main-info .info-wrap ul li {
    display: flex;
    align-items: center;
    font-size: 19px;
}
.viewing-time .main-info .info-wrap ul li:nth-child(1) {
    margin-right: 53px;
}
.viewing-time .main-info .info-wrap ul li:nth-child(1) img {
    width: 28px;
    height: 29px;
    margin-right: 8px;
}
.viewing-time .main-info .info-wrap ul li:nth-child(2) img {
    width: 31px;
    height: 28px;
    margin-right: 8px;
}
.viewing-time .main-info .info-wrap ul li strong {
    font-size: 24px;
    margin-right: 30px;
}
.viewing-time .main-info .info-wrap ul li .info-time {
    display: inline-block;
    font-weight: 600;
}
.viewing-time .main-info .info-wrap ul li:nth-child(2) span {
    font-weight: bold;
}
.viewing-time .main-info .info-link {
}
.viewing-time .main-info .info-link a {
    display: flex;
    border-bottom: 3px solid #000;
    font-size: 21px;
    padding-bottom: 3px;
    font-weight: bold;
    letter-spacing: -0.4px;
}
.viewing-time .main-info .info-link p {}
.viewing-time .main-info .info-link img {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    margin-top: 1px;
}
/* viewing-time reserv-schedule */
.viewing-time .reserv-wrap {
    display: flex;
}
.viewing-time .reserv-wrap .reserv-schedule {
    width: 50%;
    height: 460px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 40px;
    background: url(../images/bg_main_cont_02.png) no-repeat;
    background-position: bottom -23px right;
}
.viewing-time .reserv-wrap .reserv-schedule .reserv-text {
    position: relative;
    padding: 32px 0 36px;
}
.viewing-time .reserv-wrap .reserv-schedule .reserv-text p {
    text-align: center;
    font-size: 26px;
}
.viewing-time .reserv-wrap .reserv-schedule p img {
    margin-right: 8px;
    position: absolute;
    top: 32px;
    left: 17%;
}
.viewing-time .reserv-wrap .reserv-schedule .today {
    text-align: center;
    list-style: normal;
}
.viewing-time .reserv-wrap .reserv-schedule .today li {
    display: flex;
    border-top: 1px dashed #ddd;
    align-items: center;
    justify-content: space-between;
}
.viewing-time .reserv-wrap .reserv-schedule .today li .today01 {
    font-size: 19px;
    color: #3f0b9f;
    font-weight: bold;
    padding: 23px 0;
    letter-spacing: 1px;
}
.viewing-time .reserv-wrap .reserv-schedule .today li .today02 {
    color: #666;
    font-size: 20px;
}
.viewing-time .reserv-wrap .reserv-schedule .today li .today04 {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #6f6f6f;
    margin-right: 30px;
    font-size: 18px;
}
.viewing-time .reserv-wrap .reserv-schedule .today li .today04 img {
    width: 12px;
    height: 9px;
    margin-right: 13px;
}

/* viewing-time reserv */
.viewing-time .reserv {
    display: flex;
    width: 50%;
    align-items: center;
    justify-items: center;
}
.viewing-time .reserv a {
    text-align: center;
    padding-left: 60px;
    font-weight: bold;
    font-size: 26px;
}
.viewing-time .reserv a img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 22px;
}

/* 전시/교육 */
/* exhibition 전시 영역 */
.exhibition {
    background-color: #F3F9FF;
}
.exhibition .section-lnner {
    padding: 63px 0 67px;
    position: relative;
    display: flex;
}
.sw-exhibition {
    width: 48.5%;
    margin-right: 3%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sw-exhibition .main-section-2-tit, .sw-education .main-section-2-tit {
    margin-bottom: 41px;
    color: #000;
    font-size: 30px;
    line-height: 1.2;
}
.sw-exhibition .swiper-slide img {
    text-align: center;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.sw-exhibition .text-box {
    margin-top: 20px;
}
.sw-exhibition .text-box .box {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000;
    margin-bottom: 0;
    font-size:17px ;
    background-color: #000;
    padding: 0 15px;
    margin-right: 6px;
    color: #fff;
    text-align: center;
}
.sw-exhibition .text-box .solid {
    background-color: #fff;
    color: #000;
}
.sw-exhibition .text-box a,
.sw-education .text-box a {
    display: block;
    margin-bottom: 8px;
    margin-top: 23px;
    font-size: 19px;
    color: #222;
}
.sw-exhibition .text-box p,
.sw-education .text-box p {
    color: #666;
}
.sw-exhibition .text-control {
    /* position: relative;
    width: 70px;
    height: 32px;
    text-align: center;  */
}
.sw-exhibition .text-control .ex-next,
.sw-exhibition .text-control .ex-prev {
    position: absolute;
    top: 2px;
    margin-top: 0;
    width: 10px;
    height: 20px;
    z-index: 20;
    cursor: pointer;
    background-size: 10px 20px;
    text-indent: -9999px;
}
.sw-exhibition .text-control .ex-next {
    background-image: url(../images/main_visual_next.png);
    right: 0;
    left: auto;
}
.sw-exhibition .text-control .sw-ex-btn-pause {
    background: url(../images/btn_swiper_stop.png) no-repeat center;
    width: 10px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 5.6%;
}
.sw-exhibition .text-control .ex-prev {
    background-image: url(../images/main_visual_prev.png);
    left: 87%;
    right: auto;
}

/* education 교육 영역 */
.sw-education {
    width: 48.5%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sw-education .swiper-slide img {
    text-align: center;
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.sw-education .text-box .box {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000;
    margin-bottom: 0;
    font-size:17px ;
    background-color: #000;
    padding: 0 15px;
    margin-right: 6px;
    color: #fff;
    text-align: center;
}
.sw-education .text-box {
    margin-top: 20px;
}
.sw-education .text-box .solid {
    background-color: #fff;
    color: #000;
}
.sw-education .text-control .ed-next,
.sw-education .text-control .ed-prev {
    position: absolute;
    top: 2px;
    margin-top: 0;
    width: 10px;
    height: 20px;
    z-index: 20;
    cursor: pointer;
    background-size: 10px 20px;
    text-indent: -9999px;
    /* opacity: 0.3; */
}
.sw-education .text-control {}
.sw-education .text-control .ed-next {
    background-image: url(../images/main_visual_next.png);
    right: 0;
    left: auto;
}
.sw-education .text-control .sw-ed-btn-pause {
    background: url(../images/btn_swiper_stop.png) no-repeat center;
    width: 10px;
    height: 20px;
    z-index: 10;
    top: 2px;
    right: 5.6%;
    position: absolute;
}
.sw-education .text-control .ed-prev {
    background-image: url(../images/main_visual_prev.png);
    left: 87%;
    right: auto;
}

/* notification */
.notification {
    margin-top: 54px;
}
.notification h2 {
    margin-bottom: 34px;
    font-size: 46px;
    letter-spacing: -1.2px;
}
.notification .notice {
    display: flex;
    justify-content: space-between;
    gap: 1%;
}

.notification .notice-wrap {
    padding: 36px 60px 40px 40px;
    background-color: #F5F5F5;
    position: relative;
    width: 50%;
    height: 278px;
}
.notification .notice-wrap h3 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.1px;
}
.notification .notice-wrap img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.notification .notice-wrap a {
    display: block;
    padding-top: 17px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.6;
    font-weight: normal;
}
.notification .notice-wrap a:hover {
    text-decoration: underline;
}
.notification .notice-wrap p {
    padding-top: 37px;
    color: #444;
    letter-spacing: -0.2px;
}
.notification .notice-list-wrap {
    width: 100%;
}
.notification .notice-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
}
.notification .notice-list-wrap ul li {
    width: calc(50% - 30px);
    border-top: 2px solid #ddd;
    margin-left: 30px;
    position: relative;
    padding: 25px 0 41px;
}

.notification .notice-list-wrap ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    padding-right: 125px;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1.42em * 2);
}
.notification .notice-list-wrap ul li p {
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    padding-top: 19px;
    line-height: 1.3;
}
.notification .notice-list-wrap ul li img {
    width: 9px;
    height: 18px;
    position: absolute;
    right: 10px;
    bottom: 40px;
}

/* sns */
.sns {
    margin: 51px 0 98px;
}
.sns h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 38px;
    
}
.sns h2 span {
    color: #0073bc;
    font-size: 44px;
}
.sns ul {
    display: flex;
    width: 100%;
    gap: 4%;
    justify-content: center;
}
.sns ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}
.sns ul li img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

/* footer */
.footer-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer-top ul {
    display: flex;
    padding: 18px 0;
}
.footer-top ul li {}
.footer-top ul li a {
    line-height: 1.2;
    color: #444;
}
.footer-top ul .privacy {
    font-weight: bold;

}
.footer-top ul li::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #444;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.footer-top ul li:first-child::before {
    display: none;
}
.footer-btm {
    padding: 40px 0 36px;
}
.footer-btm .container {
    display: flex;
    justify-content: space-between;
}
.footer-btm > p, span {
    color: rgb(68, 68, 68);
    line-height: 1.2;
    font-size: 16px;
}
.footer-btm .footer-text {
    display: inline-block;
}
.footer-btm .footer-text-wrap span:last-child::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #444;
    margin: 0 7px 0 5px;
}
.footer-btm .copyright {
    padding-top: 7px;
}

.footer-btm .link-box {
    display: flex;
    align-items: center;
}
.footer-btm .link-box .footer-img-wrap {}
.footer-btm .link-box .footer-img-wrap a {}
.footer-btm .link-box .footer-img-wrap a  img {
    width: 90px;
}

.footer-btm .link-box .familysite {
}
.footer-btm .link-box .familysite a {
    display: flex;
    padding: 12px 0 12px 0;
    margin-left: 19px;
    border-bottom: 2px solid #000;
    width: 240px;
}
.footer-btm .link-box .familysite a span {
    background: url(../images/ico_lg_black_open.png) no-repeat;
    background-size: 22px 12px;
    background-position: center right;
    width: 100%;
}