@charset "utf-8";
/* CSS Document */

/** header **/
#header {
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
}
.login_menu_wrap {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 1
}
.login_menu_bg {
  background:#f4f4f4;
  border-bottom: solid 1px #d8d8d8;	
 /*border-top: solid 1px #eeeeee;*/	
}	
.login_menu {
  width: 1100px;
  height: 25px;
  overflow: hidden;
  margin: 0 auto;
}
.login_menu_left {
  width: 400px;
  height: auto;
  float: left;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 4px;
}
.login_menu_left ul li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
.login_menu_left img {
 margin-left: 0px;
}
.login_menu_right {
  width: auto;
  height: auto;
  float: right;
  margin: 2px 5px;
}
.login_menu_right ul li {
  float: left;
  margin-left: 5px;
  padding-right: 15px;
  font-size: 11px;			
}
.login_menu_right ul li:last-child {
  padding-right: 5px;
}
.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: none;
}
.login_menu_right ul li a:active {
  color: #004986;
  background: none;
}	
.login_menu_line {
  background: url("https://imggift.com/skin/top/topskin_58/icon_dot.png") no-repeat right 3px;
}

.login_menu_support {
  background: url("https://imggift.com/skin/top/topskin_58/icon_heart.png") no-repeat left 4px;
  padding-left: 11px;
}
.login_menu_bookmark {
  background: url("https://imggift.com/skin/top/topskin_58/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;
}
#info_menu{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
.logo_wrap {
  width: 1100px;
  height: auto;
  margin: 10px auto;
  clear: both;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.top_tel {
  width: 330px;
  height: 70px;
  z-index: 9;
  margin-top:10px;
  left: 0;
  float: left;	
}
#top_logo {
  width: 440px;
  height: 70px;
  float: left;	
  margin:0 auto;	
  text-align: center;	
}
#top_search {
  height: 80px;
  padding: 0;
  float: right;	
  width:280px;	
  overflow: hidden;	
}
#top_search {
  width: 250px;
  height: 22px;
  padding: 5px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom:3px solid #ff5f5f;	
  border-top:3px solid #ff5f5f;
  border-left:3px solid #ff5f5f;
  border-right:3px solid #ff5f5f;
  border-top-left-radius: 20px; 
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; 
  border-bottom-right-radius: 20px; 
}
#top_search ul {
	clear: both;
	width: 250px;
	height: 22px;
	margin:0 auto;
}
.search_input {
  float: left;
  width: 210px;
  height: 22px;
  padding: 3px 7px;
  font-size: 14px;

  border: none;
}
.search_go {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 0;
    margin-bottom: 0;
    float: right;
}
*+html body .search_go {
  margin: -9px 10px 0 0;
  float: right;
}
.hotkeyword {
  width: 430px;
  display: table;
  text-align: center;
  height: 12px;
  font-size:12px;
  float: left;	
}
.hotkeyword dl dd {
  color: #b5b5b5;
  padding-top: 5px;
}
.hotkeyword dl dd a {
  text-align: center;
  padding: 1px;	
}
.hotkeyword_font {
  color: #222222;	
}
	
/* top menu */
.gnbmain_wrap {
  width: 100%;
  height: 35px;
  position: relative;
  /* border-top: solid 1px #ddd;*/	
  /* border-bottom: solid 2px #014395;*/	
}
.gnb {
  width: 1100px;
  height: 35px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
.gnb ul li a {
  padding:0;		
  font-family: 'Nanum Gothic' !important;	
  font-size: 15px;
  float: left;
  color:#fff;
}
.gnb ul li a:hover {
  color: #fff;
}
.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:34px;
  height: auto;
  background-color: #fff;
  border: 1px solid;
  border-color: #333;/*마우스아웃컬러#222*/
  border-top: none;
  margin: 0 auto;
}	
 .allcate>div {
  width: 100%;
}
 .allcate>div>div {
  width: 272px;
  font-size: 13px;
  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:100px;	
  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_58/icon_dotb.png') no-repeat right 2px;	
}
 .allcate div li a:hover {
  color: #ff5f5f;/*마우스오버컬러#f33e31*/
  background:#fff; 	
  background: url('https://imggift.com/skin/top/topskin_58/icon_dotb.png') no-repeat right 2px;	
}
 .allcate div li:last-child {
  background: none;
  font-weight: normal;
}
 .allcate #allclose {	
cursor:pointer;
right:5px; 
bottom:5px; 
position:absolute;
}
.gnb_menu >ul>li{
	display:inlin-block;border:0;}
.gnb_menu img {margin-left:-4px; padding:0px;} 	
a.roll img.over {display:none;}
a.roll:hover {border:0;}
a.roll:hover img {display:none;}
a.roll:hover img.over {display:inline-block;}

.topcaput {
 height: 40px;
 background:#eeeeee;
 margin:0 auto;	
 border-bottom: solid 1px #cccccc;	
}
 .input_tgca {
 color: #646464;
 width: 135px;
 margin:10px 5px;  padding: 1px;
 font-size: 12px; font-family:'돋움';
}