:root {
  --theme-color: #71bf44;
  --theme-color-hover: #a1e778;
  --outer-size: 1700px;
  --header-height: 84px;
  --lnb-pc-gap: 20px;
}

body {
  font-family: "OneStoreMobileGothicBody";
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}/*# sourceMappingURL=layout.css.map */

header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
  z-index: 100;
}

header.active,
[data-page-type="sub"] header {
  background: #093f89;
}

header .header-inner {
  width: calc(100% - 80px);
  max-width: var(--outer-size);
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-inner a {
  color: #fff;
}

header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.2;
}

header .logo .vol {
  position: relative;
  top: 2px;
}

header .logo .vol b {
  font-weight: 700;
  font-family: 'OneStoreMobileGothicTitleFont';
}

header .lnb {
  display: flex;
  align-items: center;
  gap: var(--lnb-pc-gap);
}

header .lnb a {
  display: flex;
  align-items: center;
  gap: var(--lnb-pc-gap);
}

header .lnb a::after {
  content: "";
  width: 2px;
  height: 1em;
  display: block;
  background-color: #fff;
}

header .lnb a:last-of-type::after {
  content: none;
}

header .btn-nav {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

header .btn-nav .close_ico {
  display: none;
}

header.active .btn-nav .open_ico {
  display: none;
}

header.active .btn-nav .close_ico {
  display: block;
}

@media screen and (max-width: 1200px) {
  header .header-inner {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1024px) {
  header .lnb a {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  header .header-inner {
    width: calc(100% - 40px);
  }

  header .logo {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  header .logo img {
    width: 150px;
  }

  header .logo .vol {
    display: flex;
    gap: 0.5em;
  }

  header .logo .vol br {
    display: none;
  }
}

/* footer */

footer {
  padding-block: 50px;
  background-color: #f2f2f2;
}

[data-page-type="sub"] footer {
  padding-top: calc(var(--header-height) / 2 + 50px);
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  padding-inline: 80px;
}

footer .footer-inner .left {
  display: flex;
  gap: 30px;
}

footer .footer-inner .left img {
  width: 183px;
  height: 39px;
  object-fit: none;
}

footer .footer-inner .left p {
  font-size: 14px;
  color: #999;
  line-height: 1.7;
  word-break: keep-all;
  letter-spacing: -1px;
}

footer .footer-inner .right .f-list {
  display: flex;
  gap: 40px;
}

footer .footer-inner .right .f-list h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-self: center;
  color: #444;
}

footer .footer-inner .right .f-list h5::before {
  content: "";
  width: 4px;
  height: 1.4em;
  margin-right: 10px;
  display: flex;
  align-content: center;
  background-color: #444;
}

footer .footer-inner .right li a {
  color: #999;
  font-size: 15px;
  letter-spacing: -1px;
}

footer .footer-inner .right li a:hover {
  color: #333;
}

footer .footer-inner .right ul {
  display: grid;
  gap: 0 20px;
}

footer .footer-inner .right .fr-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media screen and (max-width: 1600px) {
  footer .footer-inner {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  footer .footer-inner {
    padding-inline: 20px;
  }

  footer .footer-inner .right .f-list {
    justify-content: space-between;
    gap: 30px;
  }

  footer .footer-inner .left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-inner .right {
    display: none;
  }
}

.gnb {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}

body:has(.gnb.active) {
  overflow: hidden !important;
}

.gnb.active {
  opacity: 1;
  transition: opacity .25s;
  pointer-events: all;
}

.gnb .gnb-inner {
  width: 100%;
  height: max-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  max-width: 1640px;
  padding-top: calc(var(--header-height) * 1.8);
  padding-bottom: 30px;
  padding-inline: 80px;
  margin: 0 auto;
}

.gnb .gnb-inner .gnb-list {
  width: 100%;
  display: flex;
  gap: 80px 40px;
  margin-bottom: 70px;
}

.gnb .gnb-inner .gnb-list li {
  height: 100%;
}

.gnb .gnb-inner .gnb-list .list-wrap {
  flex: 0.5;
}

.gnb .gnb-inner .gnb-list .list-wrap:has(.fr-2) {
  flex: 1;
}

.gnb .gnb-inner .gnb-tit-wrap {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 40px;
}

.gnb .gnb-inner .gnb-list .gnb-tit-box {
  position: relative;
  top: 4px;
}

.gnb .gnb-inner .gnb-list .gnb-tit-box span {
  color: #aaa;
  font-size: 16px;
}

.gnb .gnb-inner .gnb-list h5 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'OneStoreMobileGothicTitleFont';
  display: flex;
  align-self: center;
  color: #093f89;
  line-height: 1;
}

.gnb .gnb-inner .gnb-list ul {
  width: 100%;
  display: grid;
  gap: 0 20px;
}

.gnb .gnb-inner .gnb-list ul li a {
  height: 100%;
  padding-block: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.gnb .gnb-inner .gnb-list ul li .circle {
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1 / 1;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnb .gnb-inner .gnb-list ul li a:hover .circle {
  background-color: #093f89;
  border-color: #093f89;
}

.gnb .gnb-inner .gnb-list ul li .circle img {
  filter: invert(84%) sepia(0%) saturate(0%) hue-rotate(208deg) brightness(99%) contrast(92%);
}

.gnb .gnb-inner .gnb-list ul li a:hover .circle img {
  filter: invert(100%) sepia(1%) saturate(457%) hue-rotate(110deg) brightness(99%) contrast(107%);
}

.gnb .gnb-inner .gnb-list .fr-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gnb .gnb-inner .gnb-btn-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.gnb .gnb-inner .gnb-btn-list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.gnb .gnb-inner .gnb-btn-list ul li {
  height: 100%;
  flex: 1;
}

.gnb .gnb-inner .gnb-btn-list a {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: 600;
  color: #222;
  border: 1px solid #ccc;
  font-size: 15px;
}

.gnb .gnb-inner .gnb-btn-list a:hover {
  border-color: #093f89;
  background-color: #093f89;
  color: #fff;
}

.gnb .gnb-inner .gnb-btn-list a span {
  --span-size: 140px;
  min-width: var(--span-size);
  display: block;
  position: relative;
  padding-block: 25px;
  padding-right: 40px;
}

.gnb .gnb-inner .gnb-btn-list a span::after {
  content: "";
  width: 100%;
  height: calc(100% - 1.3em);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: url(../images/common/header_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: var(--span-size);
}

.gnb .gnb-inner .gnb-btn-list a:hover span::after {
  filter: invert(100%) sepia(1%) saturate(457%) hue-rotate(110deg) brightness(99%) contrast(107%);
}

@media screen and (max-width: 1440px) {
  .gnb .gnb-inner .gnb-tit-wrap .gnb-tit-logo img {
    width: 70px;
  }

  .gnb .gnb-inner .gnb-list h5 {
    font-size: 18px;
  }

  .gnb .gnb-inner .gnb-list .gnb-tit-box span {
    font-size: 14px;
  }

  .gnb .gnb-inner .gnb-list ul li a {
    font-size: 16px;
  }

  .gnb .gnb-inner .gnb-btn-list {
    gap: 30px;
  }

  .gnb .gnb-inner .gnb-btn-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .gnb .gnb-inner {
    padding-inline: 30px;
  }

  .gnb .gnb-inner .gnb-list .fr-2 {
    grid-template-columns: 1fr;
  }

  .gnb .gnb-inner .gnb-list .list-wrap {
    flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .gnb .gnb-inner {
    padding-top: calc(var(--header-height) * 1.5);
  }
  .gnb .gnb-inner .gnb-list {
    flex-direction: column;
  }

  .gnb .gnb-inner .gnb-tit-wrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .gnb .gnb-inner .gnb-btn-list {
    flex-direction: column;
  }
}

@media screen and (max-width: 475px) {
  .gnb .gnb-inner {
    padding-inline: 20px;
  }

  .gnb .gnb-inner .gnb-btn-list ul {
    grid-template-columns: 1fr;
  }
}