@charset "utf-8";
/* CSS Document */

/* nanum-gothic */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.eot);
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.woff2) format('woff2'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.woff) format('woff'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.eot);
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.woff2) format('woff2'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.woff) format('woff'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.ttf) format('truetype');
}	
* {
  font-family: 'Nanum Gothic', "Dotum", arial, Verdana, sans-serif;
}
body {
  margin: 0 auto;
  padding: 0;
  border: none;
  width:100%;	
}
img {
  border: 0;
  vertical-align: top;
}
ul, ol { 
list-style: none;  
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
}
/** header **/
#header {
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
}
.login_menu_wrap {
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 1;
}
.login_menu {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  background: #f3f1f2;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 	
}
.login_menu_left {
  width: 400px;
  height: auto;
  float: left;
  margin: 2px 10px;
}
.login_menu_left ul li {
  float: left;
  margin-right: 10px;
  font-size: 11px;			
}
.login_menu_left ul li a:hover {
  color: #004986;
  background-color:none;
}
.login_menu_left ul li a:active {
  color: #004986;
  background-color:none;
}	
.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://cloudfront.imggift.com/new/skin/top/topskin_45/icon_dot.png") no-repeat right 3px;
}
.login_menu_support {
  background: url("https://cloudfront.imggift.com/new/skin/top/topskin_45/icon_heart.png") no-repeat left 4px;
  padding-left: 11px;
}
.login_menu_bookmark {
  background: url("https://cloudfront.imggift.com/new/skin/top/topskin_45/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: auto;
  margin: 15px auto;
  clear: both;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.top_tel {
  width: 330px;
  height: 70px;
  z-index: 9;
  top: 5px;
  left: 0;
  float: left;	
}
#top_logo {
  width: 440px;
  height: 70px;
  float: left;	
  margin:0 auto;	
  text-align: center;	
}
#top_search {
  height: 60px;
  margin: 0;
  padding: 0;
  float: right;	
  width:330px;	
  overflow: hidden;		
}
#top_search ul {
  clear: both;
  height: 30px;
  border: 1px solid #999;
  width:230px;	
  position: absolute;
  right: 0px;
  top:24px;
}
.search_select {
  float: left;
  width: 75px;
  height: 35px;
  margin-left: 5px;
  border: none;
  font-size: 11px;
}
.search_input {
  float: left;
  width: 165px;
  height: 30px;
  padding: 5px;
  border: none;
}
.search_go {
  margin: 5px 10px 0 0;
  float: right;
}
*+html body .search_go {
  margin: -9px 10px 0 0;
  float: right;
}
.hotkeyword {
  display: table;
  text-align: center;
  height: 25px;
  font-size:11px; 
  position: absolute;
  top:0px;
  right: 0px;
}

.hotkeyword dl dt img {
  margin-top: 0px;
}
.hotkeyword dl dd {
  float: left;
  color: #b5b5b5;
  margin-top: 3px;
  padding: 0px 0px 5px 5px;
}
.hotkeyword a {
  padding: 2px;	
}
.hotkeyword a.a_end {
  padding: 2px 2px 2px 0px;
}
	
*+html body .search_go {
  margin: -9px 10px 0 0;
  float: right;
}

.hotkeyword dl dt {
  float: left;
  margin-top: 3px;
}
.hotkeyword dl dd {
  float: left;
  color: #b5b5b5;
  margin-top: 3px;	
}
.hotkeyword dl dd a {
  padding: 5px;	
}
	
/* top menu */
.gnbmain_wrap {
  width: 100%;
  height: 45px;
}
.gnb {
  width: 1100px;
  height: 45px;
  margin: 0 auto;
  font-weight:normal;
  position: relative;
  z-index: 9999;
}

.gnb ul{
  display: flex;
  justify-content: center;
}

.gnb ul li {
  float: left;
  font-size: 14px;
  padding: 13px 0 14px;
  font-family:'Nanum Gothic';	
}
.gnb ul li a {
  color: #fff;
  height: 45px;		
  padding: 13px 15px 15px 16px;
  font-family:'Nanum Gothic';	
}	
/*.gnb ul li a:hover {
  background: <?=$menu_overcolor?>;	
  color: #fff;
}
.gnb ul li a:active {
  background: <?=$menu_overcolor?>;	
  color: #fff;
}	*/
	
.gnb ul li a:hover {
background: #fff;	
font-weight: bold;
}
.gnb ul li a:active {
  background: #fff;	
	font-weight: bold;
}	
	
.gnb_subwrap {
  width: 1100px;
  height: 0;
  position: absolute;
  z-index: 99999999;
  top: 42px;
  left: 0;
  overflow: hidden;
  opacity: 0;
}

/* sub category  */
.biglist_down {
  z-index:300;
  position: absolute;
  top: 0;
  left:0;	
  height: auto;
  background-color: #fff;
  overflow: hidden;
  width: 1098px;
  border:0;
  margin:0 auto;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid ;
	
}
.biglist_down .tbam {
 /* margin:20px;*/
  width: 100%;
  border-spacing: 0;	
  text-align: left;	
}
.biglist_down .tbam th {
  margin:0;
  /*width:140px;	*/
  padding:10px;
  border-bottom:solid 1px #fff;
  border-left:solid 1px #e0dedf;
  background: #F0EDEE;	
  font-size:13px;
  color: #000;
}
/*subê°œìˆ˜ë³? ?„ˆë¹?*/
	.biglist_down .tbam .cnt1 {
		width: 100%;
	}	
	.biglist_down .tbam .cnt2 {
		width: 50%;
	}	
	.biglist_down .tbam .cnt3 {
		width: 33.33%;
	}
	.biglist_down .tbam .cnt4 {
		width: 25%;
	}
	.biglist_down .tbam .cnt5 {
		width: 20%;
	}
	.biglist_down .tbam .cnt5_2 {
		width: 40%;
	}
	.biglist_down .tbam .cnt5_3 {
		width: 60%;
	}
	.biglist_down .tbam .cnt6 {
		width: 16.66%;
	}
	.biglist_down .tbam .cnt6_2 {
		width: 33.32%;
	}
	.biglist_down .tbam .cnt7 {
		width: 14.28%;
	}
	.biglist_down .tbam .cnt7_2 {
		width: 28.56%;
	}
	.biglist_down .tbam .cnt7_3 {
		width: 42.84%;
	}
	
.biglist_down .tbam td {
  padding:10px;		
  border-bottom:solid 1px #F0EDEE;	
  border-left:solid 1px #F0EDEE;	
  line-height: 165%;
  vertical-align: top;
}

.biglist_down .tbam .td_l_line {
	border-left:solid 1px #fff;	
}
.biglist_down .tbam td a {
 font-size: 11.5px;
 font-weight: normal;	
 /*margin-right:10px;	*/
 padding:2px;	
 color:#666;
}
/*
.biglist_down .tbam td a:hover, td:active {
 background:#fff;
}
*/
.biglist_down .tbam .bno {
  border-bottom:none;
}