/* common */



a {
	text-decoration:none;
	color:#333;
}

img {
	vertical-align: top;
}

.inner {
	width:1200px;
	margin:auto;
	position:relative;
}
.inner:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.clearFix {	clear:both;}
.clearFix:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}
ul:after,ol:after,dl:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

/* header */
.upperHeader {
	background-color: #f5f5f5;
	padding: 11px 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.upperGnb {
	font-size: 0;
	text-align: right;
}
.upperGnb > * {
	display: inline-block;
	vertical-align: top;
}
.upperGnb a {
	display: block;
	line-height: 23px;
	font-weight: 400;
	font-size: 12px;
	color: #333;
}
.upperGnb li:first-child a {
	line-height: 21px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	background-color: #3c7aeb;
	padding: 0 13px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #2e5cb1;
}
.upperGnb li:first-child {
	margin-right: 16px;
}
.upperGnb li {
	margin-right: 19px;
	position: relative;
}
.upperGnb li:last-child {
	margin-right: 0;
}
.upperGnb li:nth-child(2) a {
	padding-left: 19px;
	background: url("../images/layout/cart_ico.jpg") no-repeat left center;
}
.upperGnb li:nth-child(2):after, 
.upperGnb li:nth-child(3):after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 9px;
	top: 7px;
	right: -10px;
	background-color: #d7d7d7;
}
.middleHeader {
	text-align: center;
	height: 107px;
	border-bottom: 1px solid #ebebeb;
}
.middleHeader .searchFormWrap {
	display: inline-block;
}
.middleHeader .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.middleHeader .headerSliderWrap {
	position: absolute;
	width: 185px;
	height: 107px;
	top: 0;
	right: 0;
}
.middleHeader .headerSliderWrap span {
	position: absolute;	
	top: 25px;	
}
.middleHeader .headerSliderWrap span a {
	display: block;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}
.middleHeader .headerSliderWrap span#slider-prev {
	right: 18px;
}
.middleHeader .headerSliderWrap span#slider-prev a {
	background-image: url("../images/layout/t_prev.jpg");	
}
.middleHeader .headerSliderWrap span#slider-next {
	right: 2px;
}
.middleHeader .headerSliderWrap span#slider-next a {
	background-image: url("../images/layout/t_next.jpg");	
}
.searchFormWrap {
	width: 464px;
	height: 58px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #418ef7;
	margin-top: 25px;
}
.searchFormWrap .innerSearch {
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchFormWrap input {
	width: 100%;
	height: 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.searchFormWrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight: 400;
	font-size: 15px;	
	color: #666;
}
.searchFormWrap input::-moz-placeholder { /* Firefox 19+ */
	font-weight: 400;
	font-size: 15px;	
	color: #666;
}
.searchFormWrap input:-ms-input-placeholder { /* IE 10+ */
	font-weight: 400;
	font-size: 15px;	
	color: #666;
}
.searchFormWrap input:-moz-placeholder { /* Firefox 18- */
	font-weight: 400;
	font-size: 15px;	
	color: #666;
}
.searchFormWrap button {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	background: url("../images/layout/s_view.png") no-repeat center center;
	text-indent: -99999px;
}
.lowerHeader {
	width: 100%;
	height: 51px;
	border-bottom: 2px solid #292a2e;
}
.innerGnb {
	font-size: 0;
	text-align: left;
}
.innerGnb > * {
	display: inline-block;
	vertical-align: top;
}
.innerGnb button {
	width: 207px;
	height: 51px;
	background-color: #292a2e;
	text-align: center;
}
.innerGnb button span {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	padding-left: 28px;
	background: url("../images/layout/all_ico.jpg") no-repeat left center;
}
.innerGnb .gnb {
	font-size: 0;
	text-align: left;
	margin-left: 121px;
    margin-top: 14px;
}
.innerGnb .gnb li {
	display: inline-block;
	vertical-align: top;
	margin-left: 66px;
}
.innerGnb .gnb li:first-child {
	margin-left: 0;
}
.innerGnb .gnb li a {
	font-weight: 700;
	font-size: 16px;
	color: #000;
}
.allCategory {
	position: absolute;
	width: 207px;
	top: 53px;
	left: 0;
	z-index: 60;
	background-color: #515e64;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.allCategory.main {
	height: 0;
}
.allCategory.sub {
	height: 0;
}
.allCategory ul {
	padding-top: 29px;
    padding-left: 35px;
}
.allCategory li {
	display: block;
	margin-top: 17px;
}
.allCategory li:first-child {
	margin-top: 0;
}
.allCategory li a {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	padding-bottom: 3px;
}
.allCategory li a:hover,
.allCategory li a.on {
	color: #95c4fd;
	border-bottom:1px solid #95c4fd;
}
.allCategory li a:hover:after,
.allCategory li a.on:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	/*background: url("../images/layout/c_line.jpg") repeat-x left top;*/
}

/* quick */
.quickWrap {
	width: 104px;
	height: 100vh;
	position: absolute;
	top: 206px;
	right: 0;
	background-color: #f8f8f8;
	z-index: 60;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #dedede;
}
.quickWrap.fixed {
	height: 100%;
	position: fixed;
	top: 0;
}
.quickWrap .qLogo {
	border-bottom: 1px solid #dedede;
}
.qucikMenu li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 11px;
	padding-bottom: 10px;
	padding-right: 4px;
	border-bottom: 1px solid #dedede;
}
.qucikMenu li a {
	display: block;
	line-height: 18px;
}
.qucikMenu li a.text {
	float: left;
	font-weight: 400;
	font-size: 12px;
	color: #535353;
}
.qucikMenu li a.quickCount {
	float: right;
	background-color: #999;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 0 10px 0;
	border-radius: 9px;
}
.todaySliderWrap {
	position: relative;
	padding-bottom: 50px;
	background-color: #fff;
}
.todaySliderWrap strong {
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	padding-top: 14px;
}
.todaySliderWrap .no_list {
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	line-height: 1.55;
	padding-top: 38px;
}
.todaySliderWrap .innerWrap {
	margin-top: 38px;
}
.todaySliderWrap ul li {
	text-align: center;
	border: 1px solid #ddd;
}
.todaySliderWrap ul li a {
	display: block;
}
.todaySliderWrap ul li img {
	display: inline-block;
	width: 70px;
}
.todaySliderWrap .bx-wrapper {
	width: 70px;
	margin: 0 auto;
}

.todaySliderWrap > span {
	position: absolute;	
	bottom: 21px;
}
.todaySliderWrap > span a {
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}
.todaySliderWrap > span#today-prev {
	left: 13px;
}
.todaySliderWrap > span#today-prev a {
	background-image: url("../images/layout/t_prev.jpg");	
}
.todaySliderWrap > span#today-next {
	right: 13px;
}
.todaySliderWrap > span#today-next a {
	background-image: url("../images/layout/t_next.jpg");	
}
.quickWrap .topBtnWrap {
	margin-top: 40px;
	text-align: center;
}
.quickWrap .topBtnWrap a {
	display: inline-block;
}
.quick_btns a {
	position: absolute;
	display: block;
	left: -27px;
}
.quick_btns a.quick_open {
	top: 75px;
}
.quick_btns a.quick_close {
	top: 121px;
}

/* footer */
.footerGnbDiv {
	background-color: #f8f8f8;
	border-top: 1px solid #e6e7e9;
	border-bottom: 1px solid #e6e7e9;
}
.footerGnbDiv ul {
	font-size: 0;
	text-align: left;
	padding-top: 16px;
	padding-bottom: 17px;
}
.footerGnbDiv ul li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-left: 31px;
}
.footerGnbDiv ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background-color: #d5d5d5;
	top: 0;
	right: -15px;
}
.footerGnbDiv ul li:last-child:after {
	display: none;
}
.footerGnbDiv ul li:first-child {
	margin-left: 0;
}
.footerGnbDiv ul li a {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #696969;
}
.footerInfoWrap {
	font-size: 0;
	text-align: left;
}
.footerInfoWrap .infoDiv {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 41px;
	height: 204px;
}
.footerInfoWrap .infoDiv01 {
	width: 380px;
}
.footerInfoWrap .infoDiv02 {
	width: 467px;
}
.footerInfoWrap .infoDiv03 {
	width: 353px;
	padding-left: 94px;
}
.footerInfoWrap .infoDiv strong {
	display: block;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	color: #474747;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.footerInfoWrap .infoDiv01 strong {
	background: url("../images/layout/f_1.jpg") no-repeat left center;
}
.footerInfoWrap .infoDiv02 strong {
	background: url("../images/layout/f_2.jpg") no-repeat left center;
}
.footerInfoWrap .infoDiv03 strong {
	background: url("../images/layout/f_3.jpg") no-repeat left center;
}
.infoDiv01:after, .infoDiv02:after {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	height: 128px;
	background-color: #efefef;
	top: 38px;
	right: 0;
}
.infoDiv01 li ,.infoDiv02 li {
	display: block;
	margin-top: 7px;
	font-size: 0;
	text-align: left;
}
.infoDiv01 li > *, .infoDiv02 li > * {
	display: inline-block;
	vertical-align: middle;
}
.infoDiv01 li > span, .infoDiv02 li > span {
	font-size: 12px;
	font-weight: 400;
	color: #6e6d6d;
}
.infoDiv01 li > span.red, .infoDiv02 li > span.red {
	color: #ce0d01;
	font-weight: 700;
	padding-left: 4px;
}
.infoDiv02 li > a {
	margin-left: 10px;
}
.infoDiv02 {
	padding-left: 104px;
}
.infoDiv02 {
	padding-left: 50px;
}
.infoDiv03 li > span {
	font-size: 12px;
	font-weight: 400;
	color: #6e6d6d;
	padding-left: 76px;
}
.infoDiv03 li {
	margin-top: 9px;
	line-height: 22px;
}
.infoDiv03 li > span.red {
	color: #ce0d01;
	font-weight: 700;
	padding-left: 4px;
}
.infoDiv li:first-child {
	margin-top: 0;
}
.infoDiv ul {
	margin-top: 23px;
}
.infoDiv03 li:nth-child(1) > span.text {
	background: url("../images/layout/kb.jpg") no-repeat left center;
}
.infoDiv03 li:nth-child(2) > span.text {
	background: url("../images/layout/woori.jpg") no-repeat left center;
}
.footerImg {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.innerCopy {
	font-size: 0;
	text-align: left;
}
.innerCopy > * {
	display: inline-block;
	vertical-align: middle;
}
.innerCopy strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #181818;
}
.innerCopy > div.copyDiv {
	font-size: 0;
	text-align: left;
}
.innerCopy > div.copyDiv > div {
	margin-top: 7px;
}
.innerCopy > div.copyDiv > div > * {
	display: inline-block;
	vertical-align: middle;
}

.innerCopy > div.copyDiv > div > p {
	font-size: 12px;
	font-weight: 400;
	color: #6e6d6d;	
}
.innerCopy > div.copyDiv > div > a {
	margin-left: 4px;
}
.innerCopy .copy {
	font-size: 12px;
	font-weight: 400;
	color: #6e6d6d;	
	margin-top: 18px;
}

/* sub */
.subContents {
	font-size: 0;
	text-align: left;
}
.leftMenu {
	display: inline-block;
	vertical-align: top;
	width: 170px;
}
.sub.contents {
	width: 100%;
	padding-bottom: 50px;
	margin: 0 auto;
}

/* 레프트 메뉴 */
.leftMenu {
	margin-top: 50px;
	padding-bottom: 50px;
}
.leftMenu strong {
	display: block;
	text-align: center;
	line-height: 82px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #ccc;*/
	background-color: #2e80f1;
	font-weight: 700;
	font-size: 25px;
	color: #fff;
}
.leftMenu > ul {
	margin-top: 7px;
}
.leftMenu .oneDepthList > a {
	display: block;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	color: #555;
	padding: 18px 0 17px;
	border-bottom: 1px solid #e1e1e1;
}
.leftMenu .towDepth li {
	margin-top: 17px;
	padding: 10px 0 10px;
}
.leftMenu .towDepth li:first-child {
	margin-top: 0;
}
.leftMenu .towDepth li.on {
	background-color: #61abff;
}
.leftMenu .towDepth li.on a {
	color: #fff;
	font-weight: 700;
	padding-left: 6px;
}
.leftMenu .towDepth {
	margin-top: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: none;
}
.leftMenu .on .towDepth {
	display: block;
}
.leftMenu .towDepth li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 15px;
	color: #555;
}