@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
/* font-family: 'Pretendard'; */

/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendard.min.css"); */
/* @font-face {
	font-family: 'Pretendard';
	src: local('PretendardRegular')
 
       url('../font/Pretendard-Regular.otf') format('ttf')

}

@font-face {
	font-family: 'Pretendard';
	src: local('PretendardBold')

       url('../font/Pretendard-Bold.otf') format('ttf')

}

@font-face {
	font-family: 'Pretendard';
	src: local('PretendardLight')

       url('../font/Pretendard-Light.otf') format('ttf')

} */

/* ani */
@keyframes load_top {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@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; */

::-webkit-scrollbar {
  width: 0;
}

.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;
}

.t-delay0_1 {
  transition-delay: 0.1s;
}
.t-delay0_2 {
  transition-delay: 0.2s;
}
.t-delay0_3 {
  transition-delay: 0.3s;
}
.t-delay0_4 {
  transition-delay: 0.4s;
}
.t-delay0_5 {
  transition-delay: 0.5s;
}
.t-delay0_6 {
  transition-delay: 0.6s;
}
.t-delay0_7 {
  transition-delay: 0.7s;
}
.t-delay0_8 {
  transition-delay: 0.8s;
}
.t-delay0_9 {
  transition-delay: 0.9s;
}
.t-delay1 {
  transition-delay: 1s;
}

/* wrap */

* {
  font-family: "Pretendard";
}

html {
  height: 100%;
  background: #ffffff;
  font-family: "Pretendard";
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1.5px;
  word-break: keep-all;
  color: #000;
}
.wrep {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
section {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  /* height: 300vh; */
  /* background: pink; */
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Pretendard";
}
#common {
  max-width: 1920px;
  min-width: 1400px;
}

/* header */
.header,
.sub_header {
  width: 100%;
  height: 100px;
  /* margin: 0 auto; */

  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 9999;
  transition: 0.5s;
  font-family: "Pretendard";

  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_header {
  background: white;
}
.header.active,
.sub_header.active {
  background: #ffffff;
}
.header .inner {
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 38px 0; */
}
.logo {
  width: 280px;
  height: 29px;
  display: block;
  margin-left: 50px;
}
.logo a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.logo a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo a img.logo_w {
  opacity: 0;
}
.logo a img.logo_g {
}

.menuWrap {
  width: 40%;
}
.menuWrap .menu {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-family: "Pretendard";
}
.menuWrap .menu li {
  flex: 1;
  height: 100px;
  font-weight: 500;
  position: relative;
}
.menuWrap .menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #313131;
  font-weight: 500;
}
.menuWrap .menu li .sub_btn {
  width: 200px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  border-radius: 0 0 30px 30px;
  background: #0d695b;

  padding: 20px 0;

  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
.menuWrap .menu li:hover .sub_btn {
  display: flex;
}
.menuWrap .menu li .sub_btn li {
  margin: 12px 0;
}
.menuWrap .menu li .sub_btn li a {
  display: block;

  color: white;
}
.menuWrap .menu li .sub_btn li a:hover {
  color: #c49e87;
}

.call {
  width: 183px;
  height: 26px;
  position: relative;
  margin-right: 120px;
}
.call img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.call img.call_w {
  opacity: 0;
}
.call img.call_g {
}

/* 서브헤더 */
.sub_header {
  width: 100%;
  height: 100px;
  font-family: "Pretendard";
}
.sub_header .inner {
  width: 86%;
  height: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_header .logo {
  margin: 0;
}
.sub_header .call {
  margin-left: 97px;
  margin-right: 0;
}
.sub_header .logo a img.logo_g,
.sub_header .call img.call_g {
  opacity: 1;
}
.sub_header .menuWrap .menu li a {
  color: #313131;
  font-family: "Pretendard" !important;
  font-weight: 500;
}
/* 서브헤더 */

/* fixMenu */
.fixMenu {
  width: 100px;

  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888;

  border-radius: 0 0 0 10px;
  overflow: hidden;

  animation: load_L 1.5s both;
  animation-delay: 1.5s;

  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
}
.fixMenu div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixMenu .fixLogo {
  width: 100%;
  height: 152px;

  background: #0d695b;
}
.fixMenu .fixLogo img {
}

.fixMenu .open {
  width: 100%;
  height: 100px;
  background: #c49e87;
  text-align: center;
}
.fixMenu .open h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
}
.fixMenu .open h2 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.fixLink {
  flex-direction: column;
}
.fixLink a {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.fixLink a:last-child {
  border-top: 1px solid #979797;
}
.fixLink a img {
  padding: 16px 0;
}

/* footer */
.footer {
  width: 100%;
  background: #313131;
}
.footer .inner {
  width: 89.6%;
  margin: 0 auto;
  padding: 80px 0;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .item {
}
.footer .item .foot_logo {
}

.footer .item h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #c5c5c5;
  margin-top: 20px;
}

.footer .item .desc {
  margin: 32px 0 52px;
}
.footer .item .desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  color: #a9a9a9;
}

.footer .item .ad_cont {
}
.footer .item .ad_cont h2 {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
}
.footer .item .ad_cont h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
}

.footer .operate {
}
.footer .operate img {
}
