@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;
}

/* ===== 메인 ===== */
@media all and (max-width: 1060px) {
  section {
    padding-top: 90px !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_bg.webp");
  padding-top: 80px;
  padding-bottom: 60px;
  aspect-ratio: 1920/764;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 1060px) {
  .main-banner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 539px) {
  .main-banner {
    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: 240% 240%;
  animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.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;
  position: absolute;
  top: 50px;
  letter-spacing: -1px;
  left: 60px;
  word-break: keep-all;
}
@media all and (max-width: 1024px) {
  .main-banner-txt {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: var(--sz-lg);
    padding-left: var(--sz-md);
    font-size: 24px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-txt {
    font-size: 20px;
  }
}

.main-banner-txt i {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
}
@media all and (max-width: 1024px) {
  .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: 40px;
  color: #33bdff;
}
@media all and (max-width: 1024px) {
  .main-banner-txt b {
    font-size: 36px;
  }
}
@media all and (max-width: 639px) {
  .main-banner-txt b {
    font-size: 30px;
  }
}

.main-banner-slide .info {
  width: 34%;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
  margin-bottom: 40px;
  cursor: default;
  height: 280px;
}
@media all and (max-width: 1024px) {
  .main-banner-slide .info {
    width: 400px;
    margin: 0 auto var(--sz-lg);
    padding-top: var(--sz-lg);
    height: auto;
  }
}
@media all and (max-width: 539px) {
  .main-banner-slide .info {
    width: 100%;
    margin-bottom: 10px;
  }
}

.main-banner-slide .info .txt {
  font-weight: 300;
  width: 100%;
  font-size: 1rem;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media all and (max-width: 430px) {
  .main-banner-slide .info .txt {
    font-size: 0.9rem;
  }
}

.main-banner-slide .info {
  display: flex;
  flex-wrap: wrap;
}

.main-banner-slide .info dl {
  margin-bottom: 20px;
  width: 100%;
}
@media all and (max-width: 539px) {
  .main-banner-slide .info dl {
    margin-bottom: 10px;
  }
}

.main-banner-slide .info dt {
  font-size: 27px;
  font-weight: 600;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .main-banner-slide .info dt {
    font-size: 24px;
  }
}
@media all and (max-width: 539px) {
  .main-banner-slide .info dt {
    font-size: 17px;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 360px) {
  .main-banner-slide .info dt {
    font-size: 15px;
    letter-spacing: -1px;
  }
}

.main-banner-slide .info dd {
  font-size: 23px;
  font-weight: 300;
  margin-top: 5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 539px) {
  .main-banner-slide .info dd {
    margin-top: 0;
    font-size: 17px;
  }
}
@media all and (max-width: 360px) {
  .main-banner-slide .info dd {
    font-size: 15px;
  }
}

.main-banner-slide .info2-2 {
  gap: 0 20px;
}
@media all and (max-width: 539px) {
  .main-banner-slide .info2-2 {
    height: auto;
    padding-top: 63px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
.main-banner-slide .info2-2 dl {
  flex: 0 0 calc(50% - 10px);
}

.main-banner-slide .info1-2-1 {
  gap: 0 40px;
}
.main-banner-slide .info1-2-1 dl:nth-child(1) {
  flex: 0 0 100%;
}
.main-banner-slide .info1-2-1 dl:nth-child(2), .main-banner-slide .info1-2-1 dl:nth-child(3) {
  flex: 0 0 calc(50% - 20px);
}
.main-banner-slide .info1-2-1 dl:nth-child(4) {
  flex: 0 0 100%;
}

.main-banner-slide .banner-cont {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 90%;
  margin: auto;
}
.main-banner-slide .banner-cont .item1 {
  background-image: url("../img/ico_main_link1.png");
}
.main-banner-slide .banner-cont .item2 {
  background-image: url("../img/ico_main_link2.png");
}
.main-banner-slide .banner-cont .item3 {
  background-image: url("../img/ico_main_link3.png");
}
.main-banner-slide .banner-cont .item4 {
  background-image: url("../img/ico_main_link4.png");
}
.main-banner-slide .banner-cont .item5 {
  background-image: url("../img/ico_main_link5.png");
}
.main-banner-slide .banner-cont .item6 {
  background-image: url("../img/ico_main_link6.png");
}
.main-banner-slide .banner-cont .item7 {
  background-image: url("../img/ico_main_link7.png");
}
.main-banner-slide .banner-cont .item8 {
  background-image: url("../img/ico_main_link8.png");
}
.main-banner-slide .banner-cont .item9 {
  background-image: url("../img/ico_main_link9.png");
}
.main-banner-slide .banner-cont .item10 {
  background-image: url("../img/ico_main_link10.png");
}
.main-banner-slide .banner-cont .item11 {
  background-image: url("../img/ico_main_link11.png");
}
.main-banner-slide .banner-cont .item12 {
  background-image: url("../img/ico_main_link12.png");
}
@media all and (max-width: 1060px) {
  .main-banner-slide .banner-cont {
    width: 100% !important;
  }
}

.main-banner-slide .banner-cont .item {
  position: relative;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: var(--sz-md) var(--sz-lg);
  padding-right: 86px;
  background-position: right 25px center;
  background-repeat: no-repeat;
}
@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .item {
    background-position: top 25px center !important;
    background-size: 40px;
    padding: var(--sz-md);
    padding-top: 75px;
  }
}
@media all and (max-width: 600px) {
  .main-banner-slide .banner-cont .item {
    padding: var(--sz-xs);
    padding-top: 65px;
    padding-bottom: 45px;
    background-position: top 20px center !important;
    background-size: 32px;
  }
}

@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .item1 {
    background-size: 32px;
  }
}
@media all and (max-width: 600px) {
  .main-banner-slide .banner-cont .item1 {
    background-size: 25px;
  }
}

.main-banner-slide .banner-cont .item2 {
  background-position: right 25px center;
}

.main-banner-slide .banner-cont .item4 {
  background-position: right 25px center;
}
@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .item4 {
    background-size: 44px;
  }
}
@media all and (max-width: 600px) {
  .main-banner-slide .banner-cont .item4 {
    background-size: 30px;
  }
}

.main-banner-slide .banner-cont .tit {
  font-size: 36px;
  font-weight: 300;
  word-break: keep-all;
}
@media all and (max-width: 1280px) {
  .main-banner-slide .banner-cont .tit {
    font-size: var(--sz-lg);
  }
}
@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .tit {
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .main-banner-slide .banner-cont .tit {
    font-size: 24px;
  }
}
@media all and (max-width: 539px) {
  .main-banner-slide .banner-cont .tit {
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
  }
}
@media all and (max-width: 360px) {
  .main-banner-slide .banner-cont .tit {
    font-size: 20px;
    font-weight: 500;
  }
}

.main-banner-slide .banner-cont .tit br {
  display: none;
}
@media all and (max-width: 600px) {
  .main-banner-slide .banner-cont .tit br {
    display: block;
  }
}

.main-banner-slide .banner-cont .txt {
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: 500;
  overflow: hidden;
}
@media all and (max-width: 1060px) {
  .main-banner-slide .banner-cont .txt {
    margin-top: 5px;
  }
}
@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .txt {
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .main-banner-slide .banner-cont .txt {
    font-weight: 400;
    font-size: 16px;
  }
}
@media all and (max-width: 539px) {
  .main-banner-slide .banner-cont .txt {
    display: none;
  }
}

.main-banner-slide .banner-cont .bt {
  width: 101px;
  height: 26px;
  border-radius: 26px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--gray);
  padding: 0 10px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 839px) {
  .main-banner-slide .banner-cont .bt {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    text-indent: -9999px;
    font-size: 0;
    margin: 20px auto 0;
  }
}
@media all and (max-width: 600px) {
  .main-banner-slide .banner-cont .bt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}

.main-banner-slide .banner-cont .bt::after {
  content: "";
  background: url("../img/ico_arrow_right_wh.png") no-repeat center;
  width: 8px;
  height: 12px;
}

.main-banner-slide .banner-cont .item:hover .bt {
  background: var(--primary);
}

.main-banner-slide .swiper-button-next, .main-banner-slide .swiper-button-prev {
  color: #fff;
  top: auto;
  bottom: 122px;
}
@media all and (max-width: 1060px) {
  .main-banner-slide .swiper-button-next, .main-banner-slide .swiper-button-prev {
    display: none;
  }
}
@media all and (max-width: 1060px) {
  .main-banner-slide .swiper-wrapper {
    padding-bottom: 60px;
  }
}
.main-banner-slide .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.8;
  margin: 0 8px;
}
@media all and (max-width: 600px) {
  .main-banner-slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.main-banner-slide .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 16px;
  opacity: 1;
}

/*  1061 이상의 화면에서만 효과 적용  */
@media all and (min-width: 1061px) {
  .main-banner-slide .banner-cont .txt p {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .main-banner-slide .banner-cont .item:hover .txt p {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* 메인 - 게시판 */
.main-board-box {
  display: grid;
  grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  grid-template-rows: auto auto;
  gap: 0 75px;
}
@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 .board-notice {
  grid-column: 1/span 2;
  grid-row: 2;
}

.main-board-box h2.tit {
  margin-top: 50px;
  color: var(--secondary);
  font-size: var(--sz-lg);
  font-weight: 700;
  padding-left: 54px;
  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_main_board1.png") no-repeat left center;
}
.main-board-box h2.tit.apply {
  background: url("../img/ico_main_board2.png") no-repeat left center;
}
.main-board-box h2.tit.notice {
  background: url("../img/ico_main_board3.png") no-repeat left center;
}
.main-board-box h2.tit::after {
  content: "";
  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 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%);
}

.board-apply a {
  cursor: default;
}

.board-apply a:hover {
  background: #fff;
}

.vertical-board {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: var(--sz-md);
}
.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;
  border: 1px solid var(--bd);
}
.vertical-board .img img {
  width: 100%;
  height: 100%;
}

.vertical-board li:nth-child(n+4):nth-child(-n+6) {
  border-top: 1px solid #a4a4a4;
  padding-top: 20px;
}
@media all and (max-width: 639px) {
  .vertical-board li:nth-child(n+4):nth-child(-n+6) {
    border-top: none;
    padding-top: 0;
  }
}

.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);
  }
  .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(33.3333333333% + 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 !important;
}
.common-tab li > a::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url("../img/ico_arrow_right_bk.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

@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-board { /*  .sub .common-board 따로 있음  */
  margin-top: var(--sz-md);
  border-top: 2px solid var(--gray);
}
@media all and (max-width: 639px) {
  .common-board li {
    font-size: 15px;
  }
}
.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: 539px) {
  .common-board .etc,
  .common-board .day,
  .common-board .count {
    font-size: 14px;
    width: 68px;
  }
}
.common-board .lib {
  width: 120px;
}
@media all and (max-width: 539px) {
  .common-board .lib {
    font-size: 14px;
    width: 104px;
    letter-spacing: -1px;
  }
}
.common-board .sort {
  font-weight: 700;
}
@media all and (max-width: 539px) {
  .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: 539px) {
  .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 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;
  }
}
.common-board li.is-top:hover {
  background: var(--secondary-tint);
}
.common-board li.is-top:hover a {
  background: none;
}
@media all and (max-width: 767px) {
  .common-board li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.common-board li > a {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 1.05rem;
  gap: 0 7px;
}

@media all and (max-width: 539px) {
  .common-board .tit {
    font-size: 15px;
  }
  .board-qna .common-board li {
    position: relative;
    padding-bottom: 15px;
  }
  .board-qna .common-board .lib {
    position: absolute;
    left: 75px;
    bottom: 12px;
  }
}
/* ===== 서브 ===== */
/*  탭  */
.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);
  }
}

@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: 1px 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;
}

.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 .uccst6_item.no_cont .txt {
  color: var(--gs320);
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.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 .tr:hover {
  background: var(--secondary-tint);
}

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

.table-row .no-data:hover {
  background: none;
}

.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: 100px;
}

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

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

.table-row .is-top {
  background: #fefcf3;
}

.btns a.btn.primary, .btns a.download1, .btns a.download2, .btns a.gray {
  color: #fff;
}

@media all and (max-width: 639px) {
  .table-row .tr {
    flex-wrap: wrap;
  }
  .table-row .tr-head {
    display: none;
  }
  .table-row .num {
    display: none;
  }
  .table-row .tit {
    flex: none;
  }
}
/*  게시판 첨부파일  */
.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;
  }
}

/*  브레드크럼  */
.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;
}
@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);
}

/* ===== 로그인 ===== */
.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;
}

#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;
  }
  .conts-area.login-type:nth-last-of-type(1) {
    border-top: 1px solid #d8d8d8 !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;
  }
}
/*  텍스트  */
.note {
  margin-top: 30px;
}

.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) {
  .note li {
    font-size: 15px;
    line-height: 1.8;
  }
}

.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;
}
@media all and (max-width: 639px) {
  .note li::before {
    top: 3px;
  }
}

.note .red {
  color: #f76f00;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .note .red {
    font-size: 15px;
  }
}

.note .red b {
  color: #222;
}

.note .red a:hover {
  text-decoration: underline;
  color: var(--primary);
}

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

/*  상단 필터  */
.board-guide-txt {
  padding-top: 15px;
  font-size: 17px;
  font-weight: 300;
}

.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;
}

@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;
  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 {
    font-size: 14px;
    height: 30px;
  }
}
.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;
  border: 1px solid #d8d8d8;
}
@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: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.table .mark-asterisk::before {
  left: 8px;
}
@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;
}

.tr {
  display: flex;
  border-bottom: 1px solid #888;
}
@media all and (max-width: 939px) {
  .tr {
    flex-wrap: wrap;
  }
}

.th {
  width: 254px;
  background: #eee;
  display: flex;
  align-items: center;
  padding-left: 65px;
  font-weight: 600;
  color: var(--gs320);
  font-size: 17px;
  min-height: 60px;
}
@media all and (max-width: 939px) {
  .th {
    width: 100%;
    padding-left: 30px;
    min-height: 50px;
  }
}
@media all and (max-width: 539px) {
  .th {
    font-size: 16px;
    padding-left: 20px;
    min-height: 40px;
  }
}

.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) {
  .td {
    width: 100%;
    padding: 13px 30px;
  }
}
@media all and (max-width: 639px) {
  .td {
    font-size: 15px;
  }
}
@media all and (max-width: 380px) {
  .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;
}

/*  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;
}

/*  자주하는질문  */
@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);
}

/*  묻고답하기  */
/*  도서관검색 팝업  */
.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;
}
@media all and (max-width: 639px) {
  .popup-cont {
    padding: 24px 20px;
  }
}

.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;
}

.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;
}

/*  사서전용문의  */
.librarian1 .librarian-txt {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 10px;
}

.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) {
  .popup-tit {
    font-size: 22px;
  }
}
/*  사서전용문의 - 상세  */
.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: 8px 54px;
}
@media all and (max-width: 767px) {
  .librarian .answer .file-attachment {
    padding: 8px 0;
  }
}

/*  사서전용문의 - 작성  */
.librarian-write .select {
  min-width: 200px;
  border-radius: 0;
}

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

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

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

@media all and (max-width: 539px) {
  .table .number-set {
    flex-wrap: wrap;
  }
  .table .number-set .flex-l {
    width: 100%;
  }
}
@media all and (max-width: 340px) {
  .table .number-set .input {
    width: 66px;
  }
}
/*  사서 전용 css  */
.librarian .common-board .sort.blue {
  font-size: 14px;
  width: 138px;
  text-align: left;
}
.librarian .common-board.question .ico-lock {
  order: 2;
}
@media all and (max-width: 959px) {
  .librarian .common-board.notify .board-etc-set,
  .librarian .common-board.question .board-etc-set {
    order: 2;
    margin-top: 6px;
  }
  .librarian .common-board-wrap.answer .board-etc-set {
    margin-top: 0;
  }
  .librarian .common-board .sort.blue {
    order: 1;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 6px;
    font-weight: 600;
  }
}
@media all and (max-width: 639px) {
  .librarian .board-filter .bt-set .btn.primary {
    width: 100%;
    margin-bottom: 4px;
  }
  .librarian .board-filter .bt-set .btn.blue {
    width: calc(50% - 2px);
  }
}

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

.heading4 {
  font-weight: 600;
  font-size: 25px;
}
@media all and (max-width: 639px) {
  .heading4 {
    font-size: 20px;
  }
}

.heading5 {
  font-weight: 600;
  font-size: 22px;
}
@media all and (max-width: 639px) {
  .heading5 {
    font-size: 19px;
  }
}

.txt-items {
  margin-top: 30px;
  padding: 0 8px;
  color: var(--gs320);
}
.txt-items strong {
  font-size: 19px;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
  line-height: 2;
}
.txt-items li {
  margin-top: 12px;
  font-size: 17px;
  position: relative;
  padding-left: 36px;
  line-height: 2;
}
@media all and (max-width: 639px) {
  .txt-items li {
    padding-left: 26px;
    line-height: 1.8;
    font-size: 15px;
    margin-top: 6px;
  }
}
.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;
}
@media all and (max-width: 639px) {
  .txt-items li::before {
    left: 0px;
    top: 2px;
  }
}
.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;
}
@media all and (max-width: 639px) {
  .txt-items li::after {
    left: 5px;
    top: 8.5px;
  }
}
.txt-items .nd2 li {
  padding-left: 14px;
  margin-top: 3px;
  line-height: 1.8;
}
.txt-items .nd2 li::after {
  display: none;
}
.txt-items .nd2 li::before {
  content: "-";
  width: auto;
  height: auto;
  border: none;
  top: 0;
  left: 0;
}
.txt-items .numbering1 > li {
  padding-left: 18px;
  margin-top: 3px;
}
.txt-items .numbering1 > li::after {
  display: none;
}
.txt-items .numbering1 > li::before {
  content: "";
  width: auto;
  height: auto;
  border: none;
  top: 0;
  left: 0;
}
.txt-items .numbering1 > li:nth-child(1)::before {
  content: "1.";
}
.txt-items .numbering1 > li:nth-child(2)::before {
  content: "2.";
}
.txt-items .numbering1 > li:nth-child(3)::before {
  content: "3.";
}
.txt-items .numbering1 > li:nth-child(4)::before {
  content: "4.";
}
.txt-items .numbering1 > li:nth-child(5)::before {
  content: "5.";
}
.txt-items .numbering1 > li:nth-child(6)::before {
  content: "6.";
}
.txt-items .numbering1 > li:nth-child(7)::before {
  content: "7.";
}
.txt-items .numbering1 > li:nth-child(8)::before {
  content: "8.";
}
.txt-items .numbering2 > li {
  padding-left: 22px;
  margin-top: 3px;
  line-height: 1.8;
}
.txt-items .numbering2 > li::after {
  display: none;
}
.txt-items .numbering2 > li::before {
  content: "";
  width: auto;
  height: auto;
  border: none;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1.5;
}
.txt-items .numbering2 > li:nth-child(1)::before {
  content: "①";
}
.txt-items .numbering2 > li:nth-child(2)::before {
  content: "②";
}
.txt-items .numbering2 > li:nth-child(3)::before {
  content: "③";
}
.txt-items .numbering2 > li:nth-child(4)::before {
  content: "④";
}
.txt-items .numbering2 > li:nth-child(5)::before {
  content: "⑤";
}

.txt-items + .btns {
  margin-top: 40px;
  border-top: 2px solid var(--gray);
}
.txt-items + .btns .btn {
  min-width: 236px;
}

.txt-items-sub {
  border: 1px solid #9b9b9b;
  width: calc(100% + 36px);
  position: relative;
  left: -36px;
  border-radius: 0.4rem;
  padding: 20px 30px;
  margin-top: 10px;
}

.txt-items-sub .flex-l {
  flex-wrap: wrap;
  gap: 8px;
}

.btns-box .txt-items-sub .btn {
  margin-top: 0;
}

.btns-box {
  margin-top: 40px;
  color: var(--gs320);
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  padding: 40px 8px;
  font-size: 17px;
}
@media all and (max-width: 639px) {
  .btns-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.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);
  color: #fff;
}
.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);
  color: #fff;
}
.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;
  }
}

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

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

.ium-context3 .btns-box {
  margin-top: 0;
  border-top: none;
  border-bottom: 1px solid #888;
}

.ium-context3 .txt-items strong, .ium-context4 .txt-items strong {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 0;
}
@media all and (max-width: 639px) {
  .ium-context3 .txt-items strong, .ium-context4 .txt-items strong {
    font-size: 17px;
    line-height: 1.5;
  }
}

.ium-context4 .heading5.txt-ct {
  margin-top: 30px;
  color: var(--gs320);
  margin-bottom: 10px;
}

.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;
}

.nuri2 .btns-box .row:nth-last-of-type(1) .txt-items li::before {
  top: 8px;
}
.nuri2 .btns-box .row:nth-last-of-type(1) .txt-items li::after {
  top: 14px;
}

.book-eum2 .table-row li {
  cursor: pointer;
}

@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: 20px;
}
.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;
}

/*  홍보자료 - 이미지 크게보기  */
.layer-zoom-viewer {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  --swiper-navigation-size:40px;
}
@media all and (max-width: 639px) {
  .layer-zoom-viewer {
    --swiper-navigation-size:30px;
  }
}

.layer-zoom-viewer .popup-close {
  width: 44px;
  height: 44px;
  background: url("../img/ico_close_wh.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 24px;
  opacity: 0.7;
  z-index: 5;
}
.layer-zoom-viewer .popup-close:hover {
  opacity: 1;
  border: none;
}

.layer-zoom-viewer .swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 96vw;
  height: auto;
  max-height: 90vh;
}

.layer-zoom-viewer .swiper-button-next, .layer-zoom-viewer .swiper-button-prev {
  color: #fff;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 8px;
  border-radius: 4px;
  box-sizing: content-box;
}
.layer-zoom-viewer .swiper-button-next:hover, .layer-zoom-viewer .swiper-button-prev:hover {
  opacity: 1;
}

.layer-zoom-viewer .swiper-pagination-bullet-active {
  background: car(--primary);
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-height: 90vh;
}

/*  지원절차  */
.support-flow {
  margin-top: 40px;
  display: grid;
  justify-content: center;
}

.step.main {
  width: 190px;
  height: 190px;
  background: var(--primary);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
}

.branch {
  display: flex;
  gap: 0 45px;
  margin: auto;
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .branch {
    gap: 0 25px;
  }
}

.step.circle {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.step.circle::after {
  content: "";
  width: 1px;
  height: 282px;
  background: #cacaca;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -0.5px;
  top: 100%;
  z-index: 1;
}

ul.step {
  margin: auto;
  margin-top: 45px;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  position: relative;
  z-index: 2;
}

ul.step .tit {
  background: #eeeded;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 7px;
}
@media all and (max-width: 639px) {
  ul.step .tit {
    font-size: 16px;
    letter-spacing: -1px;
    padding: 0 7px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

ul.step .sup {
  padding: 14px 7px;
  background: #fff;
}
@media all and (max-width: 639px) {
  ul.step .sup {
    font-size: 14px;
    padding: 0 7px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

ul.step1, ul.step2 {
  width: 205px;
  margin-right: 223px;
}
@media all and (max-width: 840px) {
  ul.step1, ul.step2 {
    width: 180px;
  }
}
@media all and (max-width: 639px) {
  ul.step1, ul.step2 {
    width: 136px;
    margin-right: 8px;
  }
}

ul.step.highlight {
  width: 335px;
  position: relative;
}
@media all and (max-width: 639px) {
  ul.step.highlight {
    width: 200px;
  }
}

ul.step.highlight::before {
  content: "YES";
  display: block;
  width: 80px;
  background: #fff;
  font-weight: 800;
  color: var(--primary);
  position: absolute;
  left: -80px;
  top: 32px;
  z-index: 1;
  font-size: 22px;
}
@media all and (max-width: 639px) {
  ul.step.highlight::before {
    width: 60px;
    left: -60px;
  }
}

ul.step.highlight::after {
  content: "";
  height: 435px;
  width: 230px;
  border: 3px solid var(--primary);
  border-right: none;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 105%;
}
@media all and (max-width: 840px) {
  ul.step.highlight::after {
    width: 35%;
    height: 632px;
  }
}
@media all and (max-width: 639px) {
  ul.step.highlight::after {
    width: 40px;
    height: 857px;
    right: 115%;
  }
}

ul.step.highlight .tit {
  font-weight: 900;
  color: var(--primary);
}

ul.step.system-list {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: #fff;
  word-break: keep-all;
}
@media all and (max-width: 840px) {
  ul.step.system-list {
    width: 70%;
    justify-content: center;
  }
}
@media all and (max-width: 639px) {
  ul.step.system-list {
    width: 200px;
  }
}

ul.step.system-list::before {
  content: "NO";
  font-weight: 800;
  color: var(--primary);
  position: absolute;
  left: 52%;
  top: -37px;
  font-size: 22px;
}

ul.step.system-list::after {
  content: "";
  width: 3px;
  height: 345px;
  left: 50%;
  margin-left: -3px;
  top: -46px;
  display: block;
  position: absolute;
  background: var(--primary);
  z-index: 1;
}
@media all and (max-width: 840px) {
  ul.step.system-list::after {
    height: 540px;
  }
}
@media all and (max-width: 639px) {
  ul.step.system-list::after {
    height: 772px;
  }
}

ul.step.system-list .tit {
  width: 100%;
  z-index: 2;
}

ul.step.system-list .sup {
  font-weight: 600;
  font-size: 18px;
  margin: 0 14px;
  z-index: 2;
}
@media all and (max-width: 840px) {
  ul.step.system-list .sup {
    text-align: left;
    font-size: 17px;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 639px) {
  ul.step.system-list .sup {
    width: 100%;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eaeaea;
    height: auto;
    display: block;
    font-size: 16px;
  }
}

@media all and (max-width: 639px) {
  ul.step.system-list .sup > p {
    height: 20px;
    line-height: 20px;
  }
}

.system-list-sub {
  position: relative;
  margin-top: 14px;
  color: #8c8c8c;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  display: grid;
  line-height: 1.5;
  justify-content: center;
}
@media all and (max-width: 840px) {
  .system-list-sub {
    justify-content: flex-start;
    font-size: 14px;
    color: #666;
  }
}
@media all and (max-width: 639px) {
  .system-list-sub {
    justify-content: end;
    grid-template-columns: calc(50% - 3.5px) calc(50% - 3.5px);
    gap: 0 7px;
    overflow: hidden;
    overflow-y: auto;
  }
}

.system-list-sub::after {
  content: "";
  width: 1px;
  height: 180px;
  background: #dfdfdf;
  position: absolute;
  top: -25px;
  left: -20px;
  display: block;
}
@media all and (max-width: 840px) {
  .system-list-sub::after {
    display: none;
  }
}

@media all and (max-width: 639px) {
  ul.step.system-list li:nth-child(2) .system-list-sub {
    max-height: 63px;
  }
  ul.step.system-list li:nth-child(3) .system-list-sub {
    max-height: 84px;
  }
  ul.step.system-list li:nth-child(4) .system-list-sub {
    max-height: 63px;
  }
  ul.step.system-list li:nth-child(5) .system-list-sub {
    max-height: 84px;
  }
  ul.step.system-list li:nth-child(6) .system-list-sub {
    max-height: 42px;
  }
}
.system-list li:nth-child(2) .system-list-sub::after {
  display: none;
}

.step.complete {
  width: 317px;
  height: 54px;
  border-radius: 0.5rem;
  background: var(--primary);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  margin-top: 45px;
  position: relative;
}
@media all and (max-width: 639px) {
  .step.complete {
    width: 200px;
    font-size: 16px;
  }
}

.step.complete::after {
  content: "";
  width: 12px;
  height: 16px;
  background: url("../img/ico_arrow_blue.png") no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: calc(100% + 10px);
}

.step.complete::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url("../img/ico_arrow_blue.png") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -30px;
  transform: rotate(-90deg);
}

/* ========================== */
/*  기존팝업 수정  */
/* ========================== */
.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%);
  }
}
/* ========================== */
/*  책이음 참여신청  */
/* ========================== */
@media all and (max-width: 939px) {
  .table_wrap .mark-asterisk::before {
    left: 4px;
  }
}
.table_wrap table {
  width: 100%;
}
.table_wrap tr {
  border-bottom: 1px solid #888;
}
@media all and (max-width: 939px) {
  .table_wrap tr {
    display: flex;
    flex-direction: column;
  }
}
.table_wrap th {
  width: 132px;
  background: #eee;
  padding-left: 20px;
  padding-right: 20px;
  word-break: keep-all;
  font-weight: 600;
  color: var(--gs320);
  font-size: 16px;
  min-height: 60px;
  text-align: left;
}
@media all and (max-width: 939px) {
  .table_wrap th {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
  }
}
@media all and (max-width: 539px) {
  .table_wrap th {
    font-size: 16px;
    padding-left: 20px;
    min-height: 40px;
  }
}
.table_wrap th:nth-child(3) {
  width: 200px;
}
@media all and (max-width: 939px) {
  .table_wrap th:nth-child(3) {
    width: 100%;
  }
}
.table_wrap td {
  font-weight: 600;
  color: var(--gs320);
  font-size: 15px;
  padding: 13px 0;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 7px;
}
@media all and (max-width: 939px) {
  .table_wrap td {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .table_wrap td {
    font-size: 15px;
  }
}
@media all and (max-width: 380px) {
  .table_wrap td {
    padding: 13px 0;
  }
}
.table_wrap .bd-l {
  border-left: 1px solid #888;
}
.table_wrap .time-set-wrap {
  display: flex;
  gap: 0 8px;
  align-items: center;
}
.table_wrap .time-set-wrap .input {
  border-radius: 0;
  width: 42%;
  max-width: 172px;
}
.table_wrap .select {
  border-radius: 0;
}
.table_wrap .flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.table_wrap .flex-wrap .input_span_wrap:nth-last-of-type(2) {
  margin-right: 16px;
}
@media all and (max-width: 639px) {
  .table_wrap .flex-wrap .btn {
    height: 34px;
    width: 66px;
  }
}
@media all and (max-width: 380px) {
  .table_wrap .flex-wrap .input {
    width: 140px;
  }
}
.table_wrap .flex-space2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.table_wrap .flex-space2 .radio {
  margin-left: 0;
}
.table_wrap {
  /*  모바일에서도 테이블 형태  */
}
@media all and (max-width: 939px) {
  .table_wrap .mo-tbl {
    display: table;
    width: 100%;
    position: relative;
  }
  .table_wrap .mo-tbl th.bd-l {
    display: table-cell;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
  }
  .table_wrap .mo-tbl th {
    padding-right: 10px;
    width: 90px;
    word-break: break-all;
    min-height: 40px;
  }
  .table_wrap .mo-tbl td {
    display: table-cell;
    width: calc(100% - 160px);
    padding-left: 10px;
    padding-right: 10px;
    min-height: 40px;
  }
  .table_wrap .mo-tbl-tit {
    margin-top: 40px;
  }
  .table_wrap .mo-tbl-tit th:nth-child(1) {
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
    height: 40px;
    box-sizing: border-box;
    z-index: 1;
    padding-left: 20px;
    border-bottom: 1px solid #888;
  }
}

.input_check_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
}

.input_check_wrap label {
  cursor: pointer;
}

.input_check_wrap .input_check {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
  flex: 0 0 18px;
}

.input_check_wrap .input_check:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.input_check_wrap .input_check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*  책이음 참여신청 - 도서검색 팝업  */
.popup-cont.lib-search-popup {
  max-width: 500px;
}

.lib-search-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-top: 2px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  padding: 20px 0;
}

.lib-search-wrap .input {
  border-radius: 0.4rem;
  margin-right: 4px;
  width: calc(100% - 82px);
}

.lib-search-wrap .input_select_wrap {
  width: 100px;
}
@media screen and (max-width: 430px) {
  .lib-search-wrap .input_select_wrap {
    width: 100%;
  }
  .lib-search-wrap .input_select_wrap .select {
    width: 100%;
  }
}

.lib-search-wrap .inquiry-set {
  width: calc(100% - 104px);
}
@media screen and (max-width: 430px) {
  .lib-search-wrap .inquiry-set {
    width: 100%;
  }
}

.lib-search-wrap .inquiry-set .btn.min {
  width: 78px;
}

.popup-cont.lib-search-popup .table-row-wrap {
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto;
}

.popup-cont.lib-search-popup .table-row-wrap .num {
  width: 56px;
}

.popup-cont.lib-search-popup .table-row-wrap .etc {
  width: 74px;
  text-align: center;
  justify-content: center;
}

.popup-cont.lib-search-popup .table-row-wrap .lib {
  width: calc(100% - 56px - 74px - 28px);
}

@media screen and (max-width: 1059px) {
  .table-row .tr-head.show {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .popup-cont.lib-search-popup .table-row-wrap .lib {
    width: calc(100% - 74px - 28px);
  }
}
/*  책이음 참여신청 - 규정보기 팝업  */
.popup-cont.regulation-popup .popup_contents {
  height: 280px;
  overflow: hidden;
  overflow-y: auto;
  background: #f1f1f1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #888;
  margin-bottom: 20px;
}

/*  책이음 참여신청 - 도서관부호로 인증  */
.lib-login-box {
  margin-top: 40px;
}

.lib-login-box .heading4 {
  margin-bottom: 5px;
}

.lib-login-box mark {
  line-height: 1.6;
  margin-bottom: 5px;
}

.lib-login-box .input_text_wrap {
  border: 1px solid #888;
  padding: 25px 20px;
  border-radius: 12px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 6px 10px;
  justify-content: end;
  flex-wrap: wrap;
  max-width: 380px;
}
@media screen and (max-width: 380px) {
  .lib-login-box .input_text_wrap {
    padding: 20px 12px;
  }
}

.lib-login-box .input_text_wrap label {
  width: 56px;
  display: inline-block;
}

.lib-login-box .input_text_wrap .input {
  width: calc(100% - 66px);
  border-radius: 0.4rem;
}

.lib-login-box .input_text_wrap .btn {
  width: calc(100% - 66px);
  height: 38px;
  margin-top: 0;
  max-width: none;
}

/*  기존코드  */
.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;
  }
}
/*  설문조사  */
.survey-box {
  max-width: 730px;
  margin: auto;
}

.survey-box .intro-txt {
  max-width: 730px;
  margin: auto;
  border: 1px solid var(--gray);
  padding: 14px;
  padding-top: 28px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
}

.survey-box .intro-txt strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.survey-box .intro-txt .txt-r {
  display: block;
  line-height: 2;
}

.survey-box .heading5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.survey-box .btn.max {
  height: 44px;
}

.survey-tbl {
  width: 100%;
  border-top: 2px solid var(--gray);
  margin-bottom: 20px;
}
.survey-tbl tr {
  border-bottom: 1px solid #888;
}
.survey-tbl td, .survey-tbl th {
  min-height: 44px;
  padding: 12px 8px;
  border-right: 1px solid #888;
}
.survey-tbl th:last-child,
.survey-tbl td:last-child {
  border-right: none;
}
.survey-tbl input[type=radio] {
  margin-right: 4px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .survey-tbl-mo tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .survey-tbl-mo td, .survey-tbl-mo th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .survey-tbl-mo td:nth-child(1) {
    background: #f1f1f1;
  }
  .survey-tbl-mo td.no-bg {
    background: none;
  }
}
.survey-tbl2 {
  margin-top: 20px;
}
.survey-tbl2 input[type=radio] {
  margin-right: 0;
}
.survey-tbl2 .textarea-wrap {
  margin: 0;
}
.survey-tbl2 td {
  text-align: center;
}
.survey-tbl2 td:nth-child(1) {
  text-align: left;
}

.textarea-wrap {
  margin: 0 10px;
  margin-top: 20px;
  word-break: keep-all;
}
.textarea-wrap p {
  font-weight: bold;
  font-size: 15px;
}
.textarea-wrap textarea {
  border: 1px solid #b4b4b4;
  width: 100%;
  padding: 10px;
  height: 120px;
  margin-top: 10px;
}