@import "s-coredream.css";
@import "sebang.css";
@font-face {
    font-family: 'nmfB';
    src: url('/pub/site/jiph/css/font/국립박물관문화재단클래식B.otf') format('opentype'),
    url('/pub/site/jiph/css/font/국립박물관문화재단클래식B.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'nmfL';
    src: url('/pub/site/jiph/css/font/국립박물관문화재단클래식M.otf') format('opentype'),
    url('/pub/site/jiph/css/font/국립박물관문화재단클래식M.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}@font-face {
    font-family: 'nmfM';
    src: url('/pub/site/jiph/css/font/국립박물관문화재단클래식M.otf') format('opentype'),
    url('/pub/site/jiph/css/font/국립박물관문화재단클래식M.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* basic */
html {
    min-width: 360px;
    max-width: 100%;
    font-size: 14px;
    min-height: 100%;
}
.menu-view.none{
    display: none;
}
@media (max-width: 375px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 376px) and (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 481px) {
    html {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: "S-CoreDream";
    letter-spacing: -0.75px;
    height: 100vh;
}

ul,
p,
h1,
h2,
h3,
dl {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

i[class*="fas"] span {
    font-size: 0;
}

a:hover {
    text-decoration: none;
}

.container {
    position: relative;
}
media (min-width: 768px) {
    .menu-list {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .menu-list {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .menu-list {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .menu-list {
        width: 1400px;
    }

}

br {
    font-family: unset;
}

.header {
    position: relative;
    z-index: 101;
    width: 100%;
    min-width: 360px;
    background-color: unset;
    word-break: keep-all;
}

@media (min-width: 992px) {
    .header {
        z-index: 101;
    }
}

.header .container {
    height: 65px;
}

@media (min-width: 992px) {
    .header .container {
        height: 78px;
        padding: 0;
    }
}

.header .container h1 {
    display: inline-block;
    width: auto;
    font-size: 0;
    margin: 32px 0 0;
}
@media(max-width: 991px){
    .header .container h1 {
        display: inline-block;
        width: auto;
        font-size: 0;
        margin: 16px 0 0;
    }
}

.header .container h1 a {
    display: block;
    width: 220px;
    height: 29px;
    background: url(../images/common/logo.svg) no-repeat center / 100% auto;
}

@media (min-width: 992px) {
    .header .container h1 a {
        width: 321px;
        height: 42px;
    }
}

.header .container div.header-right-btn {
    position: absolute;
    right: 0.71428571rem;
    top: 18px;
    font-size: 0;
}

@media (min-width: 992px) {
    .header .container div.header-right-btn {
        margin-top: 29px;
    }
    .header .container div.header-right-btn button {
        border: none;
        background: none;
        display: none;
    }
}

.header .container div.header-right-btn button {
    border: none;
    background: none;
}

.header .container div.header-right-btn button i {
    font-size: 18px;
    line-height: 18px;
    color: #002F73;
}

@media (max-width: 992px) {
    nav#allMenu {
        display: none;
        position: fixed;
        z-index: 800;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 0;
        width: 95%;
        background: #E7F0F3;
    }

    nav#allMenu.on {
        display: block;
    }

    nav#allMenu h2 {
        position: relative;
        z-index: 2;
        margin: 0;
        font-size: 0;
        height: 3.71428571rem;
        background: url(../images/common/logo.png) no-repeat #fff;
        background-position: left 1.07142857rem center;
        background-size: 18.78571429rem auto;
    }

    nav#allMenu ul.menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 120px;
        overflow-y: auto;
        height: 100vh;
        /*background: #fff;*/
        /*box-shadow: 0px 0px 25px #00000066;*/
    }

    nav#allMenu ul.menu-list > li h3 a {
        display: block;
        position: relative;
        color: #1D1D1D;
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 16px 24px;
    }

    nav#allMenu ul.menu-list > li h3 a i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #777777;
    }

    nav#allMenu ul.menu-list > li h3 a.on {
        font-weight: 600;
    }

    nav#allMenu ul.menu-list > li h3 a.on i {
        transform: translateY(-50%) rotate(180deg);
    }

    nav#allMenu ul.menu-list > li div.info {
        display: none;
    }

    nav#allMenu ul.menu-list > li ul {
        /*display: none;*/
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        /*background: #2C7C90;*/
        /*padding: 1.28571429rem 2.35714286rem 0;*/
        padding: 0 24px 32.5px 24px;
    }

    nav#allMenu ul.menu-list > li ul li {
        margin: 0 0 12px;
        width: 50%;
    }

    nav#allMenu ul.menu-list > li ul li a {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    nav#allMenu ul.menu-list > li h3.on + div.info + ul {
        display: inline-block;
    }

    nav#allMenu button.menu-close {
        position: absolute;
        z-index: 2;
        right: 16px;
        top: 18px;
        border: none;
        background: unset;
        padding: 0;
    }

    nav#allMenu button.menu-close i {
        font-size: 18px;
        line-height: 18px;
        color: #002F73;
    }
    .gnb-bg.on{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.4;
        z-index: 101;
    }
}

@media (min-width: 992px) {
    nav#allMenu {
        position: relative;
        z-index: 800;
        background: unset;
    }

    nav#allMenu h2 {
        display: none;
    }

    nav#allMenu ul.menu-list {
        position: relative;
        margin: 0 auto;
        /*width: 100%;*/
        /*padding: 0 5% 0 25%;*/
        padding-left: 25%;
        display: flex;
    }

    nav#allMenu ul.menu-list > li {
        display: inline-block;
        vertical-align: top;
        flex-grow: 1;
        text-align: center;
    }

    nav#allMenu ul.menu-list > li div.info {
        display: none;
        position: absolute;
        left: 0;
        top: 26px;
        text-align: left;
    }

    nav#allMenu ul.menu-list > li div.info.on {
        display: block;
    }

    nav#allMenu ul.menu-list > li div.info strong {
        display: block;
        position: relative;
        font-size: 30px;
        font-weight: 800;
        color: #4B9FA4;
    }

    nav#allMenu ul.menu-list > li div.info strong:after {
        content: "";
        display: block;
        margin: 10px 0;
        width: 58px;
        height: 3px;
        background: #4B9FA4;
    }

    nav#allMenu ul.menu-list > li div.info span {
        display: block;
        font-size: 16px;
        color: #666666;
    }

    nav#allMenu ul.menu-list > li h3 {
        position: relative;
    }

    nav#allMenu ul.menu-list > li h3 a {
        display: block;
        position: absolute;
        top: -29px;
        left: 0;
        right: 0;
        font-size: 18px;
        font-weight: 400;
        color: #111111;
    }

    nav#allMenu ul.menu-list > li h3 a i {
        display: none;
    }

    nav#allMenu ul.menu-list > li ul {
        padding: 0;
        margin: 0;
        height: 100%;
        list-style: none;
        background: unset;
        height: 0;
        overflow: hidden;
    }

    nav#allMenu ul.menu-list > li ul li {
        margin: 0 0 15px;
    }

    nav#allMenu ul.menu-list > li ul li a {
        display: block;
        color: #777777;
        font-size: 16px;
    }

    nav#allMenu ul.menu-list > li h3.on + div.info + ul {
        background: #2C7C90;
    }

    nav#allMenu ul.menu-list > li h3.on + div.info + ul li a {
        color: #fff;
    }

    nav#allMenu ul.menu-list > li:last-child ul {
        border-right: 1px solid #eee;
    }

    nav#allMenu button.menu-close {
        display: none;
    }

    nav#allMenu.on {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
    }

    nav#allMenu.on ul.menu-list {
        min-height: 188px;
    }

    nav#allMenu.on ul.menu-list > li ul {
        height: 100%;
        padding: 25px 5px 10px;
    }

}

@media (max-width: 992px) {
    div.row {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    nav#allMenu ul.menu-list{
        padding-left: 30%;
    }
}

@media(min-width: 992px){
    .footer {
        position: relative;
        background: #F8F8F8;
        border-top: 1px solid #D8D8D8;
    }

    .footer:after {
        content: '';
        position: absolute;
        top: 62px;
        left: 0px;
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
    }

    .footer address {
        padding: 48.5px 0 62px;
    }

    .footer address .footer-logo {
        margin-bottom: 34px;
    }

    .footer p {
        color: #555555;
    }

    .footer p + .copyright {
        padding-top: 40px;
    }

    .footer .footer-link {
        width: 100%;
        height: 62px;
        background: #fff;
    }

    .footer .footer-link dl {
        float: left;
        width: 25%;
        position: relative;
    }

    .footer .footer-link dl dt a {
        display: block;
        color: #1D1D1D;
        padding: 21px 24px;
        height: 62px;
        width: 100%;
        border-right: 1px solid #D8D8D8;
        font-size: 15px;
        font-weight: normal;
    }

    .footer .footer-link dl:first-child dt a {
        border-left: 1px solid #D8D8D8;
    }

    .footer .footer-link dl dd {
        display: none;
        position: absolute;
        bottom: 62px;
        height: 200px;
        width: 100%;
        overflow-y: auto;
        border: 1px solid #D8D8D8;
        padding: 21px 24px;
        background: #fff;
    }

    .footer .footer-link dl:first-child dd {
        border-left: 1px solid #D8D8D8;
    }

    .footer .footer-link dl dd a {
        display: block;
        font-size: 15px;
        margin: 5px 0;
    }

    .gnb-bg{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 523px;
        background: url(/pub/site/jiph/images/sub/gnb_bg.svg) no-repeat top ;
        z-index: 10;
    }
    .gnb-bg.on{
        display: block;
    }
}

@media(max-width: 991px){
    .footer .footer-link {
        width: 100%;
        height: 99px;
        background: #fff;
        border: 1px solid #D8D8D8;
        border-bottom: none;
        border-right: none;
    }
    .footer .footer-link .row{
        padding: 0;
    }

    .footer .footer-link dl {
        float: left;
        width: 50%;
        position: relative;
    }

    .footer .footer-link dl dt a {
        display: block;
        color: #1D1D1D;
        padding: 17px 16px;
        height: 49px;
        width: 100%;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        font-size: 14px;
        font-weight: normal;
    }

    .footer .footer-link dl:first-child dt a, .footer .footer-link dl:nth-child(3) dt a {
        border-left: 1px solid #D8D8D8;
    }

    .footer .footer-link dl dd {
        display: none;
        position: absolute;
        bottom: 62px;
        height: 200px;
        width: 100%;
        overflow-y: auto;
        border-top: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        padding: 21px 24px;
        background: #fff;
    }

    .footer .footer-link dl dd a {
        display: block;
        font-size: 15px;
        margin: 5px 0;
    }

    .footer > .container{
        background: #F8F8F8;
    }

    .footer address{
        padding: 20px 0;
    }
    .footer address .footer-logo {
        margin-bottom: 32px;
        width: 220px;
    }

    .footer address .footer-logo img{
        display: block;
        width: 220px;
    }

    .footer p {
        color: #555555;
        margin-bottom: 16px;
    }

    .footer p span{
        display: inline-block;
    }

    .footer p span+span{
        margin-left: 5px;
    }

    .footer p + .copyright {
        padding-top: 33px;
        font-size: 11px;
        letter-spacing: -0.28px;
    }




}