@charset "utf-8";
/* ******************* *
* layout
* ******************* */
html, body { font-size: 17px; font-family: 'Pretendard', sans-serif; font-weight: 400; color: #1E2124; line-height: 1.3; letter-spacing: -0.03em; word-break: keep-all; word-wrap: break-word; overflow-x: hidden; } 


#skipNav { position: absolute; left: 0; top: 0; width: 100%; z-index: 999; } 
#skipNav a { display: block; height: 1px; margin-bottom: -1px; overflow: hidden; text-align: center; text-decoration: none; color: #fff; font-size: 0.9412rem; } 
#skipNav a:focus { display: block; height: 38px; padding: 10px 0 3px; background: none repeat scroll 0 0 #333; } 
.inner { margin: 0 auto 0 160px; max-width: 1500px; } 
.br { display: block; } 

@media all and (min-width:1920px) { 
.inner { margin: 0 auto; } 
 }
@media all and (max-width : 1800px){
 .inner {margin: 0 80px 0 30px;width: calc(100% - 120px);} 
 }
@media all and (max-width:1499px){
 .inner { margin: 0 30px; width: auto;} 
 }
 @media all and (max-width:1199px) { 
 html, body { font-size: 16px; } 
 }
 @media all and (max-width:768px) { 
 html, body { font-size: 15px; } 
 .inner { margin: 0 20px; } 
 }
 @media all and (max-width:640px){
 .inner { margin: 0 15px; } 
 }
 

/* ******************* *
* HEADER
* ******************* */
#header { width: 100%; position: relative; z-index: 10; background: #fff; box-shadow: 0px 3px 10px rgba(18.09, 54.54, 121.37, 0.08); outline: 1px #D3D3D3 solid; } 
#header.fixed { position: fixed; background: #fff; box-shadow: 0px 3px 10px rgba(18.09, 54.54, 121.37, 0.08); outline: 1px #D3D3D3 solid; } 
.header-top { padding: 15px 0 0px; background: #fff; } 
.header-top .inner > ul { display: flex; align-items: center; justify-content: flex-end; margin-left: auto; height: 100%; } 
.header-top .inner > ul li a { display: flex; align-items: center; font-size: 0.8824rem; margin-left: 15px; } 
.header-top .inner > ul li a::before { content: ''; display: block; width: 1px; height: 15px; border-radius: 50px; background: #CDD1D5; margin-right: 15px; } 
.header-top .inner > ul li a.blog { background: url(/images/common/ico_blog.png) no-repeat right; width: 45px; height: 30px; } 
.header-top .inner > ul li:first-child a { margin-left: 0; } 
.header-top .inner > ul li:first-child a::before { display: none; } 
.header-top .inner > ul li a[target="_blank"]:not(.blog)::after { content: ''; display: block; background: url(/images/common/ico_window.png); width: 12px; height: 12px; margin-left: 5px; margin-top: -1px; } 
.header-top .inner > ul li.name-wrap { display: flex; align-items: center; } 
.header-top .inner > ul li .name { font-size: 0.8824rem; font-weight: 600; margin-right: 5px; } 
.gnb-logo a { height: 40px; display: flex; align-items: center; } 
.header-nav,
.header-nav .nav,
.header-nav .nav-a1 { height: 70px; } 
.header-nav { background: #fff; border-bottom: 1px solid transparent; transition: 0.1s ease; } 
.header-nav .inner {display: flex;align-items: center;justify-content: space-between;} 
.header-nav .logo {position: relative;z-index: 2;margin-top: 0px;flex-shrink: 0;} 
.header-nav .logo a {display: flex;align-items: center;justify-content: center;} 
.header-nav .nav-wrap { position: relative; } 
.header-nav .nav-wrap.visible { overflow: visible !important; } 
.header-nav .nav {display: flex;width: 100%;} 
.header-nav .depth1 {/* width: 100%; */z-index: 2;position: relative;margin: 0 auto;} 
.header-nav .depth1 > ul { display: flex; justify-content: center; } 
.header-nav .depth1 > ul li { position: relative; z-index: 1; } 
.header-nav .nav-a1 { display: flex; align-items: center; font-size: 1.2941rem; padding: 0 25px; position: relative; font-weight: 600; padding-bottom: 8px } 
.header-nav .nav-a1::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 80%; height: 3px; background-color: var(--color-green); margin: 0 auto; transition: all .1s; opacity: 0; visibility: hidden; } 
.header-nav .nav-a1.over::after { opacity: 1; visibility: visible; } 
.header-nav .depth2 { display: none; position: absolute; width: 100%; left: 0; top: 70px; } 
.header-nav .depth2 > ul li:first-child a{padding-top: 10px;}
.header-nav .depth2.active { display: block; } 
.header-nav .nav-a2 { display: block; text-align: center; padding: 11px 0; transition: all .2s; border-bottom: 1px solid transparent; } 
.header-nav .nav-a2:hover,
.header-nav .nav-a2:focus {font-weight: 700;border-color: #b6b6b6;} 
.header-nav .nav-btn { margin: auto 0 auto auto; } 
.nav-bg { background:#f8fbff; position: absolute; height: calc(100% - 70px); width: 100%; bottom: 0; left: 0; overflow: hidden; transition: all .3s; z-index: 1; border-top: 1px solid #d3d3d3;} 

.nav-bg .inner { background: url(/images/common/nav_bg01.png) no-repeat bottom 30px center; position: absolute; height: 100%; top: 0; left: 0; width: 500px; transition: .3s; justify-content: center; align-items: flex-start; } 
.nav-bg .inner .tit { font-size: 2rem; font-weight: 700; color: #000; height:fit-content; padding: 100px 30px 50px; width: 100%; text-align: center; } 
.nav-btn-wrap {display: flex;align-items: center;gap: 25px;justify-content: flex-end;padding-bottom: 8px;margin-left: auto;} 
.nav-btn-wrap [class*='-btn'] { display: block; position: relative; width: 30px; height: 30px; border: none; background: none; } 
.nav-btn-wrap [class*='-btn'].search-btn-open { background: url(/images/common/ico_search.svg) no-repeat center; } 
.nav-btn-wrap [class*='-btn'].sitemap-btn { background:url(/images/common/ico_sitemap.svg) no-repeat center; } 
.nav-btn-wrap .hover-txt { font-size: 0.8333rem; background: rgba(255, 255, 255, .8); width: 100%; display: block; text-align: center; position: absolute; top: 100%; border-radius: 5px; line-height: 1; padding: 3px 0; transition: .3s; opacity: 0; } 
.nav-btn-wrap [class*='-btn']:hover .hover-txt,
.nav-btn-wrap [class*='-btn']:focus .hover-txt { opacity: 1; } 
.search-frm { display: none; background: #EBF6FF; height: 190px; position: absolute; top: 68px; width: 100%; z-index: 0; left: 0; } 
.search-frm .inner { justify-content: center; height: 100%; } 
.search-frm form { display: flex; border: 2px solid #2C5DB5; background: #fff; border-radius: 100px; width: 894px; padding: 0 24px; height: 59px; align-items: center; box-shadow: 4px 4px 30px rgba(26.58, 64.77, 134.86, 0.15); } 
.search-frm .sbHolder { border: none; position: relative; display: flex; align-items: center; padding: 0 34px 0 16px; flex-direction: column; } 
.search-frm .sbHolder a { color: #1B57C5; font-weight: 600; } 
.search-frm .sbHolder::before,
.search-frm .sbHolder::after { content: ''; display: block; } 
.search-frm .sbHolder::before { border: 1px solid transparent; border-bottom-color: #1B57C5; border-right-color: #1B57C5; transform: rotate(45deg) skew(0deg, 0deg); width: 6px; height: 6px; position: absolute; top: -5px; bottom: 0; right: 14px; margin: auto; transition: 0.35s; } 
.search-frm .sbHolder::after { content:''; display: block; width: 1px; background: #A7A7A7; height: 100%; position: absolute; right: 0; } 
.search-frm .sbOptions { position: absolute; background: rgba(255,255,255,.9); padding: 10px; border-radius: 10px } 
.search-frm .sbOptions li a { font-weight: 400; display: block; padding: 3px 0; font-size: 0.9412rem; } 
.search-frm .sbOptions li a:hover { text-decoration: underline; } 
.search-frm .search-input { height: 100%; border: none; position: relative; padding: 0 0 0 16px; width: 100%; } 
.search-frm .search-input::placeholder { color: #666; } 
.search-frm .search-btn { width: 30px; height: 30px; background: url(/images/main/ico_search_b.png)no-repeat; border: none; flex-shrink: 0; } 
.search-btn-close { position: relative; background: none; border: none; width: 27px; height: 27px; margin-left: 47px; right: 0; top: 0; } 
.search-btn-close::before,
.search-btn-close::after { content: ''; display: block; background: #114aaf; width: 3px; height: 30px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 2px; } 
.search-btn-close::before { transform: rotate(45deg) } 
.search-btn-close::after { transform: rotate(-45deg) } 
[class*='nav-m'] { display: none; } 
.nav-m-btn-wrap { gap: 8px } 
.nav-m-btn-wrap [class*='-btn'] { display: block; position: relative; width: 24px; height: 24px; border: none; background: none; } 
.nav-m-btn-wrap [class*='-btn'].search-btn-open { background: url(/images/common/ico_search.svg) no-repeat center / contain; } 
.nav-m-btn-wrap [class*='-btn'].nav-open-btn { background: url(/images/common/ico_sitemap.svg) no-repeat center / contain; } 
.nav-m-close {position: absolute;background: none;border: none;width: 27px;height: 27px;top: 3%;right: 20px;}
.nav-m-close::before,
.nav-m-close::after {content: '';display: block;background: #fff;width: 2px;height: 30px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border-radius: 2px;}
.nav-m-close::before {transform: rotate(45deg)}
.nav-m-close::after {transform: rotate(-45deg)}
.nav-m-top {background: #081952;padding: 40px 15px 30px;} 
.nav-m-top .logo { padding: 20px 30px; } 
.nav-m-top .logo a { background: url(../images/common/logo.png) } 
.nav-m-top ul {display: flex;flex-wrap: wrap;}
.nav-m-top ul li a {color: #fff;font-size: 14px;}
.nav-m-top .top {gap: 10px;max-width: 250px;}
.nav-m-top .top li {text-align: center;display:flex;align-items:center;gap: 5px}
.nav-m-top .top li .name {color: #fff;font-weight: 600;font-size: 14px;}
.nav-m-top .top li a {display: flex;align-items:center;}
.nav-m-top .top li a.blog {background: url(/images/common/ico_blog.png) no-repeat;padding-left: 22px;background-size: contain;width: 20px;height: 20px;} 
.nav-m-top .top li a::after {content:'';display: block;width: 1px; height: 15px;background: #fff;margin-left: 8px}
.nav-m-top .top li:nth-child(2) a::after,
.nav-m-top .top li:last-child a::after {display: none}
.nav-m-top .lib-list {gap: 9px;border-top: 1px solid rgba(255,255,255,.5);padding-top: 20px;margin-top: 20px;}
.nav-m-top .lib-list li {width: calc((100% / 4) - 8px);}
.nav-m-top .lib-list li a {border: 1px solid #fff;padding: 5px 0;display: block;text-align: center;border-radius: 5px;}
 .nav-m-top .lib-list li a.active {background: #fff;color: #081952;}
.nav-m-top .logo { padding: 20px 30px; } 
.nav-m-top .logo a { background: url(/images/common/header_logo_b.png) } 
.nav-select {display: none;position: absolute;width: 177px;padding: 6px 10px;border-radius: 50px;background: #fff;z-index: 2;border: 1px solid #7388A1;top: 10px;} 
.nav-select.is-open { border-radius: 20px 20px 0 0 } 
.nav-select .tit { font-weight: 600; position: relative; background: none; border: none; width: 100%; text-align: left; } 
.nav-select .tit::before,
.nav-select .tit::after { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; } 
.nav-select .tit::before { width: 24px; height: 24px; background: #052B57; border-radius: 50%; } 
.nav-select .tit::after { border-radius: 0px; border: 2px solid transparent; border-bottom-color:#fff; border-right-color:#fff; transform: rotate(45deg) skew(0deg, 0deg); width: 5px; height: 5px; transition: 0.35s; right: 7px; top: -5px; } 
.nav-select .tit.is-open::after { transform: rotate(225deg) translateY(-50%); right: 4px; top: -4px; } 
.nav-select .tit:hover,
.nav-select .tit:focus { text-decoration: underline; } 
.nav-select .select-option { display: none; position: absolute; width: 101%; /*max-height: 400px;*/ overflow-y: auto; border: 1px solid #7388A1; box-shadow: 0 3px 10px #f5f5f5; background: #fff; top: 100%; left: -1px; border-radius: 0 0 20px 20px; border-top-color: #e3e3e3; }
.nav-select .select-option.is-open { display: block; } 
.nav-select .select-option li .option-btn {display: block;padding: 6px 10px;border: none;background: none;width: 100%;text-align: left;font-size: 0.9412rem;} 
.nav-select .select-option li .option-btn:hover { background: #eff2fe; color: #445ca3; } 


.header-mask { display: none; position: fixed; top: 0; left: 0; background: rgb(0, 0, 0, .5); z-index: -1; width: 100%; height: 100%; opacity: 0; visibility: hidden; } 
.header-mask.show { display: block; opacity: 1; visibility: visible; } 


@media all and (max-width : 1800px) {
 .header-nav .nav {width: calc(100% - 170px);} 
  .nav-btn-wrap {margin-left: 20px}
 }

@media all and (max-width : 1499px){
.header-top {height:45px}
 .nav-select { display: block; } 
 .header-nav .nav-a1 { padding: 0 10px } 
 .header-nav .logo { margin: 0 } 
 .header-nav .logo a img {width: fit-content;height: 33px;} 
 

 }

@media all and (max-width: 1199px) { 

 #header { position: absolute; top: 0; left: 0; transition: all .3s; background: transparent; box-shadow: none; outline: 0; } 
 .header-top { padding: 0;height: auto} 
 .header-top .inner > ul { display: none; } 
 .header-nav { padding: 18px 0; background: transparent; } 
 
 .header-nav,
 .header-nav .nav-a1 { height: auto; } 
 .header-nav .nav {height: 100%;overflow-y: auto;margin: 0;display: none;width: 100%;max-width: 480px;} 
 .header-nav .nav.open { z-index: 99; } 
 .header-nav .depth1 { width: 100%; order: 3; } 
 .header-nav .depth1 > ul {display: block;padding-bottom: 40px;} 
 .header-nav .nav-a1 { color: #191919; font-weight: 500; margin: 15px 15px 0; padding: 15px; position: relative; transition: 0.3s ease; border-bottom: 1px solid #b6b6b6; font-size: 1.1rem; } 
 .header-nav li:not(.has-sub) .nav-a1::after { opacity: 1; visibility: visible; border-width: 2px; border-style: solid; border-color: transparent #191919 #191919 transparent; background-color: transparent; width: 6px; height: 6px; transform: rotate(-45deg); left: inherit; top: 0; bottom: 0; margin: auto; right: 30px; } 
 .header-nav .has-sub .nav-a1::before,
 .header-nav .has-sub .nav-a1::after { content: ''; display: block; position: absolute; top: 0; right: 30px; left: inherit; bottom: 0; margin: auto; transition: .35s; width: 2px; height: 12px; background: #191919; opacity: 1; visibility: visible; } 
 .header-nav .has-sub .nav-a1::after { transform: rotate(90deg); } 
  .header-nav .nav-a1.over {color: #081952;border-color: #081952;}
 .header-nav .nav-a1.over::before { display: none; } 
  .header-nav .nav-a1.over::after {background: #081952;}
 .header-nav .depth2 {position: static;padding: 10px 0px 10px;width: auto;margin: 0px 30px 0;} 
 .header-nav .has-sub .depth2 > ul { transition: 0.3s ease; overflow: hidden; opacity: 0; visibility: hidden; } 
 .header-nav .has-sub.open .depth2 > ul { opacity: 1; visibility: visible; } 
 .header-nav .nav-a2 { text-align: left; padding: 10px 0; color: #6b6b6b; } 
 [class*='nav-m']:not(.nav-m-gnb, .nav-m-btn-wrap) { display: block; } 
 .nav { display: none; position: fixed; width: 100%; height: 100%; max-width: 500px; overflow: hidden; top: 0; right: 0; background:#fff; transform: translateX(100%); transition: .35s; flex-direction: column; } 
 .nav.open { display: flex; transform: translateX(0); } 
 .translated-ltr .nav.open { top: 39px } 
 .nav .nav-btn-wrap { display: none; } 
 .nav-m-top .top ul { display: flex; flex-wrap:wrap; gap: 20px 10px; background: #E4EAFA; padding: 20px 0; margin-top: 30px } 
 .nav-m-top .top ul li { width: calc(50% - 10px) } 
 .nav-m-top .top ul li a { display: block; text-align:center; font-size: 1.1rem; } 
 .nav-m-top .top ul li:last-child { display: none; } 
 .nav-btn-wrap { order: 2; width: calc(50% - 15px); margin-right: 15px; margin-top: -40px; justify-content: flex-end; position: static; height: fit-content; margin-bottom: 0; } 
 .nav-btn-wrap [class*='-btn'] { background-position-y: -40px; background-position-x: 8px; width: 45px; } 
 .nav-btn-wrap [class*='-btn'].cal-btn { background-position-x: -32px; } 
 .nav-btn-wrap [class*='-btn'].search-btn-open { display: none; } 
 .nav-btn-wrap .hover-txt { opacity: 1; background: none; padding: 0; border-radius: 0; } 
 .search-frm { display: none; position: fixed; top: 77px; left: 0; width: 100%; z-index: 3; padding: 5px 0 20px; transition: .35s; } 
 .search-frm form { position: relative; width: 100%; height: 50px; padding: 0 10px; } 
 .search-input { width: 100%; height: 44px; } 
 .search-frm .sbHolder { padding: 0 24px 0 10px; } 
 .search-frm .sbHolder::before { right: 8px; } 
 .search-frm .search-input { padding:0 0 0 10px } 
 .search-frm .search-btn { background-size: 24px; background-position: center; } 
 .search-btn-close { width: 40px; height: 40px; background-repeat:no-repeat; margin-left: 20px; } 
 .header-mask.show { z-index: 2; } 
 .nav-m-top .logo { margin: 0; width: 220px; } 
 .nav-m-btn-wrap { display: flex; width: fit-content; align-items: center; } 
 .nav-select {width: 94px;bottom: 0;padding: 6px;right: 100px;margin: auto;height: fit-content;top: 0;} 
 .nav-bg,
 .nav-bg .inner { display: none; } 
 .nav-select .select-option li button { padding: 6px 10px } 
 }
 
 @media all and (max-width: 768px){
 .nav-m-gnb { position: fixed; bottom: 0; background: #fff; width: 100%; display: flex; padding: 0 16px; height: 60px; justify-content: space-between; box-shadow: 2px -3px 20px rgba(44.24, 54.75, 170.41, 0.10); } 
 .nav-m-gnb a { display: flex; flex-direction: column; align-items: center; color: #55616D; font-size: 12px; font-weight: 600 } 
 .nav-m-gnb a::before { content: ''; display: block; width: 30px; height: 30px; } 
 .nav-m-gnb a.home::before { background: url(/images/common/ico_gnb_home.svg) no-repeat center; } 
 .nav-m-gnb a.my::before { background: url(/images/common/ico_gnb_my.svg) no-repeat center; } 
 .nav-m-gnb a.book::before { background: url(/images/common/ico_gnb_book.svg) no-repeat center; } 
 .nav-m-gnb a.info::before { background: url(/images/common/ico_gnb_info.svg) no-repeat center; } 
 .nav-m-gnb .open-barcode { background: none; border: none; display: flex; flex-direction: column; align-items: center; margin-top: -36px; color: #55616D; font-size: 12px; font-weight: 600; gap: 6px; } 
 .nav-m-gnb .open-barcode::before { content: ''; display: block; width: 60px; height: 60px; background: #2C43B5 url(/images/common/ico_gnb_barcode.svg) no-repeat center; border-radius: 50%; } 
  .nav-select {right: 80px;}
 }
 @media all and (max-width: 480px){
 .header-nav .logo a img {height: 25px;}
 }

/* ******************* *
* FLOATING-BANNER
* ******************* */
.floating-banner { position:fixed; right:0; top:0; background: #1E69F1; width: 105px; z-index: 10; display: flex; flex-direction: column; font-family: 'Paperlogy600', sans-serif; overflow: hidden; box-shadow: 0px 4px 20px rgba(11.63, 48.20, 115.24, 0.50); height: 100%; } 
.floating-banner .rtm { background: #0000004D; color: rgba(255, 255, 255, 0.90); text-align: center; height: 116px; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 13px; flex-shrink: 0; } 
.floating-banner .rtm::before { content:''; display:block; background: url(/images/common/rtm_libgyeongnam.png); width: 12px; height: 19px; margin: 0 auto 2px; } 
.floating-banner .tit {color: rgba(255, 255, 255, 1);text-align: center;border-bottom: 1px dashed #FFFFFF5C;padding: 20px 0;margin: 0 5px 15px;font-size: 15px;} 
.floating-banner .tit::before { content:''; display:block; background: url(/images/common/ico_floating_book.png); width: 36px; height: 27px; margin: 0 auto 5px; } 
.floating-banner ul {display: flex;flex-direction: column;gap: 11px;border-bottom: 1px dashed #FFFFFF5C;padding-bottom: 15px;margin: 0 5px 16px;} 
.floating-banner ul li a { color: rgba(255, 255, 255, 0.90); font-size: 0.8235rem; padding: 4px 6px; display: block; width: fit-content; margin: 0 auto; transition: all .2s } 
.floating-banner ul li a.active,
.floating-banner ul li a:hover,
.floating-banner ul li a:focus { background: #fff; color: #1E69F1; border-radius: 30px } 
.floating-banner .lib-link { display:block; width: 83px; margin: 0 auto; color: #fff; font-size: 0.8235rem; font-family: 'Paperlogy500', sans-serif; border-radius: 30px; padding: 4px 7px; text-align: center; margin-bottom: 6px; background: #0A106E66; } 
.floating-banner .top a{width: 50px;height:50px;background: #fff;border-radius: 50%;margin: 7px auto 7px;display: flex;align-items:center;justify-content:center;font-size: 0.8824rem;color: #101778;font-family: 'Paperlogy800', sans-serif;} 
.floating-banner .top a:hover {color:#fff;background: #052c90;} 

@media all and (max-width:1799px){
 .floating-banner { width: 80px; height: 100%; } 
 .floating-banner .lib-link { width: 100%; } 
 .floating-banner .rtm { height: fit-content; padding: 10px 0; } 
 .floating-banner .tit { padding: 10px 0; margin-bottom: 10px; } 
 .floating-banner .tit::before { width: 24px; height:17px; background-size: contain; } 
 .floating-banner ul li a { padding: 4px 0 } 
 }

@media all and (max-width : 1499px){
 .floating-banner { display: none; } 
 }

/* ******************* *
* FOOTER
* ******************* */
footer { padding: 40px 0 70px; border-top: 1px solid #DEDEDE; } 
footer .top { display: grid; grid-template-columns: auto 6% 17%; gap: 8px; align-items: center; border-bottom: 1px solid #d5d5d5; padding-bottom: 20px; margin-bottom: 16px } 
footer .f-logo { grid-column: 1; } 
footer .top ul { grid-column:1; display: flex; gap: 32px } 
footer .top ul li a { display: block; transition: .2s; white-space: normal; } 
footer .top ul li a:hover,
footer .top ul li a:focus { color: #052B57; font-weight: 700 } 
footer .f-qr { grid-column:2; grid-row:1 / span 2; width: 90px; height: 90px; } 
footer .f-link-select { grid-column:3; grid-row:1 / span 2; display: flex; flex-direction: column; gap: 12px; } 
footer .f-link-select > div { display: flex; gap: 5px } 
footer .f-select-wrap { border: 1px solid #95A3B1; border-radius: 6px; position: relative; width: 208px; height: 40px; } 
footer .f-select-wrap::after { content: ''; display: block; border: 1px solid transparent; border-bottom-color: #33363D; border-right-color: #33363D; transform: rotate(45deg) skew(0deg, 0deg) translateY(-25%); width: 6px; height: 6px; position: absolute; top: 0; bottom: 0; right: 16px; margin: auto; transition: 0.35s; } 
footer .f-select-wrap select { border: none; background: none; appearance: none; color: #666; font-size: 0.9412rem; padding: 0 16px; height: 100%; width: 100%; } 
footer .f-link-select button { background: #555A63; border: none; color: #fff; padding:5px 14px; border-radius: 6px } 
footer .f-addr,
footer .f-copy { font-size: 0.8824rem; color: #464C53;margin-top: 5px } 
footer .f-addr {display: flex;gap: 0px 10px;flex-wrap: wrap;}


@media all and (max-width:1399px) { 
 footer .top { display: flex; flex-wrap: wrap; position: relative; padding-bottom: 17px; } 
 footer .top ul { width: calc(100% - 100px); flex-wrap: wrap; gap: 2px 20px; } 
 footer .f-logo { width: 100%; } 
 footer .f-qr { margin-left: auto; position: absolute; right: 0; background: #ddd; } 
 footer .f-link-select { flex-direction: row; } 
 }

@media all and (max-width:786px) { 
 footer { padding-top: 0 } 
 footer .f-logo { order:2; padding-top: 26px; } 
 footer .top ul { order: 3; width: calc(100% - 78px) } 
 footer .f-logo img {width: auto;height: 36px;} 
 footer .f-qr { top: 168px; width: 68px; height: 68px } 
 footer .f-link-select > div { border-bottom: 1px solid #CDD1D5 } 
 footer .f-link-select { order: 1; flex-direction: column; width: calc(100% + 40px); margin: 0 -20px; gap: 0; } 
 footer .f-link-select select { font-size: 17px; color: #1E2124 } 
 footer .f-select-wrap { border: none; border-radius:0; width: 100%; position: relative; height: 56px; } 
 footer .f-select-wrap::before,
 footer .f-select-wrap::after { content:''; display: block; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto; width: 2px; height: 15px; background: #33363d; transition: all .3s; border-radius: 2px; border: none; } 
 footer .f-select-wrap::after { transform: rotate(90deg); } 
 footer .f-link-select button { display: none; } 
}

@media all and (max-width:640px) { 
    footer .top ul li { width: calc(33.33% - 14px); } 
 }

@media all and (max-width:450px) { 
    footer .top ul li { width: calc(50% - 14px); } 
 }


/* ******************* *
* 모바일회원증
* ******************* */

.mbarcode-popup { display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.6); top: 0; left: 0; z-index: 10; align-items: center; justify-content: center; } 
.mbarcode-popup.open { display: flex; } 
.mbarcode-popup .popup-cont { width: 384px; height: 460px; background: url(/images/main/barcode_bg.png); padding: 55px 36px 36px; position: relative; border-radius: 20px; overflow: hidden; } 
.mbarcode-popup .tit { color: #fff; font-size: 1.4706rem; font-weight: 700; display:flex; align-items:center; justify-content:center; gap: 5px; margin-bottom:13px } 
.mbarcode-popup .tit::before { content:''; display: block; background: url(/images/main/barcode_ico_user.svg); width:24px; height:24px; } 
.mbarcode-popup button { position:absolute; top:0; right:0; width: 56px; height: 56px; background:#141B4C; border: none; } 
.mbarcode-popup button::before,
.mbarcode-popup button::after { content: ''; display: block; background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 20px; height: 2px; } 
.mbarcode-popup button::before { transform: rotate(45deg); } 
.mbarcode-popup button::after { transform: rotate(-45deg); } 
.mbarcode-popup .barcode { background: #fff; padding: 29px 18px 29px; border-radius: 10px; position: relative; } 
.mbarcode-popup .barcode .logo { width: 136px; height: 26px; margin: 0 auto; } 
.mbarcode-popup .barcode > img { display: block; margin: 23px auto 18px; } 
.mbarcode-popup .barcode .state { background: #DEE4FA; color: #052B57; border-radius: 10px 0; width: fit-content; padding: 6px 20px; position: absolute; right: 0; bottom: 0; font-size: 15px; } 
.mbarcode-popup .name-area { background: #fff; padding: 25px 0; position: absolute; bottom: 0; margin: 0 -36px; width: 100%; font-weight: 600; font-size: 1.1176rem; text-align: center; } 
.mbarcode-popup .name-area .division { color: #06103A; background: #D5DFFF; border-radius: 5px; padding: 4px 11px; margin-right: 9px; font-size: 1rem } 
.mbarcode-popup .name-area .name { font-size: 1.2941rem; color: #23289B; font-weight:700 } 
.mbarcode-popup .current { display: flex; justify-content: center; margin: 18px 0 24px; gap: 8px; } 
.mbarcode-popup .current p { border-radius: 50px; font-size: 15px; display: flex; width: 120px; height: 40px; align-items: center; justify-content: space-around; padding: 0 24px; } 
.mbarcode-popup .current .borrow { background: #000155; color: #FFF8AA; } 
.mbarcode-popup .current .reserve { background: #192A96; color: #C4C8FB; } 

@media all and (max-width:480px) {.mbarcode-popup .popup-cont { width: 85%; padding: 55px 15px 25px; height: 450px; } 
 .mbarcode-popup .name-area { margin: 0 -15px } 
 }



/* content layout */
 .content-wrap.inner { position:relative; display: flex; padding-top: 50px; padding-bottom: 70px; } 
 .snb { width: 18.667%; } 
 .snb > .tit { background: #3566F2 url(/images/common/snb_tit_bg.png) no-repeat right bottom; color: #fff; font-family:'Paperlogy700', sans-serif; font-size:28px; height: 138px; border-radius:80px 20px 20px 5px; display: flex; align-items: center; justify-content: center; } 
 .snb .depth1 li > a { display: flex; padding: 17px 10px 17px; border-bottom: 1px solid #CDD1D5; font-weight: 600; } 
 .snb .depth1 > li > a[target="_blank"]::after {content: "";display: inline-block;width: 20px;height: 20px;margin-left: 6px;background: url(/images/common/ico_blank.svg) no-repeat center/contain;}
 .snb .depth1 li.active > a { color: #003eb1; font-weight: 700; box-shadow: 0px 3px 0px 0px #256EF4; } 
 .snb .has-sub > .tit.is-open { color: #003eb1; font-weight: 700; box-shadow: 0px 3px 0px 0px #256EF4; } 
 .snb .has-sub > .tit { position: relative; } 
 .snb .has-sub > .tit::after { content: ''; display: block; border-radius: 2px; border: 2px solid transparent; border-bottom-color: #33363D; border-right-color: #33363D; transform: rotate(45deg) skew(0deg, 0deg) translateY(-25%); width: 8px; height: 8px; position: absolute; top: 0; bottom: 0; right: 13px; margin: auto; transition: 0.35s; } 
 .snb .has-sub > .tit.is-open::after { transform: rotate(225deg) translateY(-50%); right: 6px; border-bottom-color: #256EF4; border-right-color: #256EF4; } 
 .snb .toggle-list { display: none } 
 .snb .depth2 { background: #F6F7FA; padding: 16px 0 } 
 .snb .depth2 li a {padding: 5px 28px;border: none;display: flex;gap: 8px;font-size: 16px;font-weight: 400;align-items: center;} 
 .snb .depth2 li.active a { font-weight: 700; margin: 0 -12px; box-shadow: none; } 
 .snb .depth2 li.active a::before { content:''; display: block; width: 4px; height: 4px; background: #33363D; border-radius: 50%; } 
 .snb .depth2> li > a[target="_blank"]::after {content: "";display: inline-block;width: 18px;height: 18px;background: url(/images/common/ico_blank.svg) no-repeat center/contain;align-self: baseline;margin-left: -5px;}
 .content { margin-left: auto; width: calc(100% - 18.667% - 80px); } 
 .content::after { content:''; display: block; background: url(/images/common/sub_top.png) top right; width: 100%; height: 397px; position: absolute; top: 0; right: -155px; z-index: -1; } 
 .sub-vis { border-bottom: 1px solid #DBDBDB; display: grid; padding: 10px 0 0px; margin-bottom: 24px; grid-template-columns: auto 130px; } 
 
 .sub-tit { font-size: 2rem; font-weight: 700; grid-column: 1; } 
 .sub-nav { display: flex; gap: 13px; margin-bottom: 10px; grid-column: 1; } 
 .sub-nav li { display: flex; gap: 12px; font-size: 15px; align-items: center; line-height: 1; } 
 .sub-nav li:first-child::before { content: ''; display: block; width: 14px; height: 14px; background: url(/images/common/ico_home.png); margin-top: -1px; }
 .sub-nav li:not(:last-child)::after { content: ''; display: block; border: 1px solid transparent; border-bottom-color: #1E2124; border-right-color: #1E2124; transform: rotate(-45deg); width: 5px; height: 5px; margin: auto; transition: 0.35s; } 
 .sub-book-quick { width: 130px; grid-column: 2; grid-row: 1 / span 2; margin-bottom: -15px; background: url(/images/common/quick_book.png) no-repeat; height: 135px; background-size: contain; } 

 /* 내용입력 */

@media only screen and (max-width : 1400px){
.content-wrap.inner {flex-direction: column;}
.snb {/* display: none; */width: 100%;margin-top: 0;} 
.snb .tit {display: none;}
 .content { width: 100%; } 
 .snb .depth1 > li {display:none;}
 .snb .depth1 li.has-sub.active > a {display: none;}
 .snb .depth1 li.has-sub.active,
 .snb .depth1 li.has-sub.active .toggle-list  {display: block;}
 .snb .depth1 li.has-sub.active .depth2 {display: flex;flex-wrap: wrap;background: none;gap: 10px;padding: 0;margin-bottom: 20px}
 .snb .depth1 li.has-sub.active .depth2 li a {background: #f7f7f7;border-radius: 30px;padding: 10px 15px;color: #555;}
 .snb .depth1 li.has-sub.active .depth2 li.active a {background: #3F51B5;color: #fff;box-shadow: 4px 8px 16px rgb(63 81 181 / 28%);}
 .snb .depth2 li.active a:before {display: none;}
 .snb .depth2 li.active a {margin: 0}
 }
 @media only screen and (max-width : 1199px){
 .sub-vis { grid-template-columns: auto 173px; padding: 50px 0 20px; align-items: flex-end; } 
 .sub-book-quick { background: url(/images/common/quick_book_m.svg); width: 173px; height: 41px; margin-bottom: 0;} 

 }

 @media only screen and (max-width : 480px){
   .snb .depth1 li.has-sub.active .depth2 li a {padding: 8px 10px;font-size: .95rem;}
 .sub-vis {display: flex;flex-direction: column;align-items: flex-start;padding: 30px 0 10px;} 
 .sub-tit {margin-bottom: 3px;order: 1;font-size: 1.8rem;} 
    .sub-nav {order:2;margin-bottom: 20px}
  .sub-nav li {gap: 10px}
  .sub-nav li:first-child::before {margin-right: 0px}
   .sub-book-quick {order: 3;width: 130px;height: 31px;background-size: contain;}
 }
 