@charset "utf-8";
/* CSS Document */

/** header **/
#header {
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
}
.login_menu_wrap {
  width: 100%;
  height: 32px;
  background: #fafafa;	
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
}
.login_menu {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}
.login_menu_left {
  width: 400px;
  height: auto;
  float: left;
  margin-top: 8px;
}
.login_menu_left ul li {
  float: left;
  margin-right: 10px;
  font-size: 11px;			
}
.login_menu_left ul li a:hover {
  color: #004986;
  background: #fff;		
}
.login_menu_left ul li a:active {
  color: #004986;
  background: #fff;		
}	
.login_menu_right {
  width: auto;
  height: auto;
  float: right;
  margin-top: 8px;
}
.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: #737373;
}
.login_menu_right ul li a b {
  color: #737373;
}
.login_menu_right ul li a:hover {
  color: #004986;
  background: #fff;	
}
.login_menu_right ul li a:active {
  color: #004986;
  background: #fff;	
}	
.login_menu_line {
  background: url("https://imggift.com/skin/top/topskin_55/icon_dot.png") no-repeat right 3px;
}
.login_menu_support {
  background: url("https://imggift.com/skin/top/topskin_55/icon_heart.png") no-repeat left 4px;
  padding-left: 11px;
}
.login_menu_bookmark {
  background: url("https://imggift.com/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 {
  clear: both;
  top: 110px;
  width: 420px;
  height: 37px;
  margin: 0 auto;
  font-size: 17px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px; 
  border-bottom-right-radius: 5px; 
}
.search_select {
  float: left;	
  width: 70px;
  height: 40px;
  border: none;
}
.search_input {
  float: left;
  width: 365px;
  height: 34px;
  border: none;
}
.search_go {
  float: right;
}
.link_btn {
 color:#fff;
 padding:3px 5px;
 border-radius:3px; 
 font-size:11px;
}
.bts input[type='search'] {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}	
.link_btn a:hover{
 color:#fff;
 padding:3px 5px;
 border-radius:3px; 
 font-size:11px;
}	
*+html body .search_go {
  margin: 0px 0px 0 0;
  float: right;
}
.hotkeyword {
  display: table;
  text-align: center;
  margin: 0 auto;
  height: 30px;
  font-size:11px;
}
.hotkeyword dl dt {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.hotkeyword dl dd {
  float: left;
  color: #b5b5b5;
  margin-top: 10px;
}
.hotkeyword dl dd a {
  padding: 5px;	
  font-size:11px;		
}
.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 18px 15px 12px;		
  font-family: 'Nanum Gothic' !important;	
  font-size: 13px;
  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://imggift.com/skin/top/topskin_55/icon_dotb.png') no-repeat right 3px;	
}
.allcate div li a:hover {
  background:#fff; 	
  background: url('https://imggift.com/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;
}