@charset "UTF-8";
.container {
  width: 1260px;
}

/* header */
.header {
  border-bottom: solid 1px #CCC;
  background: #fff url(/images/headerBg-a4a41f2235b7a453d28930c2647e34ec.gif) repeat-x 0 100px;
}

.h1 {
  display: inline-block;
  background: #fff;
}
.h1 a {
  height: 61px;
  padding: 37px 0 0 80px;
  display: block;
  background: url(/images/logo-742b6f7f82a1b99db77b947e906cffce.png) no-repeat 0 26px;
  color: #014278;
  font-size: 24px;
  letter-spacing: -1px;
}
.h1 span {
  display: block;
  color: #a3b1c3;
  font-size: 14px;
  padding-top: 11px;
  letter-spacing: -0.025em;
  text-indent: 2px;
}

.nav {
  z-index: 1;
}
.nav li {
  width: 33.3%;
  float: left;
  text-align: center;
  position: relative;
}
.nav li a {
  display: block;
  font-size: 18px;
  color: #494949;
  padding-top: 20px;
  height: 35px;
}
.nav li a span {
  display: inline-block;
}
.nav li a span:after {
  display: block;
  content: "";
  height: 17px;
  width: 0;
  border-bottom: solid 2px #f36910;
  transition: width 0.15s ease 0s;
  margin: 0 auto;
}
.nav li a:hover, .nav li a:focus {
  color: #f36910;
}
.nav li a:hover span:after, .nav li a:focus span:after {
  width: 100%;
}
.nav li ul {
  width: 100%;
  height: 0;
  background: #f9f9f9;
  position: absolute;
  left: 0;
  top: 55px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.15s ease 0s;
  z-index: 5;
  border-left: #f0f0f0 solid 1px;
}
.nav li li {
  width: auto;
  float: none;
}
.nav li li a {
  font-size: 15px;
  padding-top: 12px;
  height: 27px;
  transition: background-color 0.15s ease 0s;
}
.nav li li a:hover, .nav li li a:focus {
  background-color: #ececec;
}
.nav li:first-child ul {
  border: none;
}
.nav a.link {
  color: #fff;
  position: absolute;
  top: 36px;
  right: 0px;
  font-size: 13px;
  letter-spacing: -0.04em;
  width: 166px;
  height: 38px;
  background-color: #f36910;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
}
.nav a.link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/link_white-fbac4e36ac96ab73bc00e7b8efea36b5.png) no-repeat center center/contain;
  vertical-align: bottom;
  margin-right: 4px;
}

.navBg {
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  height: 0;
  background: #f9f9f9;
  border-top: solid 1px rgba(0, 0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  transition: opacity 0.15s ease 0s, height 0.15s ease 0s;
}

@media (min-width: 641px) {
  .navOn .navBg {
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    height: 360px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    z-index: 3;
  }
  .navOn .nav {
    z-index: 2;
  }
  .navOn .nav li ul {
    height: 360px;
    opacity: 1;
  }
}
.btnNavOpen,
.btnNavClose {
  display: none;
  font-size: 0;
}

/* topBanner */
.topBanner {
  cursor: pointer;
  background-color: #c5dceb;
}
.topBanner .topBannerInner {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
}
.topBanner span {
  color: #00315c;
}
.topBanner strong, .topBanner img {
  color: #000;
}
.topBanner img {
  vertical-align: middle;
}

/* 메뉴활성화 */
.nav > ul > li.on > a > span:after,
body.intro .nav > ul > li:nth-child(1) > a > span:after,
body.statistic .nav > ul > li:nth-child(2) > a > span:after,
body.libSearch .nav > ul > li:nth-child(3) > a > span:after,
body.board .nav > ul > li:nth-child(4) > a > span:after,
.nav > ul > li > a.on > span:after {
  width: 100%;
}

.quickMenu {
  position: fixed;
  right: 0;
  top: 218px;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.quickMenu h4 {
  font-size: 0;
  line-height: 0;
}
.quickMenu ul a {
  color: #fff;
  background: #383E4E;
  display: block;
  padding: 12px 20px 12px 26px;
  transition: all 0.2s ease 0s;
}
.quickMenu ul a:hover, .quickMenu ul a:focus {
  background: #292d39;
}
.quickMenu li:first-child a {
  border-radius: 6px 0 0 0;
  padding-top: 24px;
}
.quickMenu li:last-child a {
  border-radius: 0 0 0 6px;
  padding-bottom: 24px;
}
.quickMenu .mngLink {
  position: absolute;
  right: -12px;
  bottom: 0;
  font-size: 0px;
  border: solid 2px #ededed;
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-top: 0px solid #fff;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.quickMenu .mngLink:hover, .quickMenu .mngLink:focus {
  border-bottom: 10px solid #ccc;
}

.section {
  padding-bottom: 40px;
}

body.main .section {
  background: url(/images/mainVisual-b4a974bf732c2acae5f9b33b81505f50.jpg) no-repeat center 0;
  padding-bottom: 0;
}
body.main section.container {
  width: auto;
}
body.main .quickMenu {
  top: 290px;
}

.mySwiper.swiper {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  padding: 16px 0 40px 0;
}
.mySwiper.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper.swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: cover;
  background: no-repeat center center;
  border: solid 1px #ddd;
  font-size: 0;
}
.mySwiper.swiper .swiper-button-prev, .mySwiper.swiper .swiper-button-next {
  top: inherit;
  bottom: 0;
  z-index: 11;
}
.mySwiper.swiper .swiper-button-prev:after, .mySwiper.swiper .swiper-button-next:after {
  font-size: inherit;
  color: #fff;
}
.mySwiper.swiper .swiper-button-prev {
  left: calc(50% - 58px);
}
.mySwiper.swiper .swiper-button-next {
  right: calc(50% - 58px);
}
.mySwiper.swiper .swiper-horizontal > .swiper-pagination-bullets, .mySwiper.swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper.swiper .swiper-pagination-custom, .mySwiper.swiper .swiper-pagination-fraction {
  bottom: 14px;
}

.mainSection .headerSearch {
  width: 100%;
  padding-top: 38px;
  text-align: center;
}
.mainSection .headerSearch label {
  font-size: 0;
}
.mainSection .headerSearch input[type=text] {
  border-color: #0766b6;
  width: 360px;
  height: 45px;
  margin: 0;
  border-width: 3px;
  font-weight: 300;
  padding-left: 12px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.mainSection .headerSearch #headerLibSearchBtn {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(/images/btnSearch2-731e915af80568168e5552291fd11c4a.png) no-repeat center center;
  margin-left: -47px;
  vertical-align: middle;
}

.mainVisual {
  background: no-repeat center center;
  height: 380px;
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
.mainVisual:after {
  display: block;
  content: "";
  clear: both;
}

.mainSummary,
.mainBookCount {
  width: 50%;
  padding: 38px 0 0 0;
  height: 340px;
}

.mainSummary {
  float: left;
}
.mainSummary select {
  background: transparent url(/images/mainSelect-7a3577deb297af4f79206e6721d827a8.png) no-repeat 97% center;
  color: #fff;
  border-color: #fff;
  font-size: 24px;
  width: 72%;
  margin: 0 0 0 11%;
  height: 60px;
  -webkit-appearance: none;
}
.mainSummary select option {
  color: #333;
  font-size: 17px;
}
.mainSummary dl {
  padding: 34px 108px 0 0;
  text-align: right;
  margin-left: -4%;
}
.mainSummary dl:after {
  display: block;
  content: "";
  clear: both;
}
.mainSummary dt, .mainSummary dd {
  float: left;
  width: 54%;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.05em;
  padding: 18px 0;
}
.mainSummary dd {
  width: 46%;
  background: url(/images/mainSummaryDot-9c4edb89bf2c058e30d09de7de09dda0.gif) no-repeat 10px center;
}

.mainBookCount {
  float: right;
  background: url(/images/mainDiv-d5e54e667793dcaac6973241b691697a.png) no-repeat 0 center;
  position: relative;
  /*.carousel { position: absolute;right: -2%; }*/
}
.mainBookCount h2, .mainBookCount p, .mainBookCount .mainCountBtn {
  position: absolute;
  width: 140px;
  left: 86px;
  text-align: center;
  font-weight: 700;
}
.mainBookCount h2 {
  font-size: 40px;
  color: #f36910;
  top: 134px;
}
.mainBookCount p {
  top: 186px;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.05em;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 12px 0;
}
.mainBookCount dl {
  width: 360px;
  height: 262px;
  padding: 45px 0 0 0;
  margin: 0 0 0 268px;
  background: url(/images/mainBookCountBg-9f1df0abb5b0ae702ea34deeca9a7eea.png) no-repeat 65px center;
}
.mainBookCount dt, .mainBookCount dd {
  color: #19223d;
  letter-spacing: -0.05em;
  padding-top: 14px;
  height: 31px;
  margin: 8px 0 26px 0;
}
.mainBookCount dt {
  font-size: 18px;
  font-weight: 600;
  width: 130px;
  height: 29px;
  border-radius: 22px;
  border: solid 1px #8da1ae;
  background: #fff;
  text-align: center;
  display: inline-block;
}
.mainBookCount dd {
  font-size: 22px;
  float: right;
}
.mainBookCount .fluctuation {
  font-size: 34px;
  font-weight: 700;
}
.mainBookCount .unit {
  font-size: 28px;
  font-weight: 700;
}
.mainBookCount .signUp, .mainBookCount .signDown {
  font-size: 0;
  width: 9px;
  height: 24px;
  background: url(/images/signUpDn-539f1ec4f07ed49c0ecc4a32d8afe9ae.gif) no-repeat 0 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}
.mainBookCount .signDown {
  background-position: right 0;
}
.mainBookCount .swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.mainBookCount .swiper .swiper-slide {
  margin: -28px 0 0 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainBookCount .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: cover;
  background: no-repeat center center;
  border: solid 1px #ddd;
  font-size: 0;
}
.mainBookCount .swiper .swiper-button-prev, .mainBookCount .swiper .swiper-button-next {
  left: 95px;
  top: 230px;
  bottom: 0;
  z-index: 11;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background 0.15s ease 0s;
}
.mainBookCount .swiper .swiper-button-prev:hover, .mainBookCount .swiper .swiper-button-prev:focus, .mainBookCount .swiper .swiper-button-next:hover, .mainBookCount .swiper .swiper-button-next:focus {
  background: rgba(0, 0, 0, 0.6);
}
.mainBookCount .swiper .swiper-button-prev:after, .mainBookCount .swiper .swiper-button-next:after {
  font-size: inherit;
  color: #fff;
}
.mainBookCount .swiper .swiper-button-next {
  left: 165px;
}
.mainBookCount .swiper .swiper-horizontal > .swiper-pagination-bullets, .mainBookCount .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mainBookCount .swiper .swiper-pagination-custom, .mainBookCount .swiper .swiper-pagination-fraction {
  bottom: 14px;
}

.mainCountBtn {
  top: 274px;
}
.mainCountBtn button {
  width: 55px;
  height: 55px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: rgba(25, 34, 61, 0.25) url(/images/mainCountArrow-43b512239a1bf71e303b8679967ba05c.gif) no-repeat 0 center;
  transition: background 0.15s ease 0s;
}
.mainCountBtn button:hover, .mainCountBtn button:focus {
  background: rgba(25, 34, 61, 0.6);
}
.mainCountBtn button.mNext {
  background-position-x: right;
}

.mainLibLink {
  width: 1256px;
  border: solid 2px #fff;
  background: #f6f6f6;
  border-radius: 2px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.mainLibLink:after {
  display: block;
  content: "";
  clear: both;
}
.mainLibLink a {
  display: block;
  float: left;
  width: 20%;
  height: 40px;
  padding-top: 76px;
  text-align: center;
  color: #19223d;
  background: #f6f6f6 url(/images/mainLibLink-b39e2e9e90f682c14a0293ae0478206c.png) no-repeat 105px 16px;
  transition: background-color 0.2s ease 0s;
}
.mainLibLink a:hover, .mainLibLink a:focus {
  background-color: #f36910;
  background-position-y: -106px;
  color: #fff;
}
.mainLibLink .libNa {
  background-position-x: 105px;
}
.mainLibLink .libPu {
  background-position-x: -104px;
}
.mainLibLink .libSm {
  background-position-x: -313px;
}
.mainLibLink .libUn {
  background-position-x: -522px;
}
.mainLibLink .libSc {
  background-position-x: -731px;
}
.mainLibLink .libEc {
  background-position-x: -940px;
}
.mainLibLink.ea6 a {
  width: 16.6%;
}
.mainLibLink.ea6 a:first-child {
  width: 17%;
}
.mainLibLink.ea6 .libNa {
  background-position-x: 86px;
}
.mainLibLink.ea6 .libPu {
  background-position-x: -123px;
}
.mainLibLink.ea6 .libSm {
  background-position-x: -332px;
}
.mainLibLink.ea6 .libUn {
  background-position-x: -541px;
}
.mainLibLink.ea6 .libSc {
  background-position-x: -750px;
}
.mainLibLink.ea6 .libEc {
  background-position-x: -959px;
}
.mainLibLink.ea7 a {
  width: 14.25%;
}
.mainLibLink.ea7 a:first-child {
  width: 14.5%;
}
.mainLibLink.ea7 .libNa {
  background-position-x: 71px;
}
.mainLibLink.ea7 .libPu {
  background-position-x: -138px;
}
.mainLibLink.ea7 .libSm {
  background-position-x: -347px;
}
.mainLibLink.ea7 .libUn {
  background-position-x: -556px;
}
.mainLibLink.ea7 .libSc {
  background-position-x: -765px;
}
.mainLibLink.ea7 .libEc {
  background-position-x: -974px;
}
.mainLibLink.ea7 .libEc {
  background-position-x: -1183px;
}
.mainLibLink.ea8 a {
  width: 12.5%;
}
.mainLibLink.ea8 .libNa {
  background-position-x: 60px;
}
.mainLibLink.ea8 .libPu {
  background-position-x: -149px;
}
.mainLibLink.ea8 .libSm {
  background-position-x: -358px;
}
.mainLibLink.ea8 .libUn {
  background-position-x: -567px;
}
.mainLibLink.ea8 .libSc {
  background-position-x: -776px;
}
.mainLibLink.ea8 .libHa {
  background-position-x: -985px;
}
.mainLibLink.ea8 .libPr {
  background-position-x: -1194px;
}
.mainLibLink.ea8 .libPz {
  background-position-x: -1403px;
}

.callNo {
  height: 324px;
  padding: 102px 0 0 0;
  background: url(/images/mainCallNoBg-5a89deff6fe668b6f5cafdb806cc3c1f.png) no-repeat 98.5% 37px;
  position: relative;
}
.callNo .libJoinLink {
  position: absolute;
  left: 0;
  top: 73px;
  display: block;
  width: 208px;
  height: 133px;
  padding-top: 75px;
  border-radius: 50%;
  background: #014278 url(/images/libJoinArrow-85b951189f2133550fb4d984d8804152.gif) no-repeat 79% 74px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-indent: 43px;
  line-height: 1.3em;
  transition: background 0.15s ease 0s;
}
.callNo .libJoinLink:hover, .callNo .libJoinLink:focus {
  background-color: #002255;
}
.callNo .libJoinLink strong {
  font-weight: 300;
  display: block;
}
.callNo h3, .callNo ul {
  width: 54%;
  margin: 0 auto;
}
.callNo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-indent: 6%;
}
.callNo ul {
  padding: 40px 0;
  background: url(/images/mainCallNo-10dca7de1a81aeb66f619c32a58341fd.png) no-repeat center center;
}
.callNo ul:after {
  display: block;
  content: "";
  clear: both;
}
.callNo li {
  font-size: 33px;
  font-weight: 300;
  color: #333;
  width: 50%;
  float: left;
  letter-spacing: -0.05em;
  text-align: center;
}
.callNo li span {
  font-size: 34px;
  font-weight: 700;
  color: #ff730f;
  display: block;
  padding-top: 32px;
}
.callNo .systemQA {
  width: 48%;
  margin: 0 auto;
}
.callNo .systemQA h3 {
  margin: 0;
  text-indent: 0;
  padding: 14px 0 34px 0;
}
.callNo .systemQA p {
  font-size: 34px;
}

.mainBoard {
  background: #fafafa;
  border-top: solid 1px #eae7e7;
}

.mainBoard .container {
  padding: 58px 0 40px 0;
  border-top: #eae7e7 solid 1px;
}
.mainBoard .container:after {
  display: block;
  content: "";
  clear: both;
}
.mainBoard .container > article {
  width: 31.2%;
  padding: 0 1.5%;
  float: left;
  border-left: solid 1px #ddd;
  position: relative;
}
.mainBoard .container > article:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.mainBoard .container > article:last-child {
  padding-right: 0;
}
.mainBoard .container > article:last-child a.btnMore {
  right: 0;
}
.mainBoard .container h3 {
  color: #3a3a3a;
  font-size: 22px;
}
.mainBoard .container ul {
  padding: 28px 0 0 0;
}
.mainBoard .container li {
  padding: 4px 0 4px 0;
  position: relative;
}
.mainBoard .container li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 4px 0 6px;
  background: #a0a0a0;
  vertical-align: middle;
}
.mainBoard .container li a {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #666;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 72%;
  overflow: hidden;
}
.mainBoard .container li a:hover, .mainBoard .container li a:focus {
  color: #333;
}
.mainBoard .container li span {
  position: absolute;
  right: 0;
  color: #888;
  font-weight: 300;
}
.mainBoard .container a.btnMore {
  font-size: 0;
  display: block;
  width: 23px;
  height: 23px;
  border: solid 1px #ddd;
  background: #f7f7f7 url(/images/btnMore-e8a62fb4956ab428c9bd4af961a5a09f.gif) no-repeat center 0;
  position: absolute;
  right: 4.2%;
  top: 0;
  transition: background-color 0.15s ease 0s;
}
.mainBoard .container a.btnMore:hover, .mainBoard .container a.btnMore:focus {
  background: #797979 url(/images/btnMore-e8a62fb4956ab428c9bd4af961a5a09f.gif) no-repeat center bottom;
  border-color: #797979;
}

.mainLinkDown {
  background: #f0f0f0;
  border: solid 1px #eae7e7;
  padding: 50px 0;
}
.mainLinkDown a {
  display: block;
  letter-spacing: -0.04em;
  background: #fff;
}

.mainLink {
  width: 33%;
  padding-top: 29px;
  float: left;
}
.mainLink a {
  width: 96%;
  height: 88px;
  margin: 5px 0;
  padding: 64px 0 0 0;
  text-indent: 26px;
  font-size: 20px;
  color: #333;
  border: solid 1px #dadada;
  background: #fff url(/images/mainLink_map-5b2de37a792d56677702756fc6d73bed.png) no-repeat 90% center;
  transition: background-color 0.2s ease 0s;
}
.mainLink a span {
  color: #ff730f;
}
.mainLink a:hover, .mainLink a:focus {
  background-color: #f9f9f9;
}
.mainLink a + a {
  background-position-y: -56px;
}
.mainLink a + a span {
  color: #2586be;
}

.mainDown {
  width: 67%;
  float: right;
}
.mainDown h4 {
  font-size: 20px;
  padding-bottom: 18px;
}
.mainDown ul {
  width: 100%;
}
.mainDown ul li {
  width: 25%;
  float: left;
}
.mainDown ul a {
  text-align: center;
  font-size: 17px;
  color: #333;
  padding: 118px 0 0 0;
  height: 34px;
  background: #fff url(/images/mainDown-d251397125c8da1c2489b47cb4b495c2.png) no-repeat 65px 20px;
  border: solid 1px #dadada;
  border-right-color: #f0f0f0;
  border-left: 0 none;
  transition: background-color 0.2s ease 0s;
}
.mainDown ul a span {
  font-size: 0;
}
.mainDown ul a:hover, .mainDown ul a:focus {
  background-color: #f9f9f9;
}
.mainDown ul li:first-child a {
  border-left: solid 1px #dadada;
}
.mainDown ul .download1 a {
  background-position-x: 65px;
}
.mainDown ul .download2 a {
  background-position-x: -135px;
}
.mainDown ul .download3 a {
  background-position-x: -335px;
}
.mainDown ul .download4 a {
  background-position-x: -535px;
}

.mainPopupDiv {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 360px;
  position: absolute;
  left: 10%;
  top: 100px;
  z-index: 10;
}

.mainPopupDiv + .mainPopupDiv {
  left: 32%;
}

.popupContent {
  min-height: 300px;
}

.popBtnArea {
  background: #333;
  color: #fff;
  text-align: right;
  padding: 8px;
}
.popBtnArea label {
  color: #fff;
  font-weight: 300;
}

.sectionHeader {
  position: relative;
}
.sectionHeader .h2 {
  font-size: 24px;
  padding: 60px 0 20px 0;
  letter-spacing: -0.05em;
}
.sectionHeader ol {
  position: absolute;
  right: 0;
  top: 64px;
}
.sectionHeader ol li {
  display: inline-block;
  padding-left: 16px;
  font-size: 15px;
  letter-spacing: -0.04em;
  font-weight: 300;
  color: #999;
  background: url(/images/arrow1-e6a666a9178fb42373fa131ba7c80cca.gif) no-repeat 5px center;
}
.sectionHeader ol li:first-child {
  font-size: 14px;
  padding-left: 20px;
  background: url(/images/home-afa0b3f355a76ca2fdc6a6b75d817879.png) no-repeat 0 center;
}

.searchCondition {
  border: solid 1px #515151;
  background: #f9f9f9;
  padding: 14px 50px 14px 16px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.searchCondition select, .searchCondition input[type=text], .searchCondition input[type=number], .searchCondition input[type=password] {
  height: 40px;
}
.searchCondition .btnWrap {
  position: absolute;
  right: 18px;
}
.searchCondition + div > .tableC {
  border-top: 1px #ddd solid;
}
.searchCondition .btn {
  padding-top: 12px;
  padding-bottom: 11px;
}

/* 소개마당 */
.present .sectionHeader {
  border-bottom: solid 1px #ddd;
}

.headLine {
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.04em;
  font-weight: 300;
  color: #888;
  line-height: 1.4em;
  padding: 470px 0 60px 0;
  background: url(/images/introPresent-97189034f7951b2b94ae69990a2b4e7d.png) no-repeat center 35px;
}
.headLine strong {
  font-weight: 700;
}
.headLine .head1, .headLine .head2 {
  display: block;
}
.headLine .head1 {
  color: #333;
}
.headLine .head3 {
  color: #2586be;
}
.headLine .head4 {
  color: #ff730f;
}

.statsIntro10,
.statsIntro20,
.statsIntro30 {
  padding: 50px 0 70px 0;
}
.statsIntro10 .h3, .statsIntro10 .statDiv h3, .statDiv .statsIntro10 h3,
.statsIntro20 .h3,
.statsIntro20 .statDiv h3,
.statDiv .statsIntro20 h3,
.statsIntro30 .h3,
.statsIntro30 .statDiv h3,
.statDiv .statsIntro30 h3 {
  font-size: 24px;
  padding: 16px 0;
}
.statsIntro10 table td, .statsIntro10 table th,
.statsIntro20 table td,
.statsIntro20 table th,
.statsIntro30 table td,
.statsIntro30 table th {
  padding: 16px;
}

.statsIntro10 {
  background: #014278;
}
.statsIntro10 .h3, .statsIntro10 .statDiv h3, .statDiv .statsIntro10 h3 {
  color: #fff;
}

.statsIntro20 {
  background: #2586be;
}
.statsIntro20 .h3, .statsIntro20 .statDiv h3, .statDiv .statsIntro20 h3 {
  color: #fff;
}

.statsIntro60,
.statsIntro70,
.statsIntro80 {
  padding: 60px 0;
}
.statsIntro60 .h3, .statsIntro60 .statDiv h3, .statDiv .statsIntro60 h3,
.statsIntro70 .h3,
.statsIntro70 .statDiv h3,
.statDiv .statsIntro70 h3,
.statsIntro80 .h3,
.statsIntro80 .statDiv h3,
.statDiv .statsIntro80 h3 {
  font-size: 24px;
  padding: 16px 0;
  text-align: center;
}

.statsIntro60 {
  background: #0164b8;
}
.statsIntro60 .h3, .statsIntro60 .statDiv h3, .statDiv .statsIntro60 h3 {
  font-size: 32px;
  padding: 16px 0;
  color: #fff;
}
.statsIntro60 ul {
  padding: 40px 0;
}
.statsIntro60 ul:after {
  display: block;
  content: "";
  clear: both;
}
.statsIntro60 li {
  color: #fff;
  padding: 3px 1.5%;
  line-height: 1.35em;
  width: 21.5%;
  width: calc(22% - 1px);
  float: left;
  text-align: center;
  font-weight: 300;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.statsIntro60 li strong {
  display: block;
  height: 70px;
  padding-top: 130px;
  background: url(/images/introIcon2-40687fb6d46ecd50408d12bf575cd0dd.png) no-repeat 100px 0;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
.statsIntro60 li:first-child {
  border: 0 none;
}
.statsIntro60 li:nth-child(2) strong {
  background-position-x: -141px;
}
.statsIntro60 li:nth-child(3) strong {
  background-position-x: -378px;
}
.statsIntro60 li:nth-child(4) strong {
  background-position-x: -607px;
}
.statsIntro60 p {
  color: #fff;
  padding: 20px 0;
  width: 64%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.8;
}

.statsIntro70 {
  background: #f3f3f3;
}
.statsIntro70 .container {
  padding: 40px;
}
.statsIntro70 .h3, .statsIntro70 .statDiv h3, .statDiv .statsIntro70 h3 {
  color: #000;
  font-size: 36px;
  padding-bottom: 40px;
}
.statsIntro70 ul {
  border: solid 1px #aaa;
  background: #fff;
  border-radius: 4px;
}
.statsIntro70 li {
  text-align: center;
  border-top: dotted #aaa 1px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 300;
}
.statsIntro70 li:first-child {
  border: 0 none;
}

.statsIntro80 {
  position: relative;
}
.statsIntro80:before {
  display: block;
  content: "";
  width: 10px;
  height: 251px;
  position: absolute;
  left: 49.5%;
  top: -92px;
  background: url(/images/org1_2-a0da344c0f22c6df724667e6cdd12bc0.gif) no-repeat center 0;
}
.statsIntro80 .h3, .statsIntro80 .statDiv h3, .statDiv .statsIntro80 h3 {
  font-size: 32px;
  background: #333;
  width: 650px;
  margin: 0 auto;
  height: 36px;
  padding-top: 33px;
  border-radius: 10px;
  color: #fff;
}
.statsIntro80 ul {
  text-align: center;
  padding-top: 40px;
}
.statsIntro80 ul li {
  display: inline-block;
  width: 220px;
  height: 130px;
  padding: 120px 15px 0 15px;
  margin: 0 -10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 17px;
  position: relative;
}
.statsIntro80 ul li:nth-child(odd) {
  background: rgba(38, 137, 221, 0.1);
}
.statsIntro80 ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 25px;
  top: -25px;
  left: 0;
  background: url(/images/org1_1-979f0174a9cf5d18d1f7d92853fea062.gif) no-repeat center 0;
  position: absolute;
}
.statsIntro80 ul li:first-child:before {
  background-position-x: 125px;
}
.statsIntro80 ul li:last-child:before {
  background-position-x: -348px;
}

/* 도서관통계 */
nav.tab {
  display: flex;
  margin: 0 0 16px 0;
}
nav.tab:after {
  display: block;
  content: "";
  clear: both;
}
nav.tab a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 52px;
  padding: 0 15px;
  border: solid 1px #ccc;
  background: #F7F7F7;
  color: #999;
  font-size: 17px;
  line-height: 1;
  transition: color 0.15s ease 0s background 0.15s ease 0s;
}
nav.tab a:hover, nav.tab a:focus {
  background: #fff;
  color: #0164b8;
}
nav.tab a.on {
  position: relative;
  z-index: 1;
  height: 54px;
  border: 0;
  background: #0164b8;
  color: #fff;
  font-weight: 700;
}
nav.tab a.on:hover, nav.tab a.on:focus {
  background: #0164b8;
  color: #fff;
}

#statLinkHeader {
  position: relative;
}
#statLinkHeader:after {
  display: block;
  content: "";
  clear: both;
}
#statLinkHeader a {
  display: block;
  width: 20%;
  padding: 15px 0 0 0;
  height: 30px;
  text-align: center;
  float: left;
  border: solid 1px #ccc;
  margin: -1px;
  background: #f9f9f9;
  color: #999;
  border-radius: 2px;
  transition: color 0.15s ease 0s, background 0.15s ease 0s;
}
#statLinkHeader a:hover, #statLinkHeader a:focus {
  color: #0164b8;
  background: #fff;
}
#statLinkHeader a.on {
  border-color: #0164b8;
  background: #0164b8;
  position: relative;
  z-index: 1;
  color: #fff;
}
#statLinkHeader.ea4 a, #statLinkHeader.ea8 a {
  width: 25%;
}

.tabSticky #statLinkHeader {
  position: fixed;
  top: 0;
  padding: 10px 0;
  width: 1260px;
  z-index: 2;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 14%);
}
.tabSticky #statContent {
  padding-top: 47px;
}

.statDiv {
  border: solid 1px #0164b8;
  background: #f9f9f9;
  margin: 50px 0;
  border-radius: 3px;
  padding: 25px 16px;
}
.statDiv h1 {
  font-size: 20px;
  line-height: 1.6em;
}
.statDiv h4 {
  padding: 16px 0 8px 0;
  letter-spacing: -0.05em;
  font-size: 17px;
  font-weight: 500;
}

.searchDiv h4 + .searchCondition {
  margin-top: 10px;
}

.chartBox {
  height: 300px;
  border: solid 1px #ddd;
  background: #fff;
  margin: 10px 0;
  border-radius: 2px;
}

.statInnerContent {
  font-weight: 300;
  padding: 10px 0;
}

.unitSpan {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: right;
  padding: 0 0 5px 0;
}

.topBtnWrap {
  text-align: right;
  padding: 10px 0 0 0;
  margin: 0 0 -44px 0;
}
.topBtnWrap a {
  display: inline-block;
  padding: 10px 32px 10px 14px;
  font-size: 13px;
  background: #fff url(/images/arrowUpDown-f30cf64d17bf1f7129a4a46aab89a62d.png) no-repeat 81% 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  /*&:after {display: inline-block; content: ""; background:#fff url(/images/arrowUpDown-f30cf64d17bf1f7129a4a46aab89a62d.png) no-repeat center 10px; width: 26px;height: 26px; border-radius: 50%; color: #fff;font-size: 0;line-height: 0; border:solid 1px #ccc; vertical-align: middle;margin:-3px 0 0 6px;}*/
}

.statreq1 {
  border-top: solid 1px #ddd;
  padding: 30px 0;
}
.statreq1 p {
  padding: 3px 0;
  font-weight: 300;
}
.statreq1 article {
  border: solid 1px #ddd;
  padding: 20px 30px;
  margin: 8px 0;
  background: #f9f9f9;
  border-radius: 4px;
}
.statreq1 h3 {
  font-size: 19px;
  line-height: 1.6em;
}
.statreq1 h4 {
  font-size: 17px;
  padding: 8px 0;
  color: #666;
}
.statreq1 dl dt {
  padding: 8px 0;
}
.statreq1 dl dd {
  font-weight: 300;
  padding: 0 0 8px 16px;
}
.statreq1 label {
  color: #0164b8;
  padding-left: 6px;
}

nav.tab + #statRefFileDiv {
  padding-top: 0;
}

#statRefFileDiv {
  position: relative;
  padding: 10px 0 10px 125px;
}
#statRefFileDiv:after {
  display: block;
  content: "";
  clear: both;
}
#statRefFileDiv h3 {
  color: #888;
  position: absolute;
  left: 0;
  display: inline-block;
  padding-top: 10px;
}
#statRefFileDiv a {
  display: inline-block;
  float: left;
  padding: 10px 20px 0 42px;
  margin: 1px;
  height: 24px;
  background: #009dca url(/images/iconDownload2-062bdae74d5b248547501f65626d8afd.png) no-repeat 18px 45%;
  color: #fff;
  border-radius: 20px;
  transition: background-color 0.15s ease 0s;
}
#statRefFileDiv a:hover, #statRefFileDiv a:focus {
  background-color: #0788ad;
}

#searchColDiv li {
  padding: 0 0 8px 0;
}
#searchColDiv span, #searchColDiv button {
  vertical-align: middle;
}
#searchColDiv button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin-left: 20px;
  border: solid 1px #ccc;
  background: #fff url(/images/btnDelete-3f622e784a03f87bb14c5ce4d08a135c.gif) no-repeat center center;
  transition: background-color 0.15s ease 0s;
}
#searchColDiv button:hover, #searchColDiv button:focus {
  background-color: #ededed;
}

input[type=button].btnExplain {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-color: #c9c9c9;
  background: url(/images/btnExplain-15f485103d3227fe53f44859454e55a7.png) no-repeat center center;
}
input[type=button].btnExplain:hover, input[type=button].btnExplain:focus {
  background-color: #ececec;
}

/* 국립도서관 - 통계보기 - 물음표팝업 */
#explainDlg .inner-cell {
  width: 70%;
}
#explainDlg h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 12px 0;
}
#explainDlg li {
  padding: 3px 0;
  font-weight: normal;
  line-height: 24px;
}
#explainDlg li .step {
  display: inline-block;
  padding: 0px 10px;
  margin-right: 4px;
  background-color: #002255;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
#explainDlg img {
  width: 100%;
}

/* 도서관 찾기 */
#libInfoDetailDlg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s ease 0.15s;
}
#libInfoDetailDlg.on {
  left: 0;
  opacity: 1;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.diallogContainer {
  width: 96%;
  max-width: 900px;
  background: #fff;
  padding: 20px;
  margin: 20px auto;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -49%);
  height: auto;
  border: solid 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.diallogContainer .h3, .diallogContainer .statDiv h3, .statDiv .diallogContainer h3 {
  padding-top: 5px;
  padding-right: 28px;
  font-size: 24px;
  line-height: 1em;
}
.diallogContainer .h3En {
  font-weight: 300;
  padding-bottom: 10px;
}
.diallogContainer .jsDivClose {
  top: 20px;
}
.diallogContainer .noAddr {
  text-align: center;
  padding-top: 165px;
  color: #787878;
  background: #f9f9f9;
  height: 186px;
}

td.inMap {
  padding: 0;
}
td.inMap .zipCode {
  display: block;
}
td.inMap #addr0 {
  padding: 10px 6px;
}
td.inMap .skipMap {
  display: block;
  overflow: hidden;
  padding: 0px 20px 0 20px;
  height: 0;
  transition: all 0.15s ease 0s;
  text-align: center;
}
td.inMap .skipMap:focus {
  background: #666;
  color: #fff;
  padding: 10px 20px 0 20px;
  height: 30px;
}

/* 게시판 열린마당 */
.boardView {
  border-top: solid 1px #515151;
  border-bottom: solid 1px #ccc;
}
.boardView .h3, .boardView .statDiv h3, .statDiv .boardView h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 16px 0 8px 0;
  color: #000;
}
.boardView dl.boardInfo {
  margin-bottom: 16px;
}
.boardView dl.boardInfo dt, .boardView dl.boardInfo dd {
  padding: 2px 8px 2px 10px;
  display: inline-block;
}
.boardView dl.boardInfo dt { /*color: #658fb2;*/
  padding-right: 6px;
  background: url(/images/decoBar1-4605e0ae58cf643cfd6182ff9a54d5d2.gif) no-repeat 0 center;
}
.boardView dl.boardInfo dd {
  padding-left: 0;
  color: #999;
}
.boardView dl.boardInfo dt:first-child {
  padding-left: 0;
  background: none;
}
.boardView ul.attachFile { /* padding: 16px 0;*/ }
.boardView ul.attachFile li {
  padding: 2px 0;
}
.boardView ul.attachFile li a.iconDN {
  background: url(/images/iconDownload-e85cc0af37e0909346d7c453604e4e6b.png) no-repeat 0 4px;
}
.boardView ul.attachFile li a.attachFilePreviewIcon {
  background: url(/images/iconWebviewer-7f7a3487b0c2b7c6d8dc95afd82e2217.png) no-repeat 12px center;
  color: #00629b;
  border: #aaa solid 1px;
  font-size: 14px;
  padding: 3px 12px 3px 36px;
  border-radius: 3px;
  margin-left: 32px;
  transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s;
}
.boardView ul.attachFile li a.attachFilePreviewIcon:hover, .boardView ul.attachFile li a.attachFilePreviewIcon:focus {
  background-color: #f9f9f9;
  border-color: #0090cc;
}
.boardView ul.attachFile li a {
  font-weight: 300;
  line-height: 1.3em;
  color: #00629b;
  transition: color 0.15s ease 0s;
  padding-left: 26px;
}
.boardView ul.attachFile li a:hover, .boardView ul.attachFile li a:focus {
  color: #0090cc;
}
.boardView ul.attachFile li:first-child {
  padding-top: 16px;
  border-top: solid 1px #ddd;
}
.boardView ul.attachFile li:last-child {
  padding-bottom: 16px;
}

#board_content {
  border-top: solid 1px #ddd;
  padding: 24px 0;
  line-height: 1.4em;
}
#board_content p {
  padding: 3px 0;
}

.attachFileImg {
  font-size: 0;
  background: url(/images/file-65c7fd785c5fc0d4d1b3007da7b77cb8.gif) no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
}

#passwordCheckDlg .inner-cell {
  width: 360px;
}

.boardFixedTr td, .boardFixedTr th {
  background: #f4f6fb;
}

.depth1, .depth2, .depth3, .depth4, .depth5 {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  background: url(/images/reply-4254620d475905921a39d4c6f9466533.png) no-repeat center center;
}

.depth2 {
  margin-left: 10px;
}

.depth3 {
  margin-left: 20px;
}

.depth4 {
  margin-left: 30px;
}

.depth5 {
  margin-left: 40px;
}

/* 통계API */
.outline {
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.04em;
  font-weight: 300;
  color: #888;
  line-height: 1.4em;
  padding: 430px 0 60px 0;
  background: url(/images/statist_intro-c1280c43257f6c3264d832f9a139f814.png) no-repeat center 35px;
}
.outline p {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.outline em {
  font-style: normal;
  font-size: 14px;
  color: #6466d8;
}
.outline a {
  padding: 14px 19px;
  margin-top: 8px;
}

.use_proccess {
  background-color: #fbfbfb;
  padding: 80px 0;
}
.use_proccess h4 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 40px;
}
.use_proccess ol li {
  width: 25%;
  text-align: center;
  float: left;
  position: relative;
}
.use_proccess ol li:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  background: #efefef url(/images/ico_user-92e6694d16168bfe7f3a91856d690402.png) no-repeat center center;
  border-radius: 50%;
}
.use_proccess ol li:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 69px;
  right: 0;
  background: url(/images/ico_arrow_blue-2044421753cb96279f4301f90dbc08a9.png) no-repeat center right;
}
.use_proccess ol li:last-child:after {
  display: none;
}
.use_proccess ol li:nth-child(2):before {
  background-image: url(/images/ico_sign-6780fac0e88d9d0225989c0d23c9b53a.png);
}
.use_proccess ol li:nth-child(3):before {
  background-image: url(/images/ico_key-f1ad01bec536f9e9666b05fcd206e91c.png);
}
.use_proccess ol li:nth-child(4):before {
  background-image: url(/images/ico_api-d1dc68d5c0eb63b633e69bc080f8dfe4.png);
}
.use_proccess ol li em {
  color: #6466d8;
  font-style: normal;
}
.use_proccess ol li h5 {
  font-size: 18px;
  padding: 14px 0;
}
.use_proccess ol li p {
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: -0.04em;
  font-weight: 300;
  color: #777;
}

.api_info {
  clear: both;
}
.api_info h4 {
  font-size: 32px;
  text-align: center;
  padding: 20px 40px 20px;
}
.api_info h5 {
  font-size: 18px;
  padding: 10px 0;
}
.api_info article p {
  font-weight: 300;
  padding: 8px 0 30px 0;
}
.api_info ul {
  border-top: 1px solid #3a3a3a;
  margin-bottom: 30px;
}
.api_info ul li {
  position: relative;
  padding: 35px 15px 35px 98px;
  border-bottom: 1px #bdbdbd dotted;
  font-weight: 300;
}
.api_info ul li:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  width: 70px;
  height: 70px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.api_info ul li:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 22px;
  width: 50px;
  height: 50px;
  background: url(/images/ico_library-15016d8c352ac716556d958a3a36ab03.png) no-repeat center center;
}
.api_info ul li:nth-child(2):after {
  background-image: url(/images/ico_statist_search-f30a87feb23a90c9f290cdc91fc548a1.png);
}
.api_info ul li:nth-child(3):after {
  background-image: url(/images/ico_upload-3ee45ba58560c8b8dfc0d79c430e636b.png);
}
.api_info ul li:last-child {
  border-bottom: 0;
}
.api_info ul li strong {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}

/* 개인정보처리방침 */
.termsContent > p {
  padding: 30px 0 8px 0;
  font-size: 17px;
  line-height: 1.3em;
}
.termsContent ul {
  padding: 8px 0;
}
.termsContent ul li {
  padding: 4px 0 2px;
  line-height: 1.3em;
  color: #666;
}
.termsContent ul li > p:first-child {
  padding-top: 10px;
}
.termsContent ul li > p:last-child {
  padding-bottom: 10px;
}
.termsContent ul p {
  font-weight: 300;
  color: #777;
  padding: 1px 0 1px 16px;
}

/* 사이트맵 */
.siteMap > ul {
  border: #ccc solid 1px;
  padding-bottom: 16px;
}
.siteMap > ul:after {
  display: block;
  content: "";
  clear: both;
}
.siteMap > ul > li {
  width: 20%;
  float: left;
}
.siteMap > ul > li a {
  display: block;
}
.siteMap > ul > li > a {
  text-align: center;
  font-size: 17px;
  padding: 16px 0 0 0;
  height: 32px;
  background: #f3f3f3;
}
.siteMap > ul > li:first-child {
  background-image: none;
}
.siteMap > ul > li > ul {
  border-left: solid 1px #ddd;
  height: 940px;
}
.siteMap > ul > li:first-child > ul {
  border: 0 none;
}
.siteMap > ul > li li {
  width: auto;
  float: none;
  border: 0 none;
  margin: 0;
}
.siteMap > ul > li li a {
  padding: 14px 10px 0 40px;
  margin: 0 8px;
  height: 28px;
  border-top: solid 1px #ccc;
  background: #fff url(/images/decoDot2-0159b2cb64473456f92ef65215b604b1.gif) no-repeat 30px center;
}
.siteMap > ul > li li li {
  border: 0 none;
}
.siteMap > ul > li li li a {
  font-size: 14px;
  color: #777;
  padding: 8px 10px 0 52px;
  height: 22px;
  border-top: dotted 1px #ccc;
  background: #fff url(../images/decoDot3.gif) no-repeat 32px center;
}

/* common */
.btnWrap .btn {
  height: 40px;
}

.sortBtn {
  font-size: 0;
  width: 12px;
  height: 13px;
  background: url(/images/sortAble-91f864e5e32274274768698e52d40e47.png) no-repeat center;
  vertical-align: middle;
}

.sortBtn.sortUpBtn {
  background-image: url(/images/sortUp-157902c9891b3c4b88fa1cc48769543b.png);
}

.sortBtn.sortDownBtn {
  background-image: url(/images/sortDn-38859f4e7e15eb81d842e6802fdd4283.png);
}

.sortTh:after {
  display: inline-block;
  content: "정렬";
  tabindex: 0;
  font-size: 0;
  width: 12px;
  height: 13px;
  background: url(/images/sortAble-91f864e5e32274274768698e52d40e47.png) no-repeat center;
  vertical-align: middle;
}

.sortTh[data-sort-type=asc]:after,
.sortTh[data-sort-type=desc]:after {
  display: none;
}

.fixTd {
  max-width: 180px;
  width: 0px;
  word-break: break-word;
}

/* footer */
.footer {
  border-top: solid 1px #ededed;
}

.footCallLink {
  padding: 0 0 12px 0;
  border-bottom: #ededed solid 1px;
  margin-bottom: 16px;
}
.footCallLink:after {
  display: block;
  content: "";
  clear: both;
}
.footCallLink ul {
  float: left;
  padding: 18px 0;
}
.footCallLink li {
  display: inline-block;
  color: #787878;
  font-size: 16px;
  background: url(/images/decoBar2-80057cc207d205b3332e7ee1aa1d4f6f.gif) no-repeat 12px center;
  padding-left: 25px;
  letter-spacing: -0.04em;
}
.footCallLink li span {
  color: #003776;
  font-size: 17px;
}
.footCallLink li:first-child {
  padding-left: 0;
  background: none;
}
.footCallLink select {
  border: solid 1px #ddd;
  color: #787878;
  font-size: 17px;
  float: right;
  height: 50px;
  padding-left: 12px;
}

.footLogo {
  float: left;
}

.footH6_1 {
  display: inline-block;
  width: 171px;
  height: 35px;
  margin-right: 20px;
  font-size: 0;
  background: url(/images/footerLogo_new01-f2202c8b8882b6cbc5b47857d57cd295.png) no-repeat 0 0;
}

.footH6_2 {
  display: inline-block;
  width: 150px;
  height: 35px;
  margin-right: 20px;
  font-size: 0;
  background: url(/images/footerLogo_new02-ec3c4f8891fd92cca6d557361e4605db.png) no-repeat 0 0;
}

.footLink {
  float: right;
  padding: 8px 0;
}
.footLink li {
  display: inline-block;
}
.footLink li a {
  color: #999;
  display: inline-block;
  padding: 0 5px;
  border-left: solid 1px #ddd;
  font-weight: 300;
  letter-spacing: -0.04em;
  transition: color 0.15s ease 0s;
}
.footLink li a:hover, .footLink li a:focus {
  color: #0077bb;
}
.footLink li:first-child a {
  border: 0 none;
  font-weight: 500;
  color: #666;
}
.footLink li:first-child a:hover, .footLink li:first-child a:focus {
  color: #0077bb;
}
.footLink li:last-child a {
  padding-right: 0;
}

footer {
  background: #fff;
  padding: 12px 0;
  line-height: 1.4em;
}
footer address {
  font-style: normal;
  text-align: center;
  letter-spacing: -0.05em;
  padding-top: 8px;
  color: #999;
}
footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #aaa;
  clear: both;
  text-transform: uppercase;
  font-weight: 300;
}

/* jsDiv */
article.jsDiv {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%; /*z-index: 600;*/
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease 0s;
  z-index: 10;
}

article.jsDiv.block {
  display: table;
}

article.jsDiv.on {
  opacity: 1;
}

.jsDivContent {
  padding: 16px;
  max-height: 700px;
  overflow: auto;
}
.jsDivContent .divContent {
  padding: 10px 0;
}
.jsDivContent .contentLoc {
  position: absolute;
  right: 50px;
  top: 13px;
}
.jsDivContent .contentLoc li {
  color: #999;
  display: inline-block;
  padding: 0 0 0 10px;
  background: url(/images/arrow1-e6a666a9178fb42373fa131ba7c80cca.gif) no-repeat 1px 4px;
}
.jsDivContent .contentLoc li:first-child {
  background-image: url(../images/decoDot.gif);
  background-position: 0 7px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.inner-cell {
  position: relative;
  width: 50%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
}
.inner-cell header {
  padding: 16px;
  border-bottom: solid 1px #ddd;
}
.inner-cell header .title {
  font-size: 17px;
  font-weight: 600;
}
.inner-cell .btnArea {
  padding: 12px 16px 14px 16px;
  border-top: solid 1px #ddd;
}

.jsDivClose {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  position: absolute;
  right: 16px;
  top: 11px;
  border: solid 1px #ccc;
  z-index: 601;
  opacity: 0.8;
  background: url(/images/commonInput-5337f6f7f3d3f595198b25854084b132.png) no-repeat -56px 4px;
}
.jsDivClose:hover, .jsDivClose:focus {
  background-color: #f9f9f9;
  opacity: 1;
}

/* common */
.h3, .statDiv h3 {
  font-size: 19px;
  padding: 16px 0 8px 0;
  letter-spacing: -0.05em;
}

.h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.75px;
  line-height: 1.3;
}

h4.TITLE {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  padding: 16px 0 8px 0;
}

h5.TITLE {
  font-size: 17px;
  padding: 16px 0 8px 34px;
  text-indent: -34px;
  line-height: 1.3em;
}

td.radioTd,
td.checkTd {
  width: 30px;
  padding: 0;
  text-align: center;
}

.datepicker0 {
  width: 130px;
}

button.calendar {
  font-size: 0;
  background: url(/images/calendar-81824addd59b24754912d4e6775a18e5.png) no-repeat center center;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 -30px;
  vertical-align: middle;
}

.sortable,
.sortUp,
.sortDn {
  background: url(/images/sortAble-91f864e5e32274274768698e52d40e47.png) no-repeat 95% center;
  padding-right: 14px;
}
.sortable span,
.sortUp span,
.sortDn span {
  font-size: 0;
  vertical-align: middle;
}

.sortUp {
  background-image: url(/images/sortUp-157902c9891b3c4b88fa1cc48769543b.png);
}

.sortDn {
  background-image: url(/images/sortDn-38859f4e7e15eb81d842e6802fdd4283.png);
}

p.noteR {
  margin: 10px 0;
  color: #f34784;
}

span.red {
  display: block;
  margin: 10px 0;
}

.btnXLS,
a.btnXLS,
input.btnXLS,
.btn.btnXLDn {
  padding-left: 34px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #5977e7 url(/images/btnXLSw-305982519af18f3983bd77fee911aa6b.png) no-repeat center 49%;
}
.btnXLS:hover, .btnXLS:focus,
a.btnXLS:hover,
a.btnXLS:focus,
input.btnXLS:hover,
input.btnXLS:focus,
.btn.btnXLDn:hover,
.btn.btnXLDn:focus {
  background-color: #4667e4;
  border-color: #383fd5;
}

.btnArea .btnXLS,
.btnArea a.btnXLS,
.btnArea input.btnXLS,
.btnArea .btn.btnXLDn {
  height: 37px;
}

span.must {
  background: #f34784;
  width: 5px;
  height: 5px;
  display: inline-block;
  font-size: 0;
  padding: 0;
  line-height: 0;
  margin: 0 4px;
  vertical-align: top;
}

@media (max-width: 1600px) {
  body.main .quickMenu {
    top: 264px;
  }
  .quickMenu a {
    width: 54px;
    padding-left: 20px;
  }
}
@media (max-width: 1460px) {
  .quickMenu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container,
  body.main .swiper,
  .tabSticky,
  .mainLibLink,
  .callNo,
  .tabSticky #statLinkHeader {
    width: 96%;
  }
  .tabSticky #statLinkHeader {
    margin: 0 auto;
  }
  .mainVisual {
    width: 100%;
  }
  .mainSummary {
    width: 48%;
  }
  .mainSummary select {
    margin-right: 40px;
    float: right;
  }
  .mainSummary dl {
    padding-right: 40px;
    clear: both;
  }
  .mainSummary dt, .mainSummary dd {
    font-size: 20px;
    width: 50%;
  }
  .mainBookCount {
    width: 52%;
  }
  .mainBookCount h2, .mainBookCount p, .mainBookCount .mainCountBtn {
    left: 9%;
    width: 110px;
  }
  .mainBookCount h2 {
    font-size: 36px;
  }
  .mainBookCount .carousel {
    right: 0;
  }
  .mainBookCount .fluctuation {
    font-size: 1.4em;
  }
  .mainBookCount .unit {
    font-size: 0.8em;
  }
  .mainBookCount dl {
    width: 325px;
    margin-left: 170px;
    float: right;
  }
  .mainBookCount dt {
    width: 116px;
  }
  .mainBookCount dd {
    font-size: 1.4em;
  }
  .mainBookCount .swiper .swiper-button-prev {
    left: 8%;
  }
  .mainBookCount .swiper .swiper-button-next {
    left: 19%;
    left: calc(8% + 56px);
  }
  .mainLibLink a {
    background-position: 58px 16px;
  }
  .mainLibLink .libNa {
    background-position-x: 58px;
  }
  .mainLibLink .libPu {
    background-position-x: -152px;
  }
  .mainLibLink .libSm {
    background-position-x: -362px;
  }
  .mainLibLink .libUn {
    background-position-x: -572px;
  }
  .mainLibLink .libSc {
    background-position-x: -782px;
  }
  .mainLibLink .libEc {
    background-position-x: -992px;
  }
  .mainLibLink.ea6 .libNa {
    background-position-x: 44px;
  }
  .mainLibLink.ea6 .libPu {
    background-position-x: -166px;
  }
  .mainLibLink.ea6 .libSm {
    background-position-x: -376px;
  }
  .mainLibLink.ea6 .libUn {
    background-position-x: -586px;
  }
  .mainLibLink.ea6 .libSc {
    background-position-x: -796px;
  }
  .mainLibLink.ea6 .libEc {
    background-position-x: -1006px;
  }
  .mainLibLink.ea7 .libNa {
    background-position-x: 36px;
  }
  .mainLibLink.ea7 .libPu {
    background-position-x: -174px;
  }
  .mainLibLink.ea7 .libSm {
    background-position-x: -384px;
  }
  .mainLibLink.ea7 .libUn {
    background-position-x: -594px;
  }
  .mainLibLink.ea7 .libSc {
    background-position-x: -804px;
  }
  .mainLibLink.ea7 .libEc {
    background-position-x: -1014px;
  }
  .mainLibLink.ea7 .libEc {
    background-position-x: -1224px;
  }
  .mainLibLink.ea8 .libNa {
    background-position-x: 44px;
  }
  .mainLibLink.ea8 .libPu {
    background-position-x: -166px;
  }
  .mainLibLink.ea8 .libSm {
    background-position-x: -376px;
  }
  .mainLibLink.ea8 .libUn {
    background-position-x: -586px;
  }
  .mainLibLink.ea8 .libSc {
    background-position-x: -796px;
  }
  .mainLibLink.ea8 .libHa {
    background-position-x: -1006px;
  }
  .mainLibLink.ea8 .libPr {
    background-position-x: -1216px;
  }
  .mainLibLink.ea8 .libPz {
    background-position-x: -1426px;
  }
  .callNo {
    padding: 100px 0 0 0;
  }
  .callNo .libJoinLink {
    left: 2%;
  }
  .callNo h3 {
    width: 54%;
    margin: 0 auto;
    text-indent: 6%;
  }
  .callNo ul {
    width: 54%;
    margin: 0 auto;
    background: url(/images/mainCallNo-10dca7de1a81aeb66f619c32a58341fd.png) no-repeat center center;
  }
  .callNo li {
    font-size: 26px;
    padding: 0;
    text-align: center;
    background: none;
  }
  .callNo li span {
    font-size: 27px;
    padding-top: 20px;
  }
  .mainBoard .container li {
    padding: 5px 0;
  }
  .mainBoard .container li:before {
    display: none;
  }
  .mainBoard .container li span {
    font-size: 14px;
  }
  .mainDown ul .download1 a {
    background-position-x: 42px;
  }
  .mainDown ul .download2 a {
    background-position-x: -158px;
  }
  .mainDown ul .download3 a {
    background-position-x: -358px;
  }
  .mainDown ul .download4 a {
    background-position-x: -558px;
  }
  footer {
    padding-bottom: 40px;
  }
  footer address {
    clear: both;
    padding: 0 0 10px 0;
  }
  #map {
    max-height: 98%;
  }
  .tableBox {
    overflow: auto;
  }
}
@media (max-width: 860px) {
  body.main .section {
    background-position: 0 0;
  }
  .mainVisual {
    height: auto;
  }
  .mainSummary,
  .mainBookCount {
    float: none;
  }
  .mainSummary {
    width: 100%;
    text-align: center;
  }
  .mainSummary select {
    margin: 0 auto;
    float: none;
    width: 64%;
  }
  .mainSummary dl {
    padding-right: 18%;
  }
  .mainSummary dd {
    background-position-x: 60px;
  }
  .mainBookCount {
    width: 100%;
    background: #fff;
    padding-top: 30px;
  }
  .mainBookCount h2 {
    top: 97px;
  }
  .mainBookCount p {
    top: 161px;
    border-color: #ccc;
  }
  body.main .mainBookCount .swiper {
    width: 100%;
  }
  .mainLibLink {
    font-size: 0.85em;
  }
  .mainLibLink a {
    background-position: 56px 16px;
  }
  .mainLibLink .libNa {
    background-position-x: 56px;
  }
  .mainLibLink .libPu {
    background-position-x: -153px;
  }
  .mainLibLink .libSm {
    background-position-x: -362px;
  }
  .mainLibLink .libUn {
    background-position-x: -571px;
  }
  .mainLibLink .libSc {
    background-position-x: -780px;
  }
  .mainLibLink .libEc {
    background-position-x: -989px;
  }
  .mainLibLink.ea6 a {
    width: 16.6%;
  }
  .mainLibLink.ea6 a:first-child {
    width: 17%;
  }
  .mainLibLink.ea6 .libNa {
    background-position-x: 44px;
  }
  .mainLibLink.ea6 .libPu {
    background-position-x: -165px;
  }
  .mainLibLink.ea6 .libSm {
    background-position-x: -374px;
  }
  .mainLibLink.ea6 .libUn {
    background-position-x: -583px;
  }
  .mainLibLink.ea6 .libSc {
    background-position-x: -792px;
  }
  .mainLibLink.ea6 .libEc {
    background-position-x: -1001px;
  }
  .mainLibLink.ea7 a {
    width: 14.25%;
  }
  .mainLibLink.ea7 a:first-child {
    width: 14.5%;
  }
  .mainLibLink.ea7 .libNa {
    background-position-x: 36px;
  }
  .mainLibLink.ea7 .libPu {
    background-position-x: -173px;
  }
  .mainLibLink.ea7 .libSm {
    background-position-x: -382px;
  }
  .mainLibLink.ea7 .libUn {
    background-position-x: -591px;
  }
  .mainLibLink.ea7 .libSc {
    background-position-x: -800px;
  }
  .mainLibLink.ea7 .libEc {
    background-position-x: -1009px;
  }
  .mainLibLink.ea7 .libEc {
    background-position-x: -1218px;
  }
  .mainLibLink.ea8 a {
    width: 12.5%;
  }
  .mainLibLink.ea8 .libNa {
    background-position-x: 28px;
  }
  .mainLibLink.ea8 .libPu {
    background-position-x: -181px;
  }
  .mainLibLink.ea8 .libSm {
    background-position-x: -390px;
  }
  .mainLibLink.ea8 .libUn {
    background-position-x: -599px;
  }
  .mainLibLink.ea8 .libSc {
    background-position-x: -808px;
  }
  .mainLibLink.ea8 .libHa {
    background-position-x: -1017px;
  }
  .mainLibLink.ea8 .libPr {
    background-position-x: -1226px;
  }
  .mainLibLink.ea8 .libPz {
    background-position-x: -1435px;
  }
  .callNo {
    background-position: right center;
    background-size: 200px;
  }
  .callNo .libJoinLink {
    left: 0;
    width: 188px;
    height: 123px;
    padding-top: 65px;
    font-size: 21px;
    text-indent: 32px;
    background-position: 75% 60px;
  }
  .callNo h3,
  .callNo ul {
    width: 54%;
    margin: 0 0 0 25%;
  }
  .callNo h3 {
    text-indent: 16px;
  }
  .callNo li {
    font-size: 21px;
  }
  .callNo li span {
    font-size: 22px;
  }
  .mainBoard .container li a {
    width: 100%;
  }
  .mainBoard .container li span {
    font-size: 0;
  }
  .mainDown ul a {
    background-position-x: 21px;
  }
  .mainDown ul .download1 a {
    background-position-x: 21px;
  }
  .mainDown ul .download2 a {
    background-position-x: -179px;
  }
  .mainDown ul .download3 a {
    background-position-x: -379px;
  }
  .mainDown ul .download4 a {
    background-position-x: -579px;
  }
  .tabSticky {
    width: 100%;
  }
  .footCallLink li {
    font-size: 16px;
  }
  .footCallLink li span {
    font-size: 16px;
  }
  .footCallLink select {
    font-size: 15px;
    letter-spacing: -0.04em;
    padding: 0;
  }
  .diallogContainer {
    width: 90%;
  }
  .siteMap > ul > li:first-child {
    width: 23%;
  }
  .siteMap > ul > li:nth-child(3) {
    width: 17%;
  }
  .siteMap > ul > li li a {
    padding-left: 16px;
    padding-right: 0;
    background-position-x: 6px;
  }
  .siteMap > ul > li li li a {
    padding-left: 20px;
  }
  .footH6_1, .footH6_2 {
    margin-right: 10px;
  }
  .depth2, .depth3, .depth4, .depth5 {
    margin-left: 0;
  }
  #explainDlg .inner-cell {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .h1 a {
    background-size: 54px auto;
    font-size: 21px;
    padding: 31px 0 0 66px;
  }
  .h1 span {
    font-size: 12px;
    padding-top: 8px;
  }
  .btnNavOpen,
  .btnNavClose {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    position: absolute;
    right: -2%;
    top: 22px;
    background: url(/images/btnNavOpen-ac10985f2e9a5ba8ce297a34b19f683b.png) no-repeat center center;
    background-size: 50% 50%;
    z-index: 4;
  }
  .btnNavClose {
    background-image: url(/images/btnNavClose-48c4467faaf1d3b4abb31658e4726318.png);
    display: block;
    position: fixed;
    right: 1.5%;
  }
  .btnNavOpen,
  .header.navOpen .btnNavClose {
    display: block;
  }
  .header.navOpen .btnNavOpen {
    display: none;
  }
  .navBg {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: opacity 0.15s ease 0s;
    opacity: 0;
  }
  .nav {
    background: #fff;
    z-index: 3;
    position: fixed;
    left: -100%;
    top: 0;
    width: 88%;
    height: 100%;
    transition: left 0.15s ease 0s, opacity 0.15s ease 0s;
    opacity: 0;
  }
  .nav > ul > li > a {
    width: 28%;
    margin-left: 20px;
  }
  .nav li {
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
    border-top: solid 1px #ddd;
  }
  .nav li ul {
    float: right;
    width: 60%;
    margin: -48px 0 0 0;
    opacity: 1;
    overflow: inherit;
    position: static;
    height: auto;
    background: none;
    border: none;
  }
  .nav li ul li {
    border: 0 none;
  }
  .nav li ul li a {
    height: 22px;
    padding-top: 6px;
    padding-left: 12px;
  }
  .nav li ul li:first-child a {
    padding-top: 14px;
  }
  .nav li ul li:last-child a {
    height: 30px;
  }
  .nav a.link {
    position: initial;
    display: block;
    text-align: center;
    width: 94%;
    height: 38px;
    background: #f36910;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    margin-top: 36px;
  }
  .nav a.link:active {
    background-color: #eee;
  }
  .header.navOpen .nav, .header.navOpen .navBg {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .container, body.main .swiper, .mainLibLink, .callNo, .tabSticky #statLinkHeader {
    width: 94%;
  }
  /*.navOn .nav li ul {height: auto;}*/
  body.main #lib_gubun {
    width: 88%;
  }
  .mainSummary {
    height: 320px;
  }
  .mainSummary dl {
    width: 88%;
    margin: 0 auto;
    padding: 24px 0 0 0;
  }
  .mainSummary dt, .mainSummary dd {
    padding: 15px 0;
    font-size: 1.1em;
  }
  .mainSummary dd {
    width: 45%;
    background-position-x: -78px;
  }
  .mainSummary dt {
    text-align: left;
    width: 55%;
  }
  .mainBookCount h2 {
    left: 4%;
    top: 50px;
  }
  .mainBookCount p {
    top: 30px;
    left: 37%;
    display: inline-block;
    width: auto;
  }
  .mainBookCount .swiper .swiper-button-prev,
  .mainBookCount .swiper .swiper-button-next {
    top: 54px;
    left: inherit;
    right: 3%;
  }
  .mainBookCount .swiper .swiper-button-prev {
    right: calc(3% + 54px);
  }
  .mainBookCount dl {
    margin: 118px 5% 0 5%;
    float: none;
  }
  .mainPopupDiv {
    display: none;
  }
  .mainLibLink.ea8 a {
    width: 25%;
  }
  .mainLibLink.ea8 .libNa {
    background-position-x: 28px;
  }
  .mainLibLink.ea8 .libPu {
    background-position-x: -181px;
  }
  .mainLibLink.ea8 .libSm {
    background-position-x: -390px;
  }
  .mainLibLink.ea8 .libUn {
    background-position-x: -599px;
  }
  .mainLibLink.ea8 .libSc {
    background-position-x: -808px;
  }
  .mainLibLink.ea8 .libHa {
    background-position-x: -1017px;
  }
  .mainLibLink.ea8 .libPr {
    background-position-x: -1226px;
  }
  .mainLibLink.ea8 .libPz {
    background-position-x: -1435px;
  }
  .callNo {
    background-position: center 42px;
    padding: 290px 0 0 0;
    height: 420px;
  }
  .callNo h3 {
    text-align: center;
    text-indent: 0;
  }
  .callNo ul {
    width: auto;
    margin: 0;
    padding: 22px 0;
  }
  .callNo li {
    font-size: 19px;
  }
  .callNo li span {
    font-size: 19px;
    padding-top: 9px;
  }
  .callNo .libJoinLink {
    top: inherit;
    bottom: 50px;
    left: calc(50% - 94px);
  }
  .callNo .systemQA {
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
  }
  .callNo .systemQA h3 {
    padding: 19px 0 14px 0;
    margin: inherit;
  }
  .callNo .systemQA p {
    font-size: 19px;
    padding-top: inherit;
  }
  .mainBoard .container h3 {
    line-height: 2em;
  }
  .mainBoard .container > article {
    width: 100%;
    padding: 0 0 20px 0;
    float: none;
    border: 0 none;
  }
  .mainBoard .container ul {
    border-top: solid 1px #444;
    border-bottom: solid 1px #ddd;
    padding: 16px 0;
  }
  .mainBoard .container li {
    padding: 4px 0;
  }
  .mainBoard .container li a {
    width: 70%;
    width: calc(100% - 86px);
  }
  .mainBoard .container li span {
    font-size: 15px;
  }
  .mainBoard .container a.btnMore {
    right: 0;
    top: 10px;
  }
  .mainLinkDown {
    padding: 24px 0;
  }
  .mainLink {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .mainLink:after {
    display: block;
    content: "";
    clear: both;
  }
  .mainLink a {
    width: 49%;
    display: inline-block;
    float: right;
    text-indent: 10px;
    font-size: 16px;
    padding-top: 23px;
    height: 38px;
    background-position-y: 19px;
  }
  .mainLink a:first-child {
    float: none;
    float: left;
  }
  .mainLink a + a {
    background-position-y: -59px;
  }
  .mainLink a.libAddr {
    width: 100%;
    background-size: 48px;
    background-position: 98% 6px;
  }
  .mainDown {
    width: 100%;
    float: none;
  }
  .mainDown ul a {
    letter-spacing: -0.04em;
    font-size: 13px;
    background-size: auto 64px;
    padding-top: 90px;
    height: 40px;
  }
  .mainDown ul li:first-child a {
    border-left: solid 1px #dadada;
  }
  .mainDown ul .download1 a {
    background-position-x: 16px;
  }
  .mainDown ul .download2 a {
    background-position-x: -124px;
  }
  .mainDown ul .download3 a {
    background-position-x: -264px;
  }
  .mainDown ul .download4 a {
    background-position-x: -404px;
  }
  .sectionHeader .h2 {
    text-align: center;
    padding: 32px 0 5px 0;
  }
  .sectionHeader ol {
    position: static;
    text-align: center;
    padding: 8px 0 24px 0;
  }
  .sectionHeader ol li {
    font-size: 14px;
    padding-left: 14px;
  }
  .headLine {
    background-size: contain;
    padding: 350px 2% 60px 2%;
    font-size: 21px;
    word-break: keep-all;
  }
  .statsIntro60 {
    padding-bottom: 0;
  }
  .statsIntro60 .h3, .statsIntro60 .statDiv h3, .statDiv .statsIntro60 h3 {
    font-size: 29px;
  }
  .statsIntro60 p {
    font-size: 15px;
    width: 90%;
  }
  .statsIntro60 li {
    width: 100%;
    float: none;
    background: none;
    padding: 0 0 40px 0;
    border: 0 none;
    font-size: 14px;
  }
  .statsIntro60 li strong {
    background: none;
    padding-top: 0;
    height: 40px;
  }
  .statsIntro60 li:before {
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(/images/introIcon2-40687fb6d46ecd50408d12bf575cd0dd.png) no-repeat 16px 0;
    background-size: auto 86px;
  }
  .statsIntro60 li:nth-child(2):before {
    background-position-x: -162px;
  }
  .statsIntro60 li:nth-child(3):before {
    background-position-x: -345px;
  }
  .statsIntro60 li:nth-child(4):before {
    background-position-x: -528px;
  }
  .statsIntro70 .container {
    padding: 0;
  }
  .statsIntro70 .h3, .statsIntro70 .statDiv h3, .statDiv .statsIntro70 h3 {
    font-size: 29px;
  }
  .statsIntro70 li {
    line-height: 1.3em;
  }
  .statsIntro80:before {
    height: 160px;
    top: -56px;
    left: calc(50% - 5px);
  }
  .statsIntro80 .h3, .statsIntro80 .statDiv h3, .statDiv .statsIntro80 h3 {
    width: auto;
    font-size: 21px;
  }
  .statsIntro80 ul li {
    width: 46%;
    height: 106px;
    padding: 86px 15px 0 15px;
    vertical-align: middle;
    margin: -4%;
    line-height: 1.4em;
  }
  .statsIntro80 ul li:before {
    display: none;
  }
  .searchCondition {
    padding: 10px 50px 10px 10px;
  }
  .searchCondition select {
    max-width: 99%;
  }
  .searchCondition .btnWrap {
    right: 10px;
    padding: 2px 0 0 0;
  }
  .searchCondition #libraryLocal, .searchCondition #bookLocal, .searchCondition #loanLocal, .searchCondition #visitorLocal, .searchCondition #budgetLocal, .searchCondition #librarianLocal, .searchCondition #loanUserLocal {
    max-width: 110px;
  }
  .searchCondition #search_txt {
    width: 156px;
  }
  .tableWrap,
  .dataTable {
    overflow: auto;
  }
  #statLinkHeader a {
    font-size: 14px;
    font-size: 14px;
    word-break: break-all;
    padding-top: 12px;
    height: 33px;
  }
  .statInnerContent {
    font-size: 14px;
    line-height: 1.3em;
    color: #666;
  }
  #paging {
    padding-top: 16px;
  }
  .footCallLink {
    text-align: center;
    padding-bottom: 26px;
  }
  .footCallLink ul {
    float: none;
    padding: 14px 0;
    text-align: center;
  }
  .footCallLink li {
    padding: 4px 0;
    background: none;
  }
  .footCallLink select {
    width: 250px;
    float: none;
  }
  .footLogo,
  .footLink {
    float: none;
    text-align: center;
  }
  .footLogo .footH6_1, .footLogo .footH6_2,
  .footLink .footH6_1,
  .footLink .footH6_2 {
    margin-right: 10px;
  }
  .footLogo a,
  .footLink a {
    font-size: 13px;
  }
  .footLogo li:first-child a,
  .footLink li:first-child a {
    padding-left: 0;
  }
  footer {
    padding: 0;
  }
  footer .footCallLink {
    background: #fff;
    padding: 26px 0;
    margin: 0;
  }
  footer .footLogo {
    background: #fff;
    padding: 16px 0;
  }
  footer.container {
    width: auto;
    background: #333;
  }
  footer address {
    font-weight: 300;
    color: #fff;
  }
  footer .footLink a {
    color: #eee;
    border-color: rgba(255, 255, 255, 0.3);
  }
  footer .footLink li:first-child a {
    font-weight: 700;
    color: #fff;
  }
  footer .copyright {
    font-size: 11px;
    color: #ccc;
    padding-bottom: 40px;
  }
  #libInfoDetailTbl {
    width: calc(100% - 32px);
    max-width: inherit;
    padding: 16px;
    margin: 0;
    position: static;
    transform: none;
    border: 0 none;
  }
  #libInfoDetailTbl table {
    display: block;
    border: solid 1px #ccc;
  }
  #libInfoDetailTbl table th, #libInfoDetailTbl table td {
    display: block;
    box-sizing: border-box;
    padding: 8px;
    min-height: 24px;
    text-align: left;
    border: 0 none;
  }
  #libInfoDetailTbl table tr {
    clear: both;
  }
  #libInfoDetailTbl table th {
    width: 40%;
    float: left;
    clear: left;
    border-top: solid 1px #ddd;
  }
  #libInfoDetailTbl table td {
    width: 60%;
    float: right;
    border-top: solid 1px #ddd;
  }
  #libInfoDetailTbl table .inMap {
    width: 100%;
    padding: 0;
  }
  #libInfoDetailTbl table .inMap #addr0 {
    font-size: 14px;
  }
  #libInfoDetailTbl table tbody tr:first-child th:first-child, #libInfoDetailTbl table tbody tr:first-child td:nth-child(2) {
    border: 0 none;
  }
  .boardView .h3, .statDiv .boardView h3, .boardView .statDiv h3 {
    line-height: 1.1em;
  }
  .boardView dl.boardInfo dt, .boardView dl.boardInfo dd {
    font-size: 14px;
  }
  .siteMap > ul {
    background: #f3f3f3;
    padding: 0;
  }
  .siteMap > ul > li,
  .siteMap > ul > li:first-child,
  .siteMap > ul > li:nth-child(3) {
    width: auto;
    float: none;
  }
  .siteMap > ul > li:first-child {
    border: 0 none;
  }
  .siteMap > ul > li {
    clear: both;
    border-top: solid 1px #ddd;
  }
  .siteMap > ul > li > a {
    width: 35%;
    float: left;
    padding-top: 14px;
  }
  .siteMap > ul > li > ul {
    width: 64%;
    float: right;
    height: auto;
    border: 0 none;
    background: #fff;
  }
  .siteMap > ul > li > ul > li > a {
    background-position-y: 20px;
  }
  .siteMap > ul > li > ul > li:first-child > a {
    border: 0 none;
    padding-top: 14px;
    background-position-y: 20px;
  }
  .siteMap > ul > li > ul > li:last-child > a {
    padding-bottom: 8px;
  }
  /* 통계API */
  .outline {
    background-size: 300px;
    padding-top: 350px;
    transition: all 0.3s ease 1s;
  }
  .use_proccess ol li h5 {
    font-size: 14px;
  }
  .use_proccess ol li::before {
    width: 100px;
    height: 100px;
    background-size: 60px;
    transition: all 0.3s ease 1s;
  }
  .use_proccess ol li::after {
    display: none;
  }
}
@media (max-width: 414px) {
  .mainSection .headerSearch input[type=text] {
    width: 95%;
  }
}
/* 지도서비스 */
.mapArea {
  /*display: flex; flex-wrap: wrap; gap: 10px;*/
  border: solid 1px #515151;
  padding: 24px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.mapArea div {
  flex: 1;
}
.mapArea .mapBtnWrap {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mapArea .mapBtnWrap button {
  margin: 3px 3px;
  border-color: #ddd;
  color: #555;
  border-radius: 3px;
}
.mapArea .mapBtnWrap button:focus, .mapArea .mapBtnWrap button.active {
  background-color: #002255;
  color: #fff;
  border-color: #002255;
}

.roadview {
  display: none;
  position: relative;
  height: 380px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.12) url(/images/bg_pin-ddb3701fe9a557634d8f2fe46f702efc.svg) no-repeat center 40%;
  border-radius: 3px;
}
.roadview p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  opacity: 0.7;
}

.tableBox {
  width: inherit;
  overflow: auto;
  width: 100%;
}
.tableBox .tableC {
  white-space: nowrap;
}