/************************
HEADER
************************/
#header {
  position: fixed;
  top: 0;
  padding: 0.2rem 0;
  width: 100%;
  z-index: 999;
}

.nav_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 70;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  letter-spacing: 1px;
  padding: 0 2rem;
}

.nav_wrap .logo {
  margin: 0.5rem 0;
}

.nav_wrap .logo a {
  font-size: 0;
  height: 100%;
}

.nav_wrap .logo a img {
  height: 100%;
}

.menu {
  display: flex;
}

.menu li {
  position: relative;
  margin: 0 1rem;
}

.menu li.active a {
  color: var(--font-point-color);
}

.menu li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--font-point-color);
  opacity: 0;
  transition: all 0.5s;
}

.menu li.active::after {
  right: -0.7rem;
  opacity: 1;
}

.menu li a {
  font-weight: 600;
  letter-spacing: -1px;
}

.lang {
  /* display: flex; */
}

.lang li {
  padding: 0 1rem;
}

.lang li:first-child {
  border-right: 2px solid #d9d9d9;
}

.lang li a {
  color: var(--font-basic-light-color);
}

.lang li a.current {
  color: var(--font-basic-color);
  font-weight: 600;
}

/************************
HEADER - mobile
************************/
.nav_wrap .m_gnb {
  position: relative;
  height: 20px;
  width: 25px;
}

.m_gnb .checkbox {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  background: #ffffff;
}

.m_gnb .hamburger-lines.mo-840 {
  display: none;
}

.m_gnb .hamburger-lines {
  position: absolute;
  display: block;
  height: 20px;
  width: 25px;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m_gnb .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: #545454;
}

.m_gnb .hamburger-lines .line1 {
  transform-origin: 100% 0%;
  transition: transform 0.4s ease-in-out;
}

.m_gnb .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.m_gnb .hamburger-lines .line3 {
  width: 50%;
  transform-origin: 100% 100%;
  transition: transform 0.4s ease-in-out;
}

.m_gnb input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(-45deg);
}

.m_gnb input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.m_gnb input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  width: 100%;
  transform: rotate(45deg);
}

body .nav_wrap input[type="checkbox"]:checked ~ .m_nav_wrap.show {
  display: block;
  left: 0;
  opacity: 1;
}

.m_gnb .m_nav_wrap {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f5f5f5;
  padding: 2rem;
  z-index: 100;
}

.m_nav_wrap .gnb {
  flex-direction: column;
}

.m_nav_wrap .gnb li {
  margin: 4vh 0;
}

.m_nav_wrap .gnb li a {
  font-size: 6vh;
  font-weight: 600;
  color: #000000;
}

#bo_v,
#bo_list {
  width: 100%;
  margin-top: 68px;
  max-width: 1800px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 12vh 0 0;
}
#bo_v_title .bo_v_tit {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 840px) {
  #header {
    height: 50px;
    background: #ffffff;
    border-bottom: 1px solid var(--bg-light-color);
  }

  .nav_wrap .logo {
    margin: 0;
    height: 50%;
  }

  .nav_wrap .checkbox.mo-840 {
    display: block;
  }

  .nav_wrap .hamburger-lines.mo-840 {
    display: flex;
    align-items: flex-end;
  }

  #Header.on .nav_wrap {
    height: 100%;
  }

  .gnb li {
    margin: 15px 13px;
  }
  :is(#bo_v, #bo_list) {
    padding: 10vh 0;
  }
  #bo_v {
    width: 80% !important;
  }
  #bo_list {
    width: 90% !important;
  }
}

/************************
Left Navigation
************************/
#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li,
#fp-nav ul li:hover {
  margin: 1.5rem 2rem;
}

/* #fp-nav ul li:nth-child(3){
  margin-left: 3rem;
} */

#fp-nav ul li a span {
  left: 0;
  top: 0;
  height: 12px;
  width: 12px;
  margin: 0;
  background-color: var(--bg-light-color);
}

#fp-nav ul li:hover a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  left: 0;
  top: 0;
  background-color: var(--font-point-color);
  margin: 0;
}

#fp-nav ul li .fp-tooltip {
  opacity: 1;
  width: auto;
  font-size: var(--font-size-s);
}

#fp-nav ul li a:not(.active) ~ .fp-tooltip {
  color: var(--font-basic-light-color);
}

#fp-nav ul li a.active ~ .fp-tooltip {
  color: var(--font-point-color);
}

@media screen and (max-width: 1024px) {
  #fp-nav {
    display: none;
  }
}

/* Button - Scroll */
.scroll {
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  transform: rotate(90deg);
  transform-origin: right bottom;
  cursor: pointer;
  z-index: 500;
}

.scroll p {
  position: relative;
  font-size: var(--font-size-s);
  font-weight: 600;
  padding-right: 4rem;
  line-height: 1;
  transition: all 0.3s ease-out;
}

.scroll p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  width: 1rem;
  background-color: var(--font-basic-color);
  transform: rotate(45deg);
  transform-origin: right bottom;
  transition: all 0.5s ease-out;
}

.scroll p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  width: 3.5rem;
  background-color: var(--font-basic-color);
  transition: all 0.5s ease-out;
}

.scroll:hover p {
  color: var(--font-point-color);
  transform: translateX(1rem);
}

.scroll:hover p::before,
.scroll:hover p::after {
  right: -1rem;
}

.scroll:hover p::after {
  width: 2rem;
}

@media screen and (max-width: 840px) {
  .scroll {
    right: 1.2rem;
    bottom: 4rem;
  }
}

/* Button - Download*/
.down {
  display: flex;
}

.down a:hover {
  background: var(--bg-light-color);
  transition: all 0.5s;
}

.down a {
  display: block;
  width: 100%;
  border: 1px solid var(--bg-light-color);
  padding: 0.2rem 1rem;
  font-weight: 500;
  text-align: left;
}

.down a:after {
  content: "";
  display: block;
  float: right;
  width: 1rem;
  height: 100%;
  margin-right: 0.5rem;
  background: url("../images/icon-download.svg") no-repeat center center;
}

.file {
  color: #ffffff;
  margin: 0 0.5rem;
  padding: 0.1rem 0.3rem;
}

a.down-pdf .file {
  background: #f05252;
}

a.down-xls .file {
  background: #14783c;
}
