:root {
  --jamsil: "TheJamsil";
  --remix: "remixicon";
  --blue: #2165CC;
  --green1: #266E61;
  --dark-green: #0F3E46;
  --grey1: #767676;
}

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

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

.c-green2 {
  color: #6EB82C;
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
html.active {
  overflow: hidden;
}
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: 128rem;
  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: 100%;
  height: 9.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: top 0.4s;
}
.header.hide {
  top: -9.8rem;
}
.header.up {
  top: 0;
  background: #fff !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
.header.up .logo a {
  background-image: url(/main/img/layout/logo.webp);
}
.header.up .header-menu .gnb-menu > li > a {
  color: #111;
}
.header.up .header-util > a {
  color: #555;
}
.header.up .header-util-wrap > a {
  color: rgba(85, 85, 85, 0.88);
}
.header.up .header-util-wrap > a:hover, .header.up .header-util-wrap > a:focus-visible {
  color: #333;
}
.header.up .header-util-login::after {
  background: #555;
}
.header.up .header-util-search .open {
  color: #555;
}
.header.up .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #555;
}
.header.up .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after {
  color: #555;
}
.header.active {
  background: #fff !important;
}
.header.active .logo a {
  background-image: url(/main/img/layout/logo.webp);
}
.header.active .header-menu .gnb-menu > li > a {
  color: #111;
}
.header.active .header-util > a {
  color: #555;
}
.header.active .header-util-login::after {
  background: #555;
}
.header.active .header-util-search .open {
  color: #555;
}
.header.active .header-util-wrap > a {
  color: rgba(85, 85, 85, 0.88);
}
.header.active .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #555;
}
.header.active .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after {
  color: #555;
}
.header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11rem;
}
@media (max-width: 1640px) {
  .header-container {
    padding: 0 20px;
  }
}
.header .logo {
  width: 28.6rem;
  flex-shrink: 0;
}
.header .logo a {
  height: 5.8rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: url(/main/img/layout/logo-wt.webp) no-repeat center center/contain;
}
.header .logo a img {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header .logo {
    width: 200px;
  }
}
.header-menu {
  height: 100%;
}
.header-menu.hide {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}
.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;
}
.header-menu .gnb-menu > li.active .gnb-toggle-wrap {
  display: block;
}
.header-menu .gnb-menu > li.active > a {
  color: var(--blue) !important;
}
.header-menu .gnb-menu > li > a {
  padding: 0 6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: 0.2s;
}
@media (max-width: 1450px) {
  .header-menu .gnb-menu > li > a {
    font-size: 1.8rem;
  }
}
.header-menu .gnb-toggle-wrap {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 9.8rem;
  z-index: 1;
  display: none;
}
.header-menu .gnb-main-list {
  width: 128rem;
  max-width: 100%;
  margin: auto;
  display: flex;
}
.header-menu .gnb-main-list-title {
  width: 21rem;
  padding: 5rem 6rem 0 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.header-menu .gnb-main-list-title::before {
  content: "";
  width: 400%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.header-menu .gnb-main-list-title strong {
  word-break: break-all;
  font-family: var(--jamsil);
  font-size: 3.4rem;
}
.header-menu .depth2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding: 6rem;
}
.header-menu .depth2 > li {
  width: calc(33.3333333333% - 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 {
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 2.4rem;
  border-radius: 1rem;
  border: 1px solid #C8CAD0;
  background: #FFF;
  font-weight: 600;
  transition: 0.2s;
  position: relative;
}
.header-menu .depth2 > li > a::after {
  content: "\ea6e";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "remixicon";
  font-size: 2rem;
  font-weight: 400;
}
.header-menu .depth2 > li > a[target=_blank]::after {
  content: "\ecaf";
}
.header-menu .depth2 > li > a:focus-visible {
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  color: #fff;
}
.header-menu .depth2 > li > a:focus-visible::after {
  color: #fff;
}
.header-menu .depth2 .gnb-sub-list {
  padding: 2.4rem 2rem 0;
}
.header-menu .depth3 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.header-menu .depth3 > li {
  font-size: 1.7rem;
  padding-left: 1.2rem;
  position: relative;
  color: #616161;
}
.header-menu .depth3 > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.header-menu .depth3 > li:hover::before {
  background: #004EA2;
}
.header-menu .depth3 > li:hover > a {
  color: #004EA2;
  text-decoration: underline;
  text-underline-position: under;
}
.header-menu .depth3 > li:hover > a::after {
  color: #004EA2;
}
.header-menu .depth3 > li > a {
  font-size: 1.8rem;
}
.header-menu .depth3 > li > a[target=_blank] {
  position: relative;
}
.header-menu .depth3 > li > a[target=_blank]::after {
  content: "\ecaf";
  font-family: "remixicon";
  color: #3A4962;
  margin-left: 0.8rem;
}
.header-util {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header-util-lang {
  padding-left: 3.8rem;
  position: relative;
}
.header-util-lang::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("/main/img/layout/icon-google.webp") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-util-lang .goog-te-gadget img {
  display: none;
}
.header-util-lang .goog-te-gadget-simple {
  background: none;
  border: 0;
}
.header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  display: flex;
  color: #fff;
  margin: 0;
}
.header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
.header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after {
  content: "\ea4d";
  font-family: var(--remix);
  font-size: 2.2rem;
  color: #fff;
}
.header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2), .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(3) {
  display: none;
}
.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: 3.7rem;
  height: 3.7rem;
  font-size: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: #146EF5;
}
.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: block;
}
@media (min-width: 1281px) {
  .header-util-sitemap:has(.sitemap.active) .open {
    display: block;
  }
  .header-util-sitemap:has(.sitemap.active) .close {
    display: none;
  }
}
@media (max-width: 1800px) {
  .header-container {
    padding: 0 20px;
  }
  .header-menu .gnb-menu > li > a {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .header {
    height: 72px !important;
  }
  .header-container {
    height: 72px;
  }
  .header-top {
    display: none;
  }
  .header-util-wrap {
    width: 100%;
    height: 61px;
    justify-content: center;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  .header-util-wrap > a {
    color: #555;
  }
  .header-util-join {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 180px;
  }
  .header .logo a {
    height: 4.8rem;
  }
  .header-util {
    gap: 1rem;
  }
  .header-util-lang {
    padding-left: 3rem;
  }
  .header-util-lang::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    gap: 0;
    font-size: 15px;
  }
}

.footer {
  background: #111;
  padding: 5rem 0;
  color: #fff;
  font-size: 1.6rem;
}
.footer .layout {
  width: 170rem;
  display: flex;
  justify-content: space-between;
}
.footer .layout > div:has(.footer-relative) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  margin-bottom: 2.8rem;
}
.footer-list li a {
  font-weight: 500;
  letter-spacing: -0.032rem;
}
.footer-list li a:hover, .footer-list li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-info {
  width: 57rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.8rem;
}
.footer-info li {
  letter-spacing: -0.032rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-info li b {
  color: #fff;
  padding-right: 0.8rem;
}
.footer .copy {
  font-size: 1.4rem;
  opacity: 0.48;
  margin-top: 2.8rem;
}
.footer-relative {
  width: 26rem;
  position: relative;
}
.footer-relative.active ul {
  display: block;
}
.footer-relative.active .footer-relative-btn::after {
  transform: rotate(180deg);
}
.footer-relative-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem 1.4rem 2.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 500;
  letter-spacing: -0.032rem;
  position: relative;
}
.footer-relative-btn::after {
  content: "\ea4e";
  font-family: var(--remix);
  font-size: 2rem;
  transition: 0.3s;
}
.footer-relative ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5.7rem;
  border-radius: 1.2rem;
  overflow: hidden;
  display: none;
}
.footer-relative ul li a {
  display: block;
  padding: 1.4rem 2rem 1.4rem 2.4rem;
  background: #444;
  letter-spacing: -0.032rem;
  transition: 0.2s;
}
.footer-relative ul li a:hover, .footer-relative ul li a:focus-visible {
  background: #333;
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 4rem;
  margin-top: 3rem;
}
.footer-link li a {
  font-weight: 500;
  letter-spacing: -0.032rem;
  color: rgba(255, 255, 255, 0.88);
  padding-right: 2.8rem;
  position: relative;
}
.footer-link li a::after {
  content: "\ea70";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--remix);
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-link li a:hover, .footer-link li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 1024px) {
  .footer .layout {
    flex-direction: column;
    gap: 4rem;
  }
  .footer .layout > div:has(.footer-relative) {
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .footer-relative {
    width: 100%;
  }
}

.topbanner {
  display: none;
}