@charset "utf-8";

/* ==================================
  header
  ================================== */
.header-wrap {
  height: 5.5rem;
  background: rgb(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: .2s ease-out;
}

.scrolled .header-wrap {
  background: rgb(255, 255, 255, 0.5);
}

.header-logo-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 3.4%;
  width: 28.4rem;
  transition: .2s ease-out;
}

.header-r {
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
}

.header-list {
  margin-right: 4.1vw;
  height: 5.5rem;
  align-items: center;
  transition: .2s ease-out;
}

.header-item {
  margin-right: 2.4vw;
  font-size: 1.4rem;
  transition: .2s ease-out;
}

.header-item a {
  color: #000;
}

.header-item:last-child {
  margin-right: 0;
}

.header-btn {
  width: 12rem;
  transition: .2s ease-out;
  height: 5.5rem;
}

.header-btn-link {
  align-items: center;
  color: #fff;
  justify-content: center;
  height: 100%;
  transition: .2s ease-out;
}

.header-btn-icon {
  width: 2.8rem;
  transition: .2s ease-out;
}

.header-btn-text {
  font-size: 1.2rem;
  transition: .2s ease-out;
}



@media (max-width: 1120px) {
  .header-logo-box {
    left: 2%;
    width: 25rem;
  }

  .header-list {
    margin-right: 3vw;
  }

  .header-item {
    margin-right: 2vw;
    font-size: 1.3rem;
  }

}

@media (max-width: 1000px) {
  .header-logo-box {
    left: 2%;
    width: 22rem;
  }

  .header-list {
    margin-right: 2.5vw;
  }

  .header-item {
    margin-right: 1.5vw;
    font-size: 1.2rem;
  }
}

@media (max-width: 900px) {
  .header-r {
    display: none;
  }

  .header-logo-box {
    left: 3.4%;
    width: 28.4rem;
  }
}

@media (min-width: 768px) {
  .header-btn-icon {
    height: 2.8rem;
  }

  .header-btn:nth-child(2):hover {
    background: rgb(0, 0, 0, 0.8);
  }

  .header-btn:last-child:hover {
    background: rgb(80, 97, 255, 0.8);
  }

  .header-item:hover {
    color: #5061ff;
  }

  .header-logo-box:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .header-wrap {
    height: 4.4rem;
  }

  .header-logo-box {
    left: 1.4rem;
    width: 17.3rem;
  }

  .cta-wrap {
    height: 7.6rem;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }

  .cta-btn {
    width: 50%;
  }

  .ctar-btn-link {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
  }

  .cta-btn-icon {
    width: 4.8rem;
    margin-left: -1.4rem;
  }
}

/* ==================================
  menu-btn
  ================================== */
@media (max-width: 900px) {
  .menu-btn-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4rem;
    height: 2.2rem;
    background: transparent;
    border-radius: 50%;
    right: 3.4%;
  }

  .menu-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
    top: 0;
  }

  .menu-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }

  .menu-line span {
    position: absolute;
    right: 0;
    display: block;
    height: 0.2rem;
    background: #000;
    transition: 0.3s ease-out;
    width: 100%;
    border-radius: 50rem;
  }

  .menu-line span:first-child {
    top: 0;
    transform: translateY(-50%);
  }

  .menu-line span:nth-child(2) {
    top: 50%;
  }

  .menu-line span:last-child {
    bottom: 0;
    transform: translateY(50%);
  }

  .nav-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
  }

  .active .nav-close {
    display: block;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
  }

  .active .menu-line span:nth-child(2) {
    opacity: 0;
  }

  .active .menu-line span:last-child {
    bottom: 50%;
    transform: rotate(-30deg) translateY(50%);
  }

  .active .menu-line span:first-child {
    transform: rotate(30deg) translateY(-50%);
    top: 50%;
  }
}

@media (min-width: 768px) {
  .menu-btn:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .menu-btn-box {
    width: 2.2rem;
    height: 1.1rem;
    right: 1.4rem;
  }

  .menu-line span {
    height: 0.1rem;
  }


}

/* ==================================
	.site-menu
	================================== */
.active .site-menu {
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.active .site-menu::-webkit-scrollbar {
  display: none;
}

.site-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100%;
  visibility: hidden;
  background: transparent;
  opacity: 0;
  transition: 0.6s ease-out;
}

.site-menu-bg {
  background: #000;
  height: 100vh;
  opacity: 0.2;
}

.site-menu-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 0;
}

.site-menu-container {
  height: 100%;
}

.site-menu-list {
  width: 65.7%;
  margin: 17rem auto 0;
}

.site-menu-item {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #d2d3e4;
  position: relative;
}

.site-menu-item:last-child {
  margin-bottom: 0;
}

.site-menu-link {
  transition: .2s ease-out;
  display: inline-block;
  color: #000;
}



@media (min-width: 768px) {
  .site-menu-link:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .site-menu-list {
    width: 89.2%;
    margin: 10rem auto 0;
  }

  .site-menu-item {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }

}
