@charset "UTF-8";
/* ===== 공용 스타일 ===== */
section {
  min-height: 700px;
}

.inner, .cont-inner {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#content.container.inner .inner {
  padding: 0 !important;
}

section.sub .sub {
  padding-top: 0 !important;
}
@media all and (max-width: 1060px) {
  section.sub .sub {
    padding-top: 0 !important;
  }
}

@media all and (max-width: 1540px) {
  .inner, .cont-inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 1060px) {
  .inner, .cont-inner {
    padding: 0 20px;
  }
}
mark.blue {
  color: #287bc2;
  font-size: inherit;
  font-weight: 500;
}

mark.red {
  color: #fb0d0d;
  font-size: inherit;
  font-weight: 500;
}

.tooltip-box {
  padding-left: 14px;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media all and (max-width: 430px) {
  .tooltip-box {
    height: 36px;
  }
}

.btn-tooltip {
  background: url("../img/ico_mark.png") no-repeat right;
  position: relative;
  width: 20px;
  height: 20px;
}

.tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 1000;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

.btn-tooltip:hover .tooltip,
.btn-tooltip:focus-within .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

/* ===== 메인 ===== */
@media all and (max-width: 1060px) {
  section {
    padding-top: 92px !important;
  }
  section.sub .sub {
    margin-top: 0 !important;
  }
}

/*  메인 - 배너  */
.main-banner {
  width: 100%;
  position: relative;
  background-color: #1a1817;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/main_banner.webp");
  padding-top: 80px;
  padding-bottom: 40px;
  aspect-ratio: 1920/764;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 1060px) {
  .main-banner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.main-banner.is-loading {
  background-image: none !important;
  background-color: #2b2321;
}

.main-banner.is-loading::before { /*  스켈레톤 애니메이션  */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 35, 35, 0) 30%, rgba(160, 140, 120, 0.4) 50%, rgba(43, 35, 35, 0) 70%);
  background-size: 300% 300%;
  animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.main-banner.before .inner {
  display: flex;
  gap: 20px 60px;
  align-items: center;
}

.main-banner.before .use-area {
  width: 50%;
}

.main-banner-txt {
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}
@media all and (max-width: 939px) {
  .main-banner-txt {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: var(--sz-lg);
    padding-left: 0;
    font-size: 24px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-txt {
    font-size: 20px;
    padding-top: 0;
  }
}

.main-banner-txt i {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
}
@media all and (max-width: 939px) {
  .main-banner-txt i {
    font-size: 26px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-txt i {
    font-size: 22px;
  }
}

.main-banner-txt b {
  font-weight: 800;
  font-size: 42px;
  color: #33bdff;
}
@media all and (max-width: 939px) {
  .main-banner-txt b {
    font-size: 36px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-txt b {
    font-size: 26px;
  }
}

.main-banner-search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.main-banner-search .input {
  height: 44px;
  width: calc(100% - 116px);
  max-width: 440px;
  border-radius: 44px;
  padding-right: 50px;
  padding-left: 20px;
}
.main-banner-search .btn {
  height: 44px;
  border-radius: 44px;
  margin-left: -44px;
  background: #0377c4;
  font-size: 17px;
}
.main-banner-search .btn.white {
  width: 116px;
  margin-left: 20px;
  background: #fff;
  color: #101010;
  font-weight: 600;
  letter-spacing: -1px;
}
.main-banner-search .btn.ico i {
  width: 18px;
}
.main-banner-search .akcBox {
  display: none;
  position: absolute;
  width: calc(100% - 126px);
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #ddd;
  max-width: 440px;
}
@media all and (max-width: 1059px) {
  .main-banner-search .akcBox {
    max-width: 476px;
    left: calc(50% - 68px);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 639px) {
  .main-banner-search .akcBox {
    left: calc(50% - 57px);
    width: calc(100% - 112px);
  }
}
@media all and (max-width: 580px) {
  .main-banner-search .akcBox {
    left: calc(50% - 45px);
    width: calc(100% - 90px);
  }
}
.main-banner-search .akcBox li {
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 15px;
}
.main-banner-search .akcBox li:hover {
  background: #f0f0f0;
}
.main-banner-search .akcBox li a {
  background: url("../img/ico_search.png") no-repeat 0px center;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 26px;
}
.main-banner-search .akcBox li span {
  color: var(--secondary);
}
.main-banner-search .akcFoot {
  border-top: 1px solid #ddd;
  padding: 12px 8px 8px;
  text-align: right;
  font-weight: 500;
  color: var(--gs600);
}
.main-banner-search .akcFoot a:hover {
  text-decoration: underline;
}

.main-banner-info {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.main-banner-info dt {
  font-weight: 800;
  font-size: 24px;
  width: 70px;
}
.main-banner-info dd {
  max-width: 440px;
  font-weight: 300;
  width: calc(100% - 70px);
}
.main-banner-info a {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
.main-banner-info span {
  font-size: 15px;
}

.main-banner .table-row .no-data {
  justify-content: center;
  padding-left: 20px;
  height: 96px;
}
@media all and (max-width: 939px) {
  .main-banner .table-row .no-data {
    justify-content: flex-start;
  }
}

.service-box {
  margin-top: 150px;
}

.service-box .items {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.service-box .item {
  background: #fff;
  border-radius: 8px;
  flex: 1;
  max-width: 150px;
}

.service-box .item > a {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  flex-wrap: wrap;
}

.service-box .img {
  margin-bottom: 14px;
  width: 100%;
  height: 64px;
}

.service-box .txt {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: -1px;
  width: 100%;
  white-space: nowrap;
}

.service-box .txt strong {
  display: block;
}

.service-box .btn {
  background: #333;
  border-radius: 34px;
  font-size: 13px;
  margin-top: 14px;
  transition: all 0.4s;
}

.service-box .item:hover .btn, .service-box .btn:hover {
  filter: none;
  background: #33bdff;
}

.main-banner.before .guide-area {
  color: #fff;
}

.main-banner.before .guide-area .tit-box {
  position: relative;
  width: 360px;
}

.main-banner.before .guide-area .tit-box h2 {
  color: var(--primary);
  font-size: 28px;
  font-weight: bold;
  filter: brightness(1.25);
  display: inline-block;
}

.main-banner.before .guide-area .tit-box .btn {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  position: absolute;
  right: 0;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.main-banner.before .guide-area .tit-box .btn:hover {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.4);
  transform: translateY(1px);
}

.main-banner.before .guide-area .txt {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-banner.before .guide-area li {
  font-size: 15px;
  line-height: 1.8;
}

.main-banner.before .chart-box {
  position: relative;
  display: flex;
  margin-top: -40px;
}

.main-banner.before .chart-box .item {
  border-radius: 50%;
  background: linear-gradient(to bottom, #33bdff 50%, #fff 50%);
  width: 204px;
  height: 204px;
  text-align: center;
}

.main-banner.before .chart-box .item.small {
  scale: 0.77;
  margin-top: 60px;
}

.main-banner.before .chart-box .item p {
  font-size: 19px;
  padding-top: 30px;
}

.main-banner.before .chart-box .item span {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  display: block;
}

.main-banner.before .chart-box .item strong {
  font-size: 35px;
}

.main-banner.before .chart-box .item img {
  margin-top: 30px;
}

@media all and (max-width: 1260px) {
  .main-banner-info {
    margin: 20px 0;
  }
  .main-banner.before .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-banner.before .use-area {
    width: 100%;
  }
  .service-box {
    margin-top: 20px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-search .input {
    width: calc(100% - 86px);
  }
  .main-banner-search .btn.white {
    padding: 0 8px;
    margin-left: 10px;
  }
  .main-banner .btn.ico i {
    display: none;
  }
  .main-banner.before .guide-area .tit-box {
    background: url("../img/ico_join.png") no-repeat left top;
    background-size: 50px;
    padding-left: 60px;
    width: 340px;
    padding-top: 10px;
  }
  .main-banner.before .guide-area .tit-box .btn i {
    display: inline-flex;
  }
  .main-banner.before .guide-area li {
    line-height: 1.5;
  }
  .main-banner.before .guide-area .tit-box .btn {
    height: 36px;
    border-radius: 36px;
    line-height: 1.2;
  }
}
@media all and (max-width: 580px) {
  .service-box .item > a {
    padding: 10px;
  }
  .service-box .img {
    height: 48px;
  }
  .service-box img {
    height: 100%;
    width: auto;
  }
  .service-box .txt {
    font-size: 18px;
  }
  .service-box .btn {
    height: 34px;
    width: 100%;
  }
  .main-banner-search .btn {
    font-size: 14px;
    width: 66px;
  }
  .main-banner-search .btn.white {
    width: 84px;
  }
  .main-banner.before .chart-box .item {
    width: 140px;
    height: 140px;
  }
  .main-banner.before .chart-box .item.small {
    scale: 0.9;
  }
  .main-banner.before .chart-box .item p {
    font-size: 14px;
    padding-top: 20px;
  }
  .main-banner.before .chart-box .item strong {
    font-size: 22px;
  }
  .main-banner.before .chart-box .item img {
    width: 40px;
    margin-top: 15px;
  }
  .main-banner.before .chart-box .item.small img {
    width: 60px;
  }
}
@media all and (max-width: 430px) {
  .service-box .txt {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .main-banner.before .guide-area .tit-box .btn {
    width: 96px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main-banner.before .guide-area .tit-box .btn i {
    display: none;
  }
}
/*  메인 - 배너 - 로그인  */
/*  로그인 before / after  */
.login-on .main-banner.before {
  display: none;
}

.main-banner.after {
  display: none;
}

.login-on .main-banner.after {
  display: block;
}

/*  ================  */
.main-banner.after .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.main-banner.after .member-card {
  width: 440px;
  border-radius: 8px;
  height: 200px;
  position: relative;
  border: 1px solid #c5c5c5;
  overflow: hidden;
  display: flex;
}

.card-shape {
  background: #fff;
  padding: 25px 20px;
  border-right: 1px solid #c5c5c5;
  height: 100%;
  width: 100%;
}

.card-shape .ium-logo {
  position: absolute;
  top: 10px;
  left: 25px;
}

.card-shape .card-logo {
  background: url("../img/common_logo.png") no-repeat left top;
  background-size: 88px;
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-left: 95px;
  color: #222;
}

.card-shape .name {
  font-size: 19px;
  margin-top: 50px;
  color: #222;
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .card-shape .name {
    font-size: 17px;
  }
}

.card-shape .number {
  font-size: 13px;
  color: #9e9c9c;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}

.card-info {
  background: #f4f3f3;
  width: 194px;
  flex: 0 0 194px;
  padding: 12px;
}

.card-info > div {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #c5c5c5;
  padding: 10px 4px;
}

.card-info > div:last-child {
  border-bottom: none;
}

.card-info dt {
  color: #7c7c7c;
  font-size: 12px;
  width: 80px;
}

.card-info dd {
  font-size: 13px;
  color: #222;
  width: calc(100% - 80px);
}

.member-chart {
  background: #dfe6ff;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  gap: 10px 20px;
}

.member-chart > div {
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}

.member-chart h2 {
  font-weight: bold;
  color: #222;
  padding: 18px 0;
  padding-left: 40px;
  font-size: 22px;
  letter-spacing: -1px;
}

.member-chart h2 a {
  position: relative;
}

.member-chart h2 a::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 14px);
}

.member-chart h2:hover a {
  color: var(--primary);
}

.member-chart .graph-area {
  width: 274px;
}

.member-chart .graph-area h2 {
  background: url("../img/ico_volume.png") no-repeat left 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--gray);
}

.member-chart .graph-area h2 span {
  font-size: 16px;
  margin-left: 10px;
}

.member-chart .book-log {
  width: calc(100% - 274px);
  position: relative;
  padding: 15px 20px;
  height: 260px;
  overflow: hidden;
}

.member-chart .book-log h2 {
  background: url("../img/ico_record.png") no-repeat left center;
}

.member-chart .book-log .common-tab {
  position: absolute;
  top: 15px;
  right: 20px;
}

.member-chart .book-log .table-row-wrap {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  height: 166px;
  overflow-y: auto;
}

.member-chart .book-log .table-row {
  min-width: 900px;
}

.member-chart .book-log .table-row {
  border-bottom: 1px solid var(--gray);
}

.member-chart .book-log .table-row .tr-head {
  padding: 10px 0;
  border-bottom: 1px solid #b2b2b2;
}

.member-chart .book-log .table-row .tr {
  padding: 8px 0;
}

.member-chart .book-log .table-row .th, .member-chart .book-log .table-row .td {
  letter-spacing: -0.5px;
}

.member-chart .book-log .table-row .num {
  width: 46px;
}

.member-chart .book-log .table-row .day {
  width: 86px;
  text-align: center;
}

.member-chart .book-log .table-row .state {
  width: 64px;
}

.member-chart .book-log .table-row .tit {
  display: block;
}

.member-chart .book-log .table-row .man {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100px;
}

.member-chart .book-log .common-tab li {
  border: none;
  font-size: 15px;
  color: #989898;
  width: auto;
}

.member-chart .book-log .common-tab li:hover,
.member-chart .book-log .common-tab li.on {
  background: none;
  color: #00adff;
  font-weight: bold;
}

.member-chart .book-log .common-tab li:hover::after,
.member-chart .book-log .common-tab li.on::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00adff;
  bottom: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-banner.after .main-banner-info {
  margin: 30px auto;
}

@media all and (max-width: 1059px) {
  .main-banner.after .inner {
    justify-content: center;
  }
  .main-banner.after .use-area {
    width: 100%;
  }
  .card-shape .barcode {
    display: block;
    height: 40px;
    margin-top: 20px;
  }
  .card-shape .barcode img {
    width: 100%;
    height: 100%;
  }
  .card-shape .name {
    margin-top: 10px;
  }
  .card-shape .number {
    margin-top: 0;
  }
  .member-chart .book-log .table-row .tr-head {
    display: flex;
  }
  .member-chart .book-log .table-row .td::before {
    display: none !important;
  }
  .main-banner.after .main-banner-info {
    margin: auto;
  }
}
@media all and (max-width: 939px) {
  .member-chart {
    flex-wrap: wrap;
    justify-content: center;
  }
  .member-chart .graph-area {
    width: 100%;
  }
  .member-chart .book-log {
    width: 100%;
  }
}
@media all and (max-width: 539px) {
  .main-banner.after .member-card {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .card-shape .card-logo {
    background: url("../img/common_logo.png") no-repeat right top;
    text-align: right;
    background-size: 88px;
  }
  .card-shape {
    height: auto;
    border-right: none;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
    text-align: center;
  }
  .card-shape .number, .card-shape .name {
    display: inline-block;
  }
  .card-info {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 6px 12px;
  }
  .card-info > div {
    width: 50%;
    padding: 6px 8px;
  }
  .member-chart h2 {
    font-size: 18px;
    background: none !important;
    padding: 0px 0 10px !important;
    padding-left: 0;
    position: relative;
  }
  .member-chart .book-log .common-tab {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    gap: 4px 16px;
  }
  .member-chart .book-log .common-tab li {
    height: auto;
    padding: 0;
  }
  .member-chart .book-log .table-row-wrap .th, .member-chart .book-log .table-row-wrap .td {
    font-size: 13px;
  }
  .main-banner.after .main-banner-info {
    gap: 0 10px;
  }
  .main-banner-info dt {
    font-size: 18px;
    width: 54px;
  }
  .main-banner-info dd {
    width: calc(100% - 54px);
  }
  .main-banner-info dd a {
    font-size: 15px;
  }
  .main-banner-info dd .txt {
    font-size: 14px;
  }
}
@media all and (max-width: 400px) {
  .card-info > div {
    width: 100%;
  }
}
/*  메인 - 참여도서관  */
.main-libs-top {
  background: #dfe6ff;
}

.sub .main-libs-top {
  padding: 0 30px;
}
@media all and (max-width: 1060px) {
  .sub .main-libs-top {
    padding: 0 20px;
  }
}

.main-libs-top .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.tit-box {
  background: url("../img/ico_join.png") no-repeat left 30px;
  padding: 40px 0 10px;
  padding-left: 80px;
}

.tit-box h2 {
  color: #029eff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 24px;
}

.tit-box h2 .arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/ico_arrow_right_bk.png") no-repeat right center;
  position: absolute;
  cursor: pointer;
}

.tit-box span {
  margin-top: 5px;
  color: #4c4c4c;
  display: block;
  width: 100%;
}

.main-libs.before .main-libs-top {
  padding-bottom: 30px;
}

.main-libs.before .flex-wrap {
  margin-bottom: 0;
}

.main-libs-graph {
  background: #f6f6f6;
  padding-bottom: 50px;
}

.main-libs-graph-top {
  border-bottom: 1px solid #c5c5c5;
}

.main-libs-graph-top .flex {
  height: 40px;
  align-items: center;
  font-size: 14px;
}

.main-libs-graph-top .mark-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-libs-graph-top .marker {
  font-weight: bold;
  position: relative;
  padding-left: 38px;
}

.main-libs-graph-top .marker::before {
  content: "";
  width: 30px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-libs-graph-top .marker1::before {
  background-color: #dfc469;
}

.main-libs-graph-top .marker2::before {
  background-color: #b69dc7;
}

.main-libs-graph-top .marker3::before {
  background-color: #9ecda1;
}

.main-libs-graph-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 20px;
  margin-top: 36px;
}

.main-libs-graph-list .graph-box {
  width: 100%;
  background-image: url("../img/main_libs_mark.png");
  background-position: -2px center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 90px;
  border-radius: 90px;
  border: 1px solid #cbcbcb;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  padding-left: 110px;
  padding-right: 30px;
}

.main-libs-graph-list .graph-box .area {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  box-shadow: 0 1px 2px 2px rgb(153, 197, 210);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
}

.main-libs-graph-list .graph-wrap li {
  height: 19px;
  line-height: 19px;
  display: flex;
  gap: 0 8px;
  margin: 6px 0;
}

.main-libs-graph-list .graph-wrap .sr-only {
  font-size: 14px;
  width: 64px;
  flex: 0 0 64px;
  word-break: keep-all;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.main-libs-graph-list .graph-wrap .num {
  font-size: 14px;
  width: 70px;
  flex: 0 0 70px;
  text-align: right;
}

.main-libs-graph-list .graph-wrap .bar {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-libs-graph-list .graph-wrap .bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.main-libs-graph-list .graph-wrap .bar1 span {
  background-color: #dfc469;
}

.main-libs-graph-list .graph-wrap .bar2 span {
  background-color: #b69dc7;
}

.main-libs-graph-list .graph-wrap .bar3 span {
  background-color: #9ecda1;
}

.main-libs-top .flex-wrap .search-box {
  position: relative;
  width: 400px;
}

.main-libs-top .flex-wrap .search-box .select {
  border-color: #b4b4b4;
  width: 96px;
}

.main-libs-top .flex-wrap .search-box .input {
  border-radius: 6px;
  width: calc(100% - 102px);
  padding-right: 36px;
}

.main-libs-top .flex-wrap .search-box .bt-search {
  width: 36px;
  height: 36px;
  background: url("../img/ico_search.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

.area-box .areas {
  display: flex;
  justify-content: space-between;
}

.area-box .areas .selected {
  display: none;
}

.area-box .areas li {
  letter-spacing: -1px;
  position: relative;
  width: calc(100% + 4px);
}

.area-box .areas li a {
  width: 100%;
  display: block;
  color: #5d5d5d;
  font-size: 15px;
  padding-bottom: 24px;
  text-align: center;
  white-space: nowrap;
}

.area-box .areas li:hover a, .area-box .areas li.on a {
  font-weight: bold;
  color: #222;
}

.area-box .areas li i {
  position: relative;
}

.area-box .areas li:hover a::after, .area-box .areas li.on a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #222;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.main-libs-list {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.main-libs-list ul {
  min-width: 840px;
}

.main-libs-list .tr {
  background: #fff;
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 4px;
  justify-content: space-between;
}

.main-libs-list .tr:first-child {
  border-bottom: 1px solid #c8d1f3;
  padding: 10px 0;
  margin-bottom: 10px;
  min-height: 50px;
}

.main-libs-list .tr:last-child {
  border-bottom: 1px solid #c8d1f3;
  padding-bottom: 10px;
}

.main-libs-list .th {
  text-align: center;
  background: #fff;
  padding-left: 0;
  text-align: left;
  font-size: 15px;
  color: var(--gs320);
}

.main-libs-list .td {
  text-align: left;
  font-size: 15px;
  color: var(--gs320);
  text-align: left;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-libs-list .num {
  width: 56px;
  text-align: center;
}

.main-libs-list .lib {
  width: 220px;
}

.main-libs-list .lib .mark {
  border: 2px solid #bcbcbc;
  height: 25px;
  min-width: 56px;
  max-width: 118px;
  color: #bcbcbc;
  border-radius: 25px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  flex: 1;
  justify-content: center;
  display: none;
}

.login-on .main-libs-list .lib .mark {
  display: inline-flex;
}

.main-libs-list .lib .mark.on {
  border-color: var(--primary);
  color: var(--primary);
}

.main-libs-list .addr {
  width: 100%;
  flex: 1;
}

.main-libs-list .day {
  width: 106px;
  text-align: center;
}

.main-libs-list .state {
  width: 90px;
  text-align: center;
}

.main-libs-list .link {
  width: 90px;
  text-align: center;
}

.main-libs-list .etc {
  width: 76px;
  text-align: center;
}

.main-libs-list .link a {
  border: 2px solid var(--gs320);
  height: 25px;
  width: 66px;
  color: var(--gs320);
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.main-libs-list .link a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.main-libs-list + .pagination {
  padding: 30px 0;
  border-bottom: 1px solid #c8d1f3;
}

.main-libs-list .td.no-data {
  justify-content: flex-start;
  width: 100%;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
  padding: 0 14px;
}
@media all and (max-width: 939px) {
  .main-libs-list .td.no-data {
    text-align: left;
  }
}

.withdrawal-libs-list {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  border-bottom: 1px solid var(--gray);
}

.withdrawal-libs-list table {
  width: 100%;
}

.withdrawal-libs-list th {
  border-bottom: 1px solid var(--gray);
  height: 42px;
  text-align: left;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .withdrawal-libs-list th {
    font-size: 14px;
  }
}

.withdrawal-libs-list td {
  padding: 10px 0;
  border-bottom: 1px solid #888;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 639px) {
  .withdrawal-libs-list td {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .withdrawal-libs-list td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.withdrawal-libs-list th:nth-child(1), .withdrawal-libs-list td:nth-child(1) {
  border-right: 1px solid #888;
  text-align: center;
  padding-left: 0;
  padding-right: 0px;
}

/*  로그인 전/후  */
.main-libs.after {
  display: none;
}

.login-on .main-libs.before {
  display: none;
}

.login-on .main-libs.after {
  display: block;
}

@media all and (max-width: 1260px) {
  .area-box {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .area-box .areas {
    min-width: 1260px;
  }
}
@media all and (max-width: 1059px) {
  .main-libs-graph-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .main-libs-top + .inner {
    padding: 0;
  }
  .main-libs-graph-list .graph-box {
    background-position: -26px center;
    padding-left: 90px;
  }
  .main-libs-graph-list .graph-box .area {
    width: 50px;
    height: 50px;
    left: 10px;
  }
}
@media all and (max-width: 639px) {
  .main-libs.before .main-libs-top {
    padding-bottom: 20px;
  }
  .tit-box {
    background: none;
    padding: 0;
    padding-top: 20px;
  }
  .tit-box h2 {
    font-size: 20px;
  }
  .main-libs-graph-list {
    grid-template-columns: 1fr;
  }
  .main-libs-graph-top .flex {
    flex-wrap: wrap;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main-libs-graph-top .marker {
    padding-left: 22px;
  }
  .main-libs-graph-top .marker::before {
    width: 16px;
  }
  .main-libs-top .flex-wrap {
    margin-bottom: 10px;
  }
  .main-libs-top .flex-wrap form {
    width: 100%;
  }
  .main-libs-top .flex-wrap .search-box {
    width: 100%;
    display: flex;
    gap: 4px;
  }
  .area-box {
    overflow: visible;
    overflow-x: hidden;
  }
  .area-box .areas {
    min-width: 100%;
    border: 1px solid #b4b4b4;
    border-radius: 6px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    background: #fff;
    max-height: 36px;
    transition: max-height all 0.3s ease;
  }
  .area-box .areas.on {
    max-height: 650px;
    border-color: var(--primary);
  }
  .area-box .areas.on li {
    display: flex;
    opacity: 1;
    transform: none;
  }
  .area-box .areas::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--gray);
    border-right: 2px solid var(--gray);
    display: block;
    position: absolute;
    top: 9px;
    transform: rotate(135deg);
    right: 10px;
    transition: all 0.3s ease;
  }
  .area-box .areas.on::after {
    transform: rotate(-45deg);
    top: 15px;
  }
  .area-box .areas li {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    height: 36px;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-top: 1px solid #b4b4b4;
  }
  .area-box .areas .selected {
    display: flex;
    border-top: none;
    opacity: 1;
    transform: none;
  }
  .area-box .areas:not(.on) li:not(.selected) {
    display: none;
  }
  .area-box .areas li::before {
    display: none !important;
  }
  .area-box .areas li:hover::after, .area-box .areas li.on::after {
    display: none;
  }
  .area-box .areas li i::after {
    display: none;
  }
  .area-box .areas li a {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-box .areas li a::after {
    display: none !important;
  }
}
/* 메인 - 게시판 */
.main-board-box {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 0 60px;
}
@media all and (max-width: 1280px) {
  .main-board-box {
    gap: 0 30px;
  }
}
@media all and (max-width: 1060px) {
  .main-board-box {
    display: flex;
    flex-wrap: wrap;
  }
  .main-board-box > div {
    width: 100%;
  }
}
.main-board-box .common-board {
  margin-top: 0;
}
.main-board-box .common-board .etc {
  width: 66px;
}

.main-board-box h2.tit {
  margin-top: 70px;
  color: var(--secondary);
  font-size: var(--sz-lg);
  font-weight: 700;
  padding: 24px 0;
  padding-left: 74px;
  position: relative;
}
@media all and (max-width: 1060px) {
  .main-board-box h2.tit {
    margin-top: 45px;
    font-size: 24px;
  }
}
@media all and (max-width: 639px) {
  .main-board-box h2.tit {
    margin-top: 20px;
    font-size: 20px;
    padding-left: 40px;
  }
}
.main-board-box h2.tit.qna {
  background: url("../img/ico_qna.png") no-repeat left center;
}
.main-board-box h2.tit.faq {
  padding-left: 64px;
  background: url("../img/ico_faq.png") no-repeat left center;
}
@media all and (max-width: 639px) {
  .main-board-box h2.tit.faq {
    background: url("../img/ico_faq.png") no-repeat left center;
    background-size: 32px;
    padding-left: 40px;
  }
}

.main-board-box h2.tit a {
  display: block;
}

.main-board-box h2.tit.no-link::after {
  display: none;
}

.main-board-box h2.tit .tit-arrow {
  width: 8px;
  height: 13px;
  background: url("../img/ico_arrow_right_bk.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.main-board-box .board-notice h2.tit {
  padding-left: 0;
}

.vertical-board {
  display: grid;
  border-top: 2px solid var(--gray);
  padding-top: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.vertical-board .day {
  color: var(--gs600);
  font-weight: 300;
  display: block;
}
@media all and (max-width: 639px) {
  .vertical-board .day {
    font-size: 0.85rem;
  }
}
.vertical-board .tit {
  color: var(--gs320);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  height: 2.8rem;
  margin-top: var(--sz-xxs);
  margin-bottom: var(--sz-sm);
}
@media all and (max-width: 639px) {
  .vertical-board .tit {
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: var(--sz-xs);
  }
}
.vertical-board .txt {
  color: var(--gs320);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (max-width: 639px) {
  .vertical-board .txt {
    font-size: 0.85rem;
  }
}
.vertical-board .img {
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.vertical-board .img img {
  width: 100%;
  height: 100%;
}

.lib-news .vertical-board .day {
  display: inline-block;
}
.lib-news .vertical-board .count {
  color: var(--gs600);
  font-weight: 300;
  margin-left: 7px;
}
.lib-news .vertical-board .count::before {
  content: "|";
  margin-right: 12px;
}

@media all and (max-width: 639px) {
  .vertical-board {
    grid-template-columns: 1fr;
    gap: var(--sz-xs);
    padding-top: var(--sz-xs);
  }
  .vertical-board li {
    border-bottom: 1px solid #323232;
  }
  .vertical-board .txt {
    display: none;
  }
  .vertical-board .tit {
    height: auto;
  }
}
.common-tab {
  display: flex;
  position: relative;
  margin-top: var(--sz-md);
}

.common-tab li {
  border: 1px solid #888;
  width: calc(50% + 0.4rem);
  height: 40px;
  cursor: pointer;
  margin-left: -0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--gray);
  word-break: keep-all;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 600px) {
  .common-tab li {
    font-size: 1rem;
  }
}
.common-tab li:nth-child(1) {
  z-index: 8;
  margin-left: 0;
}
.common-tab li:nth-child(2) {
  z-index: 7;
}
.common-tab li:nth-child(3) {
  z-index: 6;
}
.common-tab li:nth-child(4) {
  z-index: 5;
}
.common-tab li:nth-child(5) {
  z-index: 4;
}
.common-tab li:nth-child(6) {
  z-index: 3;
}
.common-tab li:hover, .common-tab li.on {
  background: var(--gray);
  color: #fff;
  z-index: 9;
}
.common-tab li:hover > .bt-shortcut::after, .common-tab li.on > .bt-shortcut::after {
  background: url("../img/ico_arrow_right_wh.png") no-repeat center;
  background-size: 8px;
}
.common-tab li .bt-shortcut {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.common-tab li .bt-shortcut::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url("../img/ico_arrow_right_bk.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 600px) {
  .sub .common-tab.space4 li:nth-child(3) {
    margin-left: 0.05rem;
  }
  .sub .common-tab.space4 li:nth-child(4) {
    width: calc(50% + 0.1rem);
  }
}

@media all and (max-width: 600px) {
  .sub .common-tab.space3 li:nth-child(3) {
    width: 100%;
    margin: 0 0.01rem;
  }
}

.common-tab a {
  display: block;
  position: absolute;
  right: 0px;
  font-size: 13px;
  padding-right: 24px;
}

.sub .common-tab a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
@media all and (max-width: 600px) {
  .sub .common-tab a {
    font-size: 1rem;
  }
}

.common-board {
  margin-top: var(--sz-md);
  border-top: 2px solid var(--gray);
}
.common-board .mark {
  border-radius: 0.3rem;
  width: 39px;
  height: 28px;
  margin-left: var(--sz-md);
  margin-right: var(--sz-sm);
  background: var(--secondary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.common-board .etc,
.common-board .day,
.common-board .count {
  color: var(--gs600);
  font-weight: 300;
  width: 90px;
}
@media all and (max-width: 480px) {
  .common-board .etc,
  .common-board .day,
  .common-board .count {
    font-size: 14px;
    width: 68px;
    letter-spacing: -1px;
  }
}
.common-board .lib {
  width: 120px;
}
@media all and (max-width: 480px) {
  .common-board .lib {
    font-size: 14px;
    width: 104px;
    letter-spacing: -1px;
  }
}
.common-board .sort {
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .common-board .sort {
    font-weight: 500;
  }
}
.common-board .sort:after {
  content: "|";
  margin-left: 7px;
  font-weight: 400;
}
.common-board .state {
  width: 72px;
  height: 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media all and (max-width: 480px) {
  .common-board .state {
    font-size: 13px;
    width: 62px;
  }
}
.common-board .state.ing {
  color: var(--gray);
  border: 2px solid var(--gray);
}
.common-board .state.ok {
  color: var(--primary);
  border: 2px solid var(--primary);
}
.common-board .tit:first-child {
  padding-left: var(--sz-md);
}
@media all and (max-width: 767px) {
  .common-board .tit:first-child {
    padding-left: 0;
  }
}
.common-board .tit, .common-board .auto {
  flex: 1;
}
.common-board .ico-lock {
  width: 34px;
  height: 24px;
  background: url("../img/ico_lock.png") no-repeat center;
}
.common-board .qna-q {
  width: 48px;
  height: 30px;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  margin-left: 7px;
}
@media all and (max-width: 939px) {
  .common-board .qna-q {
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .common-board .qna-q {
    width: 42px;
    height: 26px;
    font-size: 13px;
  }
}

.common-board li {
  border-bottom: 1px solid var(--bd);
  cursor: pointer;
}
.common-board li.no-data {
  min-height: 50px;
  font-size: 14px;
  color: var(--gs320);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: default !important;
}
.common-board li.no-data:hover {
  background: none !important;
}
.common-board li:hover {
  background: var(--secondary-tint);
}
.common-board li.is-top {
  background: #fefcf3;
}
@media all and (max-width: 767px) {
  .common-board li.is-top .sort,
  .common-board li.is-top .mark {
    margin-left: 0;
    margin-right: 0;
  }
  .common-board li.is-top .sort {
    font-size: 15px;
  }
}
@media all and (max-width: 480px) {
  .common-board li.is-top .count {
    left: 136px;
  }
}
.common-board li.is-top:hover {
  background: var(--secondary-tint);
}
.common-board li.is-top:hover a {
  background: none;
}

.common-board li > a {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 1.05rem;
  gap: 0 7px;
}
@media all and (max-width: 639px) {
  .common-board li > a {
    font-size: 15px;
    height: auto;
    padding: 6px 0;
  }
}

@media all and (max-width: 767px) {
  .common-tab li .bt-shortcut {
    right: 0;
  }
}
@media all and (max-width: 539px) {
  .common-board .tit {
    font-size: 15px;
  }
  .board-qna .common-board li {
    position: relative;
    padding-bottom: 24px;
  }
  .board-qna .common-board .lib {
    position: absolute;
    left: 75px;
    bottom: 12px;
  }
  .board-qna .common-board .tit {
    position: absolute;
    bottom: 12px;
    width: 100%;
  }
}
/* ===== 로그인 ===== */
.tit-conts-area h4 {
  font-size: 24px;
  font-weight: bold;
}

.tit-conts-area .tit-fake {
  font-size: 24px;
  margin: 5px 0;
}

.tit-conts-area mark {
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}

#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type > li {
  width: 100%;
}

.conts-area.login-type + .conts-area.login-type {
  border-top: none !important;
}

.conts-area.login-type:nth-last-of-type(1) {
  border-top: none;
}

.conts-area.login-type:nth-last-of-type(1) .tit-wrap {
  margin-top: 0;
  margin-bottom: 10px;
}

#localc .login-input-wrap {
  max-width: 380px;
}

#localc.thema_04 .login-link.no-bd {
  border: none;
}

#localc.thema_04 .link-go {
  padding: 3.2rem;
  width: 100%;
  max-width: 380px;
  margin: auto;
}

#localc.thema_04 .link-go .btn.link {
  background-color: var(--primary) !important;
  border: none;
  height: 46px;
  width: 100%;
  margin-bottom: 29px;
  font-size: 17px;
}

#anyidc.certify-sel-wrap.type-arrow.thema_04 .tab-area .certify-type {
  margin-top: 0 !important;
}

.certify-sel-wrap.thema_04 .tit-wrap {
  padding-top: 20px;
}

.auth-inner .certify-sel-wrap:not(.type2) .tit-wrap {
  padding-top: 40px !important;
}

.lib-surpport-login-wrap .certify-type > li .login-link.no-outline:hover, .lib-surpport-login-wrap .certify-type > li .login-link.no-outline:focus-visible {
  outline-offset: none !important;
  outline: none !important;
  border-radius: 0 !important;
}
.lib-surpport-login-wrap .certify-type > li .login-link.no-outline {
  border: none !important;
}
.lib-surpport-login-wrap .login-input-wrap, .lib-surpport-login-wrap .logo-box_wrap {
  padding: 3.2rem !important;
  padding-top: 0 !important;
}

.login-input-wrap {
  margin: auto;
}
.login-input-wrap .login-input input {
  display: block;
  margin-bottom: 5px !important;
}
.login-input-wrap .login-input .input {
  border-radius: 4px;
  width: 100%;
  padding: 0 7px !important;
  font-size: 15px;
}
.login-input-wrap label {
  font-size: 16px !important;
}
.login-input-wrap .login-sub-wrap {
  flex-wrap: wrap;
  margin-top: 20px !important;
}
.login-input-wrap .login-sub-wrap .flex-c {
  gap: 12px;
  margin-top: 10px !important;
}
.login-input-wrap .login-sub-wrap a {
  position: relative;
  font-size: 15px;
}
.login-input-wrap .login-sub-wrap a:hover {
  color: var(--primary);
  font-weight: bold;
}
.login-input-wrap .login-sub-wrap a::after {
  content: "|";
  position: absolute;
  right: -8.5px;
  color: #666;
  font-weight: normal;
}
.login-input-wrap .login-sub-wrap a:nth-last-of-type(1)::after {
  display: none;
}
.login-input-wrap .btn.max {
  width: 100% !important;
  height: 46px !important;
  background: var(--primary) !important;
  border: none !important;
  font-size: 17px;
}

.login-input-wrap .login-input .hp-checkbox::before {
  left: -3px;
  top: -3px;
}

.login-input-wrap .login-input .hp-checkbox input[type=checkbox]:checked + .checkmark::after {
  left: 6px;
  top: 2px;
}

.logo-box_wrap {
  width: 100%;
}
.logo-box_wrap > a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  grid-auto-rows: 36px;
  gap: 4px;
  background: var(--primary);
  padding: 1.4rem !important;
  border-radius: 8px;
}
.logo-box_wrap .box_logo {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  overflow: hidden;
}
.logo-box_wrap .box_logo.bg {
  background: #fff;
}

.auth-inner .certify-type > li .login-link {
  border: none !important;
}

#localc .certify-type li.id a::after {
  display: none !important;
}

.auth-inner .certify-sel-wrap.type-arrow .certify-type > li:focus-visible,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li:hover {
  outline: 0.2rem solid var(--iw-primary);
  border-radius: 1.2rem;
  overflow: hidden;
}

.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link:hover,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link:focus-visible {
  outline: none;
}

.popup-cont.password-change {
  max-width: 670px;
}

.popup-cont.password-change h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  background: url("../img/common_logo.png") no-repeat top 20px center;
  background-size: 160px;
  padding-top: 80px;
  border-top: 2px solid #222;
}

.popup-cont.password-change .txt {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5;
  border: 1px solid var(--bd);
  background: #f4f4f4;
  padding: 25px 16px;
  border-radius: 8px;
}

.popup-cont.password-change .txt strong {
  color: var(--secondary);
}

.popup-cont.password-change li {
  display: flex;
  font-size: 15px;
  color: var(--gs320);
  margin-top: 4px;
}

.popup-cont.password-change ul {
  margin-top: 10px;
}

.popup-cont.password-change li::before {
  content: "ㆍ";
}

.popup-cont.password-change .btn {
  font-size: 16px;
  transition: none;
}

.popup-cont.password-change .btn.gray {
  background: #848484;
  border: none;
}

#passwordChangePopup .popup-cont.password-change {
  max-width: 500px;
}

#passwordChangePopup .login-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px 10px;
  margin-top: 20px;
  align-items: center;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  padding: 16px;
  background: #f8f8f8;
  border-radius: 10px;
  max-width: none;
}

#passwordChangePopup .login-box .input {
  width: calc(100% - 104px);
  border-radius: 4px;
}

#passwordChangePopup .login-box .btn.full {
  width: calc(100% - 104px);
  font-size: 17px;
  height: 40px;
  background: var(--primary);
}

.auth-inner .certify-sel-wrap.type-arrow .tit-wrap .certify-opt-tit {
  font-size: 20px !important;
}

.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-tit {
  font-size: 20px !important;
}

@media all and (max-width: 1060px) {
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type {
    grid-template-columns: repeat(2, 1fr);
  }
  #localc .certify-sel-wrap:not(.type2) .certify-type > li {
    width: calc((100% - 3.2rem) / 2) !important;
  }
}
@media all and (max-width: 767px) {
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .tab-area .certify-type {
    margin-top: 1.6rem !important;
  }
  #anyidc .certify-sel-wrap.lib-surpport-login-wrap .certify-type > li {
    width: 100% !important;
  }
  .login-input-wrap, .logo-box_wrap {
    margin: auto !important;
  }
  #localc .certify-sel-wrap:not(.type2) .certify-type > li {
    width: 100% !important;
  }
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type > li {
    max-height: 110px;
  }
  .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-tit {
    font-size: 18px !important;
  }
}
@media all and (max-width: 639px) {
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type {
    grid-template-columns: 1fr;
  }
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type > li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type.new-type > li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #localc.thema_04 .link-go .btn.link {
    margin-bottom: 0;
  }
  .popup-cont.password-change .btn {
    font-size: 1.5rem;
    padding: 0 12px;
  }
}
/* ===== 아이디/비밀번호 찾기 ===== */
.find-me {
  border-radius: 10px;
  margin: auto;
  margin-top: 40px;
  max-width: 640px;
}

.find-me .radio {
  font-size: 1.25rem;
  margin-left: 0;
}

.find-me .table {
  border: 1px solid #888;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.find-me .table .tr {
  border: none;
}

.find-me .table .input {
  border-radius: 6px;
  width: 100%;
}

.find-me .table .th {
  padding-left: 20px;
  width: 100px;
  background: none;
  min-height: auto;
}

.find-me .table .td {
  width: calc(100% - 100px);
  max-width: 355px;
}

.find-me .table .number-set {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: normal;
}

.find-me .table .number-set .input {
  width: 72px;
}

.find-me .table .number-set .flex-l {
  gap: 8px;
}

.find-me .ipin-box {
  gap: 4px;
}

.find-me .txt {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 40px;
}

.find-me .btns .btn {
  min-width: 146px;
  height: 42px;
}

.find-me .radio label::before {
  flex: 0 0 22px;
}

@media all and (max-width: 639px) {
  .find-me .table .th {
    padding-left: 0;
    width: 74px;
  }
  .find-me .table .td {
    width: calc(100% - 74px);
  }
  .find-me .btn {
    height: 34px;
    width: auto;
    padding: 0 12px;
  }
  .find-me .btn.ico {
    padding-left: 16px;
    padding-right: 36px;
  }
  .find-me .radio {
    font-size: 17px;
  }
}
@media all and (max-width: 539px) {
  .find-me .table .td {
    padding: 12px;
  }
  .find-me .table .number-set {
    flex-wrap: wrap;
  }
  .find-me .table .number-set .input {
    width: calc(33.3333333333% - 10px);
  }
  .find-me .table .number-set .flex-l {
    width: 100%;
  }
}
@media all and (max-width: 539px) {
  .find-me .table .tr:nth-child(2) {
    margin-top: 20px;
  }
  .find-me .table .tr {
    gap: 8px 0;
  }
  .find-me .table .th, .find-me .table .td {
    width: 100%;
    padding: 0;
  }
}
/********************/
/* ===== 회원가입 ===== */
/*  단계1  */
.title-box.flex {
  gap: 10px 40px;
  flex-wrap: wrap;
  padding: 40px 0;
}

.title-box.flex .all-tit {
  padding: 0;
}

.sub .common-tab.accordion {
  margin-top: 0;
}

.sub .common-tab.accordion li {
  width: 45px;
  height: 45px;
  border: 3px solid #cbcbcb;
  border-radius: 3px 0 0 3px;
  margin-left: 0;
  justify-content: flex-start;
  font-size: 16px;
  color: #222;
  padding-left: 30px;
  padding-right: 36px;
  cursor: pointer;
  transition: width 0.4s;
}

.sub .common-tab.accordion li::after {
  content: "";
  width: 31px;
  height: 31px;
  border: 3px solid #cbcbcb;
  transform: rotate(45deg);
  background: linear-gradient(45deg, transparent 0%, transparent 20%, #fff 20%, #fff 100%);
  position: absolute;
  left: calc(100% - 13px);
  box-sizing: border-box;
  border-left: none;
  border-bottom: none;
  z-index: 1;
}

.sub .common-tab.accordion li.on {
  padding-left: 0;
}

.sub .common-tab.accordion li:nth-child(1).on {
  width: 260px;
}

.sub .common-tab.accordion li:nth-child(2).on {
  width: 160px;
}

.sub .common-tab.accordion li:nth-child(3).on {
  width: 184px;
}

.sub .common-tab.accordion li:nth-child(4).on {
  width: 160px;
}

.sub .common-tab.accordion li:hover, .sub .common-tab.accordion li.on {
  border-color: var(--primary);
  background: #fff;
  color: #010101;
}

.sub .common-tab.accordion li:hover::after,
.sub .common-tab.accordion li.on::after {
  border-color: var(--primary);
}

.sub .common-tab.accordion li .num {
  width: 45px;
}

.sub .common-tab.accordion li .txt {
  height: 45px;
  border-left: 2px solid var(--primary);
  align-items: center;
  padding-left: 10px;
  overflow: hidden;
  display: none;
}

.sub .common-tab.accordion li.on .txt {
  display: flex;
}

.membership1 > .txt {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}

.membership1 > .txt span {
  font-size: 16px;
  font-weight: 600;
}

.terms-box {
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  padding: 40px 20px;
}

.modi-member .terms-box {
  border-top: none;
}

.terms-box h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.terms-box .textarea {
  width: 100%;
  height: 216px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #888;
  background: #f0f0f0;
  margin-bottom: 20px;
}

.terms-box .radio-wrap {
  align-items: center;
  margin-left: 10px;
  margin-bottom: 40px;
}

.terms-box .radio-wrap mark {
  color: darkorange;
  font-weight: 500;
}

.terms-box .radio-wrap .row {
  display: flex;
  width: 100%;
  align-items: center;
}

.terms-box .radio:nth-last-of-type(1) {
  margin-left: 20px;
}

.terms-box .radio-wrap .row .radio:nth-last-of-type(2) {
  margin-left: 10px;
}

.terms-box .question-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.terms-box .question-box .txt {
  padding-top: 3px;
  padding-left: 10px;
}

.terms-box .question-box .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms-box .btns {
  justify-content: center;
  padding: 0;
  gap: 8px;
}

.terms-box .btn {
  width: 96px;
  height: 38px;
}

.terms-box .btn.lightgray {
  color: #fff;
}

.terms-box .btn.arrow:nth-of-type(1) i {
  transform: rotate(180deg);
}

.membership1 .terms-box .btn.arrow:nth-of-type(1) i {
  transform: rotate(0deg);
}

@media all and (max-width: 1059px) {
  .title-box.flex .all-tit {
    margin: 0 !important;
    margin-bottom: 30px !important;
    padding: 0 30px 10px;
  }
  .title-box.flex .common-tab-wrap {
    width: 100%;
    text-align: right;
  }
  .title-box.flex .common-tab-wrap .accordion {
    justify-content: end;
    padding-right: 20px;
  }
}
@media all and (max-width: 639px) {
  .terms-box {
    padding-left: 0;
    padding-right: 0;
  }
  .terms-box .question-box .txt {
    padding-left: 0;
  }
  .terms-box .question-box .radio-wrap {
    margin-left: 0;
  }
  .terms-box .question-box .row {
    flex-wrap: wrap;
  }
  .terms-box .question-box .row .radio {
    width: 100%;
    margin-left: 10px;
    margin-top: 8px;
  }
  .terms-box .btn.arrow:nth-of-type(1) {
    padding-right: 16px;
    padding-left: 42px;
  }
  .terms-box .btn.arrow:nth-of-type(1) i {
    right: auto;
    left: 16px;
    top: 8px;
  }
  .membership1 .terms-box .btn.arrow:nth-of-type(1) {
    padding-left: 16px;
    padding-right: 42px;
  }
  .membership1 .terms-box .btn.arrow:nth-of-type(1) i {
    right: 16px;
    left: auto;
  }
}
/*  단계2  */
.membership2 > .txt {
  margin-bottom: 20px;
}

.verify-identify {
  display: flex;
  border: 1px solid #ececec;
  border-top: 2px solid #b3a8a2;
  background: #f8f8f8;
  padding: 25px 0;
  max-width: 960px;
  margin: auto;
}

.verify-identify > div {
  text-align: center;
  width: 50%;
  max-width: 480px;
  flex: 1;
}

.verify-identify .ipin {
  border-right: 1px solid #dcdcdc;
}

.verify-identify h5 {
  color: var(--gs320);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}

.verify-identify .btn {
  width: 146px;
}

.verify-identify .txt {
  color: var(--gs320);
  margin-bottom: 30px;
}

.verify-identify + .txt {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 40px;
}

@media all and (max-width: 939px) {
  .verify-identify {
    flex-wrap: wrap;
    justify-content: center;
  }
  .verify-identify > div {
    width: 100%;
    flex: none;
    padding: 0 20px;
  }
  .verify-identify .ipin {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
/*  단계3  */
.member-input {
  margin-bottom: 40px;
}

.member-input .table-top-txt {
  margin-top: 0;
}

.member-input .guide-txt {
  font-size: 15px;
  font-weight: 400;
}

.member-input .table .td {
  gap: 4px;
}

.member-input .table .btn {
  height: 34px;
  border-radius: 0;
}

.member-input .table .select {
  border-radius: 0;
  height: 34px;
}

.agree-set {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.agree-set mark {
  width: 100%;
}

.agree-set .btns {
  width: 100%;
  justify-content: flex-start;
}

/*  단계4  */
.welcome-box {
  text-align: center;
  background: url("../img/ico_join_member.png") no-repeat top center;
  padding-top: 120px;
  color: var(--gs320);
}

.welcome-box .txt {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 40px;
  max-width: 760px;
}

/********************/
/* ===== 서브 ===== */
/*  탭  */
/*  상세페이지 컨텐츠 탭
    모바일에서 hide  */
@media all and (max-width: 639px) {
  section.board-detail .common-tab-wrap {
    display: none;
  }
}

/********************/
.sub .common-tab {
  gap: 8px 0;
}
@media all and (max-width: 600px) {
  .sub .common-tab {
    flex-wrap: wrap;
  }
}

.sub .common-tab li {
  padding: 0 16px;
}
.sub .common-tab li:hover, .sub .common-tab li.on {
  background: #101010;
}
@media all and (max-width: 600px) {
  .sub .common-tab li {
    width: calc(50% + 0.2rem);
  }
}

.common-tab.space5 li {
  font-size: 1rem;
}
@media all and (max-width: 600px) {
  .common-tab.space5 li:nth-child(1) {
    width: 100%;
  }
  .common-tab.space5 li:nth-child(2) {
    margin-left: 0;
  }
  .common-tab.space5 li:nth-child(3) {
    margin-left: -0.4rem;
  }
  .common-tab.space5 li:nth-child(4) {
    margin-left: 0;
  }
}

@media all and (max-width: 600px) {
  .common-tab.space2 {
    flex-wrap: nowrap;
  }
}

.common-tab.space2 li {
  width: calc(50% + 0.2rem) !important;
}

.sub .input {
  border-color: #888;
}

/*  게시판 기본형태  */
.sub .common-board {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .sub .common-board li {
    position: relative;
  }
}
.sub .common-board .sort {
  text-align: center;
  width: 100px;
}
.sub .common-board .sort::after {
  display: none;
}
.sub .common-board .sort.blue {
  color: #004ad1;
}
@media all and (max-width: 767px) {
  .sub .common-board .sort {
    text-align: left;
    width: auto;
    margin-right: 7px;
    font-size: 15px;
  }
}
.sub .common-board .etc,
.sub .common-board .day,
.sub .common-board .count {
  color: #101010;
  width: 120px;
  text-align: center;
}
@media all and (max-width: 939px) {
  .sub .common-board .etc,
  .sub .common-board .day,
  .sub .common-board .count {
    width: 96px;
  }
}
.sub .common-board .etc {
  width: auto !important;
}
@media all and (max-width: 767px) {
  .sub .common-board .count {
    text-align: left;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .sub .common-board .day {
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sub .common-board .tit {
    flex: none;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sub .common-board .mark + .tit {
    width: calc(100% - 46px);
  }
}
.sub .common-board .ico-file {
  width: 56px;
  height: 24px;
  background: url("../img/ico_clip.png") no-repeat center;
  background-size: 16px;
}
@media all and (max-width: 767px) {
  .sub .common-board .ico-file {
    position: absolute;
    bottom: 8px;
    right: 5px;
    width: 30px;
  }
}
.sub .common-board .ico-lock {
  width: 34px;
  height: 24px;
  background: url("../img/ico_lock.png") no-repeat center;
}
.sub .common-board .ico-lock.open {
  background: url("../img/ico_lock_open.png") no-repeat center;
}

@media all and (max-width: 767px) {
  .sub .common-board li > a {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 0;
    gap: 4px 6px;
  }
}

.common-board-wrap.no-page li:hover {
  background: var(--secondary-tint) !important;
}
.common-board-wrap.no-page li > a {
  cursor: pointer !important;
}
.common-board-wrap.no-page li:last-child {
  border-bottom: 2px solid var(--gray);
}

.common-board-wrap.detail {
  margin-top: 30px;
}
.common-board-wrap.detail li {
  background: none !important;
}
.common-board-wrap.detail li > a {
  height: auto;
  min-height: 50px;
  padding: 10px 0;
  cursor: default;
}
@media all and (max-width: 539px) {
  .common-board-wrap.detail li > a {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 539px) {
  .common-board-wrap.detail .etc {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .common-board-wrap.detail .day {
    width: auto;
  }
}

.common-board-cont {
  padding: var(--sz-xl) var(--sz-md);
  border-bottom: 1px solid #888;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .common-board-cont {
    padding: 10px 0;
  }
}

.common-board-cont * {
  word-break: break-all;
}

.common-board-cont img {
  max-width: 720px;
  width: 100% !important;
  height: auto;
}

.common-board-navi {
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
}
.common-board-navi li {
  border-bottom: 1px solid #888;
}
.common-board-navi li:hover {
  background: var(--secondary-tint) !important;
}
.common-board-navi li:last-child {
  border-bottom: none;
}
.common-board-navi li > a {
  height: 56px;
  display: flex;
  gap: 0 30px;
  align-items: center;
  cursor: pointer !important;
}
.common-board-navi .guide {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gs320);
  padding-left: 7px;
}
.common-board-navi .guide i {
  width: 26px;
  height: 26px;
  background: #fff;
  display: inline-block;
  border: 2px solid var(--primary);
  border-radius: 0.3rem;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.common-board-navi .guide i::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #101010;
  border-right: 1px solid #101010;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(-45deg);
}
.common-board-navi .guide i.down::after {
  top: 5px;
  transform: rotate(135deg);
}
.common-board-navi .tit {
  font-size: 1rem;
  color: var(--gs320);
  flex: 1;
  max-width: calc(100% - 100px);
}

/*  상담문의  */
.common-board.notify li {
  padding-top: 0 !important;
}
@media all and (max-width: 959px) {
  .common-board.notify .wrap {
    flex-wrap: wrap;
    height: auto;
    padding: 14px 0;
  }
}
.common-board.notify .sort.state {
  width: 72px;
}
@media all and (max-width: 959px) {
  .common-board.notify .sort.state {
    order: 2;
    margin-right: 0;
  }
}
@media all and (max-width: 959px) {
  .common-board.notify .tit,
  .common-board.notify .ico-lock {
    order: 2;
  }
}
@media all and (max-width: 959px) {
  .common-board.notify .qna-q {
    order: 2;
  }
}
.common-board.notify .board-etc-set {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  padding-right: 20px;
  word-break: keep-all;
}
@media all and (max-width: 959px) {
  .common-board.notify .board-etc-set {
    width: 100%;
    order: 3;
    margin-top: 5px;
  }
}
.common-board.notify .board-etc-set > div {
  display: flex;
  gap: 0 4px;
  position: relative;
}
.common-board.notify .board-etc-set > div::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15.5px;
}
.common-board.notify .board-etc-set .etc {
  margin-left: 0;
}
.common-board.notify .board-etc-set .day {
  width: auto;
}
.common-board.notify .board-etc-set .day::after {
  display: none;
}
@media all and (max-width: 767px) {
  .common-board.notify .board-etc-set .day {
    position: relative;
    top: 0;
    left: 0;
  }
}

.common-board-wrap.answer li {
  padding: 0px 70px;
}
@media all and (max-width: 959px) {
  .common-board-wrap.answer li {
    padding: 0px 7px;
  }
}
.common-board-wrap.answer .board-etc-set {
  margin-top: 0;
}

.board-detail .common-board li:hover {
  background: none;
}
.board-detail .common-board .wrap {
  cursor: default;
  height: auto;
  padding: 12px 0;
}
.board-detail .common-board .qna-a + .board-etc-set {
  width: auto;
  margin-bottom: 0;
}

.common-board-cont.question {
  padding: 40px 30px;
  border-bottom: none;
}
@media all and (max-width: 959px) {
  .common-board-cont.question {
    padding: 30px 7px;
  }
}

.common-board-cont.answer {
  padding: 40px 70px;
}
@media all and (max-width: 959px) {
  .common-board-cont.answer {
    padding: 30px 7px;
  }
}

.btns.bd2 {
  border-bottom: 2px solid var(--gray);
}

/*  게시판 첨부파일  */
.common-board-wrap.detail .common-board + .file-attachment {
  border: none;
  border-bottom: 1px solid var(--gray);
}

.common-board-wrap.detail .common-board + .file-attachment + .common-board-cont {
  border-top: 2px solid var(--gray);
}

.file-attachment {
  background: linear-gradient(to right, var(--fill) 0 100px, #fff 100px 100%);
  padding: 8px 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid var(--gray);
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.file-label {
  height: 100%;
  width: 100px;
  color: var(--gs320);
  font-weight: 300;
}
.file-label .ico-attach {
  width: 30px;
  height: 30px;
  background: url("../img/ico_clip.png") no-repeat center;
  background-size: 16px;
}

.file-info {
  color: #0ea820;
  width: calc(100% - 20px);
  word-break: break-all;
}

.file-info p:hover {
  text-decoration: underline;
}

.common-board-wrap .file-attachment {
  gap: 0;
  align-items: flex-start;
}

.common-board-wrap .file-attachment {
  background: none;
}

.common-board-wrap .file-label::after {
  content: ":";
  margin-left: 7px;
}

.common-board-wrap .file-info p {
  padding-top: 6px;
}
@media all and (max-width: 767px) {
  .common-board-wrap .file-info p {
    font-size: 14px;
  }
}

/*  ax5ui 덮기  */
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] {
  background: none;
  padding: 4px 6px;
  margin: 2px;
}

[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder {
  display: flex !important;
  flex-wrap: wrap;
}

.radio label, .checkbox label {
  min-height: auto;
}

.ax5-ui-dialog {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.ax5-ui-dialog .ax-dialog-body {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: translate(0%, 0%) !important;
}

.ax5-ui-dialog .ax-dialog-body .ax-dialog-msg {
  color: #323232;
  font-weight: 600;
}

.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons .btn {
  background: #7e7e7e;
}

.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons .btn.btn-warning {
  background: #ff3b3b;
}

/*  브레드크럼  */
.breadcumbles {
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-top: 20px;
}
@media all and (max-width: 1060px) {
  .breadcumbles {
    display: none;
  }
}

.breadcumbles a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  height: 20px;
  line-height: 20px;
}

.breadcumbles a::after {
  content: ">";
  position: absolute;
  left: calc(100% + 7px);
  top: -1px;
}

.breadcumbles li:nth-last-of-type(1) a::after {
  display: none;
}

.breadcumbles .home {
  width: 20px;
  height: 20px;
  background: url("../img/home.png") no-repeat center;
}

.auth-inner .breadcumbles .home::after {
  top: -2.5px;
}

/*  서브메뉴 타이틀  */
h3.all-tit {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}
@media all and (max-width: 1059px) {
  h3.all-tit {
    display: none;
  }
}
@media all and (max-width: 639px) {
  h3.all-tit {
    font-size: 25px;
  }
}

@media all and (max-width: 1059px) {
  h3.all-tit.block {
    color: var(--primary);
    padding: 0 30px 10px;
    border-bottom: 3px solid var(--primary);
    display: inline-block !important;
    margin: 40px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*  서브보조 타이틀  */
.hp-tit {
  font-weight: 500;
  color: var(--gs320);
  font-size: 17px;
  padding-left: 10px;
  margin-top: 60px;
}
@media all and (max-width: 639px) {
  .hp-tit {
    margin-top: 30px;
  }
}

/*  서브상세 타이틀  */
.tit-tab-wrap {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 1059px) {
  .tit-tab-wrap {
    margin-top: 40px;
  }
}

.tit-tab {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}

.tit-tab li {
  padding-bottom: 10px;
  border-bottom: 3px solid var(--bd);
  cursor: pointer;
}
@media all and (max-width: 1059px) {
  .tit-tab li {
    display: none;
  }
}

.tit-tab a {
  padding: 0 30px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  word-break: keep-all;
}
@media all and (max-width: 1059px) {
  .tit-tab a {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .tit-tab a {
    font-size: 1.6rem;
  }
}

.tit-tab li:hover,
.tit-tab li.on {
  border-color: var(--primary);
}
@media all and (max-width: 1059px) {
  .tit-tab li:hover,
  .tit-tab li.on {
    display: block;
  }
}
.tit-tab li:hover a,
.tit-tab li.on a {
  color: var(--primary);
}

/*  상단 필터  */
.btns.topend {
  margin-bottom: -20px;
}

.btns.topend + .board-filter {
  padding-top: 0;
}

.board-filter {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 15px;
  flex-wrap: wrap;
  gap: 6px 0;
}
.board-filter .txt {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.board-filter .txt strong {
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .board-filter > div {
    width: 100%;
  }
}

.board-filter + .common-board-wrap .common-board {
  margin-top: 15px;
}

.board-filter .input-set {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .board-filter .input-set .select:nth-last-of-type(2) {
    width: 90px;
  }
  .board-filter .input-set .select:nth-last-of-type(1) {
    width: calc(100% - 189px);
  }
  .board-filter .input-set .btn.min {
    width: 90px;
  }
}

.board-filter .right {
  display: flex;
  gap: 4px;
}
.board-filter .right .btn {
  margin-left: 20px;
  min-width: auto;
  width: auto;
  padding: 0 7px;
}

.board-filter .search-set {
  display: flex;
  align-items: center;
  gap: 0 4px;
  width: 100%;
}
@media all and (max-width: 639px) {
  .board-filter .search-set .select {
    width: 90px;
  }
}

.cont-search-wrap {
  position: relative;
  height: 36px;
}
@media all and (max-width: 639px) {
  .cont-search-wrap {
    width: calc(100% - 90px);
  }
}
.cont-search-wrap .input {
  border-radius: 0.4rem;
  padding-right: 32px;
  width: 285px;
}
@media all and (max-width: 639px) {
  .cont-search-wrap .input {
    width: 100%;
  }
}
.cont-search-wrap .bt-search {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/ico_search.png") no-repeat center;
  background-size: 16px;
  right: 12px;
}

@media all and (max-width: 639px) {
  .board-filter.notify {
    position: relative;
    padding-top: 40px;
  }
  .board-filter.notify .txt {
    position: absolute;
    top: 15px;
  }
  .board-filter.notify .left {
    order: 2;
  }
  .board-filter.notify .right {
    order: 1;
  }
  .board-filter.notify .mo-full {
    width: 100%;
  }
  .board-filter.notify .btn.ico {
    justify-content: center;
    position: relative;
    height: 40px;
  }
  .board-filter.notify .btn.ico i {
    position: absolute;
    right: 20px;
  }
}

.sub .qna {
  width: 54px;
  height: 34px;
  border-radius: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  border: 2px solid #004f93;
  color: #004f93;
  background: #fff;
  font-weight: 600;
  margin-right: 20px;
}
@media all and (max-width: 959px) {
  .sub .qna {
    margin-right: 10px;
  }
}
@media all and (max-width: 639px) {
  .sub .qna {
    height: 30px;
    font-size: 14px;
  }
}
.sub .qna-a {
  border: none;
  background: #00a1ef;
  color: #fff;
  margin-right: 10px;
}
@media all and (max-width: 959px) {
  .sub .qna-a {
    order: 1;
  }
}

/*  상단필터 - 보기 방식  */
.view {
  margin-left: 20px;
  gap: 0 4px;
}
@media all and (max-width: 639px) {
  .view {
    margin-left: 0px;
  }
}

.view button {
  width: 38px;
  height: 36px;
  border: 1px solid #888;
  border-radius: 0.4rem;
}

.view .view1 .icon rect {
  fill: #a0a0a0;
}

.view .view2 .icon rect {
  fill: #a0a0a0;
}

.view .view1.on .icon rect,
.view .view1:hover .icon rect {
  fill: #202020;
}

.view .view2.on .icon rect,
.view .view2:hover .icon rect {
  fill: #202020;
}

/*  게시판 앨범(기본)형  */
.twin-board ul {
  border-top: 2px solid var(--gray);
  margin-top: 15px;
  padding-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 25px;
}
@media all and (max-width: 639px) {
  .twin-board ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.twin-board ul a:hover .tit {
  text-decoration: underline;
}
.twin-board ul .img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 250px;
}
@media all and (max-width: 960px) {
  .twin-board ul .img {
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .twin-board ul .img {
    height: 240px;
  }
}
.twin-board ul .img img {
  width: 100%;
  height: 100%;
}
.twin-board ul .tit {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gs320);
  margin-top: 10px;
}

.count-day-wrap {
  display: block;
  margin-top: 10px;
}
.count-day-wrap span {
  font-size: 15px;
  font-weight: 200;
}
.count-day-wrap .day {
  margin-right: 7px;
}
.count-day-wrap .count::before {
  content: "|";
  margin-right: 10px;
}

/*  게시판 목록형  */
.twin-board.list ul {
  grid-template-columns: 1fr;
  gap: 25px 0;
}
.twin-board.list ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid #888;
}
.twin-board.list ul .wrap {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media all and (max-width: 939px) {
  .twin-board.list ul .wrap {
    gap: 0 20px;
  }
}
@media all and (max-width: 340px) {
  .twin-board.list ul .wrap {
    gap: 0 10px;
  }
}
.twin-board.list ul .img {
  width: 215px;
  height: 140px;
}
@media all and (max-width: 539px) {
  .twin-board.list ul .img {
    width: 140px;
    height: 110px;
  }
}
.twin-board.list ul .info {
  width: calc(100% - 215px);
}
@media all and (max-width: 539px) {
  .twin-board.list ul .info {
    width: calc(100% - 140px);
  }
}
@media all and (max-width: 639px) {
  .twin-board.list ul .tit {
    font-size: 1rem;
  }
}
.twin-board.list ul .count-day-wrap {
  margin-top: 0;
}

/*  페이지네이션  */
.btns.bottomend {
  padding-top: 10px;
}

.btns.bottomend + .pagination {
  padding-top: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0 6px;
  align-items: center;
  padding: 50px 0;
  border-bottom: 2px solid var(--gray);
}
.pagination a {
  width: 32px;
  height: 30px;
}
.pagination .num {
  text-align: center;
  color: var(--gs320);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  width: 26px;
  letter-spacing: -2px;
}
.pagination .num:hover, .pagination .num.on {
  border-bottom: 2px solid var(--primary);
}
@media all and (max-width: 767px) {
  .pagination .num:hover, .pagination .num.on {
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .pagination .num {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .pagination .page {
    display: block;
    width: 36px;
    font-size: 1.2rem;
    line-height: 34px;
    position: relative;
  }
  .pagination .page:nth-last-of-type(3)::before {
    content: "/";
    position: absolute;
    right: 100%;
  }
}
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  position: relative;
  border: 2px solid var(--primary);
  border-radius: 0.2rem;
}
.pagination .first::before,
.pagination .prev::before,
.pagination .next::before,
.pagination .last::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
  left: 11px;
}
@media all and (max-width: 767px) {
  .pagination .first::before,
  .pagination .prev::before,
  .pagination .next::before,
  .pagination .last::before {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    left: 13px;
    border-top: 2px solid #404040;
    border-left: 2px solid #404040;
  }
}
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  background: var(--primary);
}
.pagination .first:hover::before,
.pagination .prev:hover::before,
.pagination .next:hover::before,
.pagination .last:hover::before {
  border-color: #fff;
}
.pagination .next::before,
.pagination .last::before {
  left: 8px;
  transform: rotate(135deg);
}
@media all and (max-width: 767px) {
  .pagination .next::before,
  .pagination .last::before {
    left: 8px;
  }
}
.pagination .first::after,
.pagination .last::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  background: #404040;
  top: 50%;
  margin-top: -5px;
  left: 7px;
}
@media all and (max-width: 767px) {
  .pagination .first::after,
  .pagination .last::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    left: 9px;
  }
}
.pagination .first:hover::after,
.pagination .last:hover::after {
  background: #fff;
}
.pagination .first::before {
  left: 12px;
}
@media all and (max-width: 767px) {
  .pagination .first::before {
    left: 17px;
  }
}
.pagination .last::before {
  left: 7px;
}
@media all and (max-width: 767px) {
  .pagination .last::before {
    left: 4px;
  }
}
.pagination .last::after {
  left: 18px;
}
@media all and (max-width: 767px) {
  .pagination .last::after {
    left: 22px;
  }
}

.paginate_input_wrap .paginate_input {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--gs320);
}

.paginate_input_wrap span {
  font-size: 18px;
  font-weight: 500;
  color: var(--gs320);
}

.btn_page_go {
  background: #848484;
  color: #fff !important;
  padding: 5.5px 9px;
}

/*  글쓰기(테이블 형태)  */
.mark-asterisk {
  position: relative;
}
.mark-asterisk::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.table .mark-asterisk::before {
  left: 50px;
}
@media all and (max-width: 939px) {
  .table .mark-asterisk::before {
    left: 12px;
  }
}
@media all and (max-width: 639px) {
  .table .mark-asterisk::before {
    left: 6px;
  }
}

.table-top-txt {
  font-weight: 300;
  font-size: 15px;
  padding-left: 20px;
  margin-top: 30px;
}

.table-bottom-txt {
  padding: 14px 0;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  border-bottom: 1px solid #888;
}
@media all and (max-width: 939px) {
  .table-bottom-txt {
    text-align: left;
  }
}

.table {
  border-top: 2px solid var(--gray);
  margin-top: 5px;
}
.table mark {
  background: none;
  font-weight: 400;
  font-size: 15px;
  color: #036ef3;
}
.table mark .red {
  color: #ff0000;
}
.table .btn.min {
  background: #7e7e7e;
  height: 34px;
  border-radius: 0;
  font-size: 15px;
  min-width: 74px;
  font-weight: normal;
}
.table .btn.flat {
  height: 28px;
}
.table .input {
  height: 34px;
}
.table .textarea {
  padding: 10px;
  width: 100%;
  height: 417px;
  border: 1px solid #888;
}
.table .tr {
  display: flex;
  border-bottom: 1px solid #888;
}
@media all and (max-width: 939px) {
  .table .tr {
    flex-wrap: wrap;
  }
}
.table .th {
  width: 254px;
  background: #eee;
  display: flex;
  align-items: center;
  padding-left: 75px;
  font-weight: 600;
  color: var(--gs320);
  font-size: 17px;
  min-height: 60px;
}
@media all and (max-width: 939px) {
  .table .th {
    width: 100%;
    padding-left: 30px;
    min-height: 50px;
  }
}
@media all and (max-width: 639px) {
  .table .th {
    font-size: 16px;
    padding-left: 20px;
    min-height: 40px;
  }
}
.table .td {
  width: calc(100% - 254px);
  font-weight: 600;
  color: var(--gs320);
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 13px 0;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 7px;
}
@media all and (max-width: 939px) {
  .table .td {
    width: 100%;
    padding: 13px 30px;
  }
}
@media all and (max-width: 639px) {
  .table .td {
    font-size: 15px;
  }
}
@media all and (max-width: 380px) {
  .table .td {
    padding: 13px 0;
  }
}

.inquiry-set {
  display: flex;
}
@media all and (max-width: 939px) {
  .inquiry-set {
    width: 100%;
  }
}
.inquiry-set .btn.min {
  width: 74px;
}
.inquiry-set .input {
  width: 400px;
}
@media all and (max-width: 767px) {
  .inquiry-set .input {
    width: calc(100% - 74px);
  }
}
.inquiry-set + mark {
  margin-left: 20px;
}
@media all and (max-width: 1060px) {
  .inquiry-set + mark {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}

.bt-file {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #7e7e7e;
  width: 180px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.bt-file::after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: url("../img/ico_arrow_right_wh.png") no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.bt-file input[type=file] {
  width: 180px;
  cursor: pointer;
  height: 34px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.file-list {
  width: 100%;
  border: 1px solid #888 !important;
  padding: 10px;
  background: #eaf3f9 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
  min-height: 90px;
}

.file-txt mark {
  font-weight: 500;
}

/*  자주하는질문  */
@media all and (max-width: 639px) {
  .board-filter.faq .select-set select {
    width: calc(100% - 51px);
  }
}

@media all and (max-width: 767px) {
  .common-board.faq li {
    padding: 0;
  }
}
.common-board.faq .faq-question {
  padding-right: 80px;
  position: relative;
}
@media all and (max-width: 639px) {
  .common-board.faq .faq-question {
    padding-right: 50px;
  }
}
.common-board.faq .faq-question::after {
  content: "";
  position: absolute;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  transform: rotate(135deg);
  top: 27px;
  transition: all 0.3s ease;
}
@media all and (max-width: 639px) {
  .common-board.faq .faq-question::after {
    top: 27px;
    width: 8px;
    height: 8px;
  }
}
.common-board.faq .faq-question.on::after {
  top: 33px;
  transform: rotate(-45deg);
}
@media all and (max-width: 639px) {
  .common-board.faq .faq-question.on::after {
    top: 32px;
  }
}
.common-board.faq .faq-answer {
  padding-right: 60px;
  background: #fff !important;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  will-change: height;
  border: none;
  cursor: default;
}
@media all and (max-width: 939px) {
  .common-board.faq .faq-answer {
    padding-right: 40px;
  }
}
@media all and (max-width: 639px) {
  .common-board.faq .faq-answer {
    padding-right: 0px;
  }
}
.common-board.faq .faq-answer .qna-a {
  margin-top: 13px;
  vertical-align: top;
}
.common-board.faq .faq-answer .wrap {
  cursor: default;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 140px);
}
@media all and (max-width: 600px) {
  .common-board.faq .faq-answer .wrap {
    max-width: calc(100% - 60px);
  }
}
.common-board.faq .faq-answer.open {
  height: auto;
  border-bottom: 1px solid var(--bd);
}
.common-board.faq li.on {
  border-bottom: none;
}
.common-board.faq .wrap {
  padding: 20px 0;
  padding-left: 10px;
  height: auto;
  align-items: baseline;
}
@media all and (max-width: 639px) {
  .common-board.faq .wrap {
    padding-left: 4px;
  }
}
.common-board.faq .qna {
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .common-board.faq .qna {
    font-size: 14px;
    margin-right: 0;
    height: 30px;
    margin-left: 0;
  }
}
.common-board.faq .txt {
  font-size: 17px;
  color: #007be4;
  flex: 1;
  line-height: 1.7;
}
@media all and (max-width: 639px) {
  .common-board.faq .txt {
    font-size: 15px;
  }
}
.common-board.faq .qna-q {
  background: #004f93;
  color: #fff;
}
.common-board.faq .qna-q.on {
  color: #004a93;
  background: #fff;
}
.common-board.faq .qna-a {
  margin-left: 70px;
}
@media all and (max-width: 959px) {
  .common-board.faq .qna-a {
    order: 0;
  }
}
@media all and (max-width: 600px) {
  .common-board.faq .qna-a {
    margin-left: 0;
  }
}

.faq-question.on {
  background: var(--secondary-tint);
}

/*  묻고답하기  */
/*  도서관검색 팝업  */
.supply-lib-box {
  display: flex;
}

.supply-lib-box p {
  line-height: 2;
  margin-top: 20px;
  font-size: 15px;
}

.supply-lib-box mark {
  display: block;
  color: #ff9668;
  margin-bottom: 40px;
}

.supply-lib-box .hp-checkbox {
  font-size: 17px;
}

.supply-lib-box {
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.supply-lib-box .libs {
  width: 100%;
  max-width: 500px;
  border: 1px solid #d4d4d4;
  padding: 10px;
  border-radius: 8px;
}

.supply-lib-box .libs ul {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  border-radius: 8px;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.supply-lib-box .libs ul a {
  display: block;
  padding: 2px 12px;
  line-height: 2;
  transition: all 0.2s;
}

.supply-lib-box .libs ul a:hover,
.supply-lib-box .libs ul a:active {
  background: #fff;
  font-weight: bold;
  color: var(--primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.supply-lib-box .libs .controls {
  margin-top: 10px;
}

.supply-lib-box .libs .controls .bt {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  width: 36px;
  height: 38px;
  margin-right: 4px;
}

.supply-lib-box .libs .controls .bt:hover {
  box-shadow: 0 2px 1px rgba(35, 159, 219, 0.5);
  transform: translateY(-1px);
  border-color: var(--primary);
}

.supply-lib-box .libs .controls .bt:active {
  transform: translateY(0px);
  box-shadow: none;
}

.supply-lib-box .libs .controls .bt.top {
  background: url("../img/ico_top.png") no-repeat center;
}

.supply-lib-box .libs .controls .bt.up {
  background: url("../img/ico_up.png") no-repeat center;
}

.supply-lib-box .libs .controls .bt.down {
  background: url("../img/ico_down.png") no-repeat center;
}

.supply-lib-box .libs .controls .bt.bottom {
  background: url("../img/ico_bottom.png") no-repeat center;
}

.lib-search-popup .txt {
  font-size: 17px;
  color: var(--gs320);
  padding-bottom: 5px;
}

.popup-cont .supply-lib-box .libs {
  border-radius: 0;
  margin-top: 10px;
  max-width: 100%;
  border: none;
  padding: 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.popup-cont .supply-lib-box .libs ul {
  border-radius: 0;
  background: none;
  border: none;
}

.popup-cont .supply-lib-box .libs a {
  padding: 6px 4px;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  word-break: break-all;
}

.popup-cont .supply-lib-box .libs a > i {
  width: 66px;
  flex: 0 0 66px;
  white-space: normal;
  word-break: break-all;
  margin-right: 10px;
  position: relative;
}

.popup-cont .supply-lib-box .libs a > i::after {
  content: "|";
  position: absolute;
  top: 0px;
  right: -5px;
  color: #888;
  font-weight: normal;
}

/*  사서전용문의  */
.librarian-txt {
  margin-top: 20px;
}
.librarian-txt strong {
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  color: #101010;
}
.librarian-txt mark {
  display: block;
}
.librarian-txt .note {
  margin-top: 5px;
}
.librarian-txt .bt-librarian-txt {
  display: none;
}

@media all and (max-width: 639px) {
  .librarian .common-tab li:nth-child(3) {
    width: 100%;
  }
  .librarian .board-filter .bt-set .btn.primary {
    width: 100%;
    margin-bottom: 4px;
  }
  .librarian .board-filter .bt-set .btn.blue {
    width: calc(50% - 2px);
  }
  .librarian .common-board .sort.blue {
    order: 2;
  }
}

/*  사서전용문의 - 상세  */
.librarian .common-board.question .wrap {
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (max-width: 767px) {
  .librarian .common-board.question .wrap {
    padding-left: 0;
    padding-right: 0px;
  }
}

.common-board.question .board-etc-set > div:nth-last-of-type(1)::after {
  display: none;
}

.librarian .common-board.question .board-etc-set {
  order: 1;
  width: 100%;
  margin-bottom: 8px;
}

.librarian .common-board.question .tit, .librarian .common-board.question .qna, .librarian .common-board.question .sort {
  order: 2;
}
.librarian .common-board.question .qna {
  margin-right: 0;
}

.librarian .file-attachment {
  border-bottom: 1px solid var(--gray);
  gap: 0;
}

.librarian .answer .file-attachment {
  padding: 0 54px;
}
@media all and (max-width: 767px) {
  .librarian .answer .file-attachment {
    padding: 0;
  }
}

/*  기관신청  */
.txt-box {
  border-top: 2px solid var(--gray);
  border-bottom: 1px solid #888;
  padding: 25px 0;
  margin-top: 40px;
  line-height: 1.5;
  color: var(--gs320);
}
.txt-box p {
  font-size: 17px;
}

.heading4 {
  font-weight: 600;
  font-size: 25px;
}

.txt-items {
  margin-top: 30px;
  color: var(--gs320);
}
.txt-items strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
}
.txt-items li {
  margin-top: 12px;
  font-size: 17px;
  position: relative;
  padding-left: 36px;
  line-height: 2;
}
.txt-items li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 6px;
  border: 2px solid var(--primary);
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
}
.txt-items li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 11px;
  top: 12.5px;
}

.btns-box {
  margin-top: 40px;
  color: var(--gs320);
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  padding: 40px 0;
  font-size: 17px;
}
.btns-box .row {
  border-bottom: 1px solid #888;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.btns-box .col {
  max-width: 256px;
}
@media all and (max-width: 539px) {
  .btns-box .col {
    width: 100%;
    max-width: none;
  }
}
.btns-box .row:nth-last-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.btns-box .flex-c {
  margin: 30px 0;
  gap: 0 20px;
  align-items: end;
}
@media all and (max-width: 539px) {
  .btns-box .flex-c {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
.btns-box .btn {
  width: 100%;
  max-width: 256px;
  margin-top: 20px;
}
@media all and (max-width: 380px) {
  .btns-box .btn {
    max-width: none;
    letter-spacing: -1px;
    font-size: 14px;
  }
}

.btn.download1 {
  background: var(--secondary);
}
.btn.download1 i {
  background: url("../img/ico_down1.png") no-repeat center;
  margin-right: 10px;
}
@media all and (max-width: 639px) {
  .btn.download1 i {
    margin-right: 0;
  }
}

.btn.download2 {
  background: var(--primary);
}
.btn.download2 i {
  background: url("../img/ico_down2.png") no-repeat center;
  margin-right: 10px;
}
@media all and (max-width: 639px) {
  .btn.download2 i {
    margin-right: 0;
  }
}

.bookeum-app {
  border: 1px solid #888;
  border-radius: 0.4rem;
  margin-top: 20px;
  padding: 24px;
}
.bookeum-app strong {
  display: block;
  font-weight: 800;
  font-size: 20px;
}
.bookeum-app .txt-items {
  margin-top: 0;
  font-weight: 600;
}
.bookeum-app .txt-items b {
  font-weight: 800;
  color: var(--primary);
}
.bookeum-app .txt-items ul {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 1059px) {
  .bookeum-app .txt-items ul {
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: flex-start;
  }
}

.bookeum-app + .txt a {
  display: block;
  padding-left: 14px;
}

@media all and (max-width: 539px) {
  .btns-box .btn {
    margin-top: 10px;
  }
  .btns-box .row .txt {
    font-size: 15px;
  }
}
/*  홍보자료  */
.promotion {
  color: var(--gs320);
  margin-top: 40px;
}
.promotion .txt {
  font-size: 15px;
  padding-left: 7px;
}
.promotion .txt.top {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gray);
}
.promotion .txt.bottom {
  padding-top: 10px;
  color: #8a8a8a;
}
.promotion .tit {
  font-weight: 700;
  font-size: 32px;
  color: var(--secondary);
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #888;
  padding-top: 40px;
}
.promotion .tit:first-child {
  border: none;
  padding-top: 0;
}
.promotion .flex {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.promotion .flex p {
  font-size: 19px;
  font-weight: 600;
  margin-top: 14px;
}
.promotion .flex p a {
  display: block;
  font-weight: normal;
  color: #8a8a8a;
  font-size: 15px;
  margin-top: 4px;
}
.promotion .flex img {
  height: 250px;
}
.promotion .wrap {
  display: block;
}
.promotion .iframe-box {
  height: 250px;
  width: 500px;
}
.promotion .iframe-box iframe {
  width: 100%;
  height: 100%;
}

.promotion-box {
  border-bottom: 2px solid var(--gray);
  padding-bottom: 40px;
}

@media all and (max-width: 600px) {
  .promotion .flex li {
    width: 100%;
  }
  .promotion .iframe-box {
    width: 100%;
    height: 280px;
  }
  .promotion img {
    height: auto;
    width: 100%;
  }
}
.service-box .label-bk {
  width: 250px;
  height: 48px;
  background: #2d2c2c;
  border-radius: 48px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .service-box .label-bk {
    margin-top: 0;
  }
}
.service-box .flex {
  justify-content: center;
}
.service-box .flex.nuri {
  gap: 20px 0;
}
.service-box .flex img {
  width: calc(50% - 5px);
  height: auto;
}
@media all and (max-width: 959px) {
  .service-box .flex img {
    width: 100%;
  }
}
.service-box .flex.one img {
  width: auto;
  max-width: 100%;
}
.service-box .btns {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 0;
}
.service-box .bt-service {
  font-weight: 600;
  font-size: 19px;
  color: var(--gs320);
  background: url("../img/ico_arrow_bg.png") no-repeat left center;
  padding-left: 30px;
}
@media all and (max-width: 360px) {
  .service-box .bt-service {
    font-size: 17px;
    background-size: 18px;
    padding-left: 24px;
  }
}
.service-box ol.txt {
  padding: 0 30px;
}
.service-box ol.txt li {
  list-style: auto;
  font-size: 17px;
  line-height: 2;
}

.service-box.row2 {
  border-top: 1px solid #888;
  padding-top: 40px;
  margin-top: 40px;
}
.service-box.row2 .label-bk {
  margin-top: 0;
}
.service-box.row2 .btns {
  padding-top: 0;
  margin-top: -20px;
}
@media all and (max-width: 1060px) {
  .service-box.row2 .btns {
    margin-top: var(--sz-lg);
  }
}

.service-box .banners {
  width: calc(50% - 5px);
}
@media all and (max-width: 1060px) {
  .service-box .banners {
    width: 100%;
  }
}
.service-box .banners ul {
  background: #eaeaea;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.5rem;
  padding: 10px 54px;
}
@media all and (max-width: 639px) {
  .service-box .banners ul {
    padding: 30px;
    height: auto;
    gap: 20px 0;
  }
}
@media all and (max-width: 360px) {
  .service-box .banners ul {
    padding: 14px;
    height: auto;
    gap: 10px 0;
  }
}
.service-box .banners li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media all and (max-width: 539px) {
  .service-box .banners li {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.service-box .banners li p {
  font-size: 15px;
  width: 110px;
  margin-top: 0;
}
@media all and (max-width: 539px) {
  .service-box .banners li p {
    width: 100%;
  }
}
.service-box .banners img {
  width: auto;
  height: auto;
}

.code-box {
  margin: 20px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  background: #eaeaea;
  border-radius: 0.5rem;
  padding: 24px 40px;
}
.code-box pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.code-box strong {
  font-weight: 400;
}

/***************/
/*  독서활동  */
/***************/
.tab-cont mark.txt {
  font-size: 15px;
  margin-top: 50px;
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
@media all and (max-width: 639px) {
  .tab-cont mark.txt {
    margin-top: 30px;
  }
}

.tit-tab-wrap + .book-search-box {
  margin-top: 20px;
}

/*  도서검색  */
.book-search-box {
  border: 2px solid #3f3f3f;
  border-radius: 10px;
  padding: 25px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 4px 10px;
  align-items: center;
}
@media all and (max-width: 539px) {
  .book-search-box {
    padding: 25px 12px;
  }
}

.book-search-box .searchbox {
  width: calc(100% - 130px);
  max-width: 540px;
  position: relative;
}

.book-search-box .searchbox .input {
  width: 100%;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  height: 42px;
  padding-right: 40px;
}

.book-search-box .searchbox .input:focus, .book-search-box .searchbox .input:hover {
  border-color: var(--primary);
  outline: 1px solid var(--primary);
}

.book-search-box .searchbox .bt-search {
  width: 20px;
  height: 20px;
  background: url("../img/ico_search.png") no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.book-search-box .btn.primary {
  height: 42px;
  width: 120px;
}

/*  도서검색결과  */
.no-search-data {
  text-align: center;
  margin: 100px auto;
  background: url("../img/no_book.png") no-repeat center top;
  padding-top: 100px;
  font-size: 17px;
  font-weight: bold;
  color: #969595;
}

.search-result-box {
  display: flex;
  gap: 30px;
  color: #2a2a2a;
}

.filter-wrap {
  width: 245px;
}
.filter-wrap h4 {
  height: 54px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  color: #ff5400;
}
.filter-wrap .flex .btn {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 600;
  width: 70px;
  padding: 0 7px;
  justify-content: space-between;
}
.filter-wrap .flex .btn:hover {
  border: 1px solid #2a2a2a;
  box-shadow: none;
}

.filter-list > li {
  border-top: 1px solid #9a9a9a;
  position: relative;
}

.filter-list h5 {
  font-size: 15px;
  padding: 12px 4px;
  font-weight: 600;
  border-bottom: 1px solid #9a9a9a;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.filter-list li:hover h5 {
  background: #f0eeee;
}

.filter-list .toggle {
  margin: 8px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  position: absolute;
  right: 0px;
  bottom: 10px;
  transform: rotate(135deg);
  z-index: 1;
  transition: all 0.4s;
  cursor: pointer;
}

.filter-list .toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.filter-list .toggle:hover {
  border-color: var(--secondary);
}

.filter-list .toggle.on {
  transform: rotate(-45deg);
}

.filter-list > li:last-child {
  border-bottom: 1px solid #9a9a9a;
}

.list-sub1 {
  padding: 10px 0;
  max-height: 130px;
  overflow: hidden;
  transition: max-height 0.4s;
  background: #fff;
}

.list-sub1.is-open {
  overflow: visible;
}

.list-sub1 > li {
  font-size: 14px;
  line-height: 2;
  padding: 0 4px;
  cursor: pointer;
}

.list-sub2 > li {
  cursor: pointer;
  padding-left: 4px;
}
.list-sub2 > li::before {
  content: "ㆍ";
  font-weight: bold;
}

.list-sub1 > li:hover, .list-sub1 > li.on {
  font-weight: bold;
}

.list-sub1 > li:hover .list-sub2 > li, .list-sub1 > li.on .list-sub2 > li {
  font-weight: normal;
}

.list-sub2 > li:hover, .list-sub2 > li.on {
  font-weight: bold !important;
}

.result-wrap {
  width: calc(100% - 245px);
}

.result-wrap.full {
  width: 100%;
}

.result-wrap .keyword {
  font-size: 15px;
  color: var(--primary);
  font-weight: bold;
}

.result-txt {
  margin-top: 20px;
  font-size: 15px;
}

.bookshelf {
  border-top: 1px solid var(--gray);
  margin-top: 8px;
}

.bookshelf .row {
  padding: 20px 7px;
  color: var(--gs320);
  border-bottom: 1px solid #dbdbdb;
}

.bookshelf .row:hover,
.bookshelf .row.on {
  background: #f8f8f8;
}

.bookshelf .num {
  display: block;
  font-weight: 500;
  font-size: 17px;
}

.bookshelf .tit {
  font-size: 18px;
  font-weight: 500;
  margin: 7px 0;
}

.bookshelf .tit .keyword {
  font-size: 18px;
}

.bookshelf .publish {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
}

.bookshelf .publish li {
  position: relative;
}
.bookshelf .publish li::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.bookshelf .publish li:last-child::after {
  display: none;
}

.bookshelf-info-box .btns {
  display: flex;
  gap: 0 10px;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 0;
}

.bookshelf-info-box .btn {
  width: calc(50% - 5px);
  max-width: 160px;
  background: #f0eeee;
  color: var(--gs320);
  filter: none !important;
  position: relative;
  padding-right: 30px;
}
.bookshelf-info-box .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  transition: all 0.4s;
}

.bookshelf-info-box .btn:hover, .bookshelf-info-box .btn.on {
  background: #d7ecff;
  box-shadow: none;
}

.bookshelf-info-box .btn.on::after {
  content: "";
  transform: rotate(-45deg);
  margin-top: -4px;
  border-color: #2a2a2a;
}

.bookshelf .table-col {
  display: none;
  margin: 0 14px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  background: #fff;
}

.bookshelf .table-col .tr {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
}

.bookshelf .table-col .th {
  min-height: 46px;
  padding-left: 14px;
  width: 130px;
  background: #fbfbfb;
  font-size: 15px;
  border-right: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}

.bookshelf .table-col .td {
  font-size: 15px;
  font-weight: normal;
  padding: 8px 0;
  padding-left: 10px;
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
}

.bookshelf .table-row {
  margin: 0 14px;
  border: 1px solid #a6a6a6;
  border-bottom: none;
  display: none;
}

.bookshelf .table-row .tr {
  background: #fff;
  align-items: center;
}

.bookshelf .table-row .thead {
  background: #f5f5f5;
}

.bookshelf .table-row .th {
  font-size: 15px;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
}

.bookshelf .table-row .td {
  font-size: 15px;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
}

.bookshelf .table-row .etc {
  width: 150px;
}

.bookshelf .table-row .lib {
  width: 100%;
  flex: 1;
}

.bookshelf .table-row a {
  text-decoration: underline;
}

.bookshelf .info1.is-open,
.bookshelf .info2.is-open {
  display: block;
  margin-top: 20px;
}

#facetBox a {
  position: relative;
  display: inline-block;
  padding: 4px 22px 4px 10px;
  margin: 2px 6px 2px 0;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

#facetBox a::after {
  content: "×";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

#facetBox a:hover {
  background: #eee;
  border-color: #ccc;
}

#facetBox a:hover::after {
  color: #333;
}

/*  로딩스피너  */
.loading-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.loading-box .btn {
  height: 30px;
  width: auto;
  padding: 0 8px;
}

.loading-box mark::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin-right: 10px;
}

.spinner-ring {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 6px solid rgba(0, 0, 0, 0.5);
  border-top-color: #b9b9b9;
  animation: spin 1200ms linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.layer-spinner-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
}

.spinner-ring-cover {
  width: 220px;
  height: 220px;
  border-radius: 9999px;
  border: 30px solid #999;
  border-top-color: var(--primary);
  animation: spin 1200ms linear infinite;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
}
@media all and (max-width: 639px) {
  .spinner-ring-cover {
    border: 18px solid #999;
    border-top-color: var(--primary);
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
}

.spinner-ring-inner {
  width: 66px;
  height: 66px;
  border-radius: 9999px;
  border: 12px solid rgba(0, 0, 0, 0.4);
  border-top-color: var(--primary);
  animation: spin 1200ms linear infinite;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*  도서검색 팝업  */
.layer-popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 6666;
}

.popup-cont {
  position: absolute;
  background: #fff;
  padding: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 94vw;
  max-width: 960px;
  max-height: 86vh;
  overflow-y: auto;
  border-radius: 8px;
}

.popup-tit {
  font-size: 24px;
  font-weight: 600;
  color: var(--gs320);
  margin-bottom: 20px;
}

.top.popup-close {
  width: 36px;
  height: 36px;
  background: url("../img/ico_close.png") no-repeat center;
  background-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
}
.top.popup-close:hover {
  border: 1px solid var(--gray);
}

.popup-cont .btns {
  gap: 4px;
  padding-bottom: 0;
}

.popup-cont .btns .btn {
  height: 44px;
}

.book-detail-search .table-row.col {
  border-bottom: 1px solid var(--gray);
}

.book-detail-search .table-row.col .tr {
  padding: 0;
  align-items: center;
  background: linear-gradient(to right, #fbfbfb 0 140px, #fff 140px 100%);
  border-bottom: 1px solid #e7e7e7;
  gap: 0;
}

.book-detail-search .table-row.col .th, .book-detail-search .table-row.col .td {
  padding: 10px 0;
}

.book-detail-search .table-row.col .th {
  width: 134px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 15px;
}

.book-detail-search .table-row.col .td {
  gap: 4px;
  flex-wrap: wrap;
  color: var(--gs320);
  width: calc(100% - 134px);
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #e7e7e7;
}

.book-detail-search .table-row.col .th .select {
  width: 100%;
}

.book-detail-search .table-row.col .hp-checkbox {
  margin-right: 12px;
}

.book-detail-search .table-row.col .input {
  border-color: #888;
  border-radius: 0.4rem;
  width: calc(100% - 74px);
}

.book-detail-search .table-row.col .input.full {
  width: 100%;
}

.book-detail-search .table-row.col .year .input {
  width: 46%;
  max-width: 160px;
}

.book-detail-search .table-row.col .select {
  min-width: 70px;
}

.book-detail-search .table-row.col .libs .select {
  max-width: 160px;
  width: calc(33.3333333333% - 4px);
}

@media all and (max-width: 1240px) {
  .bookshelf .table-row .etc {
    width: 100px;
  }
  .bookshelf .table-row .num {
    width: 50px;
  }
  .bookshelf .table-row .num, .bookshelf .table-row .tit {
    order: 0;
  }
}
@media all and (max-width: 939px) {
  .search-result-box {
    flex-wrap: wrap;
  }
  .filter-wrap {
    width: 100%;
  }
  .filter-list h5 {
    border-bottom: none;
  }
  .list-sub1 {
    max-height: 0;
    padding: 0;
  }
  .result-wrap {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .popup-tit {
    font-size: 22px;
  }
  .book-search-box {
    padding: 12px;
  }
  .book-search-box .searchbox {
    width: calc(100% - 116px);
  }
  .book-search-box .btn.primary {
    width: 106px;
    font-size: 14px;
  }
  .bookshelf .tit {
    font-size: 16px;
  }
  .bookshelf .publish {
    font-size: 14px;
  }
  .bookshelf .table-col .th {
    width: 114px;
  }
  .bookshelf .table-col .td {
    width: calc(100% - 114px);
  }
  .bookshelf .table-row .tr.thead {
    display: none;
  }
  .bookshelf .table-row .tr .td {
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .bookshelf .table-row .tr .td::before {
    content: "";
    font-size: 15px;
    color: #2a2a2a;
    display: block;
    padding-left: 14px;
    font-weight: bold;
    width: 80px;
  }
  .bookshelf .table-row .tr .td:nth-child(1)::before {
    content: "번호";
  }
  .bookshelf .table-row .tr .td:nth-child(2)::before {
    content: "지역";
  }
  .bookshelf .table-row .tr .td:nth-child(3)::before {
    content: "도서관";
  }
  .bookshelf .table-row .tr .td:nth-child(4)::before {
    content: "홈페이지";
  }
  .bookshelf .table-row .tr .td:nth-child(5)::before {
    content: "청구기호";
  }
  .bookshelf .table-row .tr .td:nth-child(6)::before {
    content: "권차";
  }
  .book-detail-box .bookshelf .table-row.info2 .tr .td:nth-child(1)::before {
    content: "번호";
  }
  .book-detail-box .bookshelf .table-row.info2 .tr .td:nth-child(2)::before {
    content: "지역";
  }
  .book-detail-box .bookshelf .table-row.info2 .tr .td:nth-child(3)::before {
    content: "도서관";
  }
  .book-detail-box .bookshelf .table-row.info2 .tr .td:nth-child(4)::before {
    content: "청구기호";
  }
  .book-detail-box .bookshelf .table-row.info2 .tr .td:nth-child(5)::before {
    content: "권차";
  }
  .bookshelf-info-box .btn {
    font-size: 14px;
  }
  .popup-cont {
    padding: 24px 20px;
  }
  .list-sub1 > li {
    line-height: 1.7;
  }
}
@media all and (max-width: 430px) {
  .book-detail-search .table-row.col .tr {
    background: #fff;
  }
  .book-detail-search .table-row.col .th, .book-detail-search .table-row.col .td {
    width: 100%;
  }
  .book-detail-search .table-row.col .th {
    background: #f5f5f5;
  }
  .book-detail-search .table-row.col .td {
    border-left: none;
  }
}
/*  도서상세  */
.book-detail-box {
  margin-top: var(--sz-md);
}

.book-detail-box .tit-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px 60px;
  flex-wrap: wrap;
}

.book-detail-box .tit-wrap h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--gs320);
}

.book-detail-box .info-wrap {
  border-top: 2px solid var(--gray);
  margin-top: 20px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--gray);
}

.book-detail-box .info-wrap .row {
  display: flex;
  color: var(--gs320);
  line-height: 2;
}

.book-detail-box .info-wrap dt {
  font-weight: 600;
  width: 100px;
}

.book-detail-box .info-wrap dd {
  width: calc(100% - 100px);
}

.book-detail-box .book-detail-lib {
  border-top: none;
  margin-top: 40px;
}

.book-detail-box .book-detail-lib h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--gs320);
}

.book-detail-box .book-detail-lib .table-row {
  display: block;
  margin: 0;
  margin-top: 20px;
}

.book-detail-box .btns {
  justify-content: center;
  margin-top: 40px;
}

.book-detail-box .btns .btn {
  height: 48px;
  width: 126px;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
}

.book-detail-box .info-wrap dd a,
.book-detail-box .book-detail-lib .table-row a {
  text-decoration: none;
  cursor: default;
}

@media all and (max-width: 767px) {
  .book-detail-box .tit-wrap .btn {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .book-detail-box .tit-wrap {
    align-items: center;
  }
  .book-detail-box .info-wrap {
    margin-top: 10px;
    padding: 10px 0;
  }
  .book-detail-box .tit-wrap h4 {
    font-size: 19px;
  }
  .bookshelf.book-detail-lib .table-row .tr {
    display: flex;
  }
  .bookshelf.book-detail-lib .table-row .tr.thead {
    display: none;
  }
  .book-detail-box .book-detail-lib h5 {
    font-size: 16px;
  }
  .book-detail-box .book-detail-lib .table-row {
    margin-top: 10px;
  }
}
/*  독서활동 레이아웃  */
@media all and (max-width: 639px) {
  .loan-info3 .board-filter .input-set {
    flex-wrap: wrap;
  }
}

.loan-info3 .input_select_wrap2 {
  width: 90px;
}

@media all and (max-width: 639px) {
  .loan-info3 .board-filter .input-set .select:nth-last-of-type(1) {
    width: calc(100% - 94px);
  }
}

.loan-info3 .board-filter .input-set .input_select_wrap2 .select {
  width: 100%;
}
@media all and (max-width: 639px) {
  .loan-info3 .board-filter .input-set .input_select_wrap2 .select {
    width: 100%;
  }
}

.board-filter.reading .left {
  width: calc(100% - 380px);
}
.board-filter.reading .input-set {
  justify-content: space-between;
}
.board-filter.reading .input-set .flex-c {
  gap: 4px;
}
.board-filter.reading .right {
  width: 350px;
}
.board-filter.reading .hp-checkbox {
  margin-left: 10px;
}

.date-picker-wrap {
  display: flex;
  align-items: center;
}

.date-picker {
  display: block;
  width: 100%;
  position: relative;
}

.date-picker .bt-pick {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../img/ico_cal.png") no-repeat center;
  background-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  cursor: pointer;
}

.date-picker-wrap .input {
  border-radius: 0.4rem;
  width: 110px;
  padding-right: 32px;
}

.dl-filter {
  gap: 4px;
  margin-right: 10px;
}

.dl-filter dt {
  font-weight: 600;
}

.dl-filter.filter1 {
  margin-left: 10px;
}

.dl-filter.filter2 {
  margin-right: 40px;
}

.cont-search-wrap .datePick {
  background: url("../img/ico_cal.png") no-repeat right 36px center #fff;
  padding-right: 64px;
}

.board-filter.quiz {
  justify-content: space-between;
}
.board-filter.quiz .flex {
  flex-wrap: wrap;
  gap: 4px;
}
.board-filter.quiz .left {
  width: 100%;
  max-width: 680px;
}
.board-filter.quiz .input-set .select:nth-of-type(1) {
  margin-right: 40px;
}

.quiz-wrap {
  height: 36px;
  border-radius: 0.4rem;
  background: var(--primary);
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
@media all and (max-width: 430px) {
  .quiz-wrap {
    flex-wrap: wrap;
    height: auto;
  }
}

.quiz-wrap .count {
  margin: 0 30px;
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 430px) {
  .quiz-wrap .count {
    margin-right: 14px;
  }
}

.quiz-wrap .remain {
  background: #60c6f8;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #222;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 0 0.4rem 0.4rem 0;
}
@media all and (max-width: 430px) {
  .quiz-wrap .remain {
    width: 100%;
    border-radius: 0 0 0.4rem 0.4rem;
    justify-content: end;
    height: 36px;
  }
}

.quiz-wrap .remain i {
  font-size: 18px;
  margin-left: 4px;
}

.table-row-wrap {
  margin-top: 10px;
}

.table-row {
  border-top: 2px solid #222;
}

.table-row .tr-head {
  display: flex;
  padding: 14px 0;
  border-bottom: 2px solid #222;
  gap: 0 14px;
  align-items: center;
}

.table-row .tr {
  display: flex;
  gap: 0 14px;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #999;
}

.table-row .no-data {
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #8e8e8e;
  font-weight: 200;
  font-size: 15px;
  padding: 14px;
}

.table-row .th {
  background: none;
  padding-left: 0;
  min-height: auto;
  display: block;
  position: relative;
  font-weight: 500;
}

.table-row .td {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

.table-row .num {
  width: 76px;
  text-align: center;
  justify-content: center;
}

.table-row .etc {
  width: 114px;
}

.table-row .tit {
  flex: 1;
  width: 100%;
  display: -webkit-box;
}

.table-row .man {
  width: 150px;
}

.table-row .lib {
  width: 146px;
}

.table-row .day {
  width: 100px;
}

.table-row .state {
  width: 110px;
  text-align: center;
  justify-content: center;
}

.table-row .state mark {
  font-weight: 500;
}

.table-row .cover {
  width: 70px;
  text-align: center;
  justify-content: center;
}

.table-row .cover img {
  width: 66px;
  height: 90px;
  border: 1px solid #ddd;
}

.table-row .bt.order {
  width: 18px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.table-row .bt.order::after {
  content: "▼";
  color: var(--gs320);
  font-size: 10px;
  transition: all 0.4s;
}

.table-row .bt.order.on::after {
  content: "▲";
}

/*  독서토론  */
.table-row.discussion .man {
  width: 100px;
  text-align: center;
}

.table-row.discussion .etc {
  width: 84px;
  text-align: center;
}

.multi-select-wrap {
  position: relative;
}

.btn-multi-select {
  width: 100%;
  text-align: left;
  line-height: 36px;
  width: 150px;
}

.multi-select {
  display: none;
  position: absolute;
  z-index: 6;
  background: #fff;
  border: 1px solid #888;
  top: calc(100% + 1px);
  width: 100%;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
  left: 0;
  border-radius: 0.4rem;
}

.multi-select.on {
  display: block;
}

.multi-select li {
  height: 32px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 700px) {
  .multi-select li {
    padding: 0 8px;
  }
}

.multi-select li:hover {
  background: #e4e4e4;
}

/*  독서활동 레이아웃 모바일  */
@media all and (max-width: 1059px) {
  .board-filter.reading .left {
    width: 100%;
  }
  .loan-info .table-row .tr {
    background: linear-gradient(to right, var(--fill) 0 100px, #fff 80px 100%);
    gap: 0;
    padding: 0;
  }
  .loan-info .table-row .tr.no-data {
    background: #fff;
  }
  .loan-info .table-row .td.num {
    padding-left: 8px;
    background: var(--fill);
    font-weight: 600;
    border-bottom: none;
  }
  .loan-info .table-row .td.tit {
    display: block;
  }
  .loan-info .table-row .td {
    width: 100% !important;
    justify-content: start;
    text-align: left;
    position: relative;
    padding: 8px 0;
    padding-left: 110px;
    min-height: 36px;
  }
  .loan-info .table-row .td::before {
    content: "";
    width: 100px;
    display: block;
    font-weight: 600;
    word-break: keep-all;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .loan-info .table-row .td:first-child::before {
    display: none;
  }
  .loan-info1 .table-row .td:nth-child(2)::before {
    content: "대출도서관 (소속지역)";
  }
  .loan-info1 .table-row .td:nth-child(3)::before {
    content: "서명";
  }
  .loan-info1 .table-row .td:nth-child(4)::before {
    content: "저자";
  }
  .loan-info1 .table-row .td:nth-child(5)::before {
    content: "자료형태";
  }
  .loan-info1 .table-row .td:nth-child(6)::before {
    content: "대출일";
  }
  .loan-info1 .table-row .td:nth-child(7)::before {
    content: "반납예정일";
  }
  .loan-info1 .table-row .td:nth-child(8)::before {
    content: "대출상태";
  }
  .loan-info2 .table-row .td:nth-child(2)::before {
    content: "대출도서관 (소속지역)";
  }
  .loan-info2 .table-row .td:nth-child(3)::before {
    content: "청구기호";
  }
  .loan-info2 .table-row .td:nth-child(4)::before {
    content: "서명";
  }
  .loan-info2 .table-row .td:nth-child(5)::before {
    content: "저자";
  }
  .loan-info2 .table-row .td:nth-child(6)::before {
    content: "대출일";
  }
  .loan-info2 .table-row .td:nth-child(7)::before {
    content: "반납일";
  }
  .loan-info2 .table-row .td:nth-child(8)::before {
    content: "대출상태";
  }
  .loan-info3 .table-row .td:nth-child(2)::before {
    content: "대출도서관 (소속지역)";
  }
  .loan-info3 .table-row .td:nth-child(3)::before {
    content: "소장도서관 (소속지역)";
  }
  .loan-info3 .table-row .td:nth-child(4)::before {
    content: "서명";
  }
  .loan-info3 .table-row .td:nth-child(5)::before {
    content: "저자";
  }
  .loan-info3 .table-row .td:nth-child(6)::before {
    content: "반납(예정)일";
  }
  .loan-info4 .table-row .td:nth-child(2)::before {
    content: "학교급";
  }
  .loan-info4 .table-row .td:nth-child(3)::before {
    content: "학교명";
  }
  .loan-info4 .table-row .td:nth-child(4)::before {
    content: "서명";
  }
  .loan-info4 .table-row .td:nth-child(5)::before {
    content: "저자";
  }
  .loan-info4 .table-row .td:nth-child(6)::before {
    content: "발행자";
  }
  .loan-info4 .table-row .td:nth-child(7)::before {
    content: "대출일";
  }
  .loan-info4 .table-row .td:nth-child(8)::before {
    content: "반납(예정)일";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(2)::before {
    content: "대출도서관 대출학교명";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(3)::before {
    content: "청구기호";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(4)::before {
    content: "서명";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(5)::before {
    content: "저자";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(6)::before {
    content: "대출일";
  }
  .report-age + .loan-info2 .table-row .td:nth-child(7)::before {
    content: "반납일";
  }
}
@media all and (max-width: 939px) {
  /*  독서토론 테이블  */
  .table-row.discussion .th, .table-row.discussion .td {
    display: none;
  }
  .table-row.discussion .th:nth-child(1),
  .table-row.discussion .th:nth-child(2),
  .table-row.discussion .th:nth-child(4),
  .table-row.discussion .th:nth-child(9),
  .table-row.discussion .td:nth-child(1),
  .table-row.discussion .td:nth-child(2),
  .table-row.discussion .td:nth-child(4),
  .table-row.discussion .td:nth-child(9) {
    display: block;
  }
  /*  독후록 테이블  */
  .table-row.after-reading .th, .table-row.after-reading .td {
    display: none;
  }
  .table-row.after-reading .th:nth-child(1),
  .table-row.after-reading .th:nth-child(2),
  .table-row.after-reading .th:nth-child(3),
  .table-row.after-reading .th:nth-child(4),
  .table-row.after-reading .th:nth-child(8),
  .table-row.after-reading .td:nth-child(1),
  .table-row.after-reading .td:nth-child(2),
  .table-row.after-reading .td:nth-child(3),
  .table-row.after-reading .td:nth-child(4),
  .table-row.after-reading .td:nth-child(8) {
    display: block;
  }
  /*  독서퀴즈 테이블  */
  .table-row.quiz .th, .table-row.quiz .td {
    display: none;
  }
  .table-row.quiz .th:nth-child(1),
  .table-row.quiz .th:nth-child(3),
  .table-row.quiz .th:nth-child(8),
  .table-row.quiz .td:nth-child(1),
  .table-row.quiz .td:nth-child(3),
  .table-row.quiz .td:nth-child(8) {
    display: block;
  }
}
@media all and (max-width: 700px) {
  .board-filter.reading .input-set {
    align-items: end;
  }
  .board-filter.reading .input-set .flex-c {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .board-filter.reading .hp-checkbox {
    width: 100%;
    margin: 8px 0;
  }
  .board-filter.quiz .input-set {
    width: 100%;
  }
  .board-filter.quiz .input-set .select:nth-of-type(1) {
    margin-right: 0;
    width: 100%;
  }
  .quiz-wrap .count {
    margin: 0 8px;
  }
}
@media all and (max-width: 639px) {
  .table-row .td {
    font-size: 15px;
  }
  .board-filter.reading .input-set .select:nth-last-of-type(1) {
    min-width: 90px;
    width: auto;
  }
  .board-filter .dl-filter {
    width: 100%;
    margin: 0;
  }
  .board-filter .dl-filter dt {
    width: 90px;
  }
  .board-filter .dl-filter dd {
    width: calc(100% - 94px);
  }
  .board-filter .dl-filter dd .select {
    width: 100% !important;
  }
  .board-filter .input-set .dl-filter .select {
    width: 100%;
  }
  .board-filter .date-picker-wrap {
    width: calc(100% - 94px);
  }
  .board-filter .date-picker-wrap .input {
    width: 100%;
  }
  .table-row.discussion .th, .table-row.discussion .td {
    letter-spacing: -1px;
    font-size: 14px;
  }
  .table-row.discussion .num {
    width: 34px;
  }
  .table-row.discussion .state {
    width: 60px;
  }
  .table-row.discussion .day {
    width: 88px;
  }
  .table-row.after-reading .th, .table-row.after-reading .td {
    letter-spacing: -1px;
    font-size: 14px;
  }
  .table-row.after-reading .num {
    width: 34px;
  }
  .table-row.after-reading .state {
    width: 60px;
  }
  .table-row.quiz .th, .table-row.quiz .td {
    letter-spacing: -1px;
    font-size: 14px;
  }
  .table-row.quiz .num {
    width: 34px;
  }
  .table-row.quiz .btn {
    font-size: 13px;
    height: 32px;
  }
}
@media all and (max-width: 340px) {
  .quiz-wrap .txt {
    padding-left: 6px;
  }
  .quiz-wrap .remain {
    padding: 0 6px;
  }
}
/*  로딩스피너  */
.loading-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.loading-box .btn {
  height: 30px;
  width: auto;
  padding: 0 8px;
}

.loading-box mark::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin-right: 10px;
}

.spinner-ring {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 6px solid rgba(0, 0, 0, 0.5);
  border-top-color: #b9b9b9;
  animation: spin 1200ms linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1059px) {
  .table-row .tr {
    flex-wrap: wrap;
    align-items: baseline;
  }
  .table-row .no-data {
    align-items: center;
  }
  .table-row .tr-head {
    display: none;
  }
  .table-row .tr-head.show {
    display: flex;
  }
}
@media all and (max-width: 639px) {
  .loading-box {
    margin-top: 30px;
  }
}
/*  독후록ㆍ독서토론 상세  */
.book-record-tit {
  border-top: 2px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-top: 20px;
  padding: 20px 16px;
}

.book-record-tit .heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.book-record-tit .heading .sub {
  font-size: 20px;
  display: block;
  color: var(--primary);
}

.book-record-tit .info {
  flex-wrap: wrap;
  gap: 8px 0;
}

.book-record-tit .board-writer {
  flex-wrap: wrap;
}

.book-record-tit .board-writer > div {
  display: flex;
  color: #222;
}

.book-record-tit .board-writer dt {
  font-weight: bold;
  margin-right: 4px;
}

.book-record-tit .board-writer dd {
  margin-right: 40px;
  font-weight: 300;
}

.book-record-tit .board-fc {
  text-align: right;
}

.book-record-tit .board-fc span {
  border: 1px solid #c5c5c5;
  width: auto;
  height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 28px;
  padding-left: 34px;
  padding-right: 16px;
  font-size: 14px;
}

.book-record-tit .board-fc span:hover {
  border-color: var(--gray);
}

.book-record-tit .board-fc .heart {
  background: url("../img/icon_heart.png") no-repeat 12px center;
  background-size: 16px;
  cursor: pointer;
}

.book-record-tit .board-fc .heart.on {
  background: url("../img/icon_heart_red.png") no-repeat 12px center;
  background-size: 16px;
  color: darkred;
  font-weight: 600;
  border-color: darkred;
}

.book-record-tit .board-fc .share {
  background: url("../img/icon_share.png") no-repeat 12px center;
  background-size: 16px;
  cursor: pointer;
}

.book-record-tit .board-fc .state {
  border: none;
  padding: 0;
  padding-right: 16px;
  color: #f76f00;
  font-weight: 600;
}

/*  독서토론 상세  */
.book-record-tit .board-fc .hits,
.book-record-tit .board-fc .target {
  border: none !important;
  font-weight: 500;
}

.book-record-tit .board-fc .hits {
  background: url("../img/icon_eye.png") no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
}

.book-record-tit .board-fc .target {
  background: url("../img/icon_target.png") no-repeat left center;
  background-size: 20px;
  padding-left: 24px;
}

.discuss-box {
  background: var(--secondary-tint);
  padding: 40px 20px 70px;
  text-align: center;
  margin-top: 30px;
  gap: 0 10%;
  position: relative;
}

.discuss-box .counting {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  width: 240px;
  height: 240px;
}

.discuss-box .counting b {
  display: block;
  font-weight: 800;
  font-size: 22px;
}

.discuss-box .group {
  width: 140px;
}

.discuss-box .group .txt {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.discuss-box .group.yes {
  color: var(--primary);
}

.discuss-box .group.no {
  color: #f76f00;
}

.discuss-box .group .percent {
  font-size: 54px;
  font-weight: 800;
}

.discuss-box .group .percent i {
  font-size: 30px;
}

.discuss-box .group .count {
  font-size: 24px;
}

.discuss-box .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 2;
}

.comment-write-box {
  border: 1px solid #888;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 40px;
}

.comment-write-box .textarea,
.comment-view-box .textarea {
  width: 100%;
  height: 60px;
  border: none;
  margin: 10px 0;
  padding: 10px;
}

.comment-view-box .textarea {
  border: 1px solid #888;
  margin: 0;
}

.comment-write-box .btns {
  padding-bottom: 0;
  padding-top: 0;
  gap: 0 8px;
}

.comment-write-box .btns span {
  color: var(--gs320);
  font-size: 15px;
}

.comment-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 10px;
}

.comment-name .opinion {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-name .opinion.yes {
  background: var(--primary);
}

.comment-name .opinion.no {
  background: #f76f00;
}

.comment-name .day {
  font-size: 14px;
  color: var(--gs320);
}

.comment-view-box .title {
  border-bottom: 1px solid #888;
  padding-bottom: 14px;
  margin-top: 14px;
}

.comment-view-box .title .blue {
  color: var(--primary);
}

.comment-wrap {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  padding: 14px 0;
}

.comment-wrap .btns {
  padding: 0;
  margin-top: 10px;
}

.comment-wrap .side-fc {
  position: absolute;
  right: 10px;
  top: 10px;
}

.comment-wrap .side-fc button {
  width: 54px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #888;
  font-weight: 500;
  background: #fff;
}

.comment-wrap .side-fc button:hover {
  border: 2px solid var(--gray);
  font-weight: bold;
}

.comment-wrap .side-fc .bt-heart {
  background: url("../img/icon_heart.png") no-repeat 10px center #fff;
  background-size: 14px;
  padding-left: 12px;
}

.comment-wrap .side-fc .bt-heart.on {
  background: url("../img/icon_heart_red.png") no-repeat 10px center #fff;
  background-size: 14px;
  border-color: darkred;
}

.comment-wrap.reply {
  background: var(--secondary-tint);
  padding: 14px 36px;
}

.comment-wrap.reply .comment-name {
  position: relative;
}

.comment-wrap.reply .comment-name::before {
  content: "";
  width: 12px;
  height: 20px;
  border-left: 4px solid #c6c6c6;
  border-bottom: 4px solid #c6c6c6;
  position: absolute;
  left: -25px;
  top: -5px;
}

.popup-cont.discuss {
  max-width: 560px;
}

.popup-cont.book-detail-search.discuss {
  max-width: 960px;
}

.choice-box {
  display: flex;
  gap: 8px;
}

.choice-box .radio_group {
  width: 50%;
  position: relative;
}

.choice-box .bt {
  border: 2px solid var(--primary);
  font-size: 24px;
  border-radius: 8px;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  height: 200px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center 30px;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
}

.choice-box .bt.yes {
  background-image: url("../img/choice1.png");
}

.choice-box .bt.no {
  background-image: url("../img/choice2.png");
}

.choice-box .bt:hover, .choice-box .input_radio:checked + .bt {
  border: 4px solid #222;
}

@media all and (max-width: 1060px) {
  .popup-cont.book-detail-search.discuss .btn.mo-none {
    display: block !important;
  }
}
@media all and (max-width: 700px) {
  .discuss-box {
    padding: 20px 10px 60px;
    gap: 0 4%;
  }
  .discuss-box .counting {
    font-size: 15px;
    font-weight: 600;
  }
  .discuss-box .group .txt {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .discuss-box .group .percent {
    font-size: 32px;
    letter-spacing: -2px;
  }
  .discuss-box .group .percent i {
    font-size: 20px;
  }
  .discuss-box .group .count {
    font-size: 17px;
  }
  .discuss-box .btn {
    height: 34px;
    width: auto;
    padding: 0 12px;
    bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .comment-wrap .side-fc {
    top: auto;
    bottom: 20px;
  }
  .comment-write-box .btn,
  .comment-view-box .btn {
    height: 32px;
    width: 64px;
  }
  .book-record-tit .heading .sub {
    font-size: 15px;
  }
  .book-record-tit .heading {
    font-size: 19px;
  }
  .book-record-tit .board-writer dt, .book-record-tit .board-writer dd {
    font-size: 14px;
  }
  .comment-view-box .fs24 {
    font-size: 17px;
  }
  .comment-name .opinion {
    font-size: 14px;
  }
  .comment-view-box .comment {
    font-size: 15px;
  }
  .popup-cont.book-detail-search.discuss .board-filter > div {
    width: auto;
  }
}
@media all and (max-width: 460px) {
  .book-record-tit .board-fc span {
    padding-right: 6px;
  }
  .book-record-tit .board-fc .share {
    padding-right: 12px;
  }
  .book-record-tit .board-fc .state {
    padding-right: 6px;
  }
  .choice-box .bt {
    background-size: 90px;
    height: 160px;
    padding-top: 110px;
  }
  .discuss-box {
    position: relative;
    padding: 60px 10px 100px;
  }
  .discuss-box .group {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0 8px;
  }
  .discuss-box .group.yes {
    top: 8px;
  }
  .discuss-box .group.no {
    bottom: 48px;
  }
  .discuss-box .group .txt {
    word-break: keep-all;
  }
  .discuss-box .group .percent {
    font-size: 26px;
  }
  .discuss-box .btn {
    bottom: 14px;
  }
}
/******************/
@media all and (max-width: 639px) {
  .book-record-tit .board-fc {
    width: 100%;
  }
  .book-record-tit .board-writer {
    gap: 4px 40px;
  }
  .book-record-tit .board-writer dd {
    margin-right: 0;
  }
}
/*  독후록ㆍ독서토론 작성  */
.writing-guide-box {
  background-color: #f6f7f9;
  margin-top: var(--sz-md);
  margin-bottom: 60px;
  padding: 26px 40px;
  background-repeat: no-repeat;
  background-position: center right 5%;
  color: var(--gs320);
}

.writing-guide-box.discuss {
  background-image: url("../img/ico_debate2.png");
}

.writing-guide-box.reading {
  background-image: url("../img/ico_reading2.png");
}

.writing-guide-box .tit {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  padding-left: 80px;
}

.writing-guide-box.discuss .tit {
  background: url("../img/ico_debate1.png") no-repeat left;
}

.writing-guide-box.reading .tit {
  background: url("../img/ico_reading1.png") no-repeat left;
}

.guide-txt-wrap {
  display: flex;
  gap: 20px 6%;
  margin-top: 10px;
  flex-wrap: wrap;
}

.guide-txt-wrap strong {
  font-weight: bold;
  color: var(--primary);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.guide-txt-wrap li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  line-height: 1.8;
}

.guide-txt-wrap li::before {
  content: "";
  width: 20px;
  height: 20px;
  font-size: 15px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

.guide-txt-wrap li:nth-child(1)::before {
  content: "1";
}
.guide-txt-wrap li:nth-child(2)::before {
  content: "2";
}
.guide-txt-wrap li:nth-child(3)::before {
  content: "3";
}
.guide-txt-wrap li:nth-child(4)::before {
  content: "4";
}
.guide-txt-wrap li:nth-child(5)::before {
  content: "5";
}

.check-txt {
  color: var(--gs320);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

.check-txt span {
  color: #ff7d0a;
}

.table.reading-writing li:last-child textarea {
  height: 100px;
}

.bt-tooltip {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url("../img/icon_tooltip.png") no-repeat center;
  background-size: 22px;
  margin-left: 8px;
}

.bt-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 10px);
  left: calc(100% - 24px);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  font-size: 13px;
  word-break: keep-all;
  border-radius: 4px;
  width: 260px;
  white-space: normal;
  transition: opacity 0.15s ease;
  pointer-events: none;
  opacity: 0;
}

.bt-tooltip::before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: calc(100% - 18px);
  transform: rotate(180deg);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transition: opacity 0.15s ease;
  opacity: 0;
}

.bt-tooltip:hover::after,
.bt-tooltip:hover::before {
  opacity: 1;
}

.book-detail-search.discuss .book-search-box {
  border: none;
  background: #f6f7f9;
  border-radius: 0;
  gap: 4px;
}

.book-detail-search.discuss .book-search-box .btn {
  height: 42px;
}

.book-detail-search.discuss .book-search-box .ico i {
  background: url("../img/ico_arrow_right_wh.png") no-repeat center;
  transform: rotate(90deg);
  transition: all 0.4s;
}

.book-detail-search.discuss .book-search-box .ico.on i {
  transform: rotate(-90deg);
}

.book-detail-search.discuss .detail-search-box {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}

.book-detail-search.discuss .detail-search-box.on {
  height: 290px;
}

.book-detail-search.discuss .table-row-wrap.scroll {
  max-height: 440px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 2px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.book-detail-search.discuss .table-row {
  border-top: none;
}

.book-detail-search.discuss .table-row.col {
  border-top: 1px solid var(--gray);
}

/*  도서검색 팝업에 검색결과 없을 때  */
.book-detail-search.discuss .table-row .tac {
  padding: 25px 0;
  font-size: 15px;
  color: var(--gs320);
}

@media all and (max-width: 1059px) {
  .book-detail-search.discuss .table-row .tr {
    align-items: center;
  }
}
@media all and (max-width: 939px) {
  .writing-guide-box {
    background-image: none !important;
    padding: 20px;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .th,
  .book-detail-search.discuss .table-row-wrap.scroll .td {
    display: none;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .num {
    width: 44px;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .state {
    width: 48px;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .th:nth-child(1),
  .book-detail-search.discuss .table-row-wrap.scroll .td:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .th:nth-child(3),
  .book-detail-search.discuss .table-row-wrap.scroll .td:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .th:nth-child(4),
  .book-detail-search.discuss .table-row-wrap.scroll .td:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
  }
  .book-detail-search.discuss .table-row-wrap.scroll .th:nth-child(7),
  .book-detail-search.discuss .table-row-wrap.scroll .td:nth-child(7) {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 639px) {
  .writing-guide-box {
    padding-top: 10px;
  }
  .writing-guide-box.discuss .tit {
    font-size: 20px;
    padding-left: 70px;
  }
  .guide-txt-wrap li {
    font-size: 15px;
  }
  .book-detail-search.discuss .book-search-box .ico i {
    background: url("../img/ico_arrow_right_wh.png") no-repeat center;
    top: auto;
  }
}
@media all and (max-width: 480px) {
  .book-detail-search.discuss .book-search-box {
    flex-wrap: wrap;
  }
  .book-detail-search.discuss .book-search-box .searchbox {
    width: 100%;
  }
  .book-detail-search.discuss .book-search-box .btn {
    width: calc(50% - 4px);
  }
  .book-detail-search.discuss .table-row .lib {
    width: 90px;
  }
}
@media all and (max-width: 430px) {
  .book-detail-search.discuss .detail-search-box.on {
    height: 551px;
  }
}
/*  독서퀴즈 상세  */
.quiz-tit {
  display: flex;
  margin-top: 40px;
  gap: 4px;
  align-items: center;
}

.quiz-tit .tit {
  font-weight: bold;
  font-size: 24px;
  margin-left: 10px;
  color: #222;
  width: calc(100% - 72px - 72px);
}

.quiz-tit .flex-c {
  width: 72px;
  height: 28px;
  border: 1px solid #c5c5c5;
  border-radius: 28px;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 4px;
  color: var(--gs320);
  font-weight: 500;
}

.quiz-tit .level i {
  background: url("../img/icon_star.png") no-repeat center;
  background-size: 16px;
  width: 16px;
  height: 24px;
}

.quiz-tit .point i {
  background: url("../img/icon_point.png") no-repeat center;
  background-size: 16px;
  width: 16px;
  height: 24px;
}

.quiz-cont {
  background: var(--secondary-tint);
  max-width: 970px;
  margin: 30px auto;
  padding: 40px 60px 20px;
}

.quiz-question {
  background: url("../img/icon_quiz.png") no-repeat top center;
  padding-top: 110px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  word-break: keep-all;
}

.quiz-answer {
  margin-top: 30px;
  margin-bottom: 10px;
}

.quiz-answer .textarea-wrap .textarea {
  width: 100%;
  height: 140px;
  padding: 12px;
  line-height: 1.4;
  border-radius: 0.4rem;
}

.quiz-answer .textarea-wrap .count-wrap {
  text-align: right;
  font-weight: 500;
  color: #222;
}

.quiz-answer .input-label {
  border: 2px solid #ccc;
  display: flex;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 0 #cfd2d8;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
}

.quiz-answer .input-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #e5e6e7;
}

.quiz-answer .input-label:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #dadcdf;
}

.quiz-answer .input-label.on {
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: bold;
}

.check-wrap {
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.check-group {
  width: 100%;
  margin-bottom: 10px;
}

.check-group .input-label {
  align-items: center;
  padding: 10px 0;
  padding-left: 16px;
  padding-right: 56px;
  border-radius: 10px;
  min-height: 60px;
}

.check-group .input-label::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url("../img/icon_check.png") no-repeat center;
  background-size: 20px;
  background-color: #dadcdf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.check-group .input-label.on::after {
  background-color: var(--primary);
}

.ox-wrap {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  gap: 20px;
}

.radio-group {
  width: 50%;
}

.radio-group .input-label {
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  font-weight: bold;
  flex-wrap: wrap;
  padding: 190px 20px 30px;
  font-size: 20px;
}

.radio-group .input-label::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
}

.radio-group .input-label.quiz-o::before {
  background-image: url("../img/icon_O_unselected.png");
}

.radio-group .input-label.quiz-x::before {
  background-image: url("../img/icon_X_unselected.png");
}

.radio-group .input-label.quiz-o.on::before {
  background-image: url("../img/icon_O_selected.png");
}

.radio-group .input-label.quiz-x.on::before {
  background-image: url("../img/icon_X_selected.png");
}

.quiz-cont .btn {
  width: 180px;
  height: 54px;
  font-size: 18px;
}

.popup-cont.quiz-result {
  max-width: 600px;
}

.popup-cont.quiz-result .result {
  padding-top: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  word-break: keep-all;
  background-repeat: no-repeat;
  background-position: top center;
}

.popup-cont.quiz-result .result.ok {
  color: var(--secondary);
  background-image: url("../img/quiz_ok.png");
}

.popup-cont.quiz-result .result.no {
  color: #f76f00;
  background-image: url("../img/quiz_fail.png");
}

.popup-cont.quiz-result .result.over {
  color: #f76f00;
  padding-top: 230px;
  background-image: url("../img/quiz_exceed.png");
}

.popup-cont.quiz-result .result.out {
  color: #f76f00;
  padding-top: 120px;
  background-image: url("../img/quiz_out.png");
}

.popup-cont.quiz-result .quiz-count {
  display: flex;
  font-size: 18px;
  color: #222;
  gap: 10px 40px;
  justify-content: center;
  margin-top: 20px;
}

.popup-cont.quiz-result .quiz-count p {
  display: flex;
  align-items: center;
  letter-spacing: -1px;
}

.popup-cont.quiz-result .quiz-count span {
  color: var(--gs900);
  font-size: 28px;
  letter-spacing: -2px;
  margin-left: 8px;
}

.popup-cont.quiz-result .quiz-count strong {
  color: #222;
  font-weight: 800;
  letter-spacing: -2px;
}

.popup-cont.quiz-result .quiz-count .remain {
  position: relative;
}

.popup-cont.quiz-result .quiz-count .remain .blue {
  color: var(--primary);
  font-weight: 600;
}

.popup-cont.quiz-result .quiz-count .remain::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #ddd;
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.popup-cont.quiz-result .txt-bg {
  font-size: 17px;
  background: vaR(--secondary-tint);
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  color: #222;
  word-break: keep-all;
}

.popup-cont.quiz-result .txt-bg strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.popup-cont.quiz-result mark.txt {
  text-align: center;
  margin-top: 20px;
  display: block;
  font-weight: 300;
}

.popup-cont.quiz-result .btn {
  width: auto;
  padding: 0 16px;
  min-width: 98px;
}

@media all and (max-width: 767px) {
  .quiz-tit {
    flex-wrap: wrap;
  }
  .quiz-tit .tit {
    width: 100%;
    margin-left: 0;
    font-size: 19px;
  }
  .quiz-cont {
    padding: 40px 20px 20px;
  }
  .quiz-question {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .ox-wrap {
    flex-wrap: wrap;
  }
  .radio-group {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  .popup-cont.quiz-result .quiz-count {
    flex-wrap: wrap;
    justify-content: center;
  }
  .popup-cont.quiz-result .quiz-count .remain {
    width: 100%;
    justify-content: center;
  }
  .popup-cont.quiz-result .quiz-count .remain::before {
    display: none;
  }
}
/* ========================== */
/*  독서활동 - 그래프영역  */
/* ========================== */
.report-title {
  background: #e5f2ff;
  border-radius: 10px;
  padding: 25px;
  color: var(--gs320);
  margin-top: 20px;
}

.report-title .total-wrap {
  display: flex;
  align-items: center;
  gap: 20px 0;
}

.report-title .graph-txt {
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
  font-weight: 600;
}

.report-title .txt {
  font-size: 23px;
  text-align: center;
  width: calc(100% - 350px);
}

.report-title .txt i {
  font-size: 25px;
  color: #0362f1;
  font-weight: 600;
}

.report-title .txt strong {
  font-size: 30px;
  color: #03a7f5;
  font-weight: 600;
}

.report-title .my-rank dl {
  width: 420px;
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 40px;
}

.report-title .my-rank dl:last-child {
  margin-bottom: 0;
}

.report-title .my-rank dt {
  position: relative;
  padding-left: 35px;
  width: 220px;
  font-size: 15px;
}

.report-title .my-rank dt::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94c3f2;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.report-title .my-rank dd {
  width: calc(100% - 234px);
  text-align: right;
  font-weight: 800;
  font-size: 14px;
  padding-right: 17px;
}

.report-title .my-rank dd strong {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.report-title .graph-wrap {
  display: flex;
  gap: 22px;
  margin-top: 20px;
}

.report-title .graph-wrap > div {
  width: calc(33.3333333333% - 11px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px;
}

.report-title .graph-wrap .tit {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--gray);
}

.graph-list dt {
  padding: 10px 0;
}

.graph-list dd {
  padding-bottom: 10px;
  font-weight: 800;
  border-bottom: 1px solid #c6c6c6;
}

.graph-list dd:last-child {
  border-color: var(--gray);
}

.graph-area {
  position: relative;
}

.graph-area .stat-desc {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 12px;
  font-weight: 500;
}

.report-age {
  padding: 40px 20px;
  margin-top: 60px;
}

.report-age .txt {
  width: 100%;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 40px;
}

.report-age-tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(134px, auto));
  gap: 4px 10px;
  justify-content: space-between;
  margin: 50px 0 0;
}

.report-age-tab li {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gs320);
  font-weight: 500;
}

.report-age-tab li:hover,
.report-age-tab li.on {
  background: var(--primary);
  border: none;
  color: #fff;
}

.report-age .graph-area {
  margin: auto;
  max-width: 990px;
}

.report-age + .loan-info {
  margin-top: 40px;
}

.loan-info2 .table-row .etc {
  width: 132px;
}

@media all and (max-width: 1240px) {
  .report-title .my-rank {
    margin: 0;
  }
}
@media all and (max-width: 939px) {
  .report-title .total-wrap {
    justify-content: space-between;
    gap: 20px 15px;
  }
  .report-age {
    padding: 20px 12px;
    margin-top: 30px;
  }
  .report-title .txt {
    width: calc(100% - 285px);
    font-size: 18px;
    margin-bottom: 20px;
  }
  .report-title .txt i {
    font-size: 20px;
  }
  .report-title .txt strong {
    font-size: 22px;
  }
  .report-title .graph-wrap {
    flex-wrap: wrap;
    gap: 20px 15px;
  }
  .report-title .graph-wrap > div {
    width: calc(50% - 11px);
  }
  .report-title .graph-wrap > div.my-graph1 {
    width: 100%;
  }
  .report-title .graph-wrap .tit {
    padding-top: 0;
    padding-bottom: 18px;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .report-title .total-wrap {
    flex-wrap: wrap;
  }
  .report-title .txt {
    width: 100%;
  }
  .report-title .graph-wrap > div {
    width: 100%;
  }
  .report-title .my-rank {
    width: 100%;
  }
  .report-title .my-rank dl {
    width: 100%;
  }
  .report-age-tab {
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(106px, auto));
  }
}
@media all and (max-width: 540px) {
  .report-title .my-rank dt {
    padding-left: 17px;
  }
  .report-title .my-rank dt::before {
    display: none;
  }
  .my-rank dl:nth-child(1) {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
    justify-content: center;
  }
  .my-rank dl:nth-child(1) dt, .my-rank dl:nth-child(1) dd {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .report-title .my-rank dt {
    width: 118px;
    word-break: keep-all;
    font-size: 14px;
  }
  .report-title .my-rank dd {
    width: calc(100% - 126px);
    font-size: 15px;
  }
  .report-title .my-rank dd strong {
    font-size: 16px;
    font-weight: 700;
  }
}
/*  그래프 - 독서 레이스  */
.reading-race-tit {
  color: var(--gs320);
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray);
  text-align: center;
  margin-top: 60px;
}

.reading-race-tit .btn {
  position: absolute;
  right: 0;
}

.reading-race-wrap {
  margin-top: 20px;
}

.reading-race-wrap .txt {
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 500;
}

.race-line {
  display: flex;
}

.race-line .line-title {
  height: 90px;
  background: linear-gradient(to right, #bac3e2 0%, #bac3e2 85%, #dee1ff 85%, #dee1ff 100%);
  width: 124px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
}

.race-line .line-title p {
  width: 90px;
  height: 42px;
  background: #fff;
  position: absolute;
  border-left: 10px solid #acadd9;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  font-weight: 600;
  z-index: 2;
}

.race-line .line-title p::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -6px;
  width: 6px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.race-line .line-title p::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0px;
  width: 70px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.race-line .line-pool {
  width: calc(100% - 124px);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url("../img/pool.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}

.race-line .line-pool::before {
  content: "";
  width: calc(100% - 64px);
  height: 8px;
  background-image: url("../img/pool_line.png");
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 15px;
}

.race-line .line-pool::after {
  content: "";
  width: calc(100% - 64px);
  height: 8px;
  background-image: url("../img/pool_line.png");
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
}

.line-pool .deco-start {
  background-image: url("../img/pool_front.png");
  background-repeat: repeat-x;
  background-size: contain;
  width: 27px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line-pool .deco-start::after {
  content: "";
  width: 18px;
  height: 63px;
  background: url("../img/pool_start.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}

.line-pool .deco-end {
  width: 44px;
  height: 100%;
  background: url("../img/pool_end.png") no-repeat center;
  position: absolute;
  right: 0;
  background-size: cover;
}

.line-pool .pool-top {
  position: relative;
  height: 50%;
  margin-left: 28px;
  margin-right: 50px;
}

.line-pool .pool-top::after {
  content: "";
  width: calc(100% + 45px);
  height: 2px;
  background: #101010;
  position: absolute;
  top: -7px;
  z-index: -1;
  left: -28px;
}

.line-pool .pool-bottom {
  position: relative;
  height: 50%;
  margin-left: 28px;
  margin-right: 50px;
}

.line-pool .pool-bottom::after {
  content: "";
  width: calc(100% + 45px);
  height: 2px;
  background: #101010;
  position: absolute;
  bottom: -2px;
  z-index: 0;
  left: -28px;
}

.line-pool .state {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line-pool .state i {
  display: block;
}

.line-pool .state .others-stand,
.line-pool .state .my-stand {
  width: 42px;
  height: 27px;
}

.line-pool .state .others-swimming,
.line-pool .state .my-swimming {
  width: 40px;
  height: 36px;
}

.line-pool .state .others-stand {
  background: url("../img/ico_stand_others.png") no-repeat center;
  background-size: contain;
}

.line-pool .state .my-stand {
  background: url("../img/ico_stand_me.png") no-repeat center;
  background-size: contain;
}

.line-pool .state .others-swimming {
  background: url("../img/ico_swim_others.png") no-repeat center;
  background-size: contain;
}

.line-pool .state .my-swimming {
  background: url("../img/ico_swim_me.png") no-repeat center;
  background-size: contain;
}

.line-pool .state-item {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #101010;
  display: flex;
  font-size: 13px;
  background: #fff;
  font-weight: 500;
}

.line-pool .state-item .name {
  height: 20px;
  border: 1px solid #101010;
  border-radius: 20px;
  padding: 0 8px;
  margin-top: -1px;
  margin-left: -1px;
  line-height: 18px;
}

.line-pool .state-item .name.others {
  background: #101010;
  color: #fff;
  width: 64px;
}

.line-pool .state-item .name.me {
  background: #ffff01;
}

.line-pool .state-item .count {
  height: 20px;
  line-height: 20px;
  width: 46px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .reading-race-tit .btn {
    bottom: -45px;
    height: 36px;
  }
  .reading-race-wrap {
    margin-top: 70px;
  }
  .race-line .line-title {
    width: 70px;
  }
  .race-line .line-title p {
    width: 70px;
    font-size: 15px;
  }
  .race-line .line-title p::after {
    width: 50px;
  }
  .race-line .line-pool {
    width: calc(100% - 70px);
  }
  .line-pool .state .others-swimming, .line-pool .state .my-swimming {
    width: 26px;
    height: 22px;
  }
  .line-pool .state .others-stand, .line-pool .state .my-stand {
    width: 28px;
    height: 20px;
  }
  .line-pool .state {
    top: auto;
    transform: none;
    bottom: 2px;
  }
  .line-pool .state-item {
    top: auto;
    bottom: 14px;
    left: -5px;
  }
}
/*  추천도서  */
.recommend .board-filter {
  margin-top: 20px;
}

.recommend .board-filter .txt {
  margin-bottom: 0;
}

.recommend-book-wrap {
  border-top: 2px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-top: 10px;
}

.recommend-book-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  justify-content: start;
  gap: 24px;
  padding: 34px 0;
}

.recommend-book-wrap ul.no-data {
  grid-template-columns: 1fr;
}

.recommend-book-wrap ul.no-data .txt {
  color: var(--gs320);
  font-size: 15px;
  background: url("../img/no_book.png") no-repeat center top;
  background-size: 56px;
  padding-top: 78px;
  text-align: center;
}

.recommend-book-wrap .img {
  display: block;
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 250px;
  max-width: 190px;
}

.recommend-book-wrap img {
  width: 100%;
  height: 100%;
}

.recommend-book-wrap .etc {
  color: #a2a2a2;
  font-size: 14px;
  display: block;
}
.recommend-book-wrap .etc span {
  display: block;
}

.recommend-book-wrap .etc.bar {
  margin-top: 14px;
}
.recommend-book-wrap .etc.bar span {
  position: relative;
  margin-right: 12px;
  display: inline-block;
}
.recommend-book-wrap .etc.bar span::after {
  content: "|";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.recommend-book-wrap .etc.bar span:nth-last-of-type(1)::after {
  display: none;
}

.recommend-book-wrap .tit {
  font-weight: 600;
  font-size: 17px;
  color: var(--gs320);
  margin-bottom: 10px;
  margin-top: 14px;
}

/*  참여도서관  */
.main-libs.sub .inner {
  padding-bottom: 40px;
}

.main-libs.sub .tit-box {
  background: none;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 14px;
  position: relative;
}

.main-libs.sub .tit-box:hover, .main-libs.sub .tit-box.on {
  font-weight: bold;
}

.main-libs.sub .tit-box:hover::after, .main-libs.sub .tit-box.on::after {
  content: "";
  height: 4px;
  width: 100%;
  background: #222;
  display: block;
  position: absolute;
  top: 100%;
}

.main-libs.sub .tit-box span {
  display: inline-block;
  color: #222;
}

.sub .area-box .areas li {
  color: #222;
}

.board-filter.libs {
  margin-top: 20px;
}

.board-filter.libs .txt span {
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
  margin-left: 4px;
}

.sub .main-libs-list .table-row .tr-head {
  margin-bottom: 12px;
  display: flex;
}

.sub .main-libs-list .table-row .tr {
  border-bottom: none;
  padding: 0;
  padding-bottom: 12px;
}

.sub .main-libs-list .table-row .tr:last-child {
  border-bottom: 1px solid #c8d1f3;
}

.sub .main-libs-list .table-row .lib {
  width: 240px;
}

.sub .main-libs-list .lib .mark.on {
  padding: 0 8px;
}

.sub .main-libs-list li span:nth-child(2) {
  text-align: left;
}

.sub .main-libs-list + .pagination {
  border-bottom: 2px solid var(--gray);
}

.sub .main-libs-list .table-row .state {
  width: 160px;
  word-break: keep-all;
}

.main-libs-list.table {
  margin-top: 10px;
  width: 100%;
  overflow: visible;
}

.main-libs-list.table table {
  width: 100%;
  min-width: 680px;
}

.main-libs-list.table thead {
  border-bottom: 2px solid var(--gray);
}

.main-libs-list.table th, .main-libs-list.table td {
  padding: 14px 4px;
  color: var(--gs320);
  font-size: 15px;
  text-align: left;
}

.main-libs-list.table th:nth-child(1),
.main-libs-list.table th:nth-child(5),
.main-libs-list.table th:nth-child(6),
.main-libs-list.table th:nth-child(7),
.main-libs-list.table th:nth-child(8) {
  text-align: center;
}

.main-libs-list.table td:nth-child(1),
.main-libs-list.table td:nth-child(5),
.main-libs-list.table td:nth-child(6),
.main-libs-list.table td:nth-child(7),
.main-libs-list.table td:nth-child(8) {
  text-align: center;
}

.main-libs-list.table td {
  border-bottom: 1px solid #999;
}

.main-libs-list.table th:nth-child(3), .main-libs-list.table td:nth-child(3) {
  width: 320px;
  padding-right: 40px;
}

.main-libs-list.table .red {
  font-weight: bold;
  color: red;
}

.main-libs-list.table .bt-out {
  font-size: 13px;
  font-weight: bold;
  color: red;
  border: 1px solid var(--gray);
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  padding: 0 8px;
}

.main-libs-list.table .bt-out:hover {
  background: red;
  color: #fff;
  border: none;
  line-height: 24px;
}

.sub_cont_table.mobile {
  border-top: 2px solid var(--gray);
  margin-top: 10px;
}

#new_only_mobile {
  display: none;
}

#new_only_pc .lib-toggle-list {
  min-width: auto;
  height: 34px;
  max-width: 370px;
  position: relative;
}
#new_only_pc .btn-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding-left: 8px;
  background: #f1f1f1;
  color: var(--primary);
  font-weight: 600;
}
#new_only_pc .btn-toggle.on {
  background: #fff;
  color: #222;
  border: 1px solid var(--gray);
}
#new_only_pc .btn-toggle::after {
  content: "열기 ▼";
  margin-left: 4px;
}
#new_only_pc .btn-toggle.on::after {
  content: "닫기 ▲";
}
#new_only_pc .lib-toggle-list ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid var(--gray);
  min-width: auto;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  padding: 4px 0;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
#new_only_pc .lib-toggle-list ul li {
  padding: 4px 8px;
  font-size: 14px;
}
#new_only_pc {
  /*  토글  */
}
#new_only_pc .btn-toggle.on + ul {
  display: block;
}

@media all and (max-width: 1280px) {
  .sub .main-libs-list .table-row .tr-head {
    margin-bottom: 0;
  }
  .sub .main-libs-list .table-row .tr {
    border-bottom: 1px solid #999;
    padding: 10px 0;
  }
  .sub .main-libs-list .table-row .num {
    width: 66px;
  }
  .sub .main-libs-list .table-row .lib {
    width: 140px;
  }
  .sub .main-libs-list .table-row .state {
    width: 110px;
  }
}
@media all and (max-width: 900px) {
  #new_only_mobile {
    display: block;
  }
  #new_only_mobile dl {
    display: table;
    width: 100%;
  }
  #new_only_pc {
    display: none;
  }
  .sub_cont_table {
    min-width: 100%;
  }
  .mobile_withDrawal {
    padding: 20px 10px 20px;
    border-bottom: 2px solid var(--gray);
  }
  .mobile_withDrawal .top {
    padding-right: 70px;
    position: relative;
  }
  .mobile_withDrawal .top span {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
  }
  .mobile_withDrawal .top p {
    color: var(--gs320);
    font-size: 16px;
    margin-top: 5px;
  }
  .mobile_withDrawal ul {
    margin-top: 20px;
    border-top: 1px solid #888;
    padding-top: 20px;
    overflow: hidden;
    display: none;
  }
  .mobile_withDrawal ul li {
    margin: 2px 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .mobile_withDrawal ul li::before {
    content: "ㆍ";
  }
  .withDrawalBtn_mobile,
  .withDrawalBtn_mobile:visited {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: red;
    border: 1px solid var(--gray);
    height: 32px;
    line-height: 30px;
    border-radius: 34px;
    padding: 0 8px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .withDrawalBtn_mobile:hover {
    background: red;
    color: #fff;
    border: none;
    line-height: 32px;
  }
  /*  토글  */
  .mobile_withDrawal .btn-toggle {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #f1f1f1;
    border-radius: 4px;
    margin-top: 10px;
    color: var(--primary);
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .mobile_withDrawal .btn-toggle::after {
    content: "열기 ▼";
    margin-left: 4px;
  }
  .mobile_withDrawal .btn-toggle.on::after {
    content: "닫기 ▲";
  }
}
@media all and (max-width: 639px) {
  .main-libs.sub .tit-box {
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .board-filter.libs {
    margin-top: 20px;
  }
  .board-filter.libs .right {
    flex-wrap: wrap;
  }
  .board-filter.libs .right .btn {
    width: calc(50% - 2px);
    margin-left: 0;
  }
}
/* ========================== */
/*  내 정보  */
/* ========================== */
/*  회원정보 수정  */
.login-box {
  margin: auto;
  margin-top: 50px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  border-radius: 0.8rem;
  max-width: 374px;
  padding: 50px 35px;
}

.login-box .input {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
}

.login-box .btn.full {
  width: 100%;
  height: 48px;
  font-size: 18px;
}

.info-mody .guide-txt {
  margin-left: 8px;
}

.info-mody .email-wrap {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.info-mody .email-wrap .row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.info-mody .btns {
  justify-content: space-between;
  border-bottom: 2px solid var(--gray);
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 0;
  margin-top: 40px;
}

.info-mody .btns .gray-btns .btn {
  height: 32px;
  border-radius: 0;
  width: auto;
  padding: 0 16px;
  margin-bottom: 4px;
  border-radius: 4px;
}

.info-mody .btns .btn {
  min-width: 84px;
}

.info-mody .btns .btn.primary {
  height: 42px;
  font-size: 17px;
}

@media all and (max-width: 767px) {
  .info-mody .input {
    width: calc(100% - 100px);
    max-width: 260px;
  }
  .info-mody .email-wrap .row {
    width: 100%;
  }
  .info-mody .email-wrap .select {
    width: 100%;
  }
  .info-mody .email-wrap .input {
    width: calc(50% - 4px);
  }
}
@media all and (max-width: 639px) {
  .info-mody .btns {
    justify-content: end;
    position: relative;
    margin-top: 50px;
  }
  .info-mody .btns .gray-btns {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .info-mody .btns .gray-btns .btn {
    padding: 0 4px;
  }
}
/*  내 포인트 적립내역  */
.table-row.point .tr {
  min-height: 56px;
  align-items: center;
}

.table-row.point .mark {
  width: 140px;
  justify-content: flex-start;
  padding-left: 20px;
  display: flex;
  font-weight: 600;
}

.table-row.point .mark::before {
  width: 22px;
  height: 22px;
  content: "P";
  color: #fff;
  font-weight: 500;
  background: #67cbfc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.table-row.point .day {
  width: 120px;
}

@media all and (max-width: 539px) {
  .table-row.point .mark {
    padding-left: 4px;
  }
  .table-row.point .mark,
  .table-row.point .day {
    width: 90px;
  }
}
/*  내 독서활동 조회  */
.board-filter.inquiry .flex-c {
  gap: 4px;
}

.board-filter.inquiry .left .flex-c:nth-last-of-type(1) {
  margin-left: 40px;
}

.table-row.inquiry .tr {
  min-height: 56px;
  align-items: center;
}

.table-row.inquiry .result {
  width: 200px;
  text-align: center;
  font-weight: 300;
  display: flex;
  justify-content: center;
  gap: 8px 12px;
}

.table-row.inquiry .result .row {
  position: relative;
  color: var(--gs320);
}

.table-row.inquiry .result .row::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}

.table-row.inquiry .result .row:last-child::after {
  display: none;
}

.table-row.inquiry .result b {
  font-weight: bold;
  margin-left: 4px;
}

@media all and (max-width: 939px) {
  .table-row.inquiry .num {
    width: 56px;
  }
  .table-row.inquiry .state {
    width: 84px;
  }
  .table-row.inquiry .result {
    width: 80px;
    flex-wrap: wrap;
  }
  .table-row.inquiry .result .row {
    width: 100%;
  }
  .table-row.inquiry .result .row::after {
    display: none;
  }
  .table-row.inquiry.inquiry1 .day {
    display: none;
  }
  .table-row.inquiry.inquiry2 .num,
  .table-row.inquiry.inquiry2 .day {
    display: none;
  }
  .table-row.inquiry.inquiry2 .num:first-child {
    display: flex;
  }
  .table-row.inquiry.inquiry3 .num {
    display: none;
  }
  .table-row.inquiry.inquiry3 .num:first-child {
    display: flex;
  }
}
@media all and (max-width: 639px) {
  .board-filter.inquiry .left .flex-c {
    justify-content: flex-start;
  }
  .board-filter.inquiry .left .flex-c:nth-last-of-type(1) {
    margin-left: 0;
    width: 100%;
  }
  .board-filter.inquiry .left .flex-c:nth-last-of-type(1) .select {
    width: 90px;
  }
}
/*  내 포인트 조회  */
.point-view-box {
  border: 5px solid #d9def1;
  padding: 25px 0;
  margin-bottom: 20px;
}

.point-view-box dt {
  font-size: 17px;
  font-weight: 300;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.point-view-box .btn-tooltip {
  background: url("../img/icon_tooltip.png") no-repeat center;
  background-size: 20px;
}

.point-view-box dd {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.point-view-box dd::before {
  width: 26px;
  height: 26px;
  content: "P";
  color: #fff;
  font-weight: 500;
  background: #67cbfc;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 17px;
}

.board-filter.point .flex-c {
  font-size: 14px;
}

.board-filter.point .left .flex-c:nth-last-of-type(2) {
  margin-left: 10px;
}

@media all and (max-width: 639px) {
  .board-filter.point .date-picker-wrap {
    width: calc(100% - 28px);
  }
  .board-filter.point .date-picker-wrap .date-picker {
    max-width: 156px;
  }
  .board-filter.point .flex-c {
    width: 100%;
    margin-left: 0 !important;
  }
  .board-filter.point .input-set .select:nth-last-of-type(1) {
    width: 156px;
  }
  .table-row.point .num:first-child {
    width: 44px;
  }
  .table-row.point .num:nth-child(2) {
    text-align: left;
  }
  .table-row.point .day {
    display: none;
  }
  .table-row.point .state {
    width: 70px;
  }
}
/* ========================== */
/*  정보제공  */
/* ========================== */
.info-graph-box {
  margin: 20px auto;
}

.info-graph-box.info-graph1 {
  max-width: 516px;
}

.info-graph-box .txt {
  font-weight: 300;
}

.info-graph-box .graph-header {
  background: #eeeff0;
  margin-top: 12px;
  padding: 8px;
  border-bottom: 2px solid var(--gray);
  display: flex;
  justify-content: space-between;
  color: var(--gs320);
  font-weight: 500;
}

.info-graph-box .graph-header .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
}

.info-graph-box .graph-header .txt {
  color: var(--gs320);
  font-weight: 500;
  width: 94px;
  text-align: right;
  font-size: 14px;
}

.info-graph-box .graph-header em {
  margin-right: 30px;
  position: relative;
}

.info-graph-box .graph-header em::before {
  content: "";
  width: 27px;
  height: 12px;
  margin-right: 6px;
  display: inline-block;
}

.info-graph-box .graph-header em.blue::before {
  background: #15acf4;
}

.info-graph-box .graph-header em.secondary::before {
  background: #004479;
}

.info-graph-box .graph-header em.gray::before {
  background: #666;
}

.info-graph-box .graph-header em.green::before {
  background: #4bc0c0;
}

.info-graph-box .graph-header em.purple::before {
  background: #9966ff;
}

.info-graph-box .graph-header em.orange::before {
  background: #ff9f40;
}

.info-graph-box .graph-header em.yellow::before {
  background: #ffcd56;
}

.info-graph-box .graph-header em.silver::before {
  background: #c9cbce;
}

.info-graph-box .graph-header em.pink::before {
  background: #ff6384;
}

.info-graph-box .graph-header em.blue-purple::before {
  background: #658fff;
}

.info-graph-box .graph-header + div {
  margin-top: 6px;
}

.info-graph-box .criteria {
  border-top: 1px solid var(--gray);
  margin-top: 6px;
  padding-top: 8px;
  padding-left: 8px;
  font-weight: 300;
}

.info-graph-box.info-graph2 {
  max-width: 952px;
}

.info-graph-box.flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 25px;
}

.info-graph-box .info-graph3 {
  width: 100%;
  max-width: 450px;
}

.info-graph-box .info-graph4 {
  width: 100%;
  max-width: 742px;
}

.info-graph-box.info-graph5 {
  max-width: 950px;
}

.info-graph-box .select-box {
  margin-top: 5px;
  gap: 8px;
}

.info-graph-box .select-box .select {
  border-radius: 0;
  min-width: 84px;
}

.info-graph-box.info-graph6 {
  max-width: 950px;
  gap: 0px 20px;
}

.info-graph-box.info-graph6 .txt {
  width: 100%;
}

.info-graph-box.info-graph6 > .txt:nth-last-of-type(1) {
  padding-top: 8px;
  padding-left: 8px;
}

.info-graph-box.info-graph6 .select-box {
  width: 100%;
}

.info-graph-box.info-graph6 .info-graph {
  width: calc(50% - 10px);
  max-width: 468px;
  margin: auto;
  border-bottom: 1px solid var(--gray);
}

@media all and (max-width: 939px) {
  .info-graph-box.info-graph6 .info-graph {
    width: 100%;
  }
}
/* ========================== */
/*  이용안내  */
/* ========================== */
.guide-row {
  border-top: 1px solid #9a9a9a;
  padding: 40px 4px;
}

.guide-row.last {
  border-bottom: 2px solid var(--gray);
}

.guide-row.title {
  background: url("../img/bg_guide.png") no-repeat right 15px bottom -10px;
  padding-right: 260px;
  margin-top: var(--sz-md);
  border-top: 2px solid var(--gray);
}

.guide-row.title.p60-4 {
  padding: 60px 4px;
}

.guide-row.title .blue {
  color: var(--primary);
  font-weight: 300;
  font-size: 32px;
  word-break: keep-all;
  margin-bottom: 10px;
}

.guide-row.title strong {
  color: #222;
  font-weight: bold;
  font-size: 34px;
}

.guide-row.title .txt {
  font-size: 20px;
}

.guide-row .note li {
  line-height: 2;
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  word-break: keep-all;
  color: var(--gs320);
}
@media all and (max-width: 639px) {
  .guide-row .note li {
    font-size: 15px;
    line-height: 1.8;
  }
}

.guide-row .note li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ico_note.png") no-repeat center;
  position: absolute;
  background-size: 20px;
  left: 0;
  top: 6px;
}

.guide-row .side-txt {
  font-weight: 400;
  color: #7d7d7d;
  font-size: 15px;
  display: block;
  line-height: 2;
}

.guide-row .flow-txt {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 300;
  gap: 0 20px;
}

.guide-row .flow-txt dd {
  min-width: 150px;
}

.guide-row .flow-txt dt {
  font-weight: bold;
}

.guide-row .flow-txt strong {
  font-weight: bold;
}

.guide-row .txt.center {
  text-align: center;
  color: var(--gs320);
  font-size: 20px;
  line-height: 2;
}

.guide-row .txt.center strong {
  font-weight: bold;
}

.guide-row > .img-box {
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.guide-row > .img-box img {
  max-width: 100%;
}

.guide-row > .img-box strong {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.step-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 50px 10px;
  text-align: center;
  align-items: center;
}

.step-flow li:nth-child(odd) {
  border: 1px solid var(--gray);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  font-size: 18px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.step-flow li:nth-child(odd) i {
  font-weight: bold;
  font-size: 26px;
  display: block;
  width: 100%;
}

.step-flow li.img-box {
  width: 320px;
  border-radius: 156px;
  gap: 10px;
  flex-wrap: nowrap;
}

.step-flow li.img-box img {
  width: 110px;
  height: 120px;
}

.personal-info-flow {
  margin: 40px 0;
}

.personal-info-flow .row {
  display: flex;
  flex-wrap: wrap;
  color: var(--gs320);
  margin-bottom: 4px;
}

.personal-info-flow dt {
  width: 26%;
  background: #eeecec;
  padding: 9px 20px;
  word-break: keep-all;
}

.personal-info-flow dd {
  width: 74%;
  background: #f9f7f7;
  padding: 9px 20px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 1060px) {
  .guide-row.title {
    background-size: 140px;
    padding-right: 160px;
  }
  .guide-row.title .blue {
    font-size: 24px;
  }
  .guide-row.title .blue strong {
    font-size: 26px;
  }
  .step-flow {
    margin: 30px 0px 10px;
    gap: 10px;
  }
  .step-flow li:nth-child(odd) {
    width: 132px;
    height: 132px;
    font-size: 17px;
  }
  .step-flow li:nth-child(odd) i {
    font-size: 20px;
  }
  .step-flow li.img-box {
    width: 260px;
    height: 132px;
  }
  .step-flow li.img-box img {
    width: 90px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .guide-row.title {
    background: none;
    padding: 24px 0 !important;
    padding-right: 0;
  }
  .guide-row.title .blue {
    font-size: 22px;
  }
  .guide-row.title .blue strong {
    font-size: 24px;
  }
  .guide-row.title .txt {
    font-size: 17px;
  }
  .guide-row .note li {
    font-size: 15px;
  }
  .guide-row .flow-txt {
    font-size: 22px;
  }
  .guide-row .flow-txt dt {
    width: 100%;
  }
  .step-flow li:nth-child(odd) {
    width: 116px;
    height: 116px;
    font-size: 15px;
  }
  .step-flow li.img-box {
    width: 260px;
    height: 116px;
  }
  .step-flow li.img-box img {
    width: 80px;
    height: 90px;
  }
  .step-flow li.arrow img {
    width: 30px;
  }
  .personal-info-flow dt,
  .personal-info-flow dd {
    width: 100%;
  }
  .guide-row .txt.center {
    font-size: 18px;
  }
}
@media all and (max-width: 639px) {
  .guide-row .note li::before {
    top: 3px;
  }
}
/* ========================== */
/*  기존팝업 수정  */
/* ========================== */
.main-modal__wrap, .main-modal__wrap-mobile {
  position: absolute;
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  padding: 12px;
  max-width: 94%;
  max-height: 90vh;
}

.main-modal__footer {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}

.main-modal__footer input[type=checkbox] {
  width: 142px;
  height: 18px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  right: 60px;
  opacity: 0;
}

.main-modal__footer label {
  position: relative;
  cursor: pointer;
  color: #323232;
  font-weight: 600;
}

.main-modal__footer input[type=checkbox]:hover + label {
  text-decoration: underline;
}

.main-modal__footer label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b4b4b4;
  position: absolute;
  left: -22px;
  border-radius: 4px;
  top: 1px;
  box-sizing: border-box;
}

.main-modal__footer input[type=checkbox]:checked + label::before {
  background: var(--primary);
}

.main-modal__footer input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  left: -20px;
  color: #fff;
}

.main-modal__footer a {
  color: #323232 !important;
  font-weight: 600;
  width: 30px;
}

.main-modal__footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .main-modal__wrap {
    display: none;
    z-index: 5000;
  }
  .main-modal__wrap-mobile {
    display: block;
    position: absolute;
    z-index: 5000;
    top: calc(50% + 40px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding-bottom: 14px;
    height: auto !important;
    max-height: 84vh;
  }
  .main-modal__wrap-mobile input {
    border: 1px;
    background: #fff;
    vertical-align: middle;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
  }
  .main-modal__footer {
    background: #fff;
    text-align: right;
    padding: 10px;
    padding-bottom: 0;
    color: #fff;
    margin-top: 0;
  }
  .main-modal__wrap-mobile .main-modal__content img {
    width: 100%;
    height: auto !important;
    max-height: 90vh;
  }
}
@media all and (max-width: 539px) {
  .main-modal__wrap {
    width: 96% !important;
    z-index: 5999;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
/*  기존코드  */
.none_pc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .none_pc {
    display: block !important;
  }
  .none_mo {
    display: none !important;
  }
  .txtIndent {
    margin: 5px 0 5px 8px;
  }
  .imgContent .img .none_pc {
    display: inline-block !important;
  }
}