@charset "UTF-8";
/* HEADER */
a.skip {
  position: fixed;
  left: 0;
  top: -100px;
  display: block;
  line-height: 1.1em;
  padding: 14px 0;
  width: 100%;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease 0s;
}

a.skip:focus {
  top: 0;
}

.inner {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}

.header {
  height: 131px;
}
.header .inner {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.header .headerTop {
  height: 46px;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.header .headerTop a {
  display: inline-block;
  padding: 13px 18px 13px 40px;
  background: url(../images/ico_link_header_top.png) no-repeat 10px 15px;
  position: relative;
  font-size: 13px;
  color: #777;
}
.header .headerTop a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ECF3FF;
  z-index: -1;
  position: absolute;
  left: 4px;
  top: 8px;
}
.header .headerTop a:hover {
  text-decoration: underline;
}
.header .headerTop .btn_logout {
  background-position-y: -43px;
}
.header .headerTop .btn_join {
  background-position-y: -98px;
}
.header .headerTop .btn_modify {
  background-position-y: -156px;
}
.header .nav {
  height: 83px;
  border-bottom: 1px solid #eee;
  /* totalMenu */
}
.header .nav .totalMenu {
  position: absolute;
  top: 30px;
  right: 0px;
}
.header .nav .totalMenu button {
  width: 25px;
  height: 21px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  right: 0;
}
.header .nav .totalMenu button span {
  background-color: #333;
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  position: absolute;
}
.header .nav .totalMenu button span {
  top: 0;
  left: 0;
}
.header .nav .totalMenu button span:nth-of-type(2) {
  top: 9px;
  right: 0;
}
.header .nav .totalMenu button span:nth-of-type(3) {
  top: inherit;
  bottom: 0;
  left: 0;
}
.header .nav h1 {
  font-size: 0;
  display: inline-block;
  margin-top: 16px;
}
.header .nav h1 a {
  display: inline-block;
}
.header .nav h2.library_maintit {
  display: inline-block;
  font-size: 25px;
  color: #222;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
}
.header .nav ul {
  float: right;
  height: 83px;
  margin-right: 100px;
}
.header .nav ul li {
  float: left;
  position: relative;
}
.header .nav ul li:hover > a {
  color: #437DEA;
}
.header .nav ul li:hover span:after {
  width: 100%;
}
.header .nav ul li:hover ul {
  background-color: #f1f1f1;
}
.header .nav ul li:last-child ul {
  border-right: 1px solid #eee;
}
.header .nav ul li a span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.header .nav ul li a span:after {
  display: block;
  content: "";
  width: 0;
  height: 25px;
  border-bottom: 3px solid #437DEA;
  transition: width 0.15s ease 0s;
}
.header .nav ul li a {
  display: block;
  height: 26px;
  padding: 28px 34px;
  color: #444;
}
.header .nav ul li ul {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 83px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease 0s;
  z-index: 10;
  border-left: 1px solid #f0f0f0;
}
.header .nav ul li ul li {
  width: 100%;
}
.header .nav ul li ul li a {
  height: 29px;
  padding: 13px 13px 0 13px;
  font-size: 14px;
  text-align: center;
}
.header .nav .btnNavClose {
  display: none;
}
.header .nav.navOn {
  /* totalMenu - on */
}
.header .nav.navOn:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 131px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 14px 15px 3px rgba(0, 0, 0, 0.18);
  z-index: 10;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.header .nav.navOn ul li ul {
  height: 300px;
  opacity: 1;
  float: inherit;
  margin: 0;
}
.header .nav.navOn ul li ul li {
  float: inherit;
  margin: 0;
  box-sizing: border-box;
}
.header .nav.navOn ul li ul li:hover a {
  color: #437DEA;
  text-decoration: underline;
}
.header .nav.navOn .btnNavOpen {
  display: none;
}
.header .nav.navOn .btnNavClose {
  display: block;
}
.header .nav.navOn .btnNavClose span {
  background-color: #333;
  border-radius: 4px;
  transform: translateY(8px) rotate(-45deg);
}
.header .nav.navOn .btnNavClose span:nth-of-type(2) {
  opacity: 0;
}
.header .nav.navOn .btnNavClose span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.header .btnNavOpen,
.header .btnNavClose {
  font-size: 0;
}

/* FOOTER */
.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 28px 0 40px 0;
  font-size: 14px;
}
.footer .inner {
  position: relative;
}
.footer .inner h6 {
  position: absolute;
  top: 30px;
  right: 0;
}
.footer .inner .top_btn {
  display: none;
  height: 0;
}
.footer .inner .top_btn button {
  font-size: 0;
  height: 0;
}
.footer .footerLink {
  padding-bottom: 20px;
}
.footer .footerLink a {
  margin-right: 20px;
  font-weight: 500;
}
.footer .footerLink a:hover {
  font-weight: 500;
}
.footer .footerLink a:first-child {
  color: #EA1C5A;
}
.footer dl {
  color: #888;
  float: left;
  min-width: 600px;
  margin-bottom: 3px;
  font-size: 13px;
}
.footer dl dt,
.footer dl dd {
  display: inline-block;
}
.footer dl dt {
  font-weight: 600;
  margin-right: 6px;
}
.footer dl dd {
  margin-right: 6px;
}
.footer dl.right {
  margin-left: 40px;
}
.footer p {
  clear: both;
  padding-top: 20px;
  opacity: 0.7;
  font-size: 13px;
  font-weight: 100;
}

/* ========================================== 메인 ========================================== */
.main {
  /* 도서추천 */
  /* 검색 */
  /* 공지사항 */
  /* 자주찾는링크 */
}
.main .container {
  background: url(../images/bg.png) no-repeat right 0/auto;
}
.main section > .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px;
}
.main section .mainTitle {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}
.main section .mainTitle span {
  vertical-align: middle;
}
.main section .mainTitle .mainSlogun {
  color: #222;
  position: relative;
}
.main section .mainTitle .mainSlogun:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -10px;
  background: #437DEA;
  width: 13px;
  height: 13px;
  border-radius: 20px;
}
.main section .mainTitle .mainLibName {
  color: #437DEA;
  font-weight: 700;
}
.main section .mainTitle button {
  margin-left: 10px;
}
.main section .mainTitle button img {
  vertical-align: baseline;
}
.main section .mainLibraryNav {
  background-color: rgba(33, 62, 117, 0.96);
}
.main section .mainLibraryNav h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 40px;
  color: #fff;
}
.main section .mainLibraryNav nav {
  text-align: center;
  margin-bottom: 50px;
  max-height: 573px;
  overflow-y: auto;
}
.main section .mainLibraryNav a {
  display: inline-block;
  min-width: 200px;
  height: 28px;
  padding: 20px;
  margin: 10px;
  color: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 50%, #2f2f2f 50%);
  border-radius: 10px;
  background-size: 200% auto;
  transition: 0.3s;
  text-align: center;
  font-size: 20px;
}
.main section .mainLibraryNav a:hover, .main section .mainLibraryNav a:focus {
  background-position: -100% 0;
  text-decoration: none;
  border: 0;
}
.main section .mainLibraryNav button {
  display: block;
  margin: 0 auto;
}
.main section #mainContent {
  position: relative;
  min-height: 808px;
}
.main section article {
  position: absolute;
  width: 49%;
  margin-right: 2%;
}
.main section article .inner {
  padding: 28px;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.02), 0 15px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 24px;
  background-color: #fff;
}
.main section article h2 {
  font-weight: 700;
  font-size: 24px;
  color: #222;
  display: inline-block;
}
.main section article:after {
  content: "";
  display: inline-block;
  clear: both;
}
.main section article:nth-child(2) {
  left: 51%;
  margin-right: 0;
}
.main section article:nth-child(3) {
  top: 380px;
}
.main section article.boxBottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
.main section article.type02 {
  width: 49%;
  top: 232px;
  left: 51%;
}
.main section article.type02 > div {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.main section article.type02 div:nth-child(2) {
  margin-right: 0;
}
.main section .btn_more {
  position: absolute;
  right: 0px;
  top: 23px;
  color: #fff;
  padding: 12px 60px 12px 25px;
  background: #437DEA url(../images/ico_link_more_plus.png) no-repeat 85px center;
  border-color: #437DEA;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.08em;
  z-index: 1;
}
.main section article.type02 {
  /* 자료실 */
  /* 자주찾는서비스 */
}
.main section article.type02 .boxLeft h2,
.main section article.type02 .boxRight h2 {
  padding-bottom: 20px;
}
.main section article.type02:after {
  content: "";
  display: inline-block;
  clear: both;
}
.main section article.type02 .boxLeft .inner {
  height: 370px;
}
.main section article.type02 .boxLeft ul li a {
  display: block;
  background-color: #eee;
  padding: 12px 19px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.main section article.type02 .boxLeft ul li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico_link_more_plus2.png) no-repeat center center;
  position: absolute;
  right: 50px;
}
.main section article.type02 .boxLeft ul li:nth-child(2n+1) a {
  background-color: #F3F7FF;
}
.main section article.type02 .boxDataRoom .inner {
  background: #fff;
  /*url(../images/bg_dataroom.png) no-repeat center 92%;*/
}
.main section article.type02 .boxRight .inner {
  height: 370px;
}
.main section article.type02 .boxRight ul li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  float: left;
  box-sizing: border-box;
}
.main section article.type02 .boxRight ul li:nth-child(2n) {
  border-right: 0;
}
.main section article.type02 .boxRight ul li:nth-child(n+5) {
  border-bottom: 0;
}
.main section article.type02 .boxRight ul li a {
  display: block;
  padding: 10px 0;
  background: url(../images/ico_link_search.png) no-repeat center 20px;
  font-size: 14px;
}
.main section article.type02 .boxRight ul li a:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.main section article.type02 .boxRight ul li a.link_book {
  background-image: url(../images/ico_link_book.png);
}
.main section article.type02 .boxRight ul li a.link_hope_book {
  background-image: url(../images/ico_link_hope_book.png);
}
.main section article.type02 .boxRight ul li a.link_delivery {
  background-image: url(../images/ico_link_delivery.png);
}
.main section article.type02 .boxRight ul li a.link_loan_status {
  background-image: url(../images/ico_link_loan_status.png);
}
.main section article.type02 .boxRight ul li a.link_guide {
  background-image: url(../images/ico_link_guide.png);
}
.main section article.type02 .boxRight ul li a.link_bookcafe {
  background-image: url(../images/ico_link_bookcafe.png);
}
.main section article.type02 .onlyMember {
  position: relative;
}
.main section article.type02 .onlyMember:after {
  content: "직원전용";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  background-color: #33B1A2;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 12px;
}
.main .boxLeftTop header {
  height: 46px;
}
.main .boxLeftTop:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 83px;
  background-color: #eee;
  z-index: 1;
}
.main .boxLeftTop .tab {
  width: 100%;
  min-height: 245px;
  overflow: hidden;
  margin-top: 60px;
}
.main .boxLeftTop .tab li {
  display: block;
  width: 100%;
}
.main .boxLeftTop .tab li:nth-child(2) > button {
  left: 100px;
}
.main .boxLeftTop .tab li:nth-child(3) > button {
  left: 180px;
}
.main .boxLeftTop .tab li > button {
  position: absolute;
  top: 30px;
  font-weight: 600;
  font-size: 22px;
  color: #999;
}
.main .boxLeftTop .tab li > button:hover {
  color: #000;
}
.main .boxLeftTop .tab li > button.on {
  color: #000;
}
.main .boxLeftTop .tab li > button.on:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.main .boxLeftTop .swiper {
  max-width: 580px;
  margin: 0 auto;
  padding: 16px 0;
  overflow: hidden;
}
.main .boxLeftTop .swiper-slide {
  text-align: center;
  font-size: 15px;
  background: #fff;
}
.main .boxLeftTop .swiper-pagination {
  z-index: 0;
}
.main .boxLeftTop .swiper-slide img {
  display: inline-block;
  width: 130px;
  height: 180px;
  border: 1px solid #eee;
  margin: 0 auto 10px auto;
  box-sizing: border-box;
}
.main .boxLeftTop .swiper-slide p {
  display: block;
  letter-spacing: -0.08em;
  color: #111;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.main .boxLeftTop .swiper-button-next {
  width: 44px;
  height: 44px;
  right: 0;
  background-color: rgba(238, 238, 238, 0.5);
  background-size: 10px;
  padding: 0px 10px 0px 5px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 0;
}
.main .boxLeftTop .swiper-button-prev {
  width: 44px;
  height: 44px;
  left: 0;
  background-color: rgba(238, 238, 238, 0.5);
  background-size: 10px;
  padding: 0px 10px 0px 5px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  font-size: 0;
}
.main .boxLeftTop .swiper-button-next,
.main .boxLeftTop .swiper-button-prev {
  z-index: 1;
  top: 56%;
}
.main .boxLeftTop .swiper-button-next:hover, .main .boxLeftTop .swiper-button-next:focus,
.main .boxLeftTop .swiper-button-prev:hover,
.main .boxLeftTop .swiper-button-prev:focus {
  background-color: rgb(238, 238, 238);
}
.main .boxRightTop h2 {
  font-size: 22px;
  padding: 10px;
  padding-left: 55px;
  background: url(../images/ico_main_open_book.png) no-repeat 0 7px;
}
.main .boxRightTop .tagArea {
  min-height: 30px;
  height: 30px;
  overflow: hidden;
}
.main .btn {
  border-radius: 10px;
}
.main .tagArea li {
  display: inline-block;
}
.main .tagArea li a {
  display: inline-block;
  padding: 4px 15px;
  margin: 0 5px 7px 0;
  background-color: #eee;
  border-radius: 20px;
  font-size: 13px;
}
.main .tagArea li a:hover {
  background-color: #dfdfdf;
}
.main .searchBtnWrap {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 5px 0 14px 0;
  text-align: left;
  display: flex;
}
.main .searchBtnWrap h3 {
  font-size: 0;
}
.main .searchBtnWrap .search_bar {
  background: white;
  position: relative;
  border: 2px solid #437DEA;
  border-radius: 10px;
  display: flex;
  width: calc(100% - 120px);
}
.main .searchBtnWrap .search_bar select::-ms-expand {
  display: none;
}
.main .searchBtnWrap .search_bar select {
  height: 46px;
  padding: 0 28px 0 10px;
  color: #437DEA;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  background: url(../images/ico_select_arrow.png) no-repeat right center;
  letter-spacing: -0.06em;
  border: 0;
  z-index: 9;
  border-radius: 10px;
}
.main .searchBtnWrap .search_bar .search_bar_text .search_text {
  width: 100%;
  cursor: text;
  border: 0;
  font-size: 16px;
  color: #222;
  height: 46px;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 0 10px 0;
}
.main .searchBtnWrap .btn_search {
  width: 120px;
  height: 50px;
  margin-left: 4px;
  border: 3px solid #437DEA;
  border-radius: 10px;
  background-color: #437DEA;
  color: #fff;
  font-weight: 600;
  vertical-align: bottom;
}
.main .boxLeftBottom:before {
  content: "";
  width: 79%;
  height: 1px;
  position: absolute;
  top: 48px;
  right: 0;
  background-color: #eee;
  z-index: 1;
}
.main .boxLeftBottom header {
  padding-bottom: 20px;
}
.main .boxLeftBottom .noticeArea {
  position: relative;
  min-height: 168px;
}
.main .boxLeftBottom .noticeArea li {
  margin: 0 0 7px 0;
}
.main .boxLeftBottom .noticeArea li a {
  display: inline-block;
  width: 100%;
}
.main .boxLeftBottom .noticeArea li a span {
  display: inline-block;
  float: left;
  font-size: 14px;
}
.main .boxLeftBottom .noticeArea li a .lib_name {
  height: 20px;
  padding: 2px 10px 0px 10px;
  margin-right: 3px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 100;
}
.main .boxLeftBottom .noticeArea li a .title {
  max-width: 64%;
  padding-right: 25px;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
}
.main .boxLeftBottom .noticeArea li a .title:hover {
  text-decoration: underline;
  color: #000;
}
.main .boxLeftBottom .noticeArea li a .date {
  float: right;
  color: #999;
  font-size: 13px;
}
.main .new:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/ico_new.png) no-repeat 50% 0%/18px;
}
.main .boxBottom .inner {
  display: flow-root;
}
.main .boxBottom h2 {
  float: left;
  margin-right: 15px;
}
.main .boxBottom .rollNav {
  float: left;
  line-height: 2;
}
.main .boxBottom .rollNav button {
  opacity: 0.8;
  font-size: 0;
  margin: 0 3px;
  padding: 10px 7px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_roll_btn_arrow.png) no-repeat center center/10px 14px;
}
.main .boxBottom .rollNav button:hover, .main .boxBottom .rollNav button:focus {
  opacity: 1;
}
.main .boxBottom .rollNav button.btnRollRight {
  transform: rotate(180deg);
}
.main .boxBottom .rollNav button.btnRollPlay {
  background-image: url(../images/ico_roll_btn_play.png);
}
.main .boxBottom .rollNav button.btnRollPause {
  background-image: url(../images/ico_roll_btn_stop.png);
}
.main .boxBottom .rollContents {
  position: relative;
  float: right;
  margin: 0 auto;
  width: calc(78% - 20px);
  height: 47px;
  overflow: hidden;
}
.main .boxBottom .rollContents::before {
  clear: both;
}
.main .boxBottom .rollContents ul {
  overflow: hidden;
  height: 50px;
  width: 100%;
  position: absolute;
}
.main .boxBottom .rollContents ul li {
  float: left;
  display: block;
  position: absolute;
  width: 145px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid #eee;
}
.main .boxBottom .rollContents ul li a {
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main .boxBottom .rollContents ul li img {
  display: block;
}
.main .boxBottom .rollContents ul li a.logo_none {
  font-size: 18px;
  font-weight: 700;
  color: #ddd;
}

.header {
  height: 144px;
  border-bottom: 1px solid #eee;
}
.header .inner {
  height: 100%;
}
.header .headerTop {
  height: 64px;
}
.header .headerTop a {
  font-size: 14px;
  color: #555;
}
.header .headerTop .inner {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.header .headerTop .inner .topLinkArea {
  display: flex;
  margin-right: 30px;
}
.header .headerTop .inner .topLinkArea a {
  padding: 0;
  background: none;
  font-size: 15px;
}
.header .headerTop .inner .topLinkArea a:before {
  display: none;
}
.header .headerTop .inner .topLinkArea a:first-child {
  padding-right: 10px;
}
.header .headerTop .inner .topLinkArea a:last-child {
  position: relative;
  color: #333;
  padding-left: 10px;
}
.header .headerTop .inner .topLinkArea a:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #ddd;
}
.header .nav {
  height: 80px;
}
.header .nav ul {
  height: 78px;
}
.header .nav ul li a {
  height: 23px;
  box-sizing: border-box;
}
.header .nav ul li a span:after {
  height: 20px;
}
.header .nav ul li ul {
  top: 80px;
}
.header .nav.navOn ul li ul {
  height: 181px;
}
.header .nav.navOn:before {
  top: 145px;
  height: 180px;
}

.footer {
  padding: 16px 0 20px;
}
.footer .inner {
  position: relative;
}
.footer .inner .footerLink {
  padding-bottom: 0;
}
.footer .inner .footerLink a {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.footer .inner .footerLink a.privacy {
  color: #9E6D12;
  font-weight: 700;
  line-height: 20px;
}
.footer .inner p {
  font-size: 14px;
  padding-top: 12px;
  font-weight: 400;
  color: #777;
}
.footer .inner p strong {
  display: inline-block;
  margin-right: 4px;
  color: #777;
  font-weight: 700;
  font-size: 14px;
}
.footer .inner p:last-child {
  padding-top: 15px;
  color: #999;
}
.footer .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 199px;
  height: 46px;
  transform: translateY(-50%);
  background: url(../images/footer_logo.svg) no-repeat 0 0;
  background-size: cover;
}

/* =========================================== 메인 - 미디어쿼리 =========================================== */
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .header .nav ul {
    margin-right: 1%;
  }
  .header .nav h1 {
    margin-left: 10px;
  }
  .footer .inner {
    padding: 0 4%;
  }
  .main .boxRightTop h2 {
    font-size: 1.5vw;
  }
  .main section > .inner {
    min-width: 1100px;
  }
  .header .nav ul li a {
    padding: 28px 30px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 68px;
    overflow: hidden;
  }
  .header .inner {
    height: 100%;
    padding: 0;
  }
  .header::before {
    content: "";
    position: fixed;
    right: -100000px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .header .headerTop {
    display: none;
    height: 68px;
    padding: 0 10px;
    text-align: left;
    position: fixed;
    top: 0;
    right: -100000px;
    box-sizing: border-box;
    background: linear-gradient(to right, #3942AF 50%, #3942AF 50%);
  }
  .header .headerTop a {
    background: url(../images/ico_link_header_top_w.png) no-repeat 6px 25px;
    color: #fff;
    font-size: 13px;
    padding: 24px 18px 24px 30px;
  }
  .header .headerTop a::before {
    display: none;
  }
  .header .headerTop .btn_logout {
    background-position-y: -33px;
  }
  .header .headerTop .btn_join {
    background-position-y: -89px;
  }
  .header .headerTop .btn_modify {
    background-position-y: -146px;
  }
  .header h1 {
    margin-top: 20px;
  }
  .header h1 a img {
    height: 50px;
    width: 199px;
    height: 44px;
  }
  .header .nav::before {
    right: -100000px;
  }
  .header .nav h1 {
    margin-left: 10px;
  }
  .header .nav .totalMenu {
    top: 22px;
    right: 10px;
  }
  .header .nav .totalMenu .btnNavClose span {
    background-color: #fff;
  }
  .header .nav .menuArea {
    float: inherit;
    height: inherit;
    margin: 0;
    position: relative;
    top: 2px;
    width: 100%;
    overflow: hidden;
  }
  .header .nav .menuArea li a span::after {
    display: none;
  }
  .header .nav ul li {
    float: inherit;
  }
  .header .nav ul li ul li a {
    height: 30px;
    font-weight: 600;
    font-size: 1.3em;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  .header .nav ul li ul {
    background-color: #eaeaea;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 40%;
  }
  .header.mobileNavOn .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header.mobileNavOn::before {
    right: 0;
  }
  .header.mobileNavOn .headerTop {
    display: block;
    width: 100%;
    right: 0;
    z-index: 2;
    background-position: -100% 0;
  }
  .header.mobileNavOn .headerTop .inner .topLinkArea {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }
  .header.mobileNavOn .headerTop .inner .topLinkArea a {
    color: #fff;
  }
  .header.mobileNavOn .headerTop .inner .topLinkArea a:last-child {
    color: #fff;
  }
  .header.mobileNavOn .headerTop .inner .memberLinkArea {
    width: 100%;
  }
  .header.mobileNavOn .headerTop .inner .memberLinkArea a {
    padding: 0;
  }
  .header.mobileNavOn .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 66px;
    right: 0;
    z-index: 10;
  }
  .header.mobileNavOn .nav h1 {
    display: none;
  }
  .header.mobileNavOn .nav::before {
    height: 100%;
    top: 0px;
    right: 0;
  }
  .header.mobileNavOn .nav > ul li a {
    width: 40%;
  }
  .header.mobileNavOn .nav .totalMenu {
    top: -42px;
  }
  .header.mobileNavOn .nav .menuArea {
    opacity: 1;
    right: 0;
    z-index: 11;
  }
  .header.mobileNavOn .nav .menuArea > li {
    position: initial;
    width: 40%;
    border-bottom: 1px solid #ddd;
  }
  .header.mobileNavOn .nav .menuArea > li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.333em;
    line-height: 1.2;
    word-break: keep-all;
    box-sizing: border-box;
  }
  .header.mobileNavOn .nav .menuArea ul {
    display: none;
    background-color: #F4F4F4;
  }
  .header.mobileNavOn .nav .menuArea li.on > a {
    background: #E7EFFF url(../images/ico_nav_arrow.png) no-repeat 90% center/10px;
  }
  .header.mobileNavOn .nav .menuArea li.on ul {
    opacity: 1;
    display: block;
    width: 60%;
  }
  .header.mobileNavOn .nav .menuArea li ul li a {
    display: flex;
    align-items: center;
    height: 61px;
    padding-right: 20px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    background-color: #f4f4f4;
    position: relative;
    box-sizing: border-box;
  }
  .header.mobileNavOn .nav h2.library_maintit {
    display: none;
  }
  .header.mobileNavOn .btnNavClose {
    display: block;
    z-index: 12;
  }
  .header.mobileNavOn .btnNavClose span {
    background-color: #333;
    border-radius: 4px;
    transform: translateY(8px) rotate(-45deg);
  }
  .header.mobileNavOn .btnNavClose span:nth-of-type(2) {
    opacity: 0;
  }
  .header.mobileNavOn .btnNavClose span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .header.mobileNavOn .btnNavOpen {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .inner {
    padding: 0 30px;
  }
  .footer .inner dl {
    min-width: 100%;
  }
  .footer .inner .top_btn .on {
    position: absolute;
  }
  .footer .inner .top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    height: 50px;
  }
  .footer .inner .top_btn button {
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #1f2891;
    font-weight: bold;
  }
  .footer .inner:after {
    display: inline-flex;
    position: static;
    transform: unset;
    margin-top: 10px;
  }
  .main section .boxBottom .rollContents {
    width: 100%;
    margin-top: 20px;
  }
  .main section article {
    position: relative;
    width: 100%;
    margin-right: 0;
    left: 0 !important;
  }
  .main section article.type02 {
    width: 100%;
    top: inherit;
    height: 450px;
  }
  .main section article.type02 > div {
    width: 100%;
    margin-bottom: 4%;
  }
  .main section article:nth-child(3) {
    top: inherit;
  }
  .main section article.boxBottom {
    clear: both;
  }
  .main section .mainLibraryNav h3 {
    font-size: 24px;
  }
  .main section .mainLibraryNav a {
    height: 26px;
    padding: 13px;
    margin: 5px;
    font-size: 16px;
  }
  .main section article h2 {
    font-size: 20px;
  }
  .main .searchBtnWrap .search_bar {
    width: 100%;
    box-sizing: border-box;
  }
  .main .searchBtnWrap .search_bar select {
    max-width: inherit;
    width: 100%;
  }
  .main .searchBtnWrap .search_bar .search_bar_text {
    display: block;
    width: 99%;
  }
}
@media (max-width: 768px) {
  .main section .inner {
    background-color: #f5f6f9;
    padding: 4%;
  }
  .main section .inner .mainTitle {
    margin-bottom: 5px;
  }
  .main section .inner .mainTitle .mainSlogun {
    display: none;
  }
  .main section .inner .mainTitle .mainLibName {
    font-size: 24px;
  }
  .main section .inner .mainTitle button img {
    width: 48px;
  }
  .main section .btn_more {
    font-size: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    top: 18px;
    background-position: center;
  }
  .main section .boxRightTop .tagArea {
    height: 45px;
  }
  .main section .boxRightTop .tagArea li a {
    padding: 10px 15px;
    margin-right: 8px;
  }
  .main section .boxLeftTop::before {
    top: 70px;
  }
  .main section .boxLeftTop .tab {
    min-height: 200px;
  }
  .main section .boxLeftTop .tab li > button.on:after {
    top: 36px;
  }
  .main section .boxLeftTop .tab li > button {
    font-size: 20px;
  }
  .main section .boxLeftTop .swiper {
    min-height: 200px;
    padding: 0;
  }
  .main section .boxLeftTop .swiper-slide img {
    width: 108px;
    height: 158px;
  }
  .main section .boxRightTop h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .main section .boxLeftBottom::before {
    top: 42px;
    width: 67%;
  }
  .main section .boxLeftBottom .noticeArea li a .title {
    max-width: 45%;
  }
  .main section article.type02 .boxLeft .inner {
    height: 402px;
  }
  .main section article.type02 .boxLeft ul li a {
    padding: 14px 19px;
  }
  .main section .mainLibraryNav .jsDivInner {
    width: 100%;
  }
  .main section .mainLibraryNav nav {
    width: 100%;
    max-height: 607px;
  }
  .main section .mainLibraryNav nav a {
    min-width: inherit;
    width: 39%;
    height: inherit;
    line-height: 1.2;
    font-size: 14px;
  }
  .main .searchBtnWrap {
    display: block;
  }
  .main .searchBtnWrap .search_bar {
    display: block;
  }
  .main .searchBtnWrap .btn_search {
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
  }
  .header .nav {
    height: 68px;
  }
  .header .nav h2.library_maintit {
    display: none;
  }
  .header .nav ul li a span {
    font-size: 16px;
  }
  .header.mobileNavOn .nav .menuArea li ul li a {
    font-size: 15px;
  }
  .header .headerTop a:hover {
    text-decoration: none;
  }
  .mobileNavOn .barcodeOpen {
    display: none;
  }
  .footer .inner .top_btn .on {
    position: absolute;
  }
  .footer .inner .top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    height: 45px;
  }
  .footer .inner .top_btn button {
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    text-align: center;
    background: #1f2891;
    font-weight: bold;
  }
}
@media (min-width: 350px) and (max-width: 766px) {
  .main section .mainLibraryNav nav {
    max-height: 413px;
  }
  .main section .mainTitle .mainSlogun {
    display: none;
  }
}
@media (max-width: 375px) {
  #libMenuNav a {
    font-size: 14px;
  }
  .footer .inner .footerLink a {
    display: block;
  }
  .footer .inner dl {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
