@charset "utf-8";
@import url('font.css');
/* 초기화 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    display: block;
}

/* 공통클래스 */
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
strong, h1, h2, h3, h4, h5, h6, th, b, dt {
    font-weight: 600;
}
span {
    font-family: 'Noto Sans KR';
}
body{
    font-family: 'Noto Sans KR', sans-serif; 
    color: #000;
    font-size: 14px;
    font-weight: 400; 
    letter-spacing: -0.07px;
}

/* ======= 모바일메뉴영역 ======= */
.dim {
    content: '';
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
.m-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff url('../images/bg_main_cont_01.png') no-repeat;
    background-position: right 20px bottom 5px;
}
/* 모바일 헤더 */
.m-menu .m-menu-header .m-menu-util {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m-menu .m-menu-header .m-menu-util .m-menu-lang {
    display: inlind-block;
    top: 0;
    left: 0;
    color: #444;
    padding: 14px 20px 15px;
    font-weight: 500;
    position: relative;
}
.m-menu .m-menu-header .m-menu-util .m-menu-lang::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.m-menu .m-menu-header .m-menu-util .m-menu-lang .open-icon {
    width: 15px;
    height: 15px;
    margin: 3px 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
.m-menu .m-menu-header .m-menu-util .m-menu-lang .open-icon img {
    width: 8px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.m-menu .m-menu-header .m-menu-util .m-btn-close {
    margin-right: 20px;
}
.m-menu .m-menu-header .m-menu-util .m-btn-close img {
    display: block;
    width: 20px;
    height: 20px;
}

.m-menu .m-menu-header .m-menu-account {
    display: flex;
    justify-content: space-between;
    padding: 23px 20px 0;
}
.m-menu .m-menu-header .m-menu-account .m-login {
    font-size: 26px;
    color: #000;
}
.m-menu .m-menu-header .m-menu-account .m-signUp {
    font-size: 19px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.m-menu nav {
    padding: 0 20px 100px;
}
.m-menu nav .m-main-menu {
    border-top: 2px solid #000;
    margin-top: 20px;
}
.m-menu nav .m-main-menu > li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.m-menu nav .m-main-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    color: #000;
    font-size: 1.313rem;
    font-weight: 500;
    background: url('../images/ico_lg_black_close.png') no-repeat 98%;
    background-size: 18px 10px;
}
.m-menu nav .m-main-menu > li > a.active {
    background-image: url('../images/ico_lg_black_open.png');
}
.m-menu nav .m-main-menu > li > a.active p {
    color: #3f0b9f;
    border-bottom: 2px solid #3f0b9f;
}
.m-menu nav .m-main-menu > li .m-sub-menu {
    display: none;
    margin-top: -2px;
}
.m-menu nav .m-main-menu > li .m-sub-menu li {
    line-height: normal;
}
.m-menu nav .m-main-menu > li .m-sub-menu li a {
    display: block;
    margin-top: 15px;
    font-size: 0.938rem;
    color: #000;
    font-weight: 300;
    padding-bottom:1px;
}

.m-menu .m-info {
    padding: 0 20px 25px;
}
.m-menu .m-info p {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}

/* ======= 헤더영역 ======= */
.header {
    background-color: #fff;
}
/* top */
.header .top-header {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}
.header .top-header ul {
    display: flex;
    gap: 3px;
    justify-content: right;
    align-items: center;
}
.header .top-header ul li a::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}
.header .top-header ul li a {
    display: inline-block;
    position: relative;
    color: #444;
    letter-spacing: 0.1px;
    padding: 11px 8px 15px 8px;
}
.header .top-header ul .museumLink {
    margin-right: 13px;
}
.header .top-header ul .museumLink a .open-icon {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 5px;
}
.header .top-header ul .museumLink a .open-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.header .top-header ul .lang-select a {
    display: flex;
    align-items: baseline;
    padding: 11px 5px 15px 8px;
}
.header .top-header ul .lang-select a .open-icon {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 5px;
}
.header .top-header ul .lang-select a .open-icon img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-90deg);
    vertical-align: middle;
}
/* bottom */
.header .bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 110px;
    position: relative;
}

.header .bottom-header .nav-bg {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 296px;
    border-top: 1px solid #ededed;
    background-color: #fff;
    z-index: 9;
    overflow: hidden;
}
.header .bottom-header .nav-bg.down {
    display: block;
}
.header .bottom-header nav {
    margin-top: 10px;
}
.header .bottom-header nav .main-menu {
    display: flex;
}
.header .bottom-header nav .main-menu > li {
    width: 145px;
    position: relative;
    padding: 33px 0;
}
.header .bottom-header nav .main-menu > li > a {
    display: block;
    width: 100%;
    font-size: 23px;
    color: #222;
    font-weight: 500;
    text-align: center;
    transition: all .2s;
}
.header .bottom-header nav .main-menu > li > a:hover {
    color: #3f0b9f;
}
.header .bottom-header nav .main-menu > li:nth-child(5) > a {
    color: #3f0b9f;;
}
.header .bottom-header nav .main-menu > li .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 99;
    width: 150px;
    height: 250px;
    background-color: #fff;
    border-left: 1px solid #eaeaea;
}
.header .bottom-header nav .main-menu > li .sub-menu.down {
    display: block;
}
.header .bottom-header nav .main-menu > li .sub-menu li {
    padding: 10px;
    position: relative;
}
.header .bottom-header nav .main-menu > li .sub-menu li::before {
    content: "";
    display: none;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: 98%;
    top: 40%;
}
.header .bottom-header nav .main-menu > li .sub-menu li:hover::before {
    display: block;
}
.header .bottom-header nav .main-menu > li .sub-menu li a {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 15.5px;
    letter-spacing: -0.8px;
    word-break: keep-all;
    color: #222;
    line-height: 1.2;
}
.header .bottom-header nav .main-menu > li .sub-menu li:hover a {
    font-weight: 600;
}
/* link-list */
.header .bottom-header .link-list {
    margin-top: 13px;
    display: flex;
    align-items: center;
}
.header .bottom-header .link-list .account {
    display: flex;
}
.header .bottom-header .link-list .account a {
    color: #444;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
.header .bottom-header .link-list .account .signUp {
    margin-left: 16px;
}
.header .bottom-header .link-list .search {
    margin-left: 30px;
    border: none;
    background-color: inherit;
    vertical-align: bottom;
    cursor: pointer;
}
/* m-btn-menu */
.header .bottom-header .m-btn {
    display: none;
}
.header .bottom-header .m-btn .m-btn-search {
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 20px;
    cursor: pointer;
}
.header .bottom-header .m-btn .m-btn-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .bottom-header .m-btn .m-btn-menu {
    display: block;
    width: 21px;
    height: 18px;
}
.header .bottom-header .m-btn .m-btn-menu img {
    width: 100%;
    height: 85%;
    object-fit: cover;
    transform: translateY(1px);
}

/* ======= 메인영역 ======= */
/* === 인트로섹션 === */
main {
    /* margin-top: 30px; */
}
main .intro-sec {
}
.intro-sec .container {
    margin-bottom: 98px;
    padding: 0 15px;
}
/* page-header */
.intro-sec .page-header {
    margin: 22px 0 59px;
}
.intro-sec .page-header .nav-location {
    margin-bottom: 19px;
    padding-top: 10px;
}
.intro-sec .page-header .nav-location ul {
    display: flex;
    align-items: center;
    gap: 41px;
}
.intro-sec .page-header .nav-location ul li {
    position: relative;
}
.intro-sec .page-header .nav-location ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url('../images/ico_location_arrow.png') no-repeat;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
}
.intro-sec .page-header .nav-location ul li:first-child::before {
    display: none;
}
.intro-sec .page-header .nav-location ul li a {
    font-size: 16px;
    color: #666;
    line-height: 17px;
    margin-top: -2px;
}
.intro-sec .page-header .nav-location ul li a.home {
    display: block;
    font-size: 0;
    width: 17px;
    height: 17px;
    background: url('../images/ico_home.png') no-repeat;
    background-size: 16px;
}
/* page-header(title) */
.intro-sec .page-header .intro-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro-sec .page-header .intro-title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #222;
    line-height: 40px;
    margin-left: -2px;
}
.intro-sec .page-header .intro-title .util-link {
    display: flex;
    justify-content: center;
    gap: 40px;
    /* width: 225px; */
    /* height: 27px; */
    margin-top: 6px;
}
.intro-sec .page-header .intro-title .util-link li {
}
.intro-sec .page-header .intro-title .util-link li:last-child {
    margin-right: 0;
}
.intro-sec .page-header .intro-title .util-link li a {
    display: block;
    width: 28px;
    height: 25px;
}
.intro-sec .page-header .intro-title .util-link li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* greeting */
.intro-sec .greeting {
    padding: 0 15px;
}
.intro-sec .greeting .content-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.intro-sec .greeting .content-top .left-box {
    width: 1000px;
    height: 548px;
}
.intro-sec .greeting .content-top .left-box .greeting-img {
    background: url('../images/Introduction_left_bg.jpg') no-repeat center;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.intro-sec .greeting .content-top .right-box {
    width: 920px;
    padding: 0 0 35px 40px;
    /* padding-top: 110px; */
}
.intro-sec .greeting .content-top .right-box img {
    margin-bottom: 20px;
}

.intro-sec .greeting .content-top .right-box strong {
    font-size: 46px;
    font-weight: 500;
}
.intro-sec .greeting .content-top .right-box .desc-btm {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.2px;
    padding-top: 16px;
}

/* === 콘텐츠섹션 ==== */
.intro-sec .greeting .content-bottom {
    padding: 95px 0 45px 41px;
    letter-spacing: 0.5px;
}
.intro-sec .greeting .content-bottom .title {
    font-size: 30px;
    color: #222;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 15px;
}

.intro-sec .greeting .content-bottom ul {
    display: flex;
    /* justify-content: space-around; */
    margin-top: 44px;
}
.intro-sec .greeting .content-bottom ul li {
    text-align: center;
    width: 100%;
}
.intro-sec .greeting .content-bottom ul li .icon {
    width: 280px;
    height: 280px;
    background: no-repeat contain;
    margin: 0 auto;
}
.intro-sec .greeting .content-bottom ul li .icon.i01 {
    background-image: url('../images/circle_list_icon01.png');
}
.intro-sec .greeting .content-bottom ul li .icon.i02 {
    background-image: url('../images/circle_list_icon03.png');
}
.intro-sec .greeting .content-bottom ul li .icon.i03 {
    background-image: url('../images/circle_list_icon02.png');
}
.intro-sec .greeting .content-bottom ul li .icon.i04 {
    background-image: url('../images/circle_list_icon04.png');
}

.intro-sec .greeting .content-bottom ul li .txt-box {}
.intro-sec .greeting .content-bottom ul li .txt-box .txt-tit {
    font-size: 23px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    letter-spacing: -0.3px;
    padding: 17px 3px 0;
    position: relative;
    display: inline-block;
}
.intro-sec .greeting .content-bottom ul li .txt-box .txt-tit::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.intro-sec .greeting .content-bottom ul li:nth-child(1) .txt-box .txt-tit::before {
    background-color: #ffecba;
}
.intro-sec .greeting .content-bottom ul li:nth-child(2) .txt-box .txt-tit::before {
    background-color: #d1f2e8;
}
.intro-sec .greeting .content-bottom ul li:nth-child(3) .txt-box .txt-tit::before {
    background-color: #c0d8f5;
}
.intro-sec .greeting .content-bottom ul li:nth-child(4) .txt-box .txt-tit::before {
    background-color: #fbe9eb;
}
.intro-sec .greeting .content-bottom ul li .txt-box .txt {
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    padding-top: 25px;
    word-break: keep-all;
    letter-spacing: -0.1px;
}
.intro-sec .greeting .content-bottom ul li .txt-box .txt .m_off {}

/* ======= 푸터영역 ======= */
/* top */
#footer .footer-top {
    border: solid #ddd;
    border-width: 1px 0;
}
#footer .footer-top ul {
    display: flex;
    align-items: center;
    padding: 18px 0;
}
#footer .footer-top ul li {
    display: flex;
    align-items: center;
}
#footer .footer-top ul li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background-color: #444;
    margin: 0 10px;
}
#footer .footer-top ul li:first-child::before {
    display: none;
}
#footer .footer-top ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #444;
}
#footer .footer-top ul li.privacy a {
    font-weight: 600;
}

/* bottom */
#footer .footer-bottom {
    font-size: 16px;
}
#footer .footer-bottom.container {
    padding: 40px 0 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .footer-bottom .address {
    color: #444;
    line-height: 1.2;
    letter-spacing: -0.4px;
}
#footer .footer-bottom .address span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background-color: #444;
    margin: 0 7px 0 5px;
}
#footer .footer-bottom .address span:first-child::before {
    display: none;
}
#footer .footer-bottom .address p {
    padding-top: 7px;
}
#footer .footer-bottom .link-box {
    display: flex;
}
#footer .footer-bottom .link-box a.web-access img {
    max-width: 90px;
}
#footer .footer-bottom .link-box a.familysite {
    display: block;
    width: 240px;
    margin-bottom: 25px;
}
#footer .footer-bottom .link-box a.familysite span {
    display: block;
    padding: 12px 0 12px;
    margin-left: 19px;
    border-bottom: 2px solid #000;
    color: #000;
    background: url('../images/ico_lg_black_open.png') no-repeat 96% 21px;
    background-size: 22px 12px;
}