@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansKR-Thin.woff2') format('woff2'),
         url('../font/NotoSansKR-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansKR-Regular.woff2') format('woff2'),
         url('../font/NotoSansKR-Regular.ttf') format('truetype');
}
/* 초기화*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #222;
}
img {
    vertical-align: top;
}

/* 공통클래스 */
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
} 
body {
    overflow-y: scroll;
    font-family: 'Noto Sans KR', sans-serif;
}
/* 헤더영역 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0 15px;
}
/* ====== mobile-menu영역 ====== */
.mb-menu {
    
    display: none;
    position: fixed;
    top: 0;
    /* right: -320px;    */
    /* width: 320px; */
    right: -100%;   
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    transition: all .2s ease-in;
    background-image: url(../images/bg_main_cont_01.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 5px;
}
.mb-menu.active {
    right: 0;
}
.mb-menu .mb-menu-top {
    display: flex;
    justify-content: space-between;
}
.mb-menu .mb-menu-top .mb-language {
    border-top: 3px solid #000;
    padding: 14px 20px 15px 20px;
}
.mb-menu .mb-menu-top .mb-language a{
    display: block;
    font-size: 14px;
    color: #444;
    position: relative;
    font-weight: 500;
}
.mb-menu .mb-menu-top .mb-language a img{
    width: auto;
    height: 15px;
    margin: 3px 0 0 10px;
}
.mb-menu .mb-menu-top .mb-btn-close {
    padding: 14px 20px 15px 20px;
}
.mb-menu .mb-menu-top .mb-btn-close img {
    width: 20px;
}

.mb-menu .mb-util {
    display: flex;
    justify-content: space-between;
    padding: 35px 20px 20px 20px;
    font-weight: normal;
}
.mb-menu .mb-util a {
    display: block;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
}
.mb-menu .mb-util .mb-util-2 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}

/* mb-menu */
.mb-menu .mb-main-menu {
    padding: 0 20px 0 20px;
    
}
.mb-menu .mb-main-menu > li {
    
}
.mb-menu .mb-main-menu > li:nth-child(1) {
    border-top: 2px solid #000;
}

.mb-menu .mb-main-menu > li .mb-menu-list.mb-li-arrow {
    display: block;
    padding-top: 15px;
    font-size: 1.313rem;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.4px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    
}
.mb-menu .mb-main-menu > li .mb-menu-list.mb-li-arrow.active {
    color: #3f0b9f;
}
.mb-menu .mb-main-menu > li .mb-menu-list.mb-li-arrow img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    transition: all .3s linear;
    width: 18px;
}
.mb-menu .mb-main-menu > li .mb-menu-list.mb-li-arrow.active img {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
    color: var(--mainColor);
}
.mb-menu .mb-main-menu > li .mb-submenu{
    display: none;
    padding-bottom: 20px;
}
.mb-menu .mb-main-menu > li .mb-submenu li{}
.mb-menu .mb-main-menu > li .mb-submenu li a{
    display: inline-block;
    margin-top: 15px;
    font-size: 0.938rem;
    color: #000;
    font-weight: 300;
}

.mb-menu .mb-phone-number {
    display: block;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    padding:100px 0 25px 0;
}



/* header-top 영역 */

.header .header-top {
    width: 100%;
    
}
.header .header-top .container {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    
}
.header .header-top .top-menu {
    display: flex;
    margin-top: 25px;
}
.header .header-top .top-menu > li {
    margin-right: 3px;
     
}
.header .header-top .top-menu > li:nth-child(2) {
    margin-right: 16px;
}
.header .header-top .top-menu > li > a {
    display: block;
    font-size: 14px;
    color: #444;
    padding: 11px 8px 15px 8px;
    position: relative;
    letter-spacing: 0.1px;
    border-top : 3.5px solid #222;
}
.header .header-top .top-menu > li > a > .top-1 {
    width: 15px;
    height: 8px;
    vertical-align: 2px;
}
.header .header-top .top-menu > li > a > .top-2 {
    width: 15px;
    height: 8px;
    transform: rotate(-90deg);
    vertical-align: 2px;
}

/* header-bottom 영역*/
.header .header-bottom {
    width: 100%;
    /* height: 110px; */
    overflow: hidden;
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header .header-bottom::before {
    content: '';
    position: absolute; 
    top: 100px;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    height: 1px;
    background-color: #ededed;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.2s;
}
.header .header-bottom.down::before {
    opacity: 1;
}
.header .header-bottom.down {
    height: 380px;
}

.header .header-bottom .container {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
}
.header .header-bottom .logo {}
.header .header-bottom .logo a {
    display: block;
    width: 211px;
    
}
.header .header-bottom .logo a img {
    width: 100%; 
}
/* nav */
.header .header-bottom nav {
    margin: 0 auto;
    height: 110px;
}
.header .header-bottom nav .main-menu  {
    display: flex;
    /* gap: 40px; */
    width: 725px;
    height: 33.6px;
}
.header .header-bottom nav .main-menu > li {
    width: 145px;
    height: 33.6px;
    position: relative;
}

.header .header-bottom nav .main-menu > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    transform: translateY(100%);
    
}
.header .header-bottom nav .main-menu > li::before > a {

}
.header .header-bottom nav .main-menu > li:hover a {
    color: #3f069f;
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu {
    position: absolute;
    top: 110px;
    height: 240px;
    border-left: 1px solid #ededed;
    padding-top: 15px;
    
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li {  
    position: relative;
    padding: 5px;
    
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li:hover  {
    /* list-style: disc; 초기화를 할때 none 했기때문에 쓰면 안됨 */
    position: relative;
    
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li a {
    display: block;
    font-size: 15.5px;
    font-weight: 400;
    letter-spacing: -0.8px;
    -ms-word-break: keep-all;
    word-break: keep-all;
    color: #222;
    line-height: 1.2;
    margin:  0 5px 10px;
    position: relative;
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li a:last-child {
    margin-right: 0;
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li a::before {
    content: "";
    position: absolute;
    left: -13.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0; 
    transition: all 0.2s;
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li:hover a::before {
    opacity: 1;
}
.header .header-bottom nav .main-menu > li > .bottom-sub-menu li:hover a {
    font-weight: 600;
    
}

/* util 영역 */
.header .header-bottom .util {
    display: flex;       
    align-items: center;  
    gap: 25px;
    
}
.header .header-bottom .util .login-menu {
    display: flex;
    gap: 15px;  
    
}
.header .header-bottom .util .login-menu li  {}
.header .header-bottom .util .login-menu li a {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}
.header .header-bottom .util .search {}
.header .header-bottom .util .search img {
    width: 25px;
    margin-right: 20px;
}

/* menBtn - 햄버거버튼 */
.header .menuBtn {
    display: none;
}
.header .menuBtn img {
    width: 21px;
    height: auto;
}


/* ====== main영역 ====== */
/* visual영역 */
main {
    /* margin-top: 31px; */
}
.visual {
    
    position: relative;
    margin-top: 235px;
    z-index: 1;
}
.visual .container {
}
.visual .sw-favorite {
    position:relative;
    width: 100%;
}
.visual .sw-favorite .swiper-wrapper {
}
.visual .sw-favorite .swiper-wrapper .swiper-slide {}

/* bg-pc */
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-pc {}
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-pc a {
    width: 100%;
}
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-pc a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* bg-mb */
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-mb {
    display: none;
}
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-mb a {
    width: 100%;
}
.visual .sw-favorite .swiper-wrapper .swiper-slide .visual-bg-mb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sw-about-control {
    position:absolute;
    right:15px;
    bottom:20px;
    display:flex;
    align-items:center;
    line-height: 15px;
    gap:5px;
    cursor:pointer;
}
.swiper-pagination{
    position: static;
}
.sw-about-pause {
    display: block;
    width:50px;
    height:35px;
    border:1px solid #000;
    background:url(../images/main_btn_stop.png) no-repeat center;
    background-color: #fff;
    background-size: 100%;
    cursor:pointer;
    z-index: 999;
}
/* .swiper-pagination-horizontal.swiper-pagination-bullets {
    position: absolute;
    width: auto;
    left: 88%;
} */
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    background-color: #fff;
    opacity: 1;
    margin-right: 10px;

}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border: 1px solid #000;
    background-color: #3f069f;
    border-radius: 5px;
}
.visual .sw-favorite .sw-btn-prev,
.visual .sw-favorite .sw-btn-next{
    position:absolute;
    width:34px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    cursor:pointer;
}
.visual .sw-favorite .sw-btn-prev {
    left: 20px;
    background: url(../images/main_visual_prev.png) no-repeat center;
}
.visual .sw-favorite .sw-btn-next {
    right: 20px;
    background: url(../images/main_visual_next.png) no-repeat center;
}
/* booking-info영역 */

/* booking-top */
.booking-info {
    
}
.booking-info .container {
    background-image: url(../images/bg_main_cont_01.png);
    background-repeat: no-repeat;
    background-position: right top 12px;
}
.booking-info .booking-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 23px 0;
    border-bottom: 3px solid #000000;
}
.booking-info .booking-top ul {
    display: flex;
    gap: 40px;
    
}
.booking-info .booking-top ul li {
    
}
.booking-info .booking-top ul li .booking-top-img1 {
    width: 28px;
    height: 29px;
    margin-right: 8px;
    vertical-align: -5px;
}
.booking-info .booking-top ul li .booking-top-img2 {
    width: 31px;
    height: 28px;
    margin-right: 5px;
    margin-top: 1px;
}
.booking-top-info2 {display: inline-block;}
.booking-info .booking-top ul li img {}

.booking-info .booking-top ul li .name {
    font-size: 23px;
    font-weight: 600;
    margin-right: 30px;
}
.booking-top-info1 {display: inline-block;}
.booking-info .booking-top ul li .time1 {
    font-size: 19px;
    font-weight: 600;
}
.booking-info .booking-top ul li .desc {
    font-size: 19px;
    letter-spacing: -0.4px;
    margin-right: 10px;
}
.booking-info .booking-top ul li .desc-2 {
    font-size: 19px;
    letter-spacing: -0.4px;
    margin-right: 10px;
    font-weight: bold;
}
.booking-info .booking-top .directions  {
    
}
.booking-info .booking-top .directions a  {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    font-size: 20px;
    border-bottom: 3px solid #000;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.booking-info .booking-top .directions a img {
    width: 30px;
    margin-left: 8px;
    margin-top: -2px;
}

/* booking-bottom */

/* booking-left */
.booking-info .booking-bottom {
    display: flex;
    gap: 60px;
    margin: 40px 8px 68px 0;
}
.booking-info .booking-bottom .booking-left {
    width: 50%;
    height: 460px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 40px;
    background-image: url(../images/bg_main_cont_02.png);
    background-repeat: no-repeat;
    background-position: right bottom -22px;
}
.booking-info .booking-bottom .booking-left .booking-title {
    font-size: 26px;
    text-align: center;
    padding: 32px 0 40px;
    letter-spacing: -0.3px;
    border-bottom: 1px dashed #ddd;
}
.booking-info .booking-bottom .booking-left .booking-title img {
    width: 28px;
    height: 26px;
    vertical-align: -2px;
}
.booking-info .booking-bottom .booking-left .booking-title b {}
.booking-info .booking-bottom .booking-left .booking-title span {}

.booking-info .booking-bottom .booking-left .booking-list {
    
    
}
.booking-info .booking-bottom .booking-left .booking-list li {
    width: 100%;
    height: 69px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    gap: 70px;
}
.booking-info .booking-bottom .booking-left .booking-list li:last-child {
    border: none;
}
.booking-list li .booking-list-top {
    display: flex;
    /* justify-content: center;   */
    align-items: center;
    padding-bottom: 7px;
    
}
.booking-info .booking-bottom .booking-left .booking-list li .round {
    width: 80px;
    color: #3f0b9f;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.3px;
    position: relative;
    padding-left: 10px
}
.booking-info .booking-bottom .booking-left .booking-list li .round::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #3f0b9f;
    border-radius: 50%;
}
.booking-info .booking-bottom .booking-left .booking-list li .time {
    width: 180px;
    font-size: 20px;
    text-align: right;
    color: #666;
    font-family: Roboto;
    letter-spacing: -0.7px;
    white-space: nowrap;
}
.booking-info .booking-bottom .booking-left .booking-list li .deadline {
    width: 100px;
    font-size: 15px;
    font-family: Roboto;
    text-align: right;
}
.booking-info .booking-bottom .booking-left .booking-list li .booking-box {
    width: 128px;
    background-color: #6f6f6f;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
}
.booking-info .booking-bottom .booking-left .booking-list li .booking-box img {
    width: 12px;
    height: 9px;
    margin-right: 8px;
    vertical-align: 2px;
}
.booking-info .booking-bottom .booking-left .booking-list li .booking-box span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    
}

/* booking-right" */
.booking-info .booking-bottom .booking-right {
    width: 50%;
}
.booking-info .booking-bottom .booking-right ul {
    display: flex;
    gap: 60px;
}
.booking-info .booking-bottom .booking-right ul li {}
.booking-info .booking-bottom .booking-right ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.booking-info .booking-bottom .booking-right ul li a img {
    width: 300px;
    height: 300px;
    margin-top: 65px;
}
.booking-info .booking-bottom .booking-right ul li a span{
    font-size: 26px;
    letter-spacing: -0.25px;
    font-weight: 600;
    margin-top: 30px;
}

/* Content영역 - exhibition*/
.content {
    background-color: #f3f9fe;
    
}
.content .container {
    display: flex;
    padding: 63px 0 67px;
}

.content .exhibition {
    width: 48%;
    position: relative;
    margin-right: 3%
}
.content .exhibition .sw-exh-control {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.content .exhibition .sw-exh-control .sw-exh-title {
    margin-bottom: 41px;
    line-height: 1.2;
}
.content .exhibition .sw-exh-control .sw-exh-title a {
    color: #000;
    font-size: 30px;
}
.content .exhibition .sw-exh-control .sw-exh-btns {
    display: flex; 
    gap: 10px;
    transform: translateY(20px);
}
.content .exhibition .sw-exh-control .sw-exh-btns button {
    width: 17px;
    height: 20px;
    border:none;
    cursor: pointer;
    vertical-align: -2px;
    z-index: 999;
    
}
.content .exhibition .sw-exh-control .sw-exh-btns .sw-exh-prev {
    background: url(../images/btn_swiper_prev.png) no-repeat center;
}
.content .exhibition .sw-exh-control .sw-exh-btns .sw-exh-pause {
    background: url(../images/btn_swiper_stop.png) no-repeat center;
    width: 9px;
    height: 17px;
}
.content .exhibition .sw-exh-control .sw-exh-btns .sw-exh-next {
    background: url(../images/btn_swiper_next.png) no-repeat center;
}

.content .exhibition .sw-exh {}
.content .exhibition .sw-exh .swiper-slide > a > .exh-slide-img {
    width: 100%;
    height: 220px;
}
.content .exhibition .sw-exh .swiper-slide > a > .exh-slide-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .exhibition .sw-exh .swiper-slide .exh-info {
    margin-top: 20px;
}
.content .exhibition .sw-exh .swiper-slide .exh-info > .exh-status {}
.content .exhibition .sw-exh .swiper-slide .exh-info > .exh-status > .exh-box-1 {
    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;
}
.content .exhibition .sw-exh .swiper-slide .exh-info > .exh-status > .exh-box-2 {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000;
    margin-bottom: 0;
    font-size: 17px;
    background-color: #fff;
    padding: 0 15px;
    margin-right: 6px;
    color: #000;
    text-align: center;
}
.content .exhibition .sw-exh .swiper-slide .exh-info > .exh-side-desc > h5 {
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 23px;
    font-size: 19px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .exhibition .sw-exh .swiper-slide .exh-info > .exh-side-desc > p {
    color: #666;
}

/* Content영역 - education*/
.content .education {
    width: 48%;
    position: relative;
}
.content .education .sw-edu-control {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.content .education .sw-edu-control .sw-edu-title {
    margin-bottom: 41px;
    line-height: 1.2;
}
.content .education .sw-edu-control .sw-edu-title a {
    color: #000;
    font-size: 30px;
}
.content .education .sw-edu-control .sw-edu-btns {
    display: flex; 
    gap: 10px;
    transform: translateY(20px);
}
.content .education .sw-edu-control .sw-edu-btns button {
    width: 17px;
    height: 20px;
    border:none;
    cursor: pointer;
    vertical-align: -2px;
    
}
.content .education .sw-edu-control .sw-edu-btns .sw-edu-prev {
    background: url(../images/btn_swiper_prev.png) no-repeat center;
}
.content .education .sw-edu-control .sw-edu-btns .sw-edu-pause {
    background: url(../images/btn_swiper_stop.png) no-repeat center;
    width: 9px;
    height: 17px;
}
.content .education .sw-edu-control .sw-edu-btns .sw-edu-next {
    background: url(../images/btn_swiper_next.png) no-repeat center;
}

.content .education .sw-edu {}
.content .education .sw-edu .swiper-slide > a > .edu-slide-img {
    width: 100%;
    height: 220px;
}
.content .education .sw-edu .swiper-slide > a > .edu-slide-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .education .sw-edu .swiper-slide .edu-info {
    margin-top: 20px;
}
.content .education .sw-edu .swiper-slide .edu-info > .edu-status {}
.content .education .sw-edu .swiper-slide .edu-info > .edu-status > .edu-box-1 {
    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;
}
.content .education .sw-edu .swiper-slide .edu-info > .edu-status > .edu-box-2 {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #000;
    margin-bottom: 0;
    font-size: 17px;
    background-color: #fff;
    padding: 0 15px;
    margin-right: 6px;
    color: #000;
    text-align: center;
}
.content .education .sw-edu .swiper-slide .edu-info > .edu-side-desc > h5 {
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 23px;
    font-size: 19px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .education .sw-edu .swiper-slide .edu-info > .edu-side-desc > p {
    color: #666;
}
/* news 영역 */
.news {
    margin: 54px auto 0;
}
.news .container {
    margin-bottom: 34px;
}
/* news-top영역 */
.news .news-top {}
.news .news-top > a {}
.news .news-top > a > h2 {
    color: #000;
    font-size: 46px;
    letter-spacing: -1.2px;
    margin-bottom: 34px;
}
/* news-bottom */
.news .news-bottom {
    display: flex;
}
/* news-left영역 */
.news .news-bottom .news-left {
    width: 500px;
    height: 278px;
    background-color: #f5f5f5;
    padding: 36px 60px 40px 40px;
    background-image: url(../images/ico_main_notice.png);
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    margin-right: 30px;
}
.news .news-bottom .news-left .news-left-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.1px;
    word-break: keep-all;   
}
.news .news-bottom .news-left a {
    display: block;
    padding-top: 17px;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news .news-bottom .news-left:hover a {
    text-decoration: underline;
}
.news .news-bottom .news-left .news-left-time {
    display: inline-block;
    padding-top: 37px;
    font-size: 16px;
    color: #444;
    letter-spacing: -0.2px;
}
/* news-right영역 */
.news .news-bottom .news-right {
    width: calc(100% - 500px);
    padding-left: 10px;
}
.news .news-bottom .news-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.news .news-bottom .news-right ul li {
    vertical-align: top;
    width: calc(50% - 30px);
    padding: 25px 0 41px;
    border-top: 2px solid #ddd;
}
.news .news-bottom .news-right ul li a {
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight: 600;
    padding-right: 125px;
    line-height: 1.42;
    min-height: 52px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news .news-bottom .news-right ul li:hover a {
    text-decoration: underline;
}
.news .news-bottom .news-right ul li .news-right-time {
    display: flex;
    justify-content: space-between;
    padding-top: 19px;
}
.news .news-bottom .news-right ul li .news-right-time span {
    display: block;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.news .news-bottom .news-right ul li .news-right-time img {
    width: 12px;
    height: 16px;
}
/* sns 영역 */
.sns {
    margin: 51px auto 98px;
}
.sns .container {
}
/* sns-top */
.sns .container .sns-top {
    margin-bottom: 48px;
    text-align: center;
}
.sns .container .sns-top h2{
    color: #000;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.sns-mobile-br {
    display: none;
}
.sns .container .sns-top .sns-top-color{
    color: #0073bc;
}
/* sns-bottom */
.sns .container .sns-bottom {
    
}
.sns .container .sns-bottom ul {
    display: flex;
    justify-content: center;
    font-size: 0;
    text-align: center;
    gap: 45px;
}
.sns .container .sns-bottom ul li {}
.sns .container .sns-bottom ul li a {}
.sns .container .sns-bottom ul li a img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}
.sns .container .sns-bottom ul li a span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
}

/* footer 영역 */
.footer {}
.footer .container {}
.footer .footer-top{
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: relative;
}
.footer .footer-top ul {
    display: flex;
    gap: 10px;
    font-size: 0;
    padding: 18px 0;
    max-width: 1440px;
    margin: 0 auto;
}
.footer .footer-top ul li {
    
}
.footer .footer-top ul li a{
    display: block;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1;
    color: #444;
    border-right: 1px solid #000;
}
.footer .footer-top ul li .footer-top-1 {
    font-weight: 600;
    border-right: none;
}

/* footer-bottom */
.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0 36px;
}

/* footer-left */
.footer .footer-bottom .footer-left {
    font-size: 16px;
    color: #444;
    line-height: 1.2;
    color: #444;
    line-height: 1.2;
}
.footer .footer-bottom .footer-left .address {
    font-size: 0;
}
.footer .footer-bottom .footer-left .address span{
    /* position: relative; */
    /* padding: 0 7px; */
    font-size: 16px;
    /* white-space: nowrap; */
}
.footer .footer-bottom .footer-left .address span:first-child{
    padding-left: 0;
}
.footer .footer-bottom .footer-left .address span::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #444;
    margin: 0 7px 0 5px;
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-bottom .footer-left .address span:first-child::before{
   display: none;
}
.footer .footer-bottom .footer-left p {
    padding-top: 7px;
}

/* footer-right */
.footer .footer-bottom .footer-right {
    
}
.footer .footer-bottom .footer-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.footer .footer-bottom .footer-right ul li {}

.footer .footer-bottom .footer-right ul li:last-child {
    border-bottom: 2px solid #000;
    padding: 12px 0px 12px 0;
}
.footer .footer-bottom .footer-right ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
   
}
.footer .footer-bottom .footer-right ul li a span {
    font-size: 16px;
    color: #000;
}
.footer .footer-bottom .footer-right ul li a img {
    width: 89.98px;
    vertical-align: -0.5px;
}
.footer .footer-bottom .footer-right ul li a .footer-right-img2 {
    width: 22px;
    height: 12px;
}