@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
/* font-family: 'Noto Sans KR', sans-serif; */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* Bold 700 */
/* Black 900 */

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

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'IBM Plex Sans KR', sans-serif; */
/* Thin 100 */
/* ExtraLight 200 */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* SemiBold 600 */
/* Bold 700 */

@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
/* font-family: 'Merriweather', serif; */
/* Light 300 */
/* Regular 400 */
/* Bold 700 */
/* Black 900 */
/* scroll Event */

@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
/* font-family: 'Nanum Myeongjo', serif; */
/* Regular 400 */
/* Bold 700 */
/* ExtraBold 800 */

/* ani */
@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_T {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes load_B {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes load_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.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;
}
body {
  color: #000;
  line-height: 1;
  letter-spacing: -1.5px;
}
#wrap {
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
section {
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
.img_cat {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 3vw;
  bottom: 2vw;
}
.fix_box {
  width: 100%;
  height: 14vw;
}
.open {
  width: 100%;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 7777;
  background: #0071bb;
}
.open h2 {
  font-size: 26px;
  color: #fff;
}
.open h2 strong {
  font-size: 32px;
  font-weight: 700;
  color: #fff100;
}

/* common */
.header {
  width: 100%;
  height: 14vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 9999;
}
.header .inner .logo {
  width: 32vw;
  margin-left: 4vw;
}
.header .inner .logo a {
  width: 100%;
  display: block;
}
.header .inner .logo a img {
  width: 100%;
}

.hea_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.call {
  width: 14vw;
  height: 14vw;
}
.call a {
  width: 14vw;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #0071bb; */
}
.call a img {
  width: 5.56vw;
  height: 5.56vw;
}

.btn_cont {
  width: 16.7vw;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.menuBtn {
  width: 6vw;
  height: 4vw;
  position: relative;
  cursor: pointer;
}
.menuBtn span {
  position: absolute;
  width: 100%;
  height: 0.7vw;
  transition: 0.5s;
  background: #333;
}
.menuBtn span:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.menuBtn span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.menuBtn span:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.menuBtn span:nth-child(4) {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  opacity: 0;
}
.menuBtn span:nth-child(5),
.menuBtn span:nth-child(6) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.menuBtn span:nth-child(5),
.menuBtn span:nth-child(6) {
  background: #333;
}
.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: 5px;
  height: 5px;
  opacity: 0;
}

.menuBtn.active span:nth-child(5),
.menuBtn.active span:nth-child(6) {
  width: 100%;
  height: 0.7vw;
  opacity: 1;
}
.menuBtn.active span:nth-child(5) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuBtn.active span:nth-child(6) {
  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;
}
.meun-bar.active {
  transform: translateX(0);
  opacity: 1;
}
.menu-box {
  width: 100%;
  margin-top: 17vw;
}
.menu-box li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.menu-box li:nth-child(1) {
  border-top: 1px solid #ccc;
}
.menu-box li a {
  width: 100%;
  /* height: 100%; */
  padding: 5vw 8vw;
  font-size: 4vw;
  font-weight: 600;
  display: block;
}

/* .meun-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.3s;
}
.meun-bar.active {
  transform: translateX(0);
  opacity: 1;
}
.menu-box {
  width: 100%;
  margin-top: 20vw;
  background: #fff;
}
.menu-box .link {
  cursor: pointer;
  display: block;
  padding: 4vw 10vw;
  color: #4d4d4d;
  font-size: 4.5vw;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  transition: all 0.4s ease;
}
.menu-box li:nth-child(1) .link {
}
.submenu {
  display: none;
  background: #0071bb;
}
.submenu li {
  width: 100%;
  height: 100%;
}
.submenu a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  font-size: 4vw;
  padding: 4vw 4vw 4vw 10vw;
  transition: all 0.25s ease;
} */

/* footer */
.footer {
  width: 100%;
  padding: 10vw 0;
  background: #000;
}
.footer .inner {
  width: 91.67vw;
  margin: 0 auto;
  text-align: center;
}
.footer .foot_logo {
  width: 22.36vw;
}
.footer .cnt {
  width: 91.67vw;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 4.44vw;
}
.footer .cnt span {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3.61vw;
  color: #fff;
}
.footer p {
  font-size: 1.94vw;
  font-weight: 300;
  line-height: 3.61vw;
  letter-spacing: -1.5px;
  color: #fff;
  margin: 5cqmin 0;
}
.footer h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #fff;
}
