/* BASIC css start */
body{min-width:1300px}
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }

/* header */
#header:hover{background:#fff;}
#header { position: fixed; top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    width: 100px;
    padding: 40px 0;
    overflow: hidden;
    transition: all 0.5s ease; }
#header .headerTnb { position: relative;
    width: 100px;
    height: 100%; *zoom:1 }
#header .headerTnb:after { display:block; clear:both; content:'' }
#header .headerTnb .tlogo{position: absolute;
    width: 40px;
    top: 87px;
    right: 0;
    left: 9px;
    margin: 0 auto;}
#header .headerTnb .tlogo a img{    width: 100%;}
#header .headerTnb .tnbRight {position: absolute;
    bottom: 62px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;}
#header .headerTnb .tnbRight li { display: block;margin-bottom: 34px; }
#header .headerTnb .tnbRight li a { position: relative; }
#header .headerTnb .tnbRight li a span{
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    line-height: 22px;
    font-size: 11px;}
#header .headerTnb .tnbRight li img {height:24px;}

/*½½¶óÀÌµå ¸Þ´º*/
.mask{position: fixed; height: 100%; width:100%; background-color: rgba(0,0,0,0.6); z-index: 12; top:0;}
.mask{display:none;}
.smenuBox{background: #fff;
    width: 316px;
    height: 100vh;
    position: fixed;
    z-index: 15;
    border-right: 1px solid #ddd;
    padding: 40px 0  40px 100px;
    left:-440px;
    transition: 0.7s;
    top: 0;
    }
.smenuBox.on {left:0px;}
.smenuBox .nalog{padding: 0 36px;}
.smenuBox .nalog ul li{line-height: 38px;}
.smenuBox .nalog ul li a{font-size: 16px;
    color: #000000;}
.headerGnb .gnbInner .menu-list{padding: 68px 19px 38px 40px;}
.headerGnb .gnbInner .menu-list > li{line-height: 55px; position: relative;}
.manuinba{position: absolute;
    bottom: 140px;
    left: 120px;}
.menu_list_in a, .menu-container .menu-list li.toggle > a{    color: #36312f;
    font-size: 22px;}
.toggle, .menu-submenu { cursor: pointer; font-size: 14px; position: relative; letter-spacing: 1px;}
.menu-submenu { display: none; padding: 15px;}
.menu-submenu >li{line-height: 36px;}

.ddBtn {
  padding:15px 20px;
  position: absolute;
  right: 0;
  top: 15px;
}
.ddBtn:before{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.ddBtn:before, .ddBtn:after {
  content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 17px;
    height: 2px;
    margin-top: -1px;
    background-color: #cccccc;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.ddBtnActive {
  padding:15px 20px;
}
.ddBtnActive:before{   -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #cccccc !important;}

.ddBtnActive:after {   -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #cccccc !important;
    opacity: 0;

}
.menu-submenu li a{font-size: 17px;
    color: #a6a6a6;}
    
/*menu icon*/
.menu-icon { width: 24px; height: 20px;position: absolute; top: 25px; left: 0; right: 0; z-index: 20; margin: auto; cursor: pointer;}
.menu-icon .line-1,
.menu-icon .line-2,
.menu-icon .line-3 {
  height: 2px;
  width: 100%;
  background-color: #333;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.menu-icon .line-1 {
  -webkit-animation: animate-line-1-rev .7s ease-in-out;
          animation: animate-line-1-rev .7s ease-in-out;
}
.menu-icon .line-2 {
  margin: 7px 0;
  -webkit-animation: animate-line-2-rev .7s ease-in-out;
          animation: animate-line-2-rev .7s ease-in-out;
}
.menu-icon .line-3 {
  -webkit-animation: animate-line-3-rev .7s ease-in-out;
          animation: animate-line-3-rev .7s ease-in-out;
}
.menu-icon:hover .line-1,
.menu-icon:hover .line-2,
.menu-icon:hover .line-3 {
  background-color: #333;
}
.menu-icon.active .line-1,
.menu-icon.active .line-2,
.menu-icon.active .line-3 {
  background-color: #333;
}
.menu-icon.active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon.active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon.active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
}

@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
            transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
            transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}

@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
            transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
            transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
            transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
            transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
            transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
            transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
            transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
            transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
            transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
            transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
            transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
            transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
            transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
            transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}


/* topBnnr */
#topBnnr {position:fixed; top:0; background: #f498ae;height: 50px;line-height: 50px;z-index: 9;}
#topBnnr li.swiper-slide {padding-left: 50px; opacity:1 !important;}
#topBnnr .swiper-slide a {color: #fff;font-size: 0;font-weight: 500;line-height: 50px;vertical-align: top; display:block;}
#topBnnr .swiper-slide.swiper-slide-active a {font-size:13px;}
#topBnnr .elementor-swiper-button-prev,
#topBnnr .elementor-swiper-button-next {font-size: 16px;color: #ffffff;opacity:0.45;}
/* BASIC css end */

