@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
/* font-family: "Nanum Myeongjo", serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Poppins", sans-serif; */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/* font-family: "Pretendard"; */

/* @font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
} */

@keyframes load_R {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_L {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation: load_bg 2s both;
animation-delay: 0.2s; */

.ani {
  opacity: 0;
  transform: translateY(15px);
  transition: all 1s;
}
.ani_T {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 1s;
}
.ani_L {
  opacity: 0;
  transform: translateX(-15px);
  transition: all 1s;
}
.ani_R {
  opacity: 0;
  transform: translateX(15px);
  transition: all 1s;
}
.ani_O {
  opacity: 0;
  transition: all 1s;
}

.aniIn {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_T {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_L {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_R {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_O {
  opacity: 1;
}

.tDelay01 {
  transition-delay: 0.1s;
}
.tDelay02 {
  transition-delay: 0.2s;
}
.tDelay03 {
  transition-delay: 0.3s;
}
.tDelay04 {
  transition-delay: 0.4s;
}
.tDelay05 {
  transition-delay: 0.5s;
}
.tDelay06 {
  transition-delay: 0.6s;
}
.tDelay07 {
  transition-delay: 0.7s;
}
.tDelay08 {
  transition-delay: 0.8s;
}
.tDelay09 {
  transition-delay: 0.9s;
}
.tDelay1 {
  transition-delay: 1s;
}
/* wrap */
html {
  scroll-behavior: smooth;
  font-family: "NanumSquareNeo";
}
body {
  color: #000;
  line-height: 1;
  letter-spacing: -1.5px;
  font-family: "NanumSquareNeo";
}
#wrap {
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  font-family: "NanumSquareNeo";
}
section {
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}

/* common */
.header {
  width: 100%;
  height: 16.67vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  letter-spacing: 0;
}
.header .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  position: relative;
  z-index: 9999;
}
.logo {
  width: calc(100% - 33.34vw);
  height: 16.67vw;

  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  width: 50vw;
  /* height: 9.31vw; */
}
.logo a img {
  width: 100%;
  /* height: 100%; */
}

.head_link {
  width: 16.67vw;
  height: 16.67vw;

  display: flex;
  justify-content: center;
  align-items: center;
}
.call {
  background: #274141;
}
.call a {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}
.call a img {
  width: 4.72vw;
  height: 5.69vw;
}
.menuBtn {
  position: relative;
  cursor: pointer;
}
.menuBtn div {
  width: 5.83vw;
  height: 4.44vw;
  position: relative;
}
.menuBtn span {
  position: absolute;
  width: 100%;
  height: 0.7vw;
  transition: 0.5s;
  background: #274141;
}
.menuBtn span:nth-child(1) {
  left: 0;
  top: 0;
}
.menuBtn span:nth-child(2) {
  right: 0;
  bottom: 0;
}
.menuBtn span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menuBtn span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.menuBtn span:nth-child(4),
.menuBtn span:nth-child(5) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.menuBtn span:nth-child(5) {
}
.menuBtn.active {
}

.menuBtn.active span:nth-child(1),
.menuBtn.active span:nth-child(2),
.menuBtn.active span:nth-child(3),
.menuBtn.active span:nth-child(4) {
  width: 0;
  height: 0;
  opacity: 0;
}

.menuBtn.active span:nth-child(4),
.menuBtn.active span:nth-child(5) {
  width: 36px;
  height: 5px;
  opacity: 1;
}
.menuBtn.active span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuBtn.active span:nth-child(5) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* .meun-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
  opacity: 0;
  background: white;

  display: flex;
  justify-content: center;
  align-items: center;
}
.meun-bar.active {
  transform: translateX(0);
  opacity: 1;
}
.menu-box {
  width: 60%;
  margin-top: 15vw;
}
.menu-box li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.menu-box li:last-child {
  border: none;
}
.menu-box li a {
  width: 100%;
  height: 100%;
  padding: 4.8vw 0;
  font-size: 5vw;
  font-weight: 600;
  display: block;
} */

/* 본사이트 */
.meun-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
  opacity: 0;
  background: white;

  display: flex;
  justify-content: center;
  align-items: center;
}
.meun-bar.active {
  transform: translateX(0);
  opacity: 1;
}
.menu-box {
  width: 60%;
  margin-top: 15vw;
  background: #fff;
  text-align: center;
}
.menu-box li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.menu-box li:last-child {
  border: none;
}
.menu-box li a {
  width: 100%;
  height: 100%;
  padding: 3.5vw 0;
  font-size: 3.8vw;
  font-weight: 600;

  display: block;
}
.menu-box .link {
  cursor: pointer;
  display: block;
  color: #000;
  padding: 3.5vw 0;
  font-size: 3.8vw;
  font-weight: 600;
  /* border-bottom: 1px solid #ccc; */
  position: relative;
  transition: all 0.4s ease;
}
.menu-box li:nth-child(1) .link {
}
.submenu {
  display: none;
  background: #09553f;
}
.submenu li {
  width: 100%;
  height: 100%;
}
.submenu li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 3.5vw 0;
  font-size: 3.8vw;
  transition: all 0.25s ease;
}
/* 본사이트 */

/* quickMenu */
.quickMenu {
  width: 100vw;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5000;
}
.quickMenu .item {
  width: 100%;
  height: 12.5vw;
}
.quickMenu .item img {
  width: 100%;
  height: 100%;
}

.quickMenu .desc {
  width: 100%;
  height: 11.53vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quickMenu .desc a {
  width: 50%;
  height: 100%;
  display: block;
}
.quickMenu .desc a img {
  width: 100%;
  height: 100%;
}

/* footer */
.footer {
  height: 87vw;
  margin-bottom: 20vw;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .foot_logo {
  width: 18.47vw;
}

.foot_urea {
  width: 80%;
  margin: 5vw 0 0;
}

.footer .footDa {
  width: 70vw;
  margin: 0 auto;
  margin: 5vw 0;
}
.footer .footDa img {
  width: 100%;
}

.footer .desc {
  text-align: center;
}
.footer .desc p {
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 4.5vw;
  color: #ffffff;
  font-family: "Pretendard";
}

.footer .admin {
  font-size: 2.22vw;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin-top: 5.83vw;
  letter-spacing: 0px;
}
