@charset "utf-8";
@import url(reset.css);
*, *:after, *:before{
	box-sizing:border-box;
}
img{
	max-width:100%;
}
body{
	min-width:1260px;
	font: 12px/1.5 "Nanum Gothic",Malgun Gothic,"맑은고딕",gulim,"굴림",sans-serif;
	color: #777;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], textarea{
	border: 1px solid #dedede;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"]{
	padding: 0 3px;
	height: 34px;
}
.banner-wrap{
	background-color: #f1efec;
	/* border-bottom: 3px solid #000; */
}
.banner-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/common/line_header_banner.png) center left repeat;
}
.inner-banner{
		width: 1260px;
		margin: 0 auto;
		position: relative;
}
.inner-banner .btn-close{
	position: absolute;
	top: 48px;
	right: 17px;
	background-color: transparent;
	border: none;
}
#header-wrap{
	position: relative;
}
#header-wrap:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: #89b03f;
}
#header-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	width: 100%;
	background-color: #fcfcfc;
	border-bottom: 1px solid #ededed;
}
#header{
	width: 1260px;
	height: 237px;
	margin: 0 auto;
	position: relative;
}
#header h1{
	padding-top: 50px;
	text-align: center;
}
.util-1, .util-2, .util-3{
	position: absolute;
	top: 0;
}
.util-1 li, .util-2 li, .util-3 li{
	float: left;
	height: 33px;
	line-height: 33px;
}
.util-1{
	left: 22px;
}
.util-1 a{
	display: block;
	height: 100%;
	padding: 0 18px;
	border-right: 1px solid #ededed;
}
.util-1 li:first-child a{
	background-color: #fff;
	border-left: 1px solid #ededed;
}
.util-2{
	left: auto;
	right: 126px;
}
.util-2 li{
	padding-left: 14px;
	margin-left: 13px;
	background: url(../images/common/header-bar-util.gif) 0 50% no-repeat;
}
.util-2 li:first-child{
	background: none;
	padding: 0;
	margin-left: 0;
}
.util-3{
	left: auto;
	right: 28px;
}
.util-3 li:first-child{
	margin-right: 4px;
}

.header-catagory a{
	position: absolute;
	left: 38px;
	top: 93px;
	width: 112px;
	height: 20px;
	background: url(../images/common/header_btn_cat.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.header-catagory a.on{
	background-image: url(../images/common/header_btn_cat_close.gif);
}
#header-all-catagory{
	position: absolute;
	left: 0;
	top: 237px;
	width: 1260px;
	padding: 15px;
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
#header-all-catagory li a, #header-all-catagory h2 a{
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
}
#header-all-catagory > div{
	width:25%;
	float: left;
	padding:10px;
}
#header-all-catagory > div:first-child + div + div + div + div{
	clear: both;
	width: 25%;
}
#header-all-catagory > div:first-child + div + div + div + div div{
	overflow: hidden;
}
#header-all-catagory > div:first-child + div + div + div + div div ul{
	float: left;
	width: 25%;
}
#header-all-catagory h2 a{
	color: #1b1b1b;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	font-weight: 600;
}
#header-all-catagory > div:hover h2 a{
	border-bottom: 1px solid #c00;
}
#header-search-f{
	position: absolute;
	left: 927px;
	top: 80px;
}
#sch-keyword{
	width: 188px;
	margin-right: 10px;
}

#gnb{
	position: absolute;
	left: 100px;
	bottom: 0;
	z-index: 1;
}
#gnb > ul > li {
	float: left;
	position: relative;
	padding:7px 0;
}

#gnb > ul > li:after {
	content: '';
    position: absolute;
    width: 1px;
    height: 23px;
    background: #fff;
    top: 15px;
    right: -30px; }

#gnb > ul > li:last-child:after {display:none}

#gnb > ul > li > a{
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 20px;
}
#gnb > ul > li > a:hover, #gnb > ul > li > a:focus, #gnb > ul > li > a.on{
	color: #006600;
	font-weight:700;
}
#gnb > ul > li > a.on + ul, #gnb > ul > li > a.on + div{
	display: block;
}
#gnb ul > li:first-child{
	margin-left: -10px;
}
#gnb > ul > li:first-child + li {
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li > ul, #gnb > ul > li > div{
	display: none;
	position: absolute;
	left: 50%;
	top: 54px;
	width: 160px;
	background-color: #fff;
	margin-left: -80px;
	border: 1px solid #ccc;
	border-top: none;
}
#gnb > ul > li.m5 > div > ul:first-child{
	border-left: none;
}
#gnb > ul > li.m5 > div > ul{
	border-left: 1px solid #ddd;
}
#gnb > ul > li.m5 > div > ul > li{
	border-top: 1px solid #ddd;
}
#gnb > ul > li > ul > li{border-top: 1px solid #ddd;}
#gnb > ul > li > ul > li:first-child{border: none;}
#gnb > ul > li > ul a, #gnb > ul > li > div a{ 
	display: block;
	height: 33px;
	line-height: 33px;
	padding:0 15px;
}
#header-all-catagory a:hover, #header-all-catagory a:focus, #gnb > ul > li > ul a:hover, #gnb > ul > li > div a:hover,#gnb > ul > li > ul a:focus, #gnb > ul > li > div a:focus{
	font-weight: 600;
	color: #1b1b1b;
}
#gnb > ul > li > div {
	width:600px;
	margin-left:-300px;
}

#gnb > ul > li > div ul{
	float: left;
	width: 25%;
}
#gnb > ul > li > div ul{
	min-height:344px;
}
#container{
	width: 1260px;
	margin: 0 auto;
	padding: 0 18px 30px;
}
#footer-wrap{
	border-top: 2px solid #000;
}
.footer-top{
	width: 1260px;
	margin: 0 auto;
	position: relative;
	height: 245px;
}
.footer-top div{
	position: relative;
	width: 33.33%;
	height: 245px;
	float: left;
	padding: 38px 0 0 36px;
}
.footer-top div ~ div:after{
		content: "";
		position: absolute;
		left: 0;
		top: 35px;
		height:175px;
		border-left: 1px solid #dbdbdb;
}
.footer-top div h3{
	color: #464646;
	font-weight: 900;
	font-size: 17px;
	margin-bottom: 15px;
	font-family: "Nanum Gothic";
}
.footer-top .banking-info{
	font-size:15px;
	color: #333;
}
.footer-top .banking-info img{
	margin-right: 10px;
}
.footer-top .banking-info h3 + p{
	margin-bottom: 14px;
}
.footer-top .community-wrap .comm_ul{
	float: left;
    width: 100%;
    padding: 18px 0 0 65px;
}
.footer-top .community-wrap .comm_ul li{
	float: left;
	margin-left: 25px;
}
.footer-top .community-wrap .comm_ul li:first-child{
	margin-left: 0;
}

.footer-top .question {
	position: absolute;
	right: 80px;
	top: 165px;
}
.footer-top .question li{
	float: left;
}
.footer-top .question a{
	display: inline-block;
	width: 140px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: url(../images/common/footer_ico_arrow_1.gif) 113px 15px no-repeat;
}
.footer-bottom{
	position: relative;
}
.footer-bottom:after{
	content: "";
	height: 41px;
	width: 100%;;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.footer-bottom-inner{
	width: 1260px;
	margin: 0 auto;
	position: relative;
}
.footer-bottom-inner .bottom-menu{overflow: hidden;position: relative;z-index: 1;}
.footer-bottom-inner .bottom-menu li{
	float: left;
	height: 41px;
	line-height: 41px;
	padding-left: 39px;
	margin-left: 40px;
	background: url(../images/common/footer_bar_menu.gif) 0 50% no-repeat;
}

.footer-bottom-inner .bottom-menu li:first-child{
	background: none;
	margin-left: 0;
}
.footer-bottom-inner .bottom-menu li a{
	color: #6f6f6f;
}
.footer-logo {
	float:left;
	margin-right:50px;
}
.footer-bottom-inner address, .footer-bottom-inner .copyright{
	color: #333;
	line-height: 24px;
	font-size:13px;
}
.footer-bottom-inner .address{
	float:left;
}
.footer-bottom-inner address span{
	margin-left: 50px;
}
.footer-bottom-inner .copyright span{
	color: #669900;
}


/*서브페이지*/
#container .pos {
  text-align: right;
		padding-top: 25px;
}
.pos a {
  font-size: 13px;
  color: #666;
}


/* 퀵메뉴 */
.quickmenu{width: 76px;height: 502px;position: fixed;right: 0;top: 183px;z-index: 100;}
.quickmenu>ul{height: 402px;overflow:hidden;}
.quickmenu>ul>li>a{display: block;height: 100%;text-indent: -9999px;}
.quickmenu>ul>.m0{height:27px;background: url(../images/common/quickmenu-1.png) 0 0 no-repeat;}
.quickmenu>ul>.m1{height:57px;background: url(../images/common/quickmenu-2.png) 0 0 no-repeat;}
.quickmenu>ul>.m2{height:57px;background: url(../images/common/quickmenu-3.png) 0 0 no-repeat;}
.quickmenu>ul>.m3{height:57px;background: url(../images/common/quickmenu-4.png) 0 0 no-repeat;}
.quickmenu>ul>.m4{height:57px;background: url(../images/common/quickmenu-5.png) 0 0 no-repeat;}
.quickmenu>ul>.m5{height:57px;background: url(../images/common/quickmenu-6.png) 0 0 no-repeat;}
.quickmenu>ul>.m6{height:57px;background: url(../images/common/quickmenu-7.png) 0 0 no-repeat;}
.quickmenu>ul>.m7{height:33px;background: url(../images/common/quickmenu-8.png) 0 0 no-repeat;}
.cart-count{display: inline-block;width: 20px;height: 15px;position: absolute;right: 15px;top: 93px;color: #000;font-weight: bold;text-align: center;}
.recent{height: 104px;position: relative;}
/*.recent>p{height: 30px;text-indent: -9999px;background: url(../images/common/quickmenu.png) 0 -310px no-repeat;}*/
.recent>.recent-product{height: 55px;}
.recent>.prev, .recent>.next{width: 15px;height: 15px;position: absolute;left: 21px;bottom: 2px;border: none;background: none;text-indent: -9999px;background: url(../images/common/quickmenu_old.png) -21px -396px no-repeat;}
.recent>.next{left: auto;right: 20px;background-position-x: -40px;-ms-background-position-x: -40px;}

.footer_info_txt {font-size: 18px; color: #333;}
.footer_info_txt2 {font-size: 13px; color: #666; margin-top: 15px;}
.footer_info_txt3 {text-align: right; font-size: 18px; padding: 15px 55px 0 0;}
.comm_ul_bt {float:left;width:100%; padding: 20px 0 0 55px;}
.comm_ul_bt li {float:left; width:135px; height:35px; line-height:35px; border:1px solid #ccc; margin-left:-1px; text-align:center;}
.comm_ul_bt li span {margin-left:20px; font-weight:bold;}
.footer-bt-box {float:left; width:100%; margin:55px 0;}
.bank_txt {font-size:18px; margin-left:35px;}