@import "/resources/fonts/remixicon/font_remixicon.css";
@import "/resources/fonts/pretendard/font_pretendard.css";
@import "/resources/fonts/PinkfongBabyShark/PinkfongBabyShark.css";
:root {
  --pinkfong: "Pinkfong Baby Shark";
  --remix: "remixicon";
  --pink: #ED5975;
  --blue: #4B58F3;
  --yellow: #FFD600 ;
  --green: #26755B;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-button {
  display: none;
}

::selection {
  background-color: #86c7c7;
  color: #fff;
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
html.active {
  overflow: hidden;
}
html.sitemap-active {
  overflow: hidden;
}
@media (min-width: 1281px) {
  html.sitemap-active {
    overflow: visible;
  }
  html.sitemap-active .blind {
    display: none;
  }
}
@media (max-width: 1280px) {
  html.sitemap-active .header {
    border-bottom: 1px solid #E1E1E1;
  }
}
html:has(.header-util-search.active) .header {
  top: 0;
  background: #fff !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
html:has(.header-util-search.active) .header .logo a {
  background-image: url(/main/img/layout/logo.webp);
}
html:has(.header-util-search.active) .header .header-menu .gnb-menu > li > a {
  color: #111;
}
html:has(.header-util-search.active) .header .header-util > a {
  color: #555;
}
html:has(.header-util-search.active) .header .header-util-wrap > a {
  color: rgba(85, 85, 85, 0.88);
}
html:has(.header-util-search.active) .header .header-util-wrap > a:hover, html:has(.header-util-search.active) .header .header-util-wrap > a:focus-visible {
  color: #333;
}
html:has(.header-util-search.active) .header .header-util-login::after {
  background: #555;
}
html:has(.header-util-search.active) .header .header-util-search .open {
  color: #555;
}
html:has(.header-util-search.active) .header .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #555;
}
html:has(.header-util-search.active) .header .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after {
  color: #555;
}
@media (min-width: 1281px) {
  html:has(.topmenu_all.active) .blind {
    display: none !important;
  }
}

#wrap {
  overflow: hidden;
}

.layout {
  width: 148rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1640px) {
  .layout {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .layout {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }
}

.header {
  width: 168rem;
  max-width: 100%;
  height: 10rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: top 0.4s;
}
.header.active::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .header.active::before {
    top: 72px;
  }
}
.header.active .header-menu-bg {
  box-shadow: none;
}
.header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
}
@media (max-width: 1690px) {
  .header-container {
    padding: 0 20px;
  }
}
.header .logo {
  width: 13.2rem;
  flex-shrink: 0;
}
.header .logo a {
  height: 4.7rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: url(/template/chs/img/layout/logo.webp) no-repeat center center/contain;
}
.header .logo a img {
  transition: 0.3s;
}
.header-menu {
  height: 100%;
}
.header-menu.hide {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}
.header-menu-bg {
  width: 100%;
  height: 10rem;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 0.4rem 1rem 0 rgba(205, 231, 244, 0.7);
  border-radius: 0 0 3rem 3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header-menu .inner {
  height: 100%;
}
.header-menu .gnb-menu {
  height: 100%;
  display: flex;
}
.header-menu .gnb-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu .gnb-menu > li.active > a {
  padding: 0 7.5rem;
}
.header-menu .gnb-menu > li.active .gnb-toggle-wrap {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.header-menu .gnb-menu > li:hover .gnb-toggle-wrap, .header-menu .gnb-menu > li:focus-visible .gnb-toggle-wrap {
  background: #F6F6F6;
}
.header-menu .gnb-menu > li:first-child .gnb-toggle-wrap {
  border-left: 1px solid #E1E1E1;
}
.header-menu .gnb-menu > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: var(--pinkfong);
  padding: 0 3.6rem;
  font-size: 2.6rem;
  transition: 0.3s;
}
.header-menu .gnb-toggle-wrap {
  width: 100%;
  border-right: 1px solid #E1E1E1;
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.header-menu .depth2 {
  min-height: 35.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.header-menu .depth2 > li:hover > a {
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  color: #fff;
  border: 0;
}
.header-menu .depth2 > li:hover > a::after {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.header-menu .depth2 > li > a {
  display: block;
  padding: 1.6rem 1rem;
  font-weight: 500;
  text-align: center;
  transition: 0.2s;
  position: relative;
}
.header-menu .depth2 > li > a:hover, .header-menu .depth2 > li > a:focus-visible {
  background: var(--green);
  color: #fff;
}
.header-menu .depth2 > li > a[target=_blank]::after {
  content: "\ecaf";
}
.header-util {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header-util-sitemap:has(.topmenu_all.active) .open {
  display: none;
}
.header-util-sitemap:has(.topmenu_all.active) .close {
  display: flex;
}
.header-util-sitemap .open,
.header-util-sitemap .close {
  width: 5rem;
  height: 5rem;
  font-size: 2.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #242424;
}
.header-util-sitemap .close {
  display: none;
}
.header-util-sitemap .topmenu_all {
  display: none;
  width: 50rem;
  max-width: 100%;
  height: calc(100vh - 9.8rem);
  overflow-y: auto;
  position: fixed;
  top: 9.8rem;
  right: 0;
  background: #fff;
  border-top: 1px solid #E0E0E0;
}
.header-util-sitemap .topmenu_all.active {
  display: block;
}
@media (max-width: 768px) {
  .header-util-sitemap .topmenu_all {
    width: 100%;
    height: calc(100vh - 72px);
    top: 72px;
  }
}
@media (min-width: 1281px) {
  .header-util-sitemap .topmenu_all {
    display: none !important;
  }
}
.header-util-sitemap .topmenu_all > li {
  border-bottom: 1px solid #E0E0E0;
}
.header-util-sitemap .topmenu_all > li.active .submenu {
  display: block;
}
.header-util-sitemap .topmenu_all > li > a {
  display: block;
  background: #F5F5F5;
  padding: 2rem 2.4rem;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.header-util-sitemap .topmenu_all > li > a::after {
  content: "\ea13";
  font-family: var(--remix);
  font-size: 2.4rem;
  color: #bdbdbd;
  font-weight: 400;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.header-util-sitemap .topmenu_all > li.active > a {
  background: var(--point, linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%));
  color: #fff;
}
.header-util-sitemap .topmenu_all > li.active > a::after {
  content: "\f1af";
  color: #fff;
}
.header-util-sitemap .topmenu_all .submenu {
  display: none;
}
.header-util-sitemap .topmenu_all .submenu > ul > li {
  border-bottom: 1px solid #E0E0E0;
}
.header-util-sitemap .topmenu_all .submenu > ul > li:last-child {
  border-bottom: 0;
}
.header-util-sitemap .topmenu_all .submenu > ul > li:has(> div) > a {
  position: relative;
}
.header-util-sitemap .topmenu_all .submenu > ul > li:has(> div) > a::after {
  content: "\ea78";
  font-family: var(--remix);
  transition: 0.3s;
}
.header-util-sitemap .topmenu_all .submenu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 3.2rem;
  background: #EBEBEB;
  color: #424242;
  font-weight: 500;
}
.header-util-sitemap .topmenu_all .submenu > ul > li.active > a {
  background: #fff;
  color: var(--blue);
  font-weight: 700;
}
.header-util-sitemap .topmenu_all .submenu > ul > li.active > a::after {
  transform: rotate(180deg);
}
.header-util-sitemap .topmenu_all .submenu > ul > li.active > div {
  display: block;
}
.header-util-sitemap .topmenu_all .submenu > ul > li > div {
  display: none;
}
.header-util-sitemap .topmenu_all .lnb-detail {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0 4rem;
  padding-bottom: 1.6rem;
}
.header-util-sitemap .topmenu_all .lnb-detail-item {
  font-size: 15px;
  color: #424242;
  padding-left: 1rem;
  position: relative;
}
.header-util-sitemap .topmenu_all .lnb-detail-item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #bdbdbd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.header-util-sitemap .topmenu_all .lnb-detail-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-util-sitemap:has(.sitemap.active) .open {
  display: none;
}
.header-util-sitemap:has(.sitemap.active) .close {
  display: flex;
}
@media (min-width: 1281px) {
  .header-util-sitemap:has(.sitemap.active) .open {
    display: flex;
  }
  .header-util-sitemap:has(.sitemap.active) .close {
    display: none;
  }
}
@media (max-width: 1800px) {
  .header-container {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .header {
    background: #fff;
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .header {
    height: 72px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 60px;
  }
  .header .logo {
    width: 100px;
  }
  .header-util {
    gap: 1rem;
  }
  .header-util-sitemap .open,
  .header-util-sitemap .close {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.sitemap {
  display: none;
  width: 40rem;
  max-width: 100%;
  height: calc(100vh - 10rem);
  background: #fff;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 10rem;
}
@media (min-width: 1281px) {
  .sitemap {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sitemap {
    top: 72px;
    height: calc(100vh - 72px);
  }
}
@media (max-width: 480px) {
  .sitemap {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.sitemap::before {
  content: "";
  width: 12rem;
  height: 100%;
  background: #26755B;
  position: absolute;
  left: 0;
  top: 0;
}
.sitemap.active {
  display: block;
}
.sitemap .gnb-wrap {
  height: 100%;
}
.sitemap .submenu-wrap {
  height: 100%;
  position: relative;
}
.sitemap .submenu-wrap > li:last-child > a {
  border-bottom: 0;
}
.sitemap .submenu-wrap > li.active .mdepth2 {
  display: block;
}
.sitemap .submenu-wrap > li > a {
  width: 12rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #34896D;
}
.sitemap .submenu-wrap > li > a::after {
  content: "\ea6e";
  font-family: var(--remix);
}
.sitemap .submenu-wrap > li > a span {
  font-weight: 500;
}
.sitemap .submenu-wrap .mdepth2 {
  width: calc(100% - 12rem);
  padding: 0 2rem;
  position: absolute;
  left: 12rem;
  top: 0;
  display: none;
}
.sitemap .submenu-wrap .mdepth2 > li.active > a {
  border-bottom: 0;
  color: var(--green);
}
.sitemap .submenu-wrap .mdepth2 > li.active > a::after {
  content: "\f1af" !important;
}
.sitemap .submenu-wrap .mdepth2 > li.active .depth3-wrap {
  display: block;
}
.sitemap .submenu-wrap .mdepth2 > li:has(.depth3-wrap) > a::after {
  content: "\ea13";
}
.sitemap .submenu-wrap .mdepth2 > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.sitemap .submenu-wrap .mdepth2 > li > a::after {
  content: "\ea6e";
  font-family: var(--remix);
  font-size: 2.4rem;
}
.sitemap .submenu-wrap .depth3-wrap {
  border-radius: 0.8rem;
  background: #F4F4F4;
  padding: 2rem;
  display: none;
}
.sitemap .submenu-wrap .depth3-wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.sitemap .submenu-wrap .depth3-wrap > ul > li {
  position: relative;
  padding-left: 0.8rem;
}
.sitemap .submenu-wrap .depth3-wrap > ul > li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #242424;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.sitemap .submenu-wrap .depth3-wrap > ul > li > a {
  font-size: 1.6rem;
  color: #707070;
}
.sitemap .submenu-wrap .depth4-wrap {
  margin-top: 1rem;
  margin-left: 0.5rem;
}
.sitemap .submenu-wrap .depth4-wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.sitemap .submenu-wrap .depth4-wrap > ul > li {
  position: relative;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #8d8d8d;
}
.sitemap .submenu-wrap .depth4-wrap > ul > li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.footer {
  border-top: 1px solid #E0E0E0;
}
.footer-slide {
  height: 9rem;
  display: flex;
  align-items: center;
  gap: 2.6rem;
  position: relative;
}
.footer-slide::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.footer-slide-btns {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-slide-btns button {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  transition: 0.2s;
}
.footer-slide-btns button:hover, .footer-slide-btns button:focus-visible {
  background: #eee;
}
.footer-slide .swiper-slide {
  height: auto;
}
.footer-slide .swiper-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-slide .swiper-slide a:focus-visible {
  border-radius: 1rem;
  outline: 2px solid #303030;
  outline-offset: -2px;
}
.footer-wrap {
  padding: 6rem 0;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 10rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #E0E0E0;
}
.footer-top-logo {
  width: 14.4rem;
}
.footer-top-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5.6rem;
}
.footer-top-list li {
  position: relative;
}
.footer-top-list li::before {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #bdbdbd;
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer-top-list li:last-child::before {
  display: none;
}
.footer-top-list li a {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-top-list li a:hover, .footer-top-list li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem 5rem;
  padding-top: 2.8rem;
}
.footer-info .address {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
}
.footer-info-list {
  display: flex;
  gap: 0.8rem;
}
.footer-info-list > div {
  width: 24rem;
  max-width: 100%;
  position: relative;
}
.footer-info-list > div.w27 {
  width: 27rem;
}
.footer-info-list > div.active button::after {
  transform: rotate(180deg);
}
.footer-info-list > div.active .list {
  display: block;
}
.footer-info-list > div button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.2rem 1.6rem 2rem;
  border-radius: 5rem;
  border: 1px solid #E0E0E0;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.footer-info-list > div button::after {
  content: "\ea78";
  font-family: var(--remix);
  font-size: 2.4rem;
  font-weight: 400;
  transition: 0.3s;
}
.footer-info-list > div .list {
  width: 100%;
  border-radius: 3rem;
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 2.4rem 2rem;
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.4rem);
  z-index: 2;
  display: none;
}
.footer-info-list > div .list-wrap {
  max-height: 50rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1rem;
}
.footer-info-list > div .list-wrap::-webkit-scrollbar-thumb {
  background: #e9e6e6;
  border-radius: 5rem;
}
.footer-info-list > div .list strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.footer-info-list > div .list strong + ul {
  padding: 1.2rem;
  border-radius: 1.6rem;
  background: #F4F4F4;
}
.footer-info-list > div .list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-info-list > div .list ul li a {
  font-size: 1.6rem;
  line-height: 120%;
  letter-spacing: -0.016rem;
}
.footer-info-list > div .list ul li a:hover, .footer-info-list > div .list ul li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-info-list > div .list ul + strong {
  margin-top: 1.6rem;
}
@media (max-width: 1280px) {
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-info-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  .footer-info-list > div {
    width: 100% !important;
  }
}

section.modalpopup .open {
  top: auto;
  left: auto;
  right: 3rem;
  bottom: 3rem;
  transform: none;
}
@media (max-width: 1024px) {
  section.modalpopup .open {
    right: 1rem;
    bottom: 1rem;
    width: 6.5rem;
    height: 6.5rem;
    font-size: 13px;
  }
}

#modalpopup .item:hover img,
#modalpopup .item:focus img {
  transform: scale(1) !important;
  opacity: 1 !important;
}

#modalpopup .close button {
  transition: 0.2s;
}
#modalpopup .close button:hover, #modalpopup .close button:focus {
  background: rgba(255, 255, 255, 0.1) !important;
}
#modalpopup .close button:hover::after, #modalpopup .close button:focus::after {
  transform: rotate(0) !important;
}