@charset "utf-8";
@import url(font.css);

/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

img {
    vertical-align: top;
}

/* common */
body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.07px;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

h2 {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

/*  mb-menu */
.mb-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    background-image: url(../img/bg_main_cont_01.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 5px;
    display: none;
}

.mb-menu.active {
    display: block;
}

.mb-menu .menu-header {
    padding: 0 20px;
    position: relative;
}

.mb-menu .menu-header .mb-lan {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mb-menu .menu-header .mb-lan a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    padding: 14px 23px 15px 20px;
    position: relative;
}

.mb-menu .menu-header .mb-lan a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.mb-menu .menu-header .mb-lan a img {
    width: 8px;
    height: 15px;
    margin: 3px 0 0 12px;
}

.mb-menu .menu-header .mb-btn-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.mb-menu .menu-header .mb-btn-close a {
    display: block;
}

.mb-menu .menu-header .mb-btn-close img {
    width: 100%;
    height: 100%;
}

.mb-menu .mb-util {
    padding-top: 72px;
}

.mb-menu .mb-util .mb-login a strong {
    font-size: 26px;
    color: #000;
}

.mb-menu .mb-util .mb-signup {
    float: right;
    margin-top: 10px;
}

.mb-menu .mb-util .mb-signup a {
    font-size: 19px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.mb-menu .mb-menu-list {
    padding: 0 20px 100px 20px;
}

.mb-menu .mb-menu-list .mb-mainmenu {
    margin-top: 20px;
    border-top: 2px solid #000;
}

.mb-menu .mb-menu-list .mb-mainmenu>li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-list {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 15px;
    color: #000;
    font-size: 1.313rem;
    font-weight: 500;
    background: url(../img/ico_lg_black_close.png) no-repeat 98%;
    background-size: 18px 10px;
}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-list.active {
    background-image: url(../img/ico_lg_black_open.png);
}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-list.active span {
    color: #3f0b9f;
    border-bottom: 2px solid #3f0b9f;
}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-submenu {
    display: none;
}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-submenu li {}

.mb-menu .mb-menu-list .mb-mainmenu>li .mb-submenu li a {
    display: inline-block;
    margin-top: 15px;
    font-size: 0.938rem;
    color: #000;
    font-weight: 300;
}

.mb-menu .mb-menu-info {
    padding: 0 20px 25px;
}

.mb-menu .mb-menu-info p {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}

/* ------ header ------ */

.header {}


/* top-header */
.header .top-header {
    width: 100%;
}

.header .top-header .top-menu {
    margin-top: 25px;
}

.header .top-header .top-menu .top-menu-link {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.header .top-header .top-menu .top-menu-link>li {
    margin-right: 3px;
}

.header .top-header .top-menu .top-menu-link>li>a {
    display: block;
    font-size: 14px;
    color: #444;
    padding: 11px 8px 15px;
    letter-spacing: 0.1px;
    position: relative;
}

.header .top-header .top-menu .top-menu-link>li>a.tp-link {
    padding: 11px 5px 15px 8px;
}

/* top-menu-link ----> 밑줄 긋기 */
.header .top-header .top-menu .top-menu-link>li>a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

.header .top-header .top-menu .top-menu-link li img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 8px;
    margin-left: 5px;
}

.header .top-header .top-menu .top-menu-link li img.link-btn1 {}

.header .top-header .top-menu .top-menu-link .museumList.on .link-btn1 {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

.header .top-header .top-menu .top-menu-link li img.link-btn2 {
    transform: rotate(-90deg);
}

/* top-header --> museumList */
.header .top-header .top-menu .top-menu-link li.museumList {
    margin-right: 16px;
    position: relative;
}

.header .top-header .top-menu .top-menu-link>.museumList.on {
    background-color: #000;
}

.header .top-header .top-menu .top-menu-link>.museumList.on a {
    color: #fff;
}

.header .top-header .top-menu .top-menu-link li.museumList .list {
    display: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    position: absolute;
    top: 46px;
    left: 0;
    background-color: #000;
    border-top: 1px solid #555;
    z-index: 10;
}

.header .top-header .top-menu .top-menu-link li.museumList .list li {
    margin-bottom: 15px;
}

.header .top-header .top-menu .top-menu-link .museumList .list li a:hover {
    color: #ffcc33;
    text-decoration: underline;
}

.header .top-header .top-menu .top-menu-link li.museumList .list li a {
    font-size: 14px;
    color: #ccc;
}

/* bottom-header */
.header .bottom-header {}

.header .bottom-header .container {
    position: relative;
}

/* bottom-header ---> btm-header */
.header .bottom-header .btm-header {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}

.header .bottom-header .top-bg {
    display: none;
    position: absolute;
    width: 100%;
    top: 110px;
    height: 296px;
    background-color: #fff;
    border: solid #ededed;
    border-width: 1px 0;
    overflow: hidden;
    z-index: 30;
}

.header .bottom-header .top-bg.on {
    display: block;
}


/* logo */
.header .bottom-header .btm-header .logo {}

.header .bottom-header .btm-header .logo h1 {}

.header .bottom-header .btm-header .logo h1>a {
    display: block;
}

.header .bottom-header .btm-header .logo h1>a img {
    width: 100%;
}

/* btm-menu */
.header .bottom-header .btm-header nav {
    margin-top: 10px;
}

.header .bottom-header .btm-header nav .btm-menu {}

.header .bottom-header .btm-header nav .btm-menu>li {
    display: inline-block;
    width: 145px;
    position: relative;
}

.header .bottom-header .btm-header nav .btm-menu>li>a {
    display: block;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    color: #222;
}

.header .bottom-header .btm-header nav .btm-menu>li>a:hover {
    color: #3f0b9f;
}

/* btm-menu ---> btm-submenu */
.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    width: 150px;
    height: 250px;
    border-left: 1px solid #eaeaea;
    background-color: #fff;
    z-index: 50;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu::before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    top: -57px;
    left: 0;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu.on {
    display: block;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu li {
    padding: 10px;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu li a {
    display: block;
    font-size: 15.5px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    word-break: keep-all;
    color: #222;
    position: relative;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu li a:hover {
    font-weight: 600;
}

.header .bottom-header .btm-header nav .btm-menu>li .btm-submenu li a:hover::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);

}

/* util */
.header .bottom-header .btm-header .util {
    margin-top: 13px;
}

.header .bottom-header .btm-header .util ul {
    display: flex;
    align-items: center;
}

.header .bottom-header .btm-header .util ul>li {
    margin-left: 16px;
}

.header .bottom-header .btm-header .util ul>li:first-child {
    margin-left: 0;
}

.header .bottom-header .btm-header .util ul>li:last-child {
    margin-left: 30px;
}

.header .bottom-header .btm-header .util ul>li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #444;
}

.header .bottom-header .btm-header .util ul>li a img {}

/* mb-btn */
.header .bottom-header .btm-header .menuBtn {
    display: none;
}

.header .bottom-header .btm-header .menuBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .bottom-header .btm-header .menuBtn .btn-s {
    width: 19px;
    height: 19px;
    margin-right: 20px;
}

.header .bottom-header .btm-header .menuBtn .btn-m {
    width: 21px;
    height: 18px;
}


/* ----- main ----- */

/* section - visual */
.visual {
    padding-top: 37px;
}

.visual .container {}

.visual .sw-visual {
    /* position: relative; */
}

.visual .sw-visual .swiper-slide {}

.visual .sw-visual .swiper-slide .mb-visual {
    display: none;
}

.visual .sw-visual .swiper-slide a {}

.visual .sw-visual .swiper-slide a img {
    width: 100%;
}

.visual .sw-visual .slide-btns {}

.visual .sw-visual .slide-btns .slide-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.visual .sw-visual .slide-btns .slide-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.visual .sw-visual .slide-btns .slide-prev img,
.visual .sw-visual .slide-btns .slide-next img {
    width: 34px;
    height: 60px;
    cursor: pointer;
}

.visual .sw-visual .slide-controls {
    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 .slide-controls .swiper-pagination {
    display: inline-flex;
    justify-content: flex-end;
    position: static;
}

.visual .sw-visual .slide-controls img {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    margin-right: -5px;
}

.visual .sw-visual .slide-controls .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    outline: 1px solid #666;
    margin: 0 6px;
}

.visual .sw-visual .slide-controls .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: #3f0b9f;
    border: 1px solid #3f0b9f;
}

/* section - info */
.info {}

.info .container {}

.info .info-wrap {
    padding: 20px 0 68px;
    background: url(../img/bg_main_cont_01.png) no-repeat;
    background-position: right top 12px;
}

.info .info-wrap .info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #000;
    margin-bottom: 34px;
}

.info .info-wrap .info-top .info-right {}

.info .info-wrap .info-top .info-right ul {
    padding: 12px 0 23px 0;
}

.info .info-wrap .info-top .info-right ul>li {
    display: inline-block;
    text-align: center;
}

.info .info-wrap .info-top .info-right ul>li:nth-child(2) {
    margin-right: 53px;
}

.info .info-wrap .info-top .info-right ul>li>span {
    display: inline-block;
    font-size: 19px;
    letter-spacing: -0.4px;
}

.info .info-wrap .info-top .info-right ul>li>img {
    display: inline-block;
}

.info .info-wrap .info-top .info-right ul>li>img.cont1 {
    width: 28px;
    height: 29px;
    margin-right: 4px;
    vertical-align: sub;
}

.info .info-wrap .info-top .info-right ul>li>img.cont2 {
    width: 31px;
    height: 28px;
    margin: 1px 5px 0 0;
}

.info .info-wrap .info-top .info-right ul>li>strong.time {
    font-family: 'Roboto';
}

.info .info-wrap .info-top .info-right ul>li>strong.tt {
    font-size: 23px;
    margin-right: 30px;
}

.info .info-wrap .info-top .info-left {
    display: inline-block;
    padding-bottom: 23px;
}

.info .info-wrap .info-top .info-left a {
    padding-bottom: 3px;
    font-size: 20px;
    border-bottom: 3px solid #000;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.info .info-wrap .info-top .info-left a>img {
    width: 30px;
    height: 20px;
    margin-left: 8px;
    margin-top: -2px;
    vertical-align: middle;
}

/* info-btm */
.info .info-wrap .info-bottom {
    display: flex;
    justify-content: space-between;
}

.info .info-wrap .info-bottom .btm-left {
    width: 50%;
    height: 460px;
    padding: 0 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: url(../img/bg_main_cont_02.png) no-repeat;
    background-position: right bottom -22px;
}

.info .info-wrap .info-bottom .btm-left .left-title {
    padding: 32px 0 11px;
    text-align: center;
}

.info .info-wrap .info-bottom .btm-left .left-title p {
    font-size: 26px;
    letter-spacing: -0.3px;
}

.info .info-wrap .info-bottom .btm-left .left-title p>img {
    display: inline-block;
    width: 28px;
    height: 26px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}

.info .info-wrap .info-bottom .btm-left .left-title>p strong {}

.info .info-wrap .info-bottom .btm-left .btm-info {
    width: 100%;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul {
    width: 100%;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li {
    padding: 12px 0 16px;
    border-bottom: 1px dashed #ddd;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li:last-child {
    border: 0;
}
.info .info-wrap .info-bottom .btm-left .btm-info ul li.sub-tit {
    height: 34px;
    padding: 0 0 4px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li>div {
    display: inline-block;
    letter-spacing: -0.25px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li .info01 {
    width: 23.5%;
    font-size: 19px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li .info02 {
    width: 20%;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li .info03 {
    width: 25%;
    text-align: center;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li .info04 {
    width: 26%;
    text-align: right;
    padding-right: 33px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li>div .bi01 {
    display: inline-block;
    padding-left: 12px;
    font-weight: 600;
    color: #3f0b9f;
    letter-spacing: -0.3px;
    position: relative;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li span.simbol:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #3f0b9f;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li>div .bi02 {
    display: inline-block;
    color: #666;
    font-family: 'Roboto';
    letter-spacing: -0.7px;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li>div .bi03 {
    display: inline-block;
    font-size: 15px;
    font-family: 'Roboto';
}


.info .info-wrap .info-bottom .btm-left .btm-info ul li>div .bi04 {
    display: inline-block;
    width: 128px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    background-color: #006cb8;
    border-radius: 20px;
    text-align: center;
}

.info .info-wrap .info-bottom .btm-left .btm-info ul li>div .bi04 img {
    display: inline-block;
    vertical-align: middle;
}

.info .info-wrap .info-bottom .btm-right {
    width: 50%;
    margin-top: 26px;
    padding-top: 26px;
}

.info .info-wrap .info-bottom .btm-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 58.25px;
}

.info .info-wrap .info-bottom .btm-right ul li {}

.info .info-wrap .info-bottom .btm-right ul li a {
    display: block;
    text-align: center;
}

.info .info-wrap .info-bottom .btm-right ul li a img {
    width: 300px;
    height: 300px;
    margin-bottom: 22px;
}

.info .info-wrap .info-bottom .btm-right ul li a p {
    font-size: 26px;
    font-weight: 600;
}

/* inner */
.inner {
    padding: 63px 0 67px;
    background-color: #f3f9fe;
}

.inner .container {}

.inner .contents {
    display: flex;
    flex-wrap: wrap;
}

/* inner-left */
.inner .contents .content {
    width: 48.5%;
    margin-right: 3%;
}

.inner .contents .content .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}

.inner .contents .content .title h2 {}

.inner .contents .content .title h2>a {
    font-size: 30px;
    color: #000;
}

.inner .contents .content .title .sw-controls {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}

.inner .contents .content .title .sw-controls .sw-prev {}

.inner .contents .content .title .sw-controls .sw-pause {}

.inner .contents .content .title .sw-controls .sw-next {}

.inner .contents .content .title .sw-controls .sw-prevBtn1 img,
.inner .contents .content .title .sw-controls .sw-nextBtn1 img {
    width: 10px;
    height: 20px;
}

.inner .contents .content .left-title .sw-controls .sw-pauseBtn1 img {
    width: 9px;
    height: 17px;
}

.inner .contents .content .sw-inner01 .swiper-slide {}

.inner .contents .content .sw-inner01 .swiper-slide>a {}

.inner .contents .content .sw-inner01 .swiper-slide>a img {
    width: 100%;
    object-fit: cover;
}

.inner .contents .content .sw-inner01 .swiper-slide .slide-state {
    margin-top: 20px;
}

.inner .contents .content .sw-inner01 .swiper-slide .slide-state>span {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    font-size: 17px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #000;
}

.inner .contents .content .sw-inner01 .swiper-slide .slide-state .box1 {
    color: #fff;
    background-color: #000;
    margin-right: 6px;
}

.inner .contents .content .sw-inner01 .swiper-slide .slide-state .box2 {
    background-color: #fff;
}

.inner .contents .content .sw-inner01 .swiper-slide .slide-desc {
    margin-top: 23px;
}

.inner .contents .sw-inner01 .swiper-slide .slide-desc>a {}

.inner .contents .sw-inner01 .swiper-slide .slide-desc>a:hover>p {
    text-decoration: underline;
}

.inner .contents .sw-inner01 .swiper-slide .slide-desc>a>p {
    font-size: 19px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.inner .contents .sw-inner01 .swiper-slide .slide-desc>p {
    color: #666;
}

/* inner - right */
.inner .contents .content2 {
    width: 48.5%;
}

.inner .contents .content2 .title2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}

.inner .contents .content2 .title2 h2 {}

.inner .contents .content2 .title2 h2>a {
    font-size: 30px;
    color: #000;
}

.inner .contents .content2 .title2 .sw-controls2 {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}

.inner .contents .content2 .title2 .sw-controls2 .prevBtn2 {}

.inner .contents .content2 .title2 .sw-controls2 .pauseBtn2 {}

.inner .contents .content2 .title2 .sw-controls2 .prevBtn2 img,
.inner .contents .content2 .title2 .sw-controls2 .pauseBtn2 img {
    width: 10px;
    height: 20px;
}

.inner .contents .content2 .title2 .sw-controls2 .nextBtn2 {}

.inner .contents .content2 .title2 .sw-controls2 .nextBtn2 img {
    width: 9px;
    height: 17px;
}

.inner .contents .content2 .sw-inner02 {}

.inner .contents .content2 .sw-inner02 .swiper-slide {}

.inner .contents .content2 .sw-inner02 .swiper-slide>a {}

.inner .contents .content2 .sw-inner02 .swiper-slide>a img {
    width: 100%;
    object-fit: cover;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-state2 {
    margin-top: 20px;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-state2>span {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #000;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-state2 .box3 {
    background-color: #000;
    color: #fff;
    margin-right: 6px;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-state2 .box4 {
    background-color: #fff;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-desc2 {
    margin-top: 23px;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-desc2>a {}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-desc2>a:hover p {
    text-decoration: underline;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-desc2>a p {
    font-size: 19px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.inner .contents .content2 .sw-inner02 .swiper-slide .slide-desc2>p {
    color: #666;
}

/* notic */
.notic {}

.notic .container {}

.notic .notic-top {
    margin: 54px auto 0;
}

.notic .notic-top h2 {
    margin-bottom: 34px;
}

.notic .notic-top h2 a {
    font-size: 46px;
    letter-spacing: -1.2px;
}

.notic .notic-contents {
    display: flex;
    flex-wrap: wrap;
}

.notic .notic-top .notic-contents .notic-box {
    width: 500px;
    height: 278px;
    padding: 36px 60px 40px 40px;
    background-color: #f5f5f5;
    position: relative;
}

.notic .notic-top .notic-contents .notic-box strong {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.1px;
}

.notic .notic-top .notic-contents .notic-box img {
    position: absolute;
    top: 18px;
    right: 18px;
}

.notic .notic-top .notic-contents .notic-box a {
    display: block;
    padding-top: 17px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.6;
    text-overflow: ellipsis;
}

.notic .notic-top .notic-contents .notic-box a:hover {
    text-decoration: underline;
}

.notic .notic-top .notic-contents .notic-box span {
    display: block;
    padding-top: 37px;
    color: #444;
    letter-spacing: -0.2px;
}


.notic .notic-top .notic-contents .notic-list {
    width: calc(100% - 500px);
    padding-left: 10px;
}

.notic .notic-top .notic-contents .notic-list ul {
    font-size: 0;
}

.notic .notic-top .notic-contents .notic-list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px);
    margin-left: 30px;
    padding: 25px 0 41px;
    border-top: 2px solid #ddd;
    background: url(../img/ico_main_notice_arrow.png) no-repeat;
    background-position: right 10px bottom 40px;
}

.notic .notic-top .notic-contents .notic-list ul li a {
    display: block;
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight: 600;
    padding-right: 125px;
    line-height: 1.42;
    min-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsiss;
}

.notic .notic-top .notic-contents .notic-list ul li a:hover {
    text-decoration: underline;
}

.notic .notic-top .notic-contents .notic-list ul li span {
    display: block;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    padding-top: 19px;
    line-height: 1.3;
}

.notic .notic-top .notic-contents .notic-list ul li span.date {}

.notic .notic-bottom {
    margin: 51px auto 98px;
}

.notic .notic-bottom .container {}

.notic .notic-bottom .notic-btm-title {
    margin-bottom: 48px;
    text-align: center;
}

.notic .notic-bottom .notic-btm-title h2 {
    font-size: 44px;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.notic .notic-bottom .notic-btm-title h2 .m-br {
    display: none;
}

.notic .notic-bottom .notic-btm-title h2 span {
    color: #0073bc;
}

.notic .notic-bottom ul {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.notic .notic-bottom ul li {}

.notic .notic-bottom ul li a {
    display: block;
}

.notic .notic-bottom ul li a>img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.notic .notic-bottom ul li a>span {
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
}

/* ----- footer ----- */
.footer {}

.footer .footer-top {
    border: solid #ddd;
    border-width: 1px 0;
}

.footer .container {}

.footer .footer-top>div {}

.footer .footer-top>div ul {
    padding: 18px 0;
}

.footer .footer-top>div ul li {
    display: inline-block;
    border-right: 1px solid #444;
}

.footer .footer-top>div ul li:last-child {
    border-right: 0;
}

.footer .footer-top>div ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #444;
    padding: 0 10px;
}

.footer .footer-top>div ul li:last-child>a {
    padding-right: 0;
}

.footer .footer-top>div ul li a.bold {
    font-weight: 600;
}

.footer .footer-bottom {
    padding: 40px 0 36px;
}

.footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-bottom .footer-info {
    font-size: 16px;
    color: #444;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.footer .footer-bottom .footer-info span {}

.footer .footer-bottom .footer-info span.line::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #444;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-bottom .footer-info p {
    padding-top: 7px;
}

.footer .footer-bottom .footer-access {}

.footer .footer-bottom .footer-access img {
    max-width: 90px;
}

.footer .footer-bottom .footer-access .access-link {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

.footer .footer-bottom .footer-access .access-link>a {
    display: inline-block;
    width: 240px;
    font-size: 16px;
    padding: 12px 0 12px 0;
    margin-left: 19px;
    border-bottom: 2px solid #000;
    background: url(../img/ico_lg_black_open.png) no-repeat 96% 21px;
    background-size: 22px 12px;
}

.footer .footer-bottom .footer-access .access-link>a span {}

.footer .footer-bottom .footer-access .access-link ul {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 37px;
    left: 0;
    padding: 35px 0;
    text-align: center;
    background-color: #000;
}

.footer .footer-bottom .footer-access .access-link ul li {
    margin-bottom: 15px;
}

.footer .footer-bottom .footer-access .access-link ul li a {
    font-size: 14px;
    color: #ccc;
    white-space: nowrap;
}

.footer .footer-bottom .footer-access .access-link ul li a:hover {
    color: #ffcc33;
    text-decoration: underline;
}