@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
}

body.fixed {
  overflow-y: hidden;
}

.main {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

#wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 200px;
}
#wrap_B {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 200px;
  display: flex;
}
#wrap_B .main {
  padding-top: 0;
  height: auto;
  display: flex;
  max-width: calc(100% - 240px);
}
.header_side.collapse ~ .main,
.header_side.collapse + .main {
  max-width: calc(100% - 90px) !important;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.header_side {
  /* position: fixed; */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
  transition: 0.35s;
  /* position: relative; */
  min-height: 100vh;
  height: 100vh;
}
.header_side .side_btn {
  width: 24px;
  height: 60px;
  background: #fff;
  border: 2px solid #e5e5ec;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: -24px;
  top: 0;
}
.header_side .side_btn img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_side.collapse .side_btn img {
  transform: rotate(180deg);
}
.header_side_inner {
  border-right: 2px solid #e5e5ec;
  background: #fff;
  width: 242px;
  min-width: 242px;
  transition: width 0.3s ease;
  height: 100vh;
}
.header_side.collapse .header_side_inner {
  width: 96px;
  min-width: 96px;
}
.header_side.collapse .header_cont .nav__list .nav__item .lnb__list .lnb__item a {
  padding-left: 0;
  font-size: 14px;
}
.header_side.collapse .header_cont .nav__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header_side.collapse .header_cont .nav__list .nav__item.link a,
.header_side.collapse .header_cont .nav__list .nav__item .btn-lnb {
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  justify-content: center;
}
.header_side.collapse .header_cont .nav__list .nav__item.link a p,
.header_side.collapse .header_cont .nav__list .nav__item .btn-lnb p,
.header_side.collapse .header_cont .nav__list .nav__item .btn-lnb::after {
  display: none;
}
.header_side.collapse .header_inform {
  display: none;
}
.header_side.collapse .logo_box a img {
  content: url(../_img/common/logo_collapse.svg);
}

.header_side.collapse .logo_box .logo_wrap {
  width: 48px;
  height: 48px;
}
.header_side .logo_box {
  padding: 24px 0;
  text-align: center;
}
.header_side .logo_box .logo_wrap {
  width: 183px;
  height: 35px;
  display: inline-block;
}
.header_side .logo_box .logo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_side .header_cont {
  width: 100%;
  padding: 24px 12px;
  overflow: auto;
}
.header_side .header_cont .nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header_side .header_cont .nav__list .nav__item.link a,
.header_side .header_cont .nav__list .nav__item .btn-lnb {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 6px;
  position: relative;
}

.header_side .header_cont .nav__list .nav__item.link a::before,
.header_side .header_cont .nav__list .nav__item .btn-lnb::before {
  content: "";
  width: 24px;
  height: 24px;
}
.header_side .header_cont .nav__list .nav__item.lnb01 a::before {
  background: url(../_img/icon/icon_solution_A.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb01.active a::before {
  background: url(../_img/icon/icon_solution_A_on.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb02 a::before {
  background: url(../_img/icon/icon_solution_B.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb02.active a::before {
  background: url(../_img/icon/icon_solution_B_on.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb03 a::before {
  background: url(../_img/icon/icon_solution_C.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb03.active a::before {
  background: url(../_img/icon/icon_solution_C_on.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb04 a::before {
  background: url(../_img/icon/icon_solution_D.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb04.active a::before {
  background: url(../_img/icon/icon_solution_D_on.svg) no-repeat center center/contain;
}

.header_side .header_cont .nav__list .nav__item.lnb05 .btn-lnb::before {
  background: url(../_img/icon/icon_side_db.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.lnb06 .btn-lnb::before {
  background: url(../_img/icon/icon_side_manager.svg) no-repeat center center/contain;
}
.header_side .header_cont .nav__list .nav__item.link.active a {
  background: #2f3438;
}
.header_side .header_cont .nav__list .nav__item.link.active a p {
  color: #ffffff;
}
.header_side .header_cont .nav__list .nav__item .btn-lnb::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_arrow_down_50.svg) no-repeat center center/contain;
  position: absolute;
  right: 12px;
  top: 14px;
  transition: 0.3s;
}
.header_side .header_cont .nav__list .nav__item .btn-lnb.active::after {
  transform: rotate(180deg);
}
.header_side .header_cont .nav__list .nav__item.link a p,
.header_side .header_cont .nav__list .nav__item .btn-lnb p {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}

.header_side .header_cont .nav__list .nav__item .lnb__list .lnb__item.active a {
  background: #2f3438;
  color: #ffffff;
}
.header_side .header_cont .nav__list .nav__item .lnb__list .lnb__item a {
  padding-left: 44px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}

.header_side .header__inner {
  height: calc(100% - 83px);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1880px;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.header_side .header_inform {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header_side .header_inform .inform--area {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header_side .header_inform .inform--area .img_box {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.header_side .header_inform .inform--area .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_side .header_inform .inform--area .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.header_side .header_inform .account_btns .btn {
  width: 92px;
}
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 101;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  transition: 0.35s;
}
.header__inner {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.mo_ham {
  display: none;
}
.header__inner .left {
  max-width: 1127px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__inner .left .gnb {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 864px;
  width: 100%;
  justify-content: space-between;
}
.header__inner .left .gnb a,
.header__inner .left .gnb button {
  color: #111111;
  font-weight: 600;
  font-size: 18px;
}
.header__inner .left .gnb button {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header__inner .left .gnb button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_arrow_down_50.svg) no-repeat center center/contain;
}
/* Dropdown menu - 기본 숨김 */
.header__inner .left .gnb li.has-dropdown {
  position: relative;
}
.header__inner .left .gnb .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
  min-width: 150px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Hover 시 표시 */
.header__inner .left .gnb li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header__inner .left .gnb .dropdown li a {
  display: block;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.header__inner .left .gnb .dropdown li a:hover {
  background: #f5f5f5;
}
.header__inner .logo_wrap {
  width: 183px;
  height: 35px;
}
.header__inner .logo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__inner .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__inner .right .inform--area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__inner .right .inform--area .img_box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
}
.header__inner .right .inform--area .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__inner .right .inform--area .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  flex-shrink: 0;
}
.header__inner .account_btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* mo_slider */

aside.mo_sidebar {
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #00000066;
}
aside.mo_sidebar.open {
  visibility: visible;
}
.sidebar__inner {
  position: absolute;
  right: -240px;
  top: 0;
  width: 240px;
  background-color: #fff;
  height: 100%;
  transition: 0.35s;
  padding: 12px;
}
aside.mo_sidebar.open .sidebar__inner {
  right: 0;
}
.sidebar__contents {
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar__contents .gnb_wrap {
  overflow: auto;
}
.sidebar__contents .header_inform {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-top: 10px;
}
.sidebar__contents .header_inform .inform--area {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sidebar__contents .header_inform .inform--area .img_box {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
}
.sidebar__contents .header_inform .inform--area .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar__contents .header_inform .inform--area .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
.sidebar__contents .header_inform .account_btns {
  display: flex;
  gap: 8px;
}
.sidebar__contents .header_inform .account_btns .btn {
  width: 100%;
  font-size: 14px;
}
.sidebar__contents .gnb {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar__contents .gnb .gnb__item a,
.sidebar__contents .gnb .gnb__item .btn-lnb,
.sidebar__contents .gnb .gnb__item .lnb__item a {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-align: left;
  width: 100%;
  position: relative;
}
.sidebar__contents .gnb .gnb__item.active a,
.sidebar__contents .gnb .gnb__item .lnb__item.active a {
  background: #2f3438;
  color: #fff;
}
.sidebar__contents .gnb .gnb__item a::before,
.sidebar__contents .gnb .gnb__item .btn-lnb::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
}
.sidebar__contents .gnb .gnb__item .btn-lnb::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 8px;
  display: inline-block;
  background: url(../_img/icon/icon_arrow_down_50.svg) no-repeat center center/contain;
  transition: transform 0.3s;
}
.sidebar__contents .gnb .gnb__item .btn-lnb.active::after {
  transform: rotate(180deg);
}
.sidebar__contents .gnb .gnb__item.lnb01 a::before {
  background: url(../_img/icon/icon_solution_A.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb01.active a::before {
  background: url(../_img/icon/icon_solution_A_on.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb02 a::before {
  background: url(../_img/icon/icon_solution_B.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb02.active a::before {
  background: url(../_img/icon/icon_solution_B_on.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb03 a::before {
  background: url(../_img/icon/icon_solution_C.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb03.active a::before {
  background: url(../_img/icon/icon_solution_C_on.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb04 a::before {
  background: url(../_img/icon/icon_solution_D.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb04.active a::before {
  background: url(../_img/icon/icon_solution_D_on.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb05 .btn-lnb::before {
  background: url(../_img/icon/icon_side_db.svg) no-repeat center center/contain;
}
.sidebar__contents .gnb .gnb__item.lnb06 .btn-lnb::before {
  background: url(../_img/icon/icon_side_manager.svg) no-repeat center center/contain;
}

.sidebar__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sidebar__close .btn_close_sidebar {
  width: 24px;
  height: 24px;
  background: url(../_img/icon/icon_mo_x.svg) no-repeat center center/contain;
}
/* Footer */
.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -200px;
  height: 200px;
  transform: translateY(-100%);
  background-color: #1e2124;
}
.footer__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__inner .logo_wrap {
  width: 130px;
  height: 26px;
  display: inline-block;
  flex-shrink: 0;
}
.footer__inner .logo_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__inner .inform {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.footer__inner .inform--text {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

/* 링크 스타일 */
.footer__inner .inform--text .links {
  display: flex;
  gap: 0;
  align-items: center;
}
.footer__inner .inform--text .links a {
  color: #e0e0e0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s;
}
.footer__inner .inform--text .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer__inner .inform--text .links a.privacy {
  font-weight: 700;
  color: #fff;
}
.footer__inner .inform--text .links .divider {
  color: #555;
  margin: 0 12px;
  font-size: 12px;
}

/* 연락처 정보 - 컴팩트 1열 */
.footer__inner .contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__inner .contact-info .address {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}
.footer__inner .contact-info .details {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.footer__inner .contact-info .details span {
  color: #888;
  font-size: 13px;
}
.footer__inner .contact-info .details .dot {
  width: 3px;
  height: 3px;
  background: #555;
  border-radius: 50%;
  margin: 0 10px;
}
.footer__inner .contact-info .details a {
  color: #aaa;
  transition: color 0.2s;
}
.footer__inner .contact-info .details a:hover {
  color: #fff;
}

/* 우측 영역 */
.footer__inner .sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

/* KLPIP 바로가기 링크 */
.footer__inner .family-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #2d3136;
  border: 1px solid #3d4348;
  border-radius: 6px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.footer__inner .family-link:hover {
  background: #3d4348;
  border-color: #4d5358;
  color: #fff;
}
.footer__inner .family-link svg {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer__inner .family-link:hover svg {
  opacity: 1;
}

.footer__inner .copyright {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.pagination {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.pagination .arrow {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.pagination .arrow.prev {
  background: url(../_img/icon/icon_pagination.svg) no-repeat center center/contain;
}
.pagination .arrow.next {
  background: url(../_img/icon/icon_pagination.svg) no-repeat center center/contain;
  rotate: 180deg;
}
.pagination .paging {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pagination .paging a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
}
.pagination .paging .active a {
  background: #2f3438;
  color: #fff;
}
@media screen and (max-width: 1510px) {
  .header__inner .left {
    justify-content: flex-start;
    max-width: fit-content;
  }
}
@media screen and (max-width: 1310px) {
  .header__inner .left .gnb a,
  .header__inner .left .gnb button,
  .header__inner .right .inform--area .name {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mo_ham {
    width: 24px;
    height: 24px;
    background: url(../_img/icon/icon_ham.svg) no-repeat center center/contain;
    display: block;
  }
  .header {
    height: 56px;
  }

  .header__inner .logo_wrap {
    width: 122px;
    height: 23px;
  }
  .header__inner .right,
  .header__inner .left .gnb {
    display: none;
  }
  .main {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #wrap,
  #wrap_B {
    padding-bottom: 260px;
  }

  .footer {
    height: 260px;
    bottom: -260px;
  }
  .footer__inner {
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
  }
  .footer__inner .logo_wrap {
    width: 110px;
    height: 22px;
  }
  .footer__inner .inform {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .footer__inner .inform--text {
    gap: 12px;
    width: 100%;
  }
  .footer__inner .inform--text .links {
    flex-wrap: wrap;
  }
  .footer__inner .inform--text .links a {
    font-size: 13px;
  }
  .footer__inner .inform--text .links .divider {
    margin: 0 8px;
  }
  .footer__inner .contact-info .address {
    font-size: 12px;
  }
  .footer__inner .contact-info .details {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .footer__inner .contact-info .details span {
    font-size: 12px;
  }
  .footer__inner .contact-info .details .dot {
    display: none;
  }
  .footer__inner .sub {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #333;
  }
  .footer__inner .family-link {
    padding: 8px 14px;
    font-size: 12px;
  }
  .footer__inner .family-link svg {
    width: 12px;
    height: 12px;
  }
  .footer__inner .copyright {
    font-size: 11px;
  }
  .header_side {
    display: none;
  }
  #wrap_B .main {
    padding-top: 56px;
    max-width: 100%;
  }
  .pagination {
    gap: 32px;
  }
  .pagination .arrow,
  .pagination .paging a {
    width: 32px;
    height: 32px;
  }
  .pagination .paging a {
    line-height: 32px;
  }
}

/* 이용약관, 개인정보처리방침 페이지 */
.terms-page,
.privacy-page {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
  min-height: calc(100vh - 200px - 72px);
}
.terms-page h1,
.privacy-page h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1a1a1a;
  border-bottom: 2px solid #333;
  padding-bottom: 20px;
}
.terms-page h2,
.privacy-page h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 16px;
  color: #333;
}
.terms-page p,
.privacy-page p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}
.terms-page ul,
.privacy-page ul {
  margin: 12px 0 12px 20px;
}
.terms-page ul li,
.privacy-page ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
  list-style: disc;
}
.terms-page .effective-date,
.privacy-page .effective-date {
  font-size: 14px;
  color: #888;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .terms-page,
  .privacy-page {
    padding: 40px 16px;
    min-height: calc(100vh - 260px - 56px);
  }
  .terms-page h1,
  .privacy-page h1 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .terms-page h2,
  .privacy-page h2 {
    font-size: 16px;
    margin: 32px 0 12px;
  }
  .terms-page p,
  .privacy-page p,
  .terms-page ul li,
  .privacy-page ul li {
    font-size: 14px;
  }
}
