@charset "utf-8";
/* CSS Document */

/** header **/
#header {
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
}
.login_menu_wrap {
  width:100%;
  background: #fafafa;	
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #e6e6e6;
}
.login_menu {
  display:flex; justify-content: space-between; align-items:center;
  width: 1100px; height:40px;
  margin: 0 auto;}

.login_menu_left {width:400px;}
.login_menu_left ul li {float:left; margin-right:15px; font-size:13px;}

.login_menu_left ul li a span{color:#990000;}

.login_menu_left ul li a:hover {
  color: #d41d19;
  background: #fff;		
}
.login_menu_left ul li a:active {
  color: #990000;
  background: #fff;		
}	
.login_menu_right {
  width: auto;
  height: auto;
}
.login_menu_right ul li {
  float: left;
  margin-left: 5px;
  padding-right: 15px;
  font-size: 11px;			
}
.login_menu_right ul li:last-child {
  background: none;
  padding-right: 0;
}
.login_menu_right ul li a {color:#990000; font-size:15px;}
.login_menu_right ul li a b {color:#737373;}
.login_menu_right ul li a:hover {
  color:#cc0000;
  background:#fff;	
}
.login_menu_right ul li a:active {
  color: #004986;
  background: #fff;	
}	
.login_menu_line {
  background: url("https://cloudfront.imggift.com/new/skin/top/topskin_55/icon_dot.png") no-repeat right 3px;
}
.login_menu_support {
  background: url("https://cloudfront.imggift.com/new/skin/top/topskin_55/icon_heart.png") no-repeat left 4px;
  padding-left: 11px;
}
.login_menu_bookmark {
  background: url("https://cloudfront.imggift.com/new/skin/top/topskin_55/icon_star.png") no-repeat left 4px;
  padding-left: 10px;
}
.login_menu_right ul li.login_menu_bookmark a, li.login_menu_support a {
  color: #000;
}
.logo_wrap {
  width: 1100px;
  height: 150px;
  margin: 12px auto;
  clear: both;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.top_logo {
  position: absolute;
  width: 250px;
  height: 80px;
  z-index: 9;
  top: 20px;
  left: 0;
}
.top_link {
  position: absolute;
  width: 265px;
  height: 80px;
  z-index: 10;
  top: 5px;
  left: 834px;
}
.top_link a:hover{opacity:0.7;}	

#top_bn {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1100px;
  top: 110px;
  right: 0px;
}
#top_search {
  width:450px; height: 120px;
  margin:0 auto; overflow: hidden;
}

#top_search ul {
  display:flex; justify-content: space-between; align-items:center;
  width:410px; height:42px; margin:0 auto;
  font-size:17px;  border-radius:15px; overflow:hidden; transition:all 0.3s; 
}
#top_search ul:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

.search_select {
  float: left;	
  width: 70px;
  height: 40px;
  border: none;
}
.search_input {
  font-size:15px; width:362px; height:40px; border:none; outline:none; padding: 2px 2px 2px 15px;
}
.search_go {width:48px; height:42px; text-align:center;}
.search_go input{margin-top:1px;}

.special_menu{display:flex; justify-content:center; background:#d41d19; border-radius:7px; padding:2px;}

.link_btn{color:#fff; padding:3px; font-size:13px; transition:all 0.3s;}

.bts input[type='search'] {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}	

*+html body .search_go {
  margin: 0px 0px 0 0;
  float: right;
}
.hotkeyword {
  margin:12px auto 0;
  height: 30px;
  font-size:12px;
}
.hotkeyword dl{display: flex; align-items: center; justify-content:center;}
.hotkeyword dl dt {margin-right:5px;}
.hotkeyword dl dd {color:#b5b5b5;}
.hotkeyword dl dd a {
  padding:3px; font-size:13px;		
}
.gnbmain_wrap {
  width: 100%;
  height: 47px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #c0c0c0;
  /*background: <?=$menu_bgcolor?>;*/
  position: relative;	
}
.gnb {
  width:1100px; height:47px;
  margin: 0 auto;
  /*background: <?=$menu_bgcolor?>;*/
  position: relative;
  z-index: 9999;			
}


.gnb ul li a {
  padding:14px; font-family: 'Nanum Gothic' !important;	
  font-size:14px; float: left;
}
.gnb ul li a:hover {
  color:#000;
  font-weight: 700;
  /*text-decoration: underline;
  border-bottom: 1px solid <?=$menu_overcolor?>;*/	
}
.gnb .changup {
  position: absolute;
  width:100px;
  background:red;
  color:white;
  margin: 10px;
  top:100px;	
  font-size:20px;
}
.gnbFixed {
  position: fixed;
  top: 0px;
}

/* sub category  */
.allcate {
  display:none;	
  position:absolute;
  z-index: 9999;	
  left: 0;
  width: 1098px;
  top:47px;
  height: auto;
  background-color: #fff;
  border: 1px solid;
  margin: 0 auto;
}	
.allcate>div {
  width: 100%;
}
.allcate>div>div {
  width: 272px;
  float: left;
  border-left: 1px solid #ececec;
}
.allcate>div>div h3 {
  text-align: left;	
  color: #333333;		
  font-size: 13px;
  margin:0;  
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor:pointer;
  font-weight: 700;
}
.allcate>div.alltop>div {
  height: 195px !important;
  border-bottom: 1px solid #ececec;		
}
 .allcate>div.alltop2>div {
  height: 150px !important;
  border-bottom: 1px solid #ececec;	
}
 .allcate>div.alltop3>div {
  height: 135px !important;
  border-bottom: 1px solid #ececec;	
}	
 .allcate>div.alltop4>div {
  height: 105px !important;
  border-bottom: 1px solid #ececec;	
}	
 .allcate>div.alltop5>div {
  height: 175px !important;
  border-bottom: 1px solid #ececec;	
}
.allcate>div.alltop6>div {
  height: 130px !important;
  border-bottom: 1px solid #ececec;	
}
.allcate>div.alltop7>div {
  height: 210px !important;
  border-bottom: 1px solid #ececec;	
}
.allcate>div.alltop8>div {
  height: 210px !important;
  border-bottom: 1px solid #ececec;	
}	
.allcate div ul {
  padding: 0 0 15px 15px;
  height:120px;	
  margin:0;
}
.allcate div li a {
  font-family: '돋움', 'Dotum' !important;	
  display: inline-block;
  font-size: 11px;
  height: 14px;
  padding: 0 10px 3px 0;
  color: #767676;
  background: url('https://cloudfront.imggift.com/new/skin/top/topskin_55/icon_dotb.png') no-repeat right 3px;	
}
.allcate div li a:hover {
  background:#fff; 	
  background: url('https://cloudfront.imggift.com/new/skin/top/topskin_55/icon_dotb.png') no-repeat right 3px;	
}
.allcate div li:last-child {
  background: none;
  font-weight: normal;
}
.allcate #allclose {	
cursor:pointer;
right:5px; 
bottom:5px; 
position:absolute;
}