a:hover{
  text-decoration: none !important;
  color: #000 !important;
}

/*내용*/
#hd .func {
    text-align: center;
    position: relative;
    z-index: 0;
    position: absolute;
    width: 130px;
    top: 0;
    bottom: 0;
    right: 60px;
    height: 100%;
    background: #000;
    color: #fff;
    font-size: 13px;
    height: 82px;
	font-family: 'Noto Sans KR', sans-serif;
}
#hd .func i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
#hd .func a{
    padding-top: 30px;
    color: #fff;
    display: block;
    height: 100%;
}
#hd .func a:hover{
	color:#c6cbd0 !important;
}
#wrap .btn_wrapper{
	position: absolute;
    right: 23px;
    top: 70px;
    z-index: 10;
}
#wrap .btn_wrapper a{
	margin-right:30px;
}
#wrap .btn_wrapper .b{
  display: none;
}
#wrap .btn_wrapper.scroll{
  position: fixed;
  bottom: 30px;
  top: auto;
}
#wrap .btn_wrapper.scroll .w{
  display:none;
}
#wrap .btn_wrapper.scroll .b{
  display: block;
}
#hd{
	position: absolute;
	padding:0 60px 50px 60px;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:3;
}
#hd.sticky{
  position: fixed;
  top: 0;
  height: 0;
}
#hd.sticky #gnb{
      box-shadow: 1px -5px 20px 1px rgba(0, 0, 0, 0.3);
}
#logo{
	position: absolute;
    top: 10px;
    left: 40px;
    z-index: 4;
}

#logo img{
  height: 61px;
}

#gnb{
	width: 100%;
  background: #fff;
	height: 82px;
}



#gnb .mu_dot{
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color: #6a747d;
  font-weight: bold;
	margin:0 37px;
  padding: 26px 0px;

}
#gnb .mu_dot:last-child{
	display:none;
}
#gnb #gnb_1dul{
	position:absolute;
	right:222px;
}
#gnb .gnb_1dli{
  position: relative;
	float:left;
  padding: 26px 20px;
}

#gnb .gnb_1dli>a{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #6a747d;
  font-weight: bold;
}
#gnb .gnb_2dul{
  opacity: 0;
  visibility: collapse;
  position: absolute;
  left: 50%;
  background: #fff;
  padding: 0;
  min-width: 136px;
  transform: translateX(-50%);
  bottom: 80px;
  text-align: center;
}
#hd.sticky #gnb .gnb_2dul{
  top:65px;
  bottom: inherit;
}
#gnb .gnb_2dul .gnb_2dli{
  font-size: 14px;
  border-bottom: 1px solid rgba(115, 126, 136, 0.2);
}
#gnb .gnb_2dul .gnb_2dli>a{
  display: block;
  padding: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6a747d;
}
#gnb .gnb_2dul .gnb_2dli>a:hover{
  font-weight: bold;
}
#gnb .gnb_1dli:hover .gnb_2dul{
  opacity: 1;
    visibility: visible;
}
#gnb .gnb_1dli.no2 .gnb_2dul{

}
#gnb .gnb_1dli.no6 .gnb_2dul{

}

#hd_wrapper .btn-menu{
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    right: 34px;
    top: 34px;
  	z-index:4;

}


#gnb.on{
	opacity:1;
	margin:0;
}
/* #gnb .gnb_1dli.no3 .gnb_2dul{
  display: none;
} */
/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (max-width: 1400px) {
  #gnb .mu_dot{
    margin:0 18px;
  }
}
@media (max-width:1200px) {
	#hd .func {
		right:98px;
	}
  #hd{
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: unset;
    padding: 0;
    height: 80px;
    background: #fff;
	    box-shadow: 1px -5px 10px 1px rgba(0, 0, 0, 0.3);
  }


  #hd_wrapper .btn-menu{
    display:block;
  }
  #hd_wrapper .btn-menu.on{
      position: fixed;
      display: block;
      width: 40px;
      height: 40px;
      right: 34px;
      top: 34px;
      z-index:4;
      border: 1px solid #ddd;
      margin-top:-10px;
  }
  #hd_wrapper .btn-menu.on .wrapper{
    margin-top: 12px;
  }
  .btn-menu.on .line.no1 {
    transform: translateY(6px) rotate(40deg);
  }
  .btn-menu.on .line.no3 {
    transform: translateY(-6px) rotate(140deg);
}
  .btn-menu.on .line.no2 {
    opacity: 0;
  }
  .btn-menu .line {
    height: 1px;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
  }
  .btn-menu .line.no2 {
    margin: 5px 0;
  }
  #hd #gnb{
    position: fixed;
    width: 100%;
    height: 100%;
    right:-100%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
  }
  #hd.on #gnb{
    height: 100%;
    background: #fff;
    width: 100%;
    position: fixed;
    right:0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	overflow:auto;
  }

  #gnb #gnb_1dul{
    position: relative;
    right: 0;
    margin-top: 75px;
  }
  #gnb .gnb_1dli {
    width:100%;
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
	padding: 15px 20px;
  }
  #gnb .gnb_2dul{
    visibility: collapse;
    padding-top: 13px;
    bottom:0;
  }

  #gnb .gnb_1dli:hover .gnb_2dul{
    position: absolute;
    left: 0;
    transform: none;
    bottom: 0;
    visibility: collapse;
    padding-top: 13px;
  }

#gnb .gnb_1dli.active .gnb_2dul{
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
    visibility: visible;
    padding-top: 13px;
	opacity: 1;
  }

  #gnb .gnb_2dul .gnb_2dli{
    border:0;
  }
  #gnb .mu_dot{
    display:none;
  }
  #wrap .btn_wrapper{
    display: none;
  }
  #wrap.on .btn_wrapper{
    position: fixed;
    bottom:15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top:auto;
    display: block;
    z-index: 10000;
    margin-left: 10px;
    width: 100%;
  }
  #wrap .btn_wrapper .w{
    display:none;
  }
  #wrap .btn_wrapper .b{
    display: block;
  }
  #wrap .btn_wrapper a{
    margin-right: 25px;
  }
}
@media (max-width:768px) {
  #hd{
    height: 55px;
  }
  #logo {
    top: 15px;
    left: 22px;
  }

  #logo img{
    height: 27px;
  }

  #hd_wrapper .btn-menu, #hd_wrapper .btn-menu.on{
    top: 20px;
    right: 20px;
  }
  #hd_wrapper .btn-menu.on{
    width: 35px;
    height: 35px;
  }
  #hd_wrapper .btn-menu.on .wrapper{
    margin-top: 10px;
  }
  #wrap .btn_wrapper a{
	margin-right:20px;
  }
  #wrap .btn_wrapper a img{
	max-width:22px;
  }
  #gnb .gnb_2dul .gnb_2dli>a{
	padding: 3px;
  }
	#hd .func{
		right:80px;
		width:115px;
		height:56px;
		font-size:12px;
	}
	#hd .func a{
		padding-top:19px;
	}
}
