@CHARSET "UTF-8";

body{width:100%;height:100%;font-family:"Nanum Gothic",sans-serif; }

/*header_top--------------------------------------------------------------------------------------------------*/
header{position:relative;z-index: 100;width:100%;height:226px;font-family:"Nanum Gothic",sans-serif;}
.header_top{position:relative;height:126px;background:#6ea1d6;}
.h1_logo{
  padding:60px 0 0 70px;
}
.h1_logo span{
  position:relative; margin-left:28px; top:-20px;
  font-family:'NanumSquare',sans-serif; font-weight: bold;
  color:#ffffff; font-size:34px;
}
.login_wrap{position: absolute;right:46px;top:10px;color:#ffffff;line-height: 28px;font-family:"Nanum Gothic",sans-serif;}
.login_wrap>ul{float:left;font-size: 13px;}
.login_wrap>ul>li{float:left;}
.login_wrap>ul>li.time_limit{
  margin-right: 10px;padding-left:12px;
  width:132px; height:28px;
  background:#4e81b8; border-radius: 5px;font-weight: bold;
  box-sizing: border-box;
}
.time_limit>.btn_time_extension{margin-left:10px;background: none;color:#ffffff;font-weight: bold;}
.time_limit>.btn_time_extension:focus{outline: none;}
.login_wrap>ul>li.btn_login{margin-right: 10px;}
.login_wrap>ul>li.after_login{
  padding-left:20px;width:190px; height:28px;
  background:#4e81b8; border-radius: 5px;font-weight: bold;
  box-sizing: border-box;
}
.login_wrap>ul>li.after_login .btn_logout{font-weight: normal;float: right;margin-right: 10px;}
.login_wrap>ul>li.after_login img{position: relative;top: 3px; margin-right: 5px;}
.login_wrap>ul>li.btn_join{float:left;margin-left: 20px;}
.login_wrap a{color:#ffffff;}
.service_tap{position: absolute;right:46px;bottom:20px;font-family:"Nanum Gothic",sans-serif;}
.service_tap>ul{float:right;}
.service_tap li{display:inline-block;text-align: center;margin: 0 14px;height:48px;}
.service_tap li>a{ font-size: 14px;color:#ffffff;}
.service_tap li>a span:first-of-type{display:inline-block;height:25px;}
.service_tap li>a span:last-of-type{display:inline-block;line-height:23px;}

/*header-search_wrap-----------------------------------------------------------------------------------------------------*/
.search_wrap{width:100%;height:100px;background: #444444;font-family:"Nanum Gothic",sans-serif;}
.search_wrap a{color:#ffffff;}
.search_cont{margin:0 auto;width: 1240px;}
.search_cont>div{
  float:left;margin-right:25px;margin-top:30px;
  font-weight:bold;font-size: 15px;
  line-height: 42px;
  margin-bottom:5px;
}
div.kolisnet{
  margin-right:10px!important;width: 132px; height:42px;
  background: #2482e2; border-radius: 20px;
  text-align: center;
}
div.kolisnet:active{
  background: #ffffff;
}
div.kolisnet:active a{
  color:#2482e2;
}
.input_search{width:851px;height: 42px; position:relative;font-family:"Nanum Gothic",sans-serif;}
.input_search>input.search_box_txt{
  margin-left: 20px; padding-left: 10px;
  width: 827px; height: 42px; box-sizing: border-box;
  border-radius: 5px; background: #ffffff; font-size:15px;
  ime-mode:active;
}
.input_search>input.search_box_txt:focus{outline:none;}
.input_search>input.search_box_txt::-ms-clear {
display:none;
}
.search_box{
  position: absolute;top:8px;right:2px;width: 53px; height:28px;
  border-left:1px solid #6DA0D5;text-align: center;
}
/*ie8 핵*/
@media \0screen {
	.search_box{top:16px;}
}


/*header-search_wrap_sub---------------------------------------------------------------------------------------*/
.search_cont_sub{margin:0 auto;width: 1095px;font-family:"Nanum Gothic",sans-serif;}
.input_search_sub>input.search_box_txt_sub{
  margin-left: 20px; padding-left: 10px;
  width: 640px; height: 42px; box-sizing: border-box;
  border-radius: 5px; background: #ffffff; font-size:15px;
}
.input_search_sub>input.search_box_txt_sub::-ms-clear {
display:none;
}
.search_cont_sub>div{
  float:left;margin-right:29px;margin-top:25px;
  font-weight:bold;font-size: 15px;
  line-height: 42px;
  margin-bottom:5px;
}
.input_search_sub>input.search_box_txt_sub:focus{outline:none;}
.input_search_sub{width:660px;height: 42px; position:relative;}


/*인기검색어화면 css추가  */
.hotKeywordWrapper {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 1200px;
}

.hotKeywordWrapper ul li {
    font-size: 12px;
    font-weight: 600;
    display: inline;
}
.hotKeywordWrapper ul li:not(:last-child):after {
    content: "|";
    padding: 0 10px;
}

/*--------------패싯검색 추가----------------------*/

#category {
	padding-top:50px;
	padding-left:50px;
}

#category ul.cate {
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	padding: 15px 0 10px 15px;
	width:996px;
}

#category ul.cate li {
	float: left;
	margin-bottom: 10px;
	width: 16%;
}

#category ul.cate li a {
	color: #222222;
	font-weight: bold;
    font-size: 12px;
}

.cate_more {
	margin-top: -1px;
	border-top: 2px solid #e3e3e3;
	width:996px;
	height: 23px;
	text-align: center;
}

.cate_more a {
	position: relative;
	top: -1px;
	margin: 0 auto;
	width: 79px;
	height: 23px;
	text-indent: -10000px;
}
.cate_detail h5 {
    padding: 20px 0 0 15px;
    font-size: 18px;
    color: #222;
    font-weight:bold;
}
.auto_search_close {
    padding: 3px;
    font-size: 11px;
    color: #555;
    text-align: right;
    background-color: #444444;
    text-decoration: underline;
    cursor: pointer;
}
.auto_search_list {
  padding: 0 10px;
    background: #555;
}
#auto_search_word {
   position: absolute;
    left: 20px;
    width: 824px;
   border: 2px solid #789CE7; 
    background-color: #fff;
    z-index: 999;
}
.auto_search_close:after {
    content: "";
    display: block;
    clear: both;
}


@media (max-width:1100px) {
	header{min-width:950px;}
	.service_tap{right:30px;}
	.service_tap li{margin:0 10px}
	.input_search_sub,.input_search{width:580px;}
	.input_search_sub>input.search_box_txt_sub,.input_search>input.search_box_txt{width:560px;}
}


