@charset "UTF-8";
/* S-Core Dream */
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "SCDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
}
#Wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.inner {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1100px;
}

.col-blue {
  color: var(--blue);
}

.col-blue-2 {
  color: var(--blue-2);
}

.col-skyblue {
  color: var(--skyblue);
}

.col-gray-9 {
  color: var(--gray-9);
}

/* display flex */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBox.area02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexBox.area02.ver_auto_h {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-column {
  flex-direction: column;
}
.flex-column > * {
  width: 100%;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexBox.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex1 {
  flex: 1;
}

.inflex {
  display: inline-flex;
}

.gap5 {
  gap: 5px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.dp-block {
  display: block;
}

.dp-none {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.position-r {
  position: relative;
}

.pa-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.of-hidden {
  overflow: hidden;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fs-i {
  font-style: italic;
}

.fc-w {
  color: #fff;
}

.t-up {
  text-transform: uppercase;
}

.color-1 {
  color: var(--main-color);
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-50 {
  font-size: 50px;
}

.fs-i {
  font-style: italic;
}

.pd-0 {
  padding: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.m0auto {
  margin: 0 auto;
}

.br-n {
  border-right: 0 !important;
}

.wd-95 {
  width: 95% !important;
}

.wd-100 {
  width: 100% !important;
}

.bd-r-n {
  border-right: 0 !important;
}

.bd-r {
  border-right: 1px solid #f4f4f4;
}

.btn-st {
  position: relative;
  display: block;
  width: 180px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
}
.btn-st > span {
  display: table;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.bg-g {
  background: #fafafa;
}

.bg-skyblue {
  background-color: #F3F9FF;
}

.mtable-ntc {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mtable-ntc img {
  margin: 0 auto;
  animation: drg 3s ease-out infinite;
}
.mtable-ntc > div {
  z-index: 9;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px 20px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.mtable-ntc > div::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/common/close.png") center no-repeat;
  background-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mtable-ntc p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.mtable-ntc.close {
  display: none;
}
.mtable-ntc .drg {
  width: 31px !important;
}

@keyframes drg {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
}
table {
  border-top: 2px solid #111;
  background: #fff;
}
table tr {
  border-bottom: 1px solid #eaeaea;
}
table th {
  font-weight: 800;
  text-align: center;
  padding: 15px;
}
table td {
  text-align: center;
  padding: 15px;
}

.gap-line {
  position: relative;
}
.gap-line::after {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.ud-line {
  text-decoration: underline;
}

.txt-row-1 {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  .m-scr-wrap {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .mtable-ntc {
    display: block;
  }
}
header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
header.down {
  top: 0;
}
header.up {
  top: -320px;
}
header .banner {
  position: relative;
  display: none;
}
header .banner.open {
  display: block;
  background-color: var(--blue-3);
  padding: 10px 0;
  transition: 0.2s;
}
header .banner img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
header .banner .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 1300px) / 2);
  width: 30px;
  height: 30px;
  background-image: url("../images/common/close-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 30px;
}
header .hd-top {
  border-bottom: 1px solid var(--gray);
}
header .hd-top .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .hd-top .r-mn .link {
  background-color: #002956;
}
header .hd-top .r-mn .link a {
  color: #fff;
  background: url(../images/common/link-home.svg) 8px 44%/13px no-repeat;
  padding: 10px 10px 10px 27px;
  font-size: 14px;
}
header .hd-md {
  position: relative;
  margin: 20px auto;
}
header .hd-md .logo {
  font-size: 32px;
  font-weight: 600;
  color: var(--blue);
}
header .hd-md .search-form {
  width: 620px;
  border: 1px solid var(--gray);
  padding: 5px 10px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}
header .hd-md .search-form select {
  position: relative;
  border: none;
}
header .hd-md .search-form input {
  position: relative;
}
header .hd-md .search-form select:focus, header .hd-md .search-form input[type=text], header .hd-md .search-form .btn-search {
  outline: none;
}
header .hd-md .search-form input[type=text] {
  border: none;
}
header .hd-md .search-form .btn-search {
  width: 30px;
  height: 30px;
  background: url("../images/common/btn-search.svg") center/20px no-repeat;
  margin-right: 16px;
}
header .hd-md .r-mn {
  gap: 0 10px;
  margin-left: auto;
}
header .hd-md .r-mn li a {
  padding: 9px 12px;
  border-radius: 5px;
  overflow: hidden;
}
header .hd-md .r-mn li.bell a {
  position: relative;
}
header .hd-md .r-mn li.bell a::after {
  display: block;
  content: "2";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  background-color: var(--blue-3);
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
}
header .hd-md .r-mn li.on a {
  background: url("../images/common/gr-bg.svg");
}
header .hd-nav {
  position: relative;
  padding: 20px 0;
}
header .hd-nav .all span {
  font-size: 20px;
  font-weight: 600;
  background: url(../images/common/all-ct.svg) left center/28px no-repeat;
  padding: 5px 5px 5px 40px;
}
header .hd-nav .menu-box {
  position: relative;
  margin-left: 40px;
}
header .hd-nav .menu-box::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--gray-9);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
header .hd-nav .menu-box ul {
  gap: 0 20px;
}
header .hd-nav .menu-box .tit > a {
  font-size: 20px;
}
header .hd-nav .r-mn {
  gap: 0 20px;
  margin-left: auto;
}
header .hd-nav .r-mn li a {
  font-size: 20px;
}
header:hover > .menu-box > ul > li > a {
  color: #111;
}

footer {
  border-top: 1px solid #e5e8ec;
}
footer * {
  color: #4c515b;
  box-sizing: border-box;
}
footer strong {
  font-weight: bold;
}
footer .top {
  flex-wrap: wrap;
}
footer .top .logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
footer .top .mn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .top .mn-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .top .mn-list li {
    width: 48%;
  }
}
footer .top .mn-list a {
  padding: 0 10px;
}
footer .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
footer .fm-list {
  width: 200px;
  margin-left: auto;
}

select.pub-select {
  margin-top: 25px;
  width: 125px;
  height: 38px;
  padding: 0 30px 0 12px;
  font-size: 0.8125rem;
  border: 1px solid #d5d9df;
  border-radius: 6px;
  background: #fff url(/booknavi/custom/images/common/select10.png) 100% 50%/30px 10px no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#footer {
  padding: 50px 0 60px 0 !important;
  background-color: #fff;
}
#footer .inner {
  max-width: max-content;
  width: auto;
}
#footer > .flexBox {
  align-items: center;
  display: flex;
  margin-bottom: 28px;
}
#footer .footer__company-info {
  display: flex;
  flex-direction: row;
  align-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footer__company-info {
    flex-direction: column;
    gap: 20px;
  }
}
#footer .info {
  flex-wrap: wrap;
  gap: 0 6px;
  font-size: 13px;
  line-height: 18px;
  flex-direction: row;
}
#footer .info li {
  color: #4c515b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .info li {
    padding: 0 20px;
  }
}
#footer .copy {
  font-size: 13px;
  color: #4c515b;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e5e8ec;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    border-left: 0;
    margin-left: 0;
    font-size: 9px;
    text-align: center;
  }
}

.topmenu-area {
  z-index: 101;
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #e5e8ec;
  background-color: #fff;
}

.r-mn,
.menu-box {
  display: flex;
  gap: 0 25px;
}
.r-mn > li,
.menu-box > li {
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: 600;
}
.r-mn > li > ul,
.menu-box > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  background-color: var(--blue);
  align-items: center;
  height: 0;
  overflow: hidden;
  color: #fff;
}
.r-mn > li:hover > ul,
.menu-box > li:hover > ul {
  transition: 0.1s;
  overflow: visible;
  height: auto;
  padding-bottom: 20px;
}
.r-mn > li > ul > li,
.menu-box > li > ul > li {
  text-align: center;
  color: #fff;
}
.r-mn > li > ul > li:first-child,
.menu-box > li > ul > li:first-child {
  margin-top: 20px;
}
.r-mn > li > ul > li > a,
.menu-box > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  margin: 5px auto;
  color: #fff;
  font-size: 18px;
}
.r-mn > li > ul > li a::after,
.menu-box > li > ul > li a::after {
  transition: opacity 0.1s, width 0.5s;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  background: #fff;
}
.r-mn > li > ul > li:hover a::after,
.menu-box > li > ul > li:hover a::after {
  opacity: 1;
  width: 100%;
  transition: opacity 0.1s, width 0.5s;
  z-index: 99;
}

/* 로그인 - 전 */
.login-main {
  position: relative;
  overflow: hidden;
  height: 258px;
  border-radius: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border: 1px solid #e5e8ec;
  background-color: #fff;
}

.login-main__title {
  padding: 0 20px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.login-main__action {
  display: flex;
  padding: 0 20px;
}

.login-main__action li {
  position: relative;
  width: 100%;
}

.login-main__action li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 94px;
  background-color: #ebedf1;
  transform: translate(0, -50%);
}

.login-main__action li a {
  position: relative;
  display: block;
  width: 100%;
  height: 124px;
  padding: 76px 0 0;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
}

.login-main__action li a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.edunavi.kr/resource/images/member/logo.png") no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, 0);
}

.login-main__action li.login-main__action-P {
  padding-right: 20px;
}

.login-main__action li.login-main__action-P a::before {
  background-position: 0 0;
}

.login-main__action li.login-main__action-C {
  padding-left: 20px;
}

.login-main__action li.login-main__action-C a::before {
  background-position: -48px 0;
}

.login-main__sub {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #4c515b;
}

/* 로그인 - 후 */
#loginbox {
  overflow: hidden;
  width: 300px;
  height: 350px;
  margin-top: 20px;
  margin-bottom: -4px;
  border-radius: 16px;
  border: 1px solid #e5e8ec;
  background-color: #fff;
}

#loginbox.main-user--brand {
  margin-bottom: 0;
}

.main-user {
  position: relative;
  height: 100%;
}

.main-user a {
  text-decoration: none;
}

.main-user ul {
  list-style: none;
}

.main-user__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 84px;
  padding: 20px 20px 0 90px;
}

.main-user__photo {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 39%;
  text-align: center;
}

.main-user__photo > img {
  width: 100%;
  margin-top: 13px;
}

.main-user__photo #logo {
  width: 50px;
}

.main-user__name {
  overflow: hidden;
  max-width: 100%;
  max-height: 38px;
  padding-left: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  word-break: break-all;
}

.main-user__company {
  overflow: hidden;
  width: 99%;
  margin-top: 4px;
  padding-left: 4px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-user__link {
  display: flex;
  margin-top: 6px;
}

.main-user__link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  font-size: 0.75rem;
  color: #777e8c;
}

.main-user__link a:last-child {
  padding-right: 0;
}

.main-user__link a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #d5d9df;
  transform: translate(0, -50%);
  content: "";
}

.main-user__dashboard {
  margin: 12px 20px 0;
  border-radius: 12px;
  background-color: #f7f8fa;
  font-size: 0.75rem;
}

/* 개인 대시보드 */
.person-dashboard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 0 12px 0 16px;
}

.person-dashboard__count {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
}

.person-dashboard__number {
  color: #2e89e5;
}

.person-dashboard__state {
  display: inline-block;
  height: 26px;
  padding: 0 10px 0 8px;
  border-radius: 14px;
  color: #4c515b;
  font-size: 0.75rem;
  line-height: 26px;
  text-align: center;
}

.person-dashboard__state::before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 4px 2px 0 0;
  content: "";
}

.person-dashboard__state.open {
  border: 1px solid #e5e8ec;
  background-color: #fff;
  line-height: 24px;
}

.person-dashboard__text {
  overflow: hidden;
  width: 100%;
  max-height: 39px;
  font-size: 12px;
  color: #4c515b;
  line-height: 1.4;
}

.person-dashboard__text .person-dashboard__number {
  font-size: 0.75rem;
}

/* 메뉴 */
.user-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.user-menu__item {
  position: relative;
  display: block;
  width: 87px;
  margin: 20px 0 4px;
  padding-top: 34px;
  font-size: 0.8125rem;
  color: #4c515b;
  text-align: center;
  white-space: nowrap;
}

.user-menu__item::before {
  position: absolute;
  top: 0;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.user-menu__count {
  position: absolute;
  top: -4px;
  left: calc(50% + 1px);
  min-width: 16px;
  height: 16px;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: #f04452;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #fff;
}

/* 메뉴 - 개인 */
.user-menu__myebook::before {
  background-image: url("/booknavi/custom/images/common/my_ebook.svg");
}

.user-menu__mygroup::before {
  background-image: url("/booknavi/custom/images/common/my_group.svg");
}

.user-menu__mynoti::before {
  background-image: url("/booknavi/custom/images/common/my_noti.svg");
}

.user-menu__myzzim::before {
  background-image: url("/booknavi/custom/images/common/my_zzim.svg");
}

/* 서비스 */
.user-service {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 36px;
  margin-top: 16px;
  background-color: #f9fbfe;
}

.user-service__item {
  position: relative;
  flex: 1;
  display: block;
  height: 100%;
  text-align: center;
  font-size: 0.8125rem;
  color: #4c515b;
  line-height: 36px;
}

.user-service__item + .user-service__item::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #e5e8ec;
  content: "";
}

/* 탑 PR */
#TopPR {
  width: 210px;
  height: auto;
  margin: 20px 0 0;
}

#TopPR a {
  overflow: hidden;
  display: block;
  height: auto;
  border-radius: 12px;
}

#TopPR img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.main-top {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.main-top__left {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.main-Top {
  display: block;
  background: #0b5ed7;
}

.main-primary {
  display: flex;
  height: 200px;
}

.mainTop3 {
  display: block;
}

.main-top__divider {
  border-radius: 16px;
  border: 1px solid #e5e8ec;
  margin-top: 20px;
}

.main-top__divider {
  display: flex;
}

#PrimaryLocal .primary-category {
  flex-direction: column;
  justify-content: space-between;
}
#PrimaryLocal .primary-category .primary-category__item {
  width: auto;
}

.primary-local {
  overflow: hidden;
  width: 250px;
  height: 112px;
  margin-right: 20px;
  padding: 2px 22px 0 22px;
  border-radius: 8px;
  background-color: #f9fbfe;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.primary-local .primary-local__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.primary-local > a {
  font-size: 1rem;
  color: #4c515b;
}

.main-primary__item {
  position: relative;
  flex-shrink: 0;
  padding: 32px 28px 0;
}

.main-primary__content {
  margin-top: 14px;
}

.main-primary__content--align {
  display: flex;
  margin-top: 14px;
}

.main-primary__title {
  font-size: 16px;
  font-weight: bold;
}

.primary-category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 6px;
}

.primary-category__item a {
  position: relative;
}
.primary-category__item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 30px;
  background-position: center;
  content: "";
}

#PrimaryLocal .primary-category__item:nth-child(1) a:before {
  background-image: url(/booknavi/custom/images/common/main_top_Institution.svg);
}
#PrimaryLocal .primary-category__item:nth-child(2) a:before {
  background-image: url(/booknavi/custom/images/common/main_top_curriculum.svg);
}
#PrimaryLocal .primary-category__item:nth-child(3) a:before {
  background-image: url(/booknavi/custom/images/common/main_top_join.svg);
}

#PrimaryTheme {
  width: 235px;
}
#PrimaryTheme:before, #PrimaryTheme:after {
  position: absolute;
  top: 32px;
  left: 0;
  width: 1px;
  height: 139px;
  background-color: #f0f2f5;
  content: "";
}
#PrimaryTheme:after {
  left: unset;
  right: 0;
}
#PrimaryTheme .primary-category__item a:before {
  background-image: url(/booknavi/custom/images/common/main_top_elementary.svg);
}

#PrimaryPrefer {
  width: 240px;
}
#PrimaryPrefer .primary-category__item a:before {
  background-image: url(/booknavi/custom/images/common/main_top_secondary.svg);
}

.primary-category__item {
  width: 50%;
  margin-bottom: 20px;
}
.primary-category__item a {
  padding-left: 28px;
}
.mainNewGroup {
  position: relative;
  display: block;
  width: 300px;
  height: 130px;
  padding: 24px 44px 0 28px;
  margin-right: 20px;
}

.main-newgroup__title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.main-newgroup__list {
  overflow: hidden;
  height: 48px;
}

.main-newgroup__button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #e5e8ec;
  transform: rotate(-90deg);
  background: #fff url(/booknavi/custom/images/common/arrow_gray400.svg) center/10px no-repeat;
  font-size: 0;
  color: transparent;
}

.mainNewGroup .pagingGo {
  position: absolute;
  top: 58px;
  right: 16px;
}

.main-newgroup__button--next {
  margin-top: 8px;
  transform: rotate(90deg);
}

.main-banner {
  overflow: hidden;
  width: 550px;
  height: 130px;
  border: 0;
}

#loginbox {
  overflow: hidden;
  width: 210px;
  height: 350px;
  margin-top: 20px;
  margin-bottom: -4px;
  border-radius: 16px;
  border: 1px solid #e5e8ec;
  background-color: #fff;
}

.sec-1 {
  position: relative;
  background-color: #e1f5ff;
}
@media screen and (max-width: 768px) {
  .sec-1 .inner {
    padding: 30px 15px !important;
  }
}
.sec-1 .book-list-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #053A88;
}
.sec-1 .book-list-title b {
  color: #005DD1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-1 .book-list-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.sec-1 .bg {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 150px;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .sec-1 .bg {
    width: 50px;
  }
}

.sec-2 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-2 .inner {
    padding: 30px 15px !important;
  }
}
.sec-2 .book-list-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #053A88;
}
.sec-2 .book-list-title b {
  color: #005DD1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-2 .book-list-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.sec-2::after {
  display: block;
  content: "";
  color: #F3F9FF;
  font-size: 130px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-2::after {
    font-size: 60px;
    top: -30px;
  }
}
.sec-2 .bg {
  position: absolute;
  top: 42%;
  left: -8%;
  width: 39%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-2 .bg {
    width: 50px;
  }
}

.sec-3 {
  position: relative;
}
.sec-3 .inner {
  padding: 48px 0;
  justify-content: space-between;
}
.sec-3.group-bg {
  background: url(/custom/images/main/bg_group.png);
  background-position: top center;
  background-size: cover;
}
.sec-3.group-bg .inner {
  border-bottom: 1px solid #E6E6E6;
}
.sec-3 .lbox.col-type-1 {
  width: calc((100% - 50px) / 1);
}
.sec-3 .lbox.col-type-2,
.sec-3 .rbox.col-type-2 {
  width: 100%;
}
.sec-3 .group-row-title {
  margin-bottom: 35px;
}
.sec-3 .lbox h1, .sec-3 .rbox h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #053A88;
}
.sec-3 .lbox h1 b, .sec-3 .rbox h1 b {
  color: #005DD1;
  font-weight: 700;
}
.sec-3 .col-type-1 + .col-type-1 {
  margin-top: 96px;
  padding-top: 96px;
  border-top: 1px solid #E6E6E6;
}
.sec-3 .group-slide .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  width: calc((100% - 40px) / 3);
  border: 1px solid var(--gray);
  overflow: hidden;
  cursor: pointer;
}
.sec-3 .group-slide .swiper-slide:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  transition: 0.1s;
}
.sec-3 .group-slide .swiper-slide .top {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sec-3 .group-slide .swiper-slide .top strong {
  font-size: 16px;
  padding-right: 20px;
}
.sec-3 .group-slide .swiper-slide .top p {
  font-size: 14px;
}
.sec-3 .group-slide.group-slide-col-2 .swiper-slide {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .sec-3 .group-slide.group-slide-col-2 .swiper-slide {
    width: 100%;
  }
}
.sec-3 .group-slide .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec-3 .group-slide .swiper-wrapper {
    gap: 0 0;
  }
}
.sec-3 .bg {
  display: block;
  position: absolute;
  top: 22%;
  right: 10%;
  width: 8%;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .sec-3 .inner {
    flex-direction: column;
    padding: 50px 0;
    align-items: center;
    gap: 30px;
  }
  .sec-3 .lbox h1, .sec-3 .rbox h1 {
    font-size: 16px;
    line-height: 16px;
  }
  .sec-3 .lbox.col-type-1 {
    width: calc((100% - 40px) / 1);
  }
  .sec-3 .lbox.col-type-2,
  .sec-3 .rbox.col-type-2 {
    width: calc((100% - 40px) / 1);
  }
  .sec-3 .group-slide .swiper-slide {
    width: calc((100% - 20px) / 1);
  }
  .sec-3 .group-slide .swiper-slide .top strong {
    font-size: 16px;
  }
  .sec-3 .group-slide .swiper-slide .top .flexBox.area02 p {
    font-size: 14px;
  }
}

#a .sec-4 .inner {
  padding: 30px 0;
}

#a .sec-4.top .inner {
  padding: 35px 0 48px 0;
}
@media screen and (max-width: 768px) {
  #a .sec-4.top .inner {
    overflow-x: auto;
    padding: 35px 35px 48px 35px;
  }
  #a .sec-4.top .inner ul {
    flex-wrap: nowrap;
  }
  #a .sec-4.top .inner ul li a strong {
    font-size: 14px;
  }
}

#a .sec-4 .mn-list {
  gap: 20px;
  flex-wrap: wrap;
}
#a .sec-4 .mn-list.mn-list-2 li {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 80px) / 5);
}
#a .sec-4 .mn-list.mn-list-2 li:before {
  display: none;
}
#a .sec-4 .mn-list.mn-list-2 li span.icon {
  width: 80px;
  height: 80px;
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
#a .sec-4 .mn-list.mn-list-2 li a strong {
  text-align: center;
  margin-bottom: 0;
}

#a .sec-4 .mn-list li {
  position: relative;
  width: calc((100% - 60px) / 4);
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #a .sec-4 .mn-list li {
    width: 100%;
  }
}
#a .sec-4 .mn-list li a {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#a .sec-4 .mn-list li a strong {
  font-weight: 700;
  margin-bottom: 5px;
}
#a .sec-4 .mn-list li a p {
  color: var(--gray-9);
}

#a .sec-4 .mn-list li.top-1 .icon {
  background-image: url("/booknavi/custom/images/common/main_quick_icon_64px/main_quick_icon1.png");
}

#a .sec-4 .mn-list li.top-2 .icon {
  background-image: url("/booknavi/custom/images/common/main_quick_icon_64px/main_quick_icon2.png");
}

#a .sec-4 .mn-list li.top-3 .icon {
  background-image: url("/booknavi/custom/images/common/main_quick_icon_64px/main_quick_icon3.png");
}

#a .sec-4 .mn-list li.top-4 .icon {
  background-image: url("/booknavi/custom/images/common/main_quick_icon_64px/main_quick_icon4.png");
}

#a .sec-4 .mn-list li.top-5 .icon {
  background-image: url("/booknavi/custom/images/common/main_quick_icon_64px/main_quick_icon5.png");
}

#a .sec-4 .mn-list li:before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background-size: 64px auto;
  background-position: center;
}

#a .sec-4 .mn-list li.n-1:before {
  background-image: url("https://www.edunavi.kr/images/edunavi/web/arc/quick_icon4.png");
}

#a .sec-4 .mn-list li.n-2:before {
  background-image: url("https://www.edunavi.kr/images/edunavi/web/arc/quick_icon1.png");
}

#a .sec-4 .mn-list li.n-3:before {
  background-image: url("https://edunavi.kr/images/edunavi/web/arc/quick_icon3.png");
}

#a .sec-4 .mn-list li.n-4 {
  background-image: url("/booknavi/custom/images/main/sec-4-icon-4.svg");
}

#a .sec-4 .mn-list li.n-6:before {
  background-image: url("https://edunavi.kr/images/edunavi/web/arc/quick_icon6.png");
}

#a .sec-4 .mn-list li dl {
  font-size: 20px;
}

#a .sec-4 .mn-list li dd {
  font-size: 16px;
  color: var(--gray-9);
  line-height: 1.4;
}

.sec-5 .mn-list {
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.sec-5 .mn-list li {
  width: 100%;
}
.sec-5 .mn-list li a {
  display: flex;
  justify-content: space-between;
  height: 46px;
  padding: 0 16px;
  line-height: 46px;
  font-size: 0.9375rem;
  border: 1px solid #ebedf1;
  border-radius: 6px;
}
.sec-5 .mn-list li dl {
  display: flex;
  font-size: 20px;
}
.sec-5 .mn-list li dd {
  font-size: 16px;
  color: var(--gray-9);
  line-height: 1.4;
}
.sec-5 .mn-list li strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-5 .inner {
    padding: 20px 0;
  }
  .sec-5 .mn-list {
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sec-5 .mn-list li {
    width: calc((100% - 40px) / 2);
    background-image: none !important;
    padding: 0;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
  }
  .sec-5 .mn-list li a {
    padding: 15px;
    display: block;
  }
  .sec-5 .mn-list li dt {
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .sec-5 .mn-list li dt:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-image: url("/booknavi/custom/images/main/sec-4-icon-1.svg");
    background-size: 100% auto;
  }
  .sec-5 .mn-list li dd {
    font-size: 13px;
  }
  .sec-5 .mn-list li:not(:last-child):after {
    display: none;
  }
  .sec-5 .mn-list li.n-2 dt:before {
    background-image: url("/booknavi/custom/images/main/sec-4-icon-2.svg");
  }
  .sec-5 .mn-list li.n-3 dt:before {
    background-image: url("/booknavi/custom/images/main/sec-4-icon-3.svg");
  }
  .sec-5 .mn-list li.n-4 dt:before {
    background-image: url("/booknavi/custom/images/main/sec-4-icon-4.svg");
  }
}

.sec-5 {
  border-top: 1px solid #dadde2;
  padding: 48px 0 40px;
}
.sec-5 .inner {
  display: flex;
  flex-direction: row;
}
.sec-5 .inner > div {
  width: 100%;
}
.sec-5 .inner > div:nth-child(2) {
  padding: 0 0 0 60px;
}
.sec-5 .lbox a, .sec-5 .rbox a {
  font-size: 13px;
  font-weight: normal;
  color: #4c515b;
}
.sec-5 .lbox h1, .sec-5 .rbox h1 {
  font-size: 18px;
  font-weight: 700;
}
.sec-5 .list {
  margin-top: 12px;
}
.sec-5 .list a {
  overflow: hidden;
  display: block;
  padding: 12px 0;
  color: #4c515b;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  border-bottom: 1px solid #ebedf1;
}
.sec-5 .list a:last-child {
  border-bottom: 0 none;
}
.sec-5 .list a .date {
  text-align: center;
  line-height: 1.3;
}
.sec-5 .list a .date strong {
  font-size: 30px;
}
.sec-5 .list a .date p {
  font-size: 18px;
  color: var(--gray-9);
}
.sec-5 .list a:not(:last-child) {
  margin-bottom: 10px;
}
.sec-5 .list a .tbox {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.sec-5 .list a .tbox strong {
  font-size: 20px;
}
.sec-5 .list a .tbox p {
  color: var(--gray-9);
}
@media screen and (max-width: 768px) {
  .sec-5 .inner {
    padding: 20px;
    flex-direction: column;
  }
  .sec-5 .inner > div:nth-child(2) {
    padding: 20px 0 0 0;
  }
  .sec-5 .widget-notice-title {
    margin-bottom: 15px;
  }
  .sec-5 .lbox, .sec-5 .rbox {
    width: 100%;
  }
  .sec-5 .lbox h1, .sec-5 .rbox h1 {
    font-size: 16px;
    line-height: 16px;
  }
  .sec-5 .list a .date strong {
    font-size: 20px;
  }
  .sec-5 .list a .date p {
    font-size: 14px;
  }
  .sec-5 .list a .tbox strong {
    font-size: 16px;
  }
  .sec-5 .list a .tbox p {
    font-size: 12px;
  }
}

.book-list .inner {
  position: relative;
}
.book-list .inner {
  padding: 48px 0;
}
.book-list .ud-line:hover {
  text-decoration: underline;
}

.book-slide .swiper-slide {
  width: 180px;
}
.book-slide .fCKsrz {
  background-color: #ff8a5d;
  color: #fff;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 8px;
}
.book-slide .contents-wrapper {
  flex: 1 1 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.book-slide .contents-wrapper .title {
  margin-top: 8px;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgb(59, 64, 84);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.book-slide .contents-wrapper .author {
  margin-top: 4px;
  color: rgb(106, 112, 138);
  font-size: 14px;
}
.book-slide .contents-wrapper p {
  display: block;
  line-height: 1.5;
  text-align: center;
}
.book-slide .thumb-container {
  position: relative;
}
.book-slide .thumb-container .thumb-wrapper {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  padding: 8px 8px 40px;
  height: 265px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.book-slide .thumb-container .thumb-wrapper img {
  width: 140px;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
  background: #fff;
}
.book-slide .preview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  position: absolute;
  bottom: 0px;
  border-radius: 4px;
  color: var(--Gray-gray_500, #6a708a);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer;
  bottom: 8px;
  left: 8px;
  right: 8px;
  width: auto;
  text-align: center;
  background: #005dd1;
  color: #fff;
}
.book-slide .preview-btn span {
  font-size: 20px;
}
.book-slide .preview-btn:hover {
  transition: 0.3s ease-in-out;
  background: #005dd1;
}
.book-slide .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
}
.book-slide .img::after {
  content: "";
  display: block;
  padding-bottom: 145%;
}
.book-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-slide .tbox h4 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: normal;
  max-height: 38px;
  line-height: 19px;
  word-break: break-all;
}
.book-slide .tbox .meta {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
}
.book-slide .tbox .meta p {
  font-size: 14px;
  line-height: 17px;
}
.book-slide .tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.book-slide .tag li {
  font-size: 14px;
  background-color: var(--blue);
  color: #fff;
  padding: 0 8px;
  border-radius: 50px;
  z-index: 9;
}
.book-slide .tbox {
  margin-top: 10px;
}
.book-slide .tbox p {
  font-size: 14px;
  color: var(--gray-9);
}

.book-list .swiper-button-next {
  top: 55%;
  transform: translateY(-50%);
}
.book-list .swiper-button-prev {
  top: 55%;
  transform: translateY(-50%);
  left: -100px;
}
.book-list .swiper-button-next {
  right: -100px;
}
.book-list .swiper-button-prev span {
  color: var(--gray-9);
  font-weight: 200;
}
.book-list .swiper-button-next span {
  color: var(--gray-9);
  font-weight: 200;
  margin-right: -4px;
}

@media screen and (max-width: 768px) {
  .toputil-area .inner {
    justify-content: center;
  }
}

.toputil-area .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .toputil-area .container {
    justify-content: center !important;
  }
}

@media screen and (max-width: 768px) {
  .topsearch-area .container {
    justify-content: center !important;
  }
  .topsearch-area .r-mn {
    position: absolute;
    right: 65px;
    top: 6px;
    transform: translate(0, 0);
  }
  .topsearch-area .r-mn a {
    font-size: 14px;
    line-height: 14px;
  }
  .topsearch-area .bell {
    padding: 0;
  }
  .topsearch-area .bell a {
    padding: 10px;
    line-height: 1;
    display: block;
  }
  .topsearch-area .bell img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    object-fit: contain;
  }
  .topsearch-area .bell + li {
    display: none;
  }
  .topsearch-area .bell + li + li {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .topmenu-area .all-category.is-visible {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .topmenu-area .all-category.is-visible .list {
    height: 80%;
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  .topsearch-area .navbar-brand {
    position: static;
    width: auto !important;
    height: auto !important;
    transform: translate(0, 0);
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    line-height: 24px;
    font-size: 24px;
  }
  .topsearch-area .navbar-brand img {
    max-height: 24px !important;
    vertical-align: top;
  }
}

.mobile-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-top {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 28px 20px;
    background-color: #21357f;
    color: #fff;
    z-index: 3;
  }
  .mobile-top .info-login {
    display: flex;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-top .info-login a {
    display: block;
    padding-right: 14px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
  }
  .mobile-top .info-login a span {
    display: flex;
    line-height: 20px;
    align-items: center;
  }
  .mobile-top .info-login a span span {
    font-weight: 200;
  }
  .mobile-top .logout-button {
    background: none;
    padding: 0;
    border: 0;
    color: #fff;
    margin-left: auto;
    text-decoration: underline;
  }
  .mobile-top .logout-button a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }
  .mobile-top .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 0 15px;
  }
  .mobile-top .navbar-nav .nav-link {
    padding: 4px 10px;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .topsearch-area .searchCon .search-form {
    border-radius: 50px;
  }
}

@media screen and (max-width: 768px) {
  .toputil-area .tbt-quick {
    display: flex;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .topsearch-area .searchCon {
    padding: 0;
  }
}

.member-menu {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .member-menu {
    display: none !important;
    transform: translate(0, 0);
  }
}

.topmenu-area .allcate-btn {
  padding: 0 16px 0 22px;
  background: url("/booknavi/user/img/gnb_black-b8157071de97cbb31af488201a88afb9.svg") 0 50%/16px 16px no-repeat;
}
@media screen and (max-width: 768px) {
  .topmenu-area .allcate-btn {
    position: absolute;
    left: auto;
    right: 15px;
    top: -106px;
    height: 60px;
    margin: 0;
  }
  .topmenu-area .allcate-btn i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .topmenu-area .allcate-btn span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .all-category {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}

.r-mn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  gap: 0 10px;
  margin-left: auto;
  align-content: center;
}
.r-mn li {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.r-mn li a {
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 600;
}
.r-mn li.on {
  background: url("/booknavi/custom/images/common/gr-bg.svg");
}
@media screen and (max-width: 768px) {
  .r-mn {
    gap: 0 5px;
    position: static;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.cateogry {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cateogry {
    gap: 0 !important;
    flex: 1;
    padding: 16px 12px;
    overflow: auto;
  }
  .cateogry .category-submenu {
    gap: 0 12px !important;
  }
  .cateogry .category-submenu .r-mn, .cateogry .category-submenu .menu-box {
    transform: translate(0, 0);
    gap: 0 12px !important;
  }
  .cateogry .category-submenu .r-mn > li, .cateogry .category-submenu .menu-box > li {
    padding: 0;
  }
  .cateogry .category-submenu .r-mn > li a, .cateogry .category-submenu .menu-box > li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }
}

.r-mn li.bell a span.cnt {
  display: block;
  content: "2";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  background-color: var(--blue-3);
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
}

.visual {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.vs-slide .swiper-slide {
  opacity: 0.3;
  width: auto;
}
@media (max-width: 768px) {
  .vs-slide .swiper-slide {
    width: 100%;
  }
}
.vs-slide .swiper-slide img {
  max-height: 300px;
}
@media (max-width: 768px) {
  .vs-slide .swiper-slide img {
    width: 100%;
    max-height: max-content;
  }
}
.vs-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.vs-slide .swiper-button-prev {
  left: 2%;
}
.vs-slide .swiper-button-next {
  right: 2%;
}
.vs-slide .swiper-button-prev, .vs-slide .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.vs-slide .swiper-button-prev span, .vs-slide .swiper-button-next span {
  color: #fff;
  font-weight: 200;
}

.vs-slide .tbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}
.vs-slide .tbox .badge {
  border-radius: 5px 0 5px 0;
  border: 1px solid #004794;
  background-color: #F2F8FF;
  color: var(--blue);
  padding: 2px 10px;
  margin-top: 13px;
}
.vs-slide .tbox dl {
  margin-left: 20px;
  width: calc(100% - 90px);
}
.vs-slide .tbox dt {
  font-size: 30px;
  height: 40px;
  font-weight: 600;
}
@media screen {
  .vs-slide .tbox dt {
    font-size: 20px;
  }
}
.vs-slide .tbox dd {
  color: var(--gray-9);
  height: 30px;
}
@media screen {
  .vs-slide .tbox dd {
    font-size: 13px;
  }
}
.vs-slide .tbox dt, .vs-slide .tbox dd {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.banner_control {
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .banner_control {
    position: relative;
    right: 15px !important;
    left: 15px !important;
    width: calc(100% - 30px) !important;
    padding: 0 15px !important;
    margin-top: 20px;
  }
  .banner_control .swiper-pagination-2 {
    width: 70% !important;
  }
}
.banner_control .swiper-pagination {
  position: relative;
  font-size: 1em;
}
.banner_control .swiper-button-next, .banner_control .swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px;
  border: 1px solid #ddd;
}
.banner_control .swiper-stop-pause {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_control .swiper-stop-pause.swiper_play .btn_play, .banner_control .swiper-stop-pause.swiper_pause .btn_pause {
  display: none;
}
.banner_control .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #333;
}
.banner_control .swiper-button-next, .banner_control .swiper-button-prev {
  position: static;
  transform: none;
  width: auto;
  height: auto;
}
.banner_control .swiper-pagination {
  position: static;
  left: auto;
  bottom: auto;
}
.banner_control .swiper-pagination-fraction {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_control .swiper-pagination-fraction::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
}
.banner_control .swiper-pagination-fraction .fraction_num::before {
  content: "0";
  display: inline-block;
}
.banner_control .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
  color: var(--blue-3);
}
.banner_control .swiper-pagination-fraction .swiper-pagination-total {
  color: #ccc;
}
.banner_control .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  opacity: 1 !important;
  background: #eee;
}
.banner_control .swiper-pagination-bullet-active {
  background: #111;
}
.banner_control .more_title_wrap {
  margin-bottom: 0;
}
.banner_control .swiper-button-lock {
  display: flex !important;
}
.banner_control .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50px;
  margin-right: 10px;
}

.banner_control {
  right: 12rem;
  width: 500px;
  align-items: center;
  padding: 0;
  align-items: center;
}

.swiper-pagination-2 {
  width: 80% !important;
  top: 22px !important;
}

.swiper-pagination-progressbar {
  background-color: #E6E6E6;
}

.banner_control .pg-area {
  position: absolute;
  right: 0;
}

.cateogry {
  display: flex;
  gap: 0 20px;
}

.category-submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

/* header:hover,
header.down {
    background: #fff;
    transition: 0.2s;
    border-bottom: 1px solid #f7f7f7;
}

header:hover .gnb-box>li>a,
header.down .gnb-box>li>a {
    color: #111;
} */
/* .menu-box>ul>li:hover>a {
    background-color: red;
} */
.gnb-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.gnb-btn button {
  position: relative;
  width: 40px;
  height: 30px;
  border: 0;
  background: transparent;
}
.gnb-btn button:focus {
  outline: none;
}
.gnb-btn button span {
  position: absolute;
  display: block;
  height: 2px;
  width: 22px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -11px;
  transition: all 0.5s;
  background: #333;
}
.gnb-btn button span:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: -7px;
  transform: rotate(0deg);
  transition: all 0.5s;
  background: #333;
}
.gnb-btn button span:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 7px;
  transform: rotate(0deg);
  transition: all 0.5s;
  background: #333;
}
.gnb-btn.gnb-btn-active button span {
  background: transparent !important;
}
.gnb-btn.gnb-btn-active button span:before {
  transform: rotate(135deg);
  top: 0;
}
.gnb-btn.gnb-btn-active button span:after {
  transform: rotate(-135deg);
  top: 0;
}

.site-map.m-mode {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: var(--blue);
  z-index: 9;
}
.site-map.m-mode .inner {
  display: flex;
  align-items: center;
  border: 3px solid red;
}
.site-map.m-mode .login-area {
  background-color: #F3F9FF;
  border-radius: 8px;
}

.foo-banner {
  position: relative;
  border-radius: 10px 10px 0 0;
  padding: 20px 80px 20px 40px;
  background: url("../images/common/foo-bn-bg.png") center/cover no-repeat;
  transition: top 0.2s ease-in-out;
  margin-top: 100px;
}
.foo-banner.fx {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.foo-banner .img-list {
  width: 460px;
  position: absolute;
  bottom: 30px;
  gap: 0 10px;
}
.foo-banner .img-list li img {
  width: 100%;
}
.foo-banner .tbox {
  margin-left: auto;
}
.foo-banner .tbox h2 {
  color: #fff;
}
.foo-banner .tbox h2 > span {
  color: #FFEE30;
}
.foo-banner .tbox a {
  display: flex;
  align-items: center;
  background-color: #001A81;
  border-radius: 50px;
  padding: 5px 20px;
  margin-left: 20px;
}
.foo-banner .tbox a > span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: url("../images/common/foo-bn-arr.svg") right center/auto no-repeat;
  padding-right: 30px;
}

.fm-list {
  position: relative;
}
.fm-list .btn-family {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 200px;
  height: 40px;
  padding: 0 20px;
  border-radius: 50px;
  color: #ddd;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transition: background-color 0.3s;
  font-size: 16px;
  font-weight: 300;
}
.fm-list .btn-family:focus {
  outline: none;
}
.fm-list.open .btn-family {
  border-radius: 0 0 10px 10px;
}
.fm-list .btn-family::after {
  content: "+";
}
.fm-list.open .btn-family::after {
  content: "-";
}
.fm-list .list {
  display: none;
  position: absolute;
  bottom: 49px;
  left: 0;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #232323;
  border-radius: 10px 10px 0 0;
}
.fm-list .item {
  padding: 2px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  float: none;
  margin-right: 0;
}
.fm-list .item:first-child {
  border-top: 0;
}
.fm-list .link {
  color: #757575;
  font-weight: 300;
}

.right-mn {
  position: fixed;
  top: 80%;
  transform: translateY(-50%);
  right: 20px;
  width: 135px;
  z-index: 999;
}
.right-mn.on {
  top: 60%;
}
.right-mn .rmn-btn {
  width: 100%;
  border-radius: 10px;
  background-color: var(--blue);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 5px 0;
}
.right-mn.on .rmn-btn span::after {
  display: inline-block;
  content: "ë‹«ê¸°";
}
.right-mn .rmn-btn span::after {
  display: inline-block;
  content: "ì—´ê¸°";
}
.right-mn.on .today-view {
  display: block;
}
.right-mn .today-view {
  display: none;
  border-radius: 10px;
  border: 1px solid var(--gray);
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.right-mn .today-view .t-tit {
  padding: 10px;
  border-bottom: 1px solid var(--gray);
  text-align: center;
  font-weight: 600;
}
.right-mn .today-view .t-tit span {
  color: var(--blue);
}
.right-mn .today-view .list {
  padding: 10px;
}
.right-mn .today-view .list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.right-mn .today-view .list ul li a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.right-mn .today-view .list ul li a::after {
  content: "";
  display: block;
  padding-bottom: 145%;
}
.right-mn .today-view .list img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-mn.on .quick-mn {
  display: block;
}
.right-mn .quick-mn {
  display: none;
  border-radius: 20px;
  border: 1px solid var(--gray);
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.right-mn .quick-mn .t-tit {
  background-color: var(--blue);
  color: #fff;
  padding: 10px;
  text-align: center;
}
.right-mn .quick-mn ul {
  background-color: #fff;
}
.right-mn .quick-mn ul li {
  padding: 5px 10px;
}
.right-mn .quick-mn ul li:not(:last-child) {
  border-bottom: 1px solid var(--gray);
}
.right-mn .quick-mn ul li a {
  font-size: 13px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
}
.right-mn .quick-mn ul li.n-1 a {
  background-image: url("../images/common/quick-icon-1.svg");
}
.right-mn .quick-mn ul li.n-2 a {
  background-image: url("../images/common/quick-icon-2.svg");
}
.right-mn .quick-mn ul li.n-3 a {
  background-image: url("../images/common/quick-icon-3.svg");
}
.right-mn .top {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--blue);
  margin: 20px auto 0 auto;
  display: block;
}
.right-mn .top span {
  transform: translateY(2px);
  display: block;
  color: #fff;
  background: url("../images/common/top-btn.svg") top center no-repeat;
  padding-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1700px) {
  header .banner .close {
    right: 20px;
  }
  header .hd-md {
    padding: 0 20px 0 0;
  }
  .site-map.m-mode .lbox {
    padding-left: 50px;
  }
  header .hd-nav {
    position: relative;
    padding: 0 20px 20px 0;
  }
  header .hd-md .logo {
    font-size: 20px;
  }
  header .hd-nav .all span, header .hd-nav .menu-box .tit > a, header .hd-nav .r-mn li a {
    font-size: 16px;
  }
  header .hd-md .search-form {
    width: 420px;
  }
  header .hd-nav .menu-box {
    margin-left: 30px;
  }
  footer.type-2 .lbox {
    width: 300px;
  }
  footer.type-2 .rbox {
    margin-left: 20px;
    width: calc(100% - 350px);
  }
}
/*1700px*/
@media screen and (max-width: 1024px) {
  header .banner.open, header .hd-nav, header .hd-top {
    display: none;
  }
  header .hd-md .search-form, header .hd-md .r-mn {
    display: none;
  }
  .right-mn {
    display: none;
  }
  .gnb-btn {
    display: block;
  }
  header .hd-md .logo {
    font-size: 17px;
    line-height: 1.4;
    word-break: keep-all;
  }
  footer .top .logo {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  footer .top > div {
    flex-wrap: wrap;
  }
  footer .top .mn-list {
    margin: 10px auto 0 auto;
    gap: 5px;
  }
  footer .top .mn-list li a {
    border-radius: 50px;
    padding: 2px 11px;
    font-size: 14px;
  }
  footer .fm-list {
    margin: 10px auto 0 auto;
  }
  .fm-list .list {
    bottom: 39px;
  }
}
/*1024*/
@media screen and (max-width: 640px) {
  footer .fm-list {
    width: 100%;
  }
  .fm-list .btn-family, .fm-list .list {
    width: 100%;
  }
}
/*768*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22custom-layout.scss%22,%22scss/layouts/_common.scss%22,%22scss/layouts/_header.scss%22,%22scss/layouts/_footer.scss%22,%22scss/layouts/_menu-box.scss%22,%22scss/pages/_loginBox.scss%22,%22scss/pages/_mainTop.scss%22,%22scss/pages/_section-1.scss%22,%22scss/pages/_section-2.scss%22,%22scss/pages/_section-3.scss%22,%22scss/pages/_section-4.scss%22,%22scss/pages/_section-5.scss%22,%22scss/pages/_bookSlide.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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I;EACA;EACA;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGI;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;;;ACvMR;EACI;;AACA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;EACA;IACI;;;AAGR;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;IACA;IACA;IACA;;;;ACtHZ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;EACI;EACA;;AAEA;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAA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CI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACtOJ;EACI;EACA;;AAEA;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EATJ;IAUQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;;AChCZ;EACI;EACA;;AAEA;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EATJ;IAUQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVJ;IAWQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;;AChDZ;EACI;;AACA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AACA;EACI;;AASR;EACI;;AAGJ;AAAA;EAEI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EAEA;;AAGJ;EACI;;AAMR;EACI;;AAEA;EAHJ;IAIQ;;;AAKZ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;AAAA;IAEI;;EAIA;IACI;;EAEI;IACI;;EAEJ;IACI;;;;AC9IxB;EACI;;;AAGJ;EACI;;AACA;EAFJ;IAGQ;IACA;;EACA;IACI;;EAEJ;IACI;;;;AAKZ;EACI;EACA;;AAEI;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;;;AAKZ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAGJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAKA;EACI;EACA;EACA;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIZ;EACI;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;;AC3NpB;EACI;EACA;;AACA;EACI;EACA;;AACA;EACI;;AACA;EACI;;AAMR;EACI;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;IACI;IACA;;EACA;IACI;;EAIR;IACI;;EAIJ;IACI;;EACA;IACI;IACA;;EAMA;IACI;;EAGJ;IACI;;EAKJ;IACI;;EAGJ;IACI;;;;AClHhB;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAKJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGR;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACD;EACK;EAEA;EACA;EACA;EACD;;AAIX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;;AAMR;EAMI;EACA;;AAGJ;EAMI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AZ3KJ;EAFJ;IAGQ;;;;AAKJ;EACI;;AAEJ;EACI;IACI;;;;AAOR;EACI;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;;EAGR;IACI;;EACA;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAGJ;IACI;;;;AAOZ;EADJ;IAEQ;IACA;IACA;IACA;IAEA;IACA;IACA;;EACA;IACI;IACA;;;;AAMR;EADJ;IAEQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;;;;AAKZ;EACI;;AACA;EAFJ;IAGQ;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;;EAKhB;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;;;;AAOZ;EADJ;IAEQ;;;;AAKJ;EADJ;IAEQ;IACA;;;;AAKJ;EADJ;IAEQ;;;;AAIR;EACI;;AACA;EAFJ;IAGQ;IACA;;;;AAIR;EACI;EACA;;AACA;EAHJ;IAIQ;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;;AAMR;EADJ;IAEQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGR;EAxBJ;IAyBQ;IACA;IACA;IACA;;;;AAIR;EACI;;AACA;EAFJ;IAGQ;IACA;IACA;IACA;;EACA;IACI;;EACA;IACI;IACA;;EACA;IACI;;EACA;IACI;IACA;IACA;IACA;;;;AAWpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;;;AAIA;EAGI;EACA;;AAEA;EANJ;IAOQ;;;AAEJ;EAEI;;AACA;EAHJ;IAIQ;IACA;;;AAIR;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;AAIR;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAMhB;EACI;;AAEA;EAKI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAjBA;EACI;;AAmBR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGI;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EAEQ;IACI;;EAGJ;IACI;;EAIR;IACI;;EAIA;IACI;IACA;;EAGJ;IACI;;EAIA;IACI;;EAIR;IACI;;EAGJ;IACI;;EAKJ;IACI;;EAGJ;IACI;IACA;;;AAKZ;AAEA;EAEQ;IACI;;EAIA;IACI;;EAKZ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAKI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;IACA;;EAKZ;IACI;;EAIR;IACI;;;AAIR;AAEA;EACI;IACI;;EAIA;IACI;;;AAKZ%22,%22file%22:%22custom-layout.css%22%7D */
