@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; */


/* scroll Event */
.ani {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.ani-L {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s;
}
.ani-R {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s;
}

.ani-in {
  opacity: 1;
  transform: translateY(0);
}
.ani-in-L {
  opacity: 1;
  transform: translateX(0);
}
.ani-in-R {
  opacity: 1;
  transform: translateX(0);
}

.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 */
html {
  font-family: "Noto Sans KR", sans-serif;
  scroll-behavior: smooth;
}
body {
  color: #000;
}
#wrap {
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}

/* header */
.header{
  width: 100%;
  height: 18.3333vw;
  position: fixed;
  z-index: 1000;
  background: white;
}
.header .inner{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .inner .logo{
  width: 44.4vw;
  margin-left: 4.1667vw;
}
.header .inner .logo a{
  width: 100%;
}
.header .inner .logo a img{
  width: 100%;
}

.header-cont .location{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cont .location a{
  width: 7.9167vw;
}
.header-cont .location a img{
  width: 100%;
}

.header-cont  .location,
.header .inner .logo,
.header-cont .menu{
  position: relative;
  z-index: 10000;
}
.header-cont{
  width: 31.3889vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cont .menu{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  background: #17356b;
  position: relative;
}
.header-cont .menu span{
  width: 4.5vw;
  height: 0.56vw;
  position: absolute;
  background: white;
  transition: 0.3s;
  z-index: 100;
}
.header-cont .menu span:nth-child(1){
  top: 40%;
}
.header-cont .menu span:nth-child(2){
  top: 50%;
}
.header-cont .menu span:nth-child(3){
  top: 50%;
}
.header-cont .menu span:nth-child(4){
  top: 60%;
}

.header-cont .menu.active span:nth-child(1),
.header-cont .menu.active span:nth-child(4){
  width: 0;
  opacity: 0;
}
.header-cont .menu.active span:nth-child(2){
  transform: rotate(45deg);
}
.header-cont .menu.active span:nth-child(3){
  transform: rotate(-45deg);
}
.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: #17356b;
}
.submenu li {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.submenu a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  font-size: 3.5vw;
  padding: 4vw 4vw 4vw 10vw;
  transition: all 0.25s ease;
}

/* .submenu a:hover {
  background: #17356b;
  color: #FFF;
} */

/* .footer */
.footer{
  height: 59.7222vw;
  background: url("../image/footer-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer img.foot01{
  width: 39.3056vw;
  margin-bottom: 6.9vw;
}
.footer img.foot02{
  width: 87.5000vw;
}
.footer img.foot03{
  width: 61.6667vw;
  margin: 3.2vw 0;
}
.footer img.foot04{
  width: 77.7vw;
}
.footer img.foot05{
  width: 79vw;
  margin-bottom: 3.2vw;
}