@charset "utf-8";
html, body {background-color:transparent;font-size:18px;font-family:'arial','Noto Sans Korean', sans-serif;color:#222;letter-spacing:-0.1px;}
h1,h2,h3,h4,h5,h6 {color:#000;font-family:'arial','Noto Sans Korean', sans-serif;font-weight:bold;word-break:keep-all;margin:0;}
a {color:#000;}
a:hover {color:#000;text-decoration:none;}
p {font-size:18px;line-height:1.2;color:#747474;word-break:keep-all;}
strong {color:#000;}
.hide{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.clr:before {display:block;clear:both;width:0;height:0;content:'';}
.clr:after {display:block;clear:both;width:0;height:0;content:'';}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.mobile{display:none;}
#wrap{position:relative;padding-top:100px;}

.header {background-color:#fff;position:fixed;width:100%;height:100px;top:0;left:0;z-index:99999;}
 .header .container {position:relative;}
 .logo {position:absolute;top:10px;left:20px;} 
/* 메뉴 */
.btn-menu{display:none;position:absolute;top:20px;right:20px;}
 .gnb {display:block;position:absolute;top:20px;right:20px;} 
 .gnb .depth-1 > li {float:left;background-color:#fff;}
 .gnb .depth-1 > li > a{display:block;padding:20px 30px;}
 .gnb .depth-2{display:none;}
 .gnb .depth-2 > li > a {display:block;text-align:center;}
/* 햄버거버튼 */
.menu-trigger,
.menu-trigger span {
  display : inline-block;
  transition : all .4s;
  box-sizing : border-box;
}
.menu-trigger {
 background-color:transparent;
 border:2px solid #000;
 border-radius:5px;
 outline:none;
  position : relative;
  width : 40px;
 height : 40px;
 }
.menu-trigger span {
  position : absolute;
  left : 4px;
 width :80%;
   height :4px;
  background-color : #000;
  border-radius : 4px;
}
.menu-trigger span:nth-of-type(1) {
  top : 6px;
}
.menu-trigger span:nth-of-type(2) {
  top : 16px;
}
.menu-trigger span:nth-of-type(3) {
  bottom : 6px;
}

/* 햄버거버튼-active */
.menu-trigger span:nth-of-type(1) {
  -webkit-animation : menu-bar01 .75s forwards;
  animation : menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform : translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform : translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform : translateY(10px) rotate(45deg);
  }
  50% {
    transform : translateY(10px) rotate(0);
  }
  100% {
    transform : translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition : all .25s .25s;
  opacity : 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation:menu-bar02 .75s forwards;
  animation:menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform:translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform : translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform : translateY(-10px) rotate(-45deg);
  }
  50% {
    transform : translateY(-10px) rotate(0);
  }
  100% {
    transform : translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation : active-menu-bar01 .75s forwards;
  animation : active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform : translateY(0) rotate(0);
  }
  50% {
    -webkit-transform : translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform : translateY(0) rotate(0);
  }
  50% {
    transform : translateY(10px) rotate(0);
  }
  100% {
    transform : translateY(10px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity : 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation : active-menu-bar03 .75s forwards;
  animation : active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform : translateY(0) rotate(0);
  }
  50% {
    -webkit-transform : translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform : translateY(0) rotate(0);
  }
  50% {
    transform : translateY(-10px) rotate(0);
  }
  100% {
    transform : translateY(-10px) rotate(-45deg);
  }
}

 @media all and (max-width:1199px){
   p{word-break:break-all;text-align:justify;}
    .mobile{display:block;}
    .pc{display:none;}
   .btn-menu{display:block;}
   .gnb {display:none;top:100px;right:0;width:100%;height:calc(100vh - 100px);overflow-y:scroll;}
   .gnb .depth-1 > li {float:none;}
 }

