/*** include css***/
/* 틀 */
.wrap{
	float:left;
	display:block;
	width:100%;
	min-width:1280px;
}

/*** include css***/
/**header css**/
.header_in {
    padding: 15px 26px;
}
.header_top_wrap {
    background: #202020;
}
.header_top {
    width: 1280px;
    margin: 0 auto;
    background: #202020;
	padding:0 16px;
}
.header_top:after {
    display: block;
    clear: both;
    content: "";
}
.link_gnb1 {
    float: right;
}
.link_gnb1 li{
	float:left;
	position:relative;
}
.link_gnb1 li:nth-child(1){
	padding-right: 16px;
}
.link_gnb1 li:nth-child(1)::after{
	content:'';
	position:absolute;
	top:50%;
	right:-4px;
	transform:translate(0, -50%);
	background:#eee;
	width:1px;
	height:12px;
	margin:0 11px;
}
.link_gnb1 li a {
    display: block;
    padding: 9px 0;
    color: #eee;
    font-size: 12px;
    text-align: center;
}
.hd_logo{
	width:250px;
}
.hd_logo img{
	height:48px;
}

/* 메뉴 */
#cssmenu{
	float: left;
	width:905px;
}
#cssmenu,
#cssmenu ul,
 ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*#cssmenu .member{
	text-align:right; 
	padding-right:20px;
	margin-bottom:10px;
}
#cssmenu .member > a{ 
	display:inline-block; 
	vertical-align:top; 
	color:#fff; 
	margin:0 10px;
}
#cssmenu .member > a:first-child:after{ 
	content:"|"; 
	color:rgba(255,255,255,.5); 
	padding-left:20px;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
  display: none;
}*/
#cssmenu > ul > li {
	position: relative;
  	float: left;
	width: 174px;
	/*height: 81px;*/
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
#cssmenu > ul > li:hover:before{
	position:absolute;
	top:-2px;
	left:50%;
	transform:translate(-50%, 0);
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#13cdbb;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	margin: 11px 16px;
    font-size: 18px;
    letter-spacing: 0;
    text-decoration: none;
    color: #000;
    font-family: 'noto-m';
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	padding-top: 5px;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	position: relative;
  	height: 48px;
	line-height: 48px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	display: block;
    width: 174px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    text-decoration: none;
    color: #666;
    font-family: 'noto-m';
    text-align: center;
    background: #fff;
    box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #13cdbb;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}


/**gnb css**/
.header_gnb li a{
	display:block;
	padding:12px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_gnb li .depth1:hover{
	color:#111;
	font-family: 'noto-m';
}
.sub_nav > li > a:hover{
	color:#111;
	font-family: 'noto-m';
}

/**gnb bg css**/
.gnbBg{
	padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 305px;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index:100;
	border-top: 1px solid #ddd;
}
.sub_nav{
	left:0;
}

/**main slide button**/
.one-time .slick-prev{
	height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    font-size: unset;
    background: url(/images/btn/ico_prev_wh.png) 50% 50% no-repeat;
    background-size: auto;
}
.one-time .slick-next{
	height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-size: unset;
    background: url(/images/btn/ico_next_wh.png) 50% 50% no-repeat;
    background-size: auto;
}
.one-time .slick-prev,
.one-time .slick-next{
	z-index: 100;
    transition: all 0.3s;
}

/**푸터**/
#footer{
	width:100%;
	background-color:#242424;
}
.footer_wrapper{
    width: 1280px;
	margin:0 auto;
    padding: 15px 16px;
	position: relative;
}
.footer_menu {
    position:absolute;
	top:50%;
	right:16px;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.footer_menu li {
    float: left;
	margin-left:30px;
}
.footer_menu li a {
    display: block;
    color: #777;
    font-size: 15px;
	letter-spacing: -0.03em;
	font-family:'noto-m';
}
.footer_menu li a.privacy{
	color:#fff;
}
.footer_info {
    display:inline-block;
}
.footer_info .text {
	display: block;
    margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color:#6d6d6d;
}
.footer_info .copyright {
	font-size: 11px;
	letter-spacing:-0.03em;
	color:#777;
	margin-top: 5px;
    display: block;
}

/**퀵버튼**/
.quick_link{
	position: absolute;
    top: 140px;
    right: 12%;
    z-index: 100;
}
.quick_link .link{
	display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 8px;
    border-radius: 50%;
    cursor: pointer;
}

/*페이징*/
.paging {
	overflow: hidden; 
	text-align: center;  
	margin-top: 20px; 
	margin-bottom: 20px; 
	font-weight: bold; 
	color: #767676; 
	display: table; 
	margin-left: auto; 
	margin-right: auto; 
}
.paging ul {
	overflow: hidden;
}
.paging li {
	display: inline-block; 
	zoom: 1; 
	display: inline; 
	float: left;
}
.paging li {
	display: block; 
	width: 24px; 
	height: 20px; 
	margin: 0 2px; 
	overflow: hidden; 
	color: #767676; 
	font-size: 12px; 
	padding-top: 4px;
}/*border: 1px solid #ebebeb; */
.paging li.current {
	color:#000;
}/*background:#EDA490; color: #fff;*/
.paging li a{
	color:#9C9C9C;
}