.nav-content {
	width: 65% !important;
    text-align: left !important;
  }
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans','Noto Sans KR','Noto Sans JP','Noto Sans TC','맑은 고딕',Dotum,'Apple SD Gothic Neo',Sans-serif !important;
 //   overflow-x: hidden;
}	
  .nav-ul {
    width: 100%;
    height: 100%;
	line-height: 50px;
    padding-top: 2px;
    box-sizing: border-box;
  }
 .nav-ul img{
	width: 25px;
    border-radius: 5px;
    margin-right: 5px;
 }	
  .nav-ul > li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding-left: 20px;
  }
  .nav-ul > li>a{
	font-size:15px;	
	height: 60px!important;
    line-height: 30px!important;
  }
  .nav-ul > li:first-child {
    border: none;
  }
  .nav-b {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: auto;
    background: #ddd;
    z-index: 9999;
    padding-top: 20px;
    display: none;
  }
  .nav-b-ul {
    width: 100%;
    height: 100%;
  }
  .nav-b .nav-b-ul > li {
    width: 49%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .nav-b-left {
    width: 15%;
    height: auto;
    float: left;
    font-weight: bold;
  }
  .nav-b-right {
    width: 83%;
    height: auto;
    float: right;
  }
  .nav-b-right > ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-b-right > ul > li {
    width: 15%;
    height: 20px;
    height: auto;
    margin: 0 5px 5px 0;
    border-right: 1px solid #666;
  }
  .nav-b-right > ul > li:last-child {
    border: none;
  }
  .nav-b-right > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
      overflow: hidden; 
      text-overflow:ellipsis;
  }
  .down {
    width: 15px;
    height: 15px;
    vertical-align: text-top;
  }
  .nav-t > span {
    display: inline-block;
    height: 100%;
  }
  .nav-ul > li > a {
    color: #333;
	display: flex;
    align-items: center;
    cursor: pointer;
	transition: all 0.6s;
	text-decoration: none;
  }	
.hover-boder {
    position: relative
}

.hover-boder:hover:after {
    opacity: 1;
    transform: scale(1)
}

.hover-boder:after {
    border-bottom: 2px solid #5c5c5c;
    bottom: 3px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s, opacity .3s;
    width: 100%
}
	
  .gg {
    height: 40px;
    background: skyblue;
    position: fixed;
    left: 0px;
    top: 60px;
    z-index: 9998;
    width: 100%;
  }
  .header_top>ul{
	width: 100%;
    display: flex;
	max-width: 1500px;
    margin: 0 auto;
	}
  .header_top>ul>li{
    height: 50px;
    text-align: center;
    padding: 0 2px;
    margin: 3px 1px;	
	}
	.header_top .head_user a{
		color:#000;
	}
  .header_top .i3 .cart_count{
    top: 2px !important;
	text-indent: 0px;
  }
  .header_top .i3 img{
    width: 35px !important;
  }
  .customer-logo{
    width: 35px !important;
  }
  #header {
    height: 66px;
    position: fixed !important;
	margin: 0 auto;
    width: 100%;
	z-index: 9991;
	top:0px;
  }
  .header_top {
	text-align: center;
    overflow: unset !important;
    height: 125px !important;
    box-sizing: border-box;
    z-index: 9999 !important;
	border-bottom: 1px solid #ddd;
  }
  .header_top .logo img{
    height: 50px !important;
  }
  .i1 {
    display: none !important;
  }
  .fr {
    float: left !important;
	line-height: 20px!important;
  }
	.ads-top {
		display:inline-block;
	    top: 0px;
	    z-index: 9999;
		width: 100%;
	}

	.ads-top img{
		width: 100%;
	}	
	.h_center{
		display: flex !important;
    	text-align: center !important;
    	align-content: space-around;
    	flex-direction: row;
    	flex-wrap: wrap;
    	align-items: center;
    	text-indent: 5px;
	}
