@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 .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);
}

/* ======= 메인영역 ======= */
/* 비쥬얼영역 */
.visual .container {
    padding-top: 37px;
}
.visual .sw-visual {
    width: 100%;
    position: relative;
}
.visual .sw-visual .swiper-slide {
    width: 100%;
    background-color: #ccc;
}
.visual .sw-visual .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.visual .sw-visual .swiper-slide a .pc-visual-img {
    width: 100%;
}
.visual .sw-visual .swiper-slide a .m-visual-img {
    display: none;
    width: 100%;
}

.visual .sw-visual .swiper-btns {
    display: flex;
}
.visual .sw-visual .swiper-btns .swiper-btn-prev, 
.visual .sw-visual .swiper-btns .swiper-btn-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 9;
}
.visual .sw-visual .swiper-btns .swiper-btn-prev {
    left: 20px;
}
.visual .sw-visual .swiper-btns .swiper-btn-next {
    right: 20px;
}
.visual .sw-visual .swiper-btns .swiper-btn-prev img,
.visual .sw-visual .swiper-btns .swiper-btn-next img {
    width: 34px;
    height: 60px;
}

.visual .sw-visual .swiper-control-box {
    position: absolute;
    max-width: 1332px;
    width: 100%;
    right: 20px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 50;
}
.visual .sw-visual .swiper-control-box .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
    position: static;
    width: auto;
    bottom: 0;
    left: auto;
    display: inline-flex;
    transition: .3s opacity;
}
.visual .sw-visual .swiper-control-box .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
    vertical-align: middle;
    border: 1px solid #fff;
    outline: 1px solid #666;
    font-size: 0;
}
.visual .sw-visual .swiper-control-box .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 25px;
    background: #3f0b9f;
    border: 1px solid #3f0b9f;
    border-radius: 5px;
}
.visual .sw-visual .swiper-control-box .swiper-btn-pause,
.visual .sw-visual .swiper-control-box .swiper-btn-play {
    width: 38px;
    height: 38px;
    margin: 0 -5px 0 10px;
    border: 0;
    cursor: pointer;
}
.visual .sw-visual .swiper-control-box .swiper-btn-pause img,
.visual .sw-visual .swiper-control-box .swiper-btn-play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .sw-visual .swiper-control-box .swiper-btn-play {
    display: none;
}

/* 메인섹션-1 영역 */
.main-section-1 .container {
    padding: 20px 0 68px;
    background: url('../images/bg_main_cont_01.png') no-repeat;
    background-position: right top 12px;
}

.main-section-1 .info-box {
    border-bottom: 3px solid #000;
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
}
.main-section-1 .info-box ul {
    padding: 14px 0 23px 0;
}
.main-section-1 .info-box ul li {
    display: inline-block;
    margin-right: 53px;
    font-size: 0;
}
.main-section-1 .info-box ul li:last-child {
    margin-right: 0;
}
.main-section-1 .info-box ul li .info-tit {
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.main-section-1 .info-box ul li.info-time .info-tit img {
    display: inline-block;
    width: 28px;
    height: 29px;
    margin-right: 4px;
    vertical-align: sub;
}
.main-section-1 .info-box ul li.info-time p {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.4px;
}
.main-section-1 .info-box ul li.info-time p span {
    font-weight: 600;
}
.main-section-1 .info-box ul li.info-cost strong img {
    display: inline-block;
    width: 31px;
    height: 28px;
    margin: 1px 5px 0 0;
    vertical-align: top;
}
.main-section-1 .info-box ul li.info-cost p {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.4px;
}
.main-section-1 .info-box .info-link  {
    width: 114px;
    margin-top: 12px;
}
.main-section-1 .info-box .info-link a {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    border-bottom: 3px solid #000;
}
.main-section-1 .info-box .info-link a img {
    display: inline-block;
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin: -2px 0 0 1px;
    vertical-align: middle;
}

.main-section-1 .reserve-box {
    font-size: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-section-1 .reserve-box .reserve {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-top: 26px;
    text-align: right;
}
.main-section-1 .reserve-box .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: right bottom -22px;
}
.main-section-1 .reserve-box .schedule .info-tit {
    font-size: 26px;
    text-align: center;
    padding: 32px 0 45px;
    letter-spacing: -0.3px;
}
.main-section-1 .reserve-box .schedule p img {
    display: inline-block;
    width: 28px;
    height: 26px;
    object-fit: cover;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}
.main-section-1 .reserve-box .schedule ul li {
    border-top: 1px dashed #ddd;
    padding: 12px 0 16px;
    text-align: left;
}
.main-section-1 .reserve-box .schedule ul li > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: -0.25px;
    text-align: center;
}
.main-section-1 .reserve-box .schedule ul li span {
    display: inline-block;
    vertical-align: middle;
}
.main-section-1 .reserve-box .schedule ul li .info-1 {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    letter-spacing: -0.3px;
    width: 23.5%;
    color: #3f0b9f;
    text-align: left;
}
.main-section-1 .reserve-box .schedule ul li .info-1::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #3f0b9f;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.main-section-1 .reserve-box .schedule ul li .info-2 {
    width: 20%;
    color: #666;
    letter-spacing: -0.7px;
    white-space: nowrap;
}
.main-section-1 .reserve-box .schedule ul li .info-3 {
    width: 25%;
    font-size: 15px;
}
.main-section-1 .reserve-box .schedule ul li .info-4 {
    width: 30%;
    text-align: right;
    padding-right: 33px;
}
.main-section-1 .reserve-box .schedule ul li .info-4 .deadline {
    width: 128px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #6f6f6f;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.main-section-1 .reserve-box .schedule ul li .info-4 span img {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 8px;
    vertical-align: middle;
}
.main-section-1 .reserve-box .schedule ul li .info-4 .deadline img {
    width: 12px;
    height: 9px;
    object-fit: cover;
}

.main-section-1 .reserve-box .reserve .reserve-link {
    display: inline-block;
    width: 50%;
}
.main-section-1 .reserve-box .reserve .reserve-link a {
    display: inline-block;
}
.main-section-1 .reserve-box .reserve .reserve-link a img {
    display: inline-block;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 22px;
    border-radius: 100%;
}
.main-section-1 .reserve-box .reserve .reserve-link a p {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

/* 메인섹션-2 영역 */
/* 전시 */
.main-section-2 {
    background-color: #f3f9fe;
}
.main-section-2 .container {
    padding: 63px 0 67px;
    display: flex;
}
/* 전시-타이틀 */
.main-section-2 .section-2-content .section-2-top {
    position: relative;
}
.main-section-2 .section-2-content .section-2-top .section-2-title {
    margin-bottom: 41px;
    color: #000;
    font-size: 44px;
    line-height: 1.2;
}
.main-section-2 .section-2-content .section-2-top .section-2-title a {
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
    vertical-align: top;
}
/* 전시-버튼 */
.main-section-2 .section-2-content .section-2-top .section-2-btns {
    position: absolute;
    top: 16px;
    right: 0;
    width: 70px;
    height: 32px;
    text-align: center;
    display: flex;
    gap: 15px;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-prev {
    width: 17px;
    height: 20px;
    cursor: pointer;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-prev img {
    width: 10px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-pause {
    cursor: pointer;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-pause img {
    width: 9px;
    height: 17px;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-play {
    display: none;
    cursor: pointer;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-play img {
    width: 9px;
    height: 17px;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-next {
    width: 17px;
    height: 20px;
    cursor: pointer;
}
.main-section-2 .section-2-content .section-2-top .section-2-btns .swiper-btn-next img {
    width: 10px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.main-section-2 .section-2-content .swiper {
    width: 100%;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-img {
    width: 100%;
    height: 220px;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-section-2 .section-2-content .swiper .swiper-slide .slide-txt-box {
    margin-top: 20px;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-txt-box .state-box .state {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    margin: 0 6px 0 0;
    padding: 0 15px;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-txt-box a {
    display: block;
    margin: 23px 0 8px;
    font-size: 19px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-txt-box a:hover {
    text-decoration: underline;
}
.main-section-2 .section-2-content .swiper .swiper-slide .slide-txt-box .date {
    color: #666;
    font-size: 16px;
}

.main-section-2 .exhibition-content {
    width: 48.5%;
    margin-right: 3%;
}
.main-section-2 .exhibition-content .sw-exhibition .swiper-slide .slide-txt-box .state-box .state-2 {
    background-color: #fff;
    color: #000;
}

.main-section-2 .edu-content {
    width: 48.5%;
}
.main-section-2 .edu-content .sw-edu .swiper-slide .slide-txt-box .state-box .state-2 {
    background-color: #fff;
    color: #000;
}

/* 메인섹션-3 영역 */
.main-section-3 .container {
    margin: 54px auto 0;
}
/* title */
.main-section-3 .title {
    margin-bottom: 34px;
    color: #000;
    font-size: 46px;
    letter-spacing: -1.2px;
    vertical-align: middle;
}
/* notice */
.main-section-3 .notice-box {
    display: flex;
    flex-wrap: wrap;
}
.main-section-3 .notice-box .fix-notice {
    width: 500px;
    height: 278px;
    padding: 36px 60px 40px 40px;
    background: #f5f5f5 url('../images/ico_main_notice.png') no-repeat right 18px top 18px;
}
.main-section-3 .notice-box .fix-notice strong {
    display: block;
    word-break: keep-all;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.1px;
}
.main-section-3 .notice-box .fix-notice a {
    display: block;
    padding-top: 17px;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-section-3 .notice-box .fix-notice a:hover {
    text-decoration: underline;
}
.main-section-3 .notice-box .fix-notice span {
    display: inline-block;
    padding-top: 37px;
    font-size: 16px;
    color: #444;
    letter-spacing: -0.2px;
}

.main-section-3 .notice-box .notice-list {
    width: calc(100% - 500px);
    padding-left: 10px;
}
.main-section-3 .notice-box .notice-list ul {
    font-size: 0;
}
.main-section-3 .notice-box .notice-list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 25px 0 41px;
    margin-left: 30px;
    width: calc(50% - 30px);
    border-top: 2px solid #ddd;
    background: url('../images/ico_main_notice_arrow.png') no-repeat right 10px bottom 40px;
}
.main-section-3 .notice-box .notice-list ul li .txt {
    min-height: 52px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: -0.2px;
    padding-right: 125px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-section-3 .notice-box .notice-list ul li .txt:hover {
    text-decoration: underline;
}
.main-section-3 .notice-box .notice-list ul li .date {
    display: block;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    padding-top: 19px;
    line-height: 1.3;
}

/* 메인섹션-4 영역 */
.main-section-4 .container {
    margin: 51px auto 98px;
}
/* title */
.main-section-4 .section-4-title {
    margin-bottom: 48px;
    text-align: center;
    font-size: 44px;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.main-section-4 .section-4-title .m-on {
    display: none;
}
.main-section-4 .section-4-title em {
    font-style: normal;
    color: #0073bc;
}
/* sns */
.main-section-4 .sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.main-section-4 .sns ul li a {
    display: flex;
    align-items: center;
}
.main-section-4 .sns ul li a div {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    background: no-repeat right center;
}
.main-section-4 .sns ul li a div.naver {
    background-image: url('../images/ico_main_sns_01.png');
}
.main-section-4 .sns ul li a div.facebook {
    background-image: url('../images/ico_main_sns_02.png');
}
.main-section-4 .sns ul li a div.youtube {
    background-image: url('../images/ico_main_sns_03.png');
}
.main-section-4 .sns ul li a div.x {
    background-image: url('../images/ico_main_sns_04_new.png');
}
.main-section-4 .sns ul li a div.instagram {
    background-image: url('../images/ico_main_sns_05.png');
}
.main-section-4 .sns ul li a span {
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
}

/* ======= 푸터영역 ======= */
/* 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;
}


/* =======  ======= */