/* BASIC css start */
#page_title .top_title {
	background-color: transparent;
}
#page_title button {
	top: 11px !important;
}

#page_title .top_title {
    clear: both;
    height: 25px;
    background: #FFF;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px 0 0;
}
/* 카테고리 */

aside .asideTop {text-align:center;}
aside .asideTop a {width:33.33%; height:62px; display:inline-block; border-bottom:2px solid #c3c3c3; color:#8f8f8f; font-weight:bold;}
aside .asideTop a .fa {margin-top:10px;}
aside .asideTop a.act {color:#ab3e41; border-bottom:2px solid #ab3e41;}
aside nav li {
    border-bottom: solid 1px #dbdcde;
    position: relative;
}

aside nav li a {
    width: 50%;
    display: inline-block;
    height: 35px;
    line-height: 39px;
    padding: 0 0 0 10px;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
}

aside nav li .fa {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #ddd;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
}
aside nav li > ul {background-color:#f7f7f7; display:none; border-top:1px solid #999;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {padding:0 40px 0 30px; margin: 0;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}
/* //카테고리 */




























#background {
	position : fixed;
	left : 0;
	top : 0;
	bottom:0;
	width : 100%;
	height : 100%;
	background : rgba(0, 0, 0, 0.2);
	display:block;
	z-index:98;
}


#popup {position:fixed; bottom:0px; width:100%;z-index:99;}
#popup .popup_wrap{width:308px; margin:6px auto;}
#popup .popup_wrap .popup_content{width:306px; text-align:center; border:solid 1px #dadada; background:#FFFFFF; min-height:150px;}
#popup .popup_wrap .popup_content img{max-width:100%; }
#popup .popup_wrap .popup_btn {height:26px;}
#popup .popup_wrap .popup_btn .btn-today-close{height:26px; width:176px; background:url('/design/5squaresal/m/btn_p_today.png') no-repeat; float:left; line-height:26px; color:#FFFFFF; text-align:center;}
#popup .popup_wrap .popup_btn .btn-close{height:26px; width:132px; background:url('/design/5squaresal/m/btn_p_close.png') no-repeat;float:left; line-height:26px; color:#FFFFFF; text-align:center;}





/* gnb 영역 */
#wrap header {
	position:relative;
}
.gnb {
	position:relative;
	display:inline-block;
	width:100%;
	height:100px;
	border-bottom:1px solid #e5e5e5;
	vertical-align:top;
}
.gnb #home-btn {
}
.gnb #home-btn:active {
}
.gnb #home-btn .active {
}
.gnb #logo {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-151px;
}
.gnb #logo img {
	height:auto;
}
.gnb #logo .top_title {
}
.gnb #logo .top_title a {
}
/* 2013.05.15 dn 모바일샵 개선 css 추가 시작 */
.gnb #logo-right {
	position:relative;
	float:right;
}
.gnb #logo-right .top_global {
	float:left;
	margin-right:0;
	border-bottom:1px solid #e5e5e5;
	;
}
.gnb #logo-right .top_global span {
	width:55px;
	height:15px;
	padding:5px 0;
	border-left: 1px solid #E5E5E5;
	color:#9e9e9e;
	font-size:11px;
	letter-spacing:-1px;
	text-align:center;
}
.gnb #logo-right .top_global span:first-child {
	float:right;
}
.gnb #logo-right .top_global span:last-child {
	float:left;
}
.gnb #search-btn {
	position:absolute;
	top:0;
	right:0;
	height:40px;
	border-bottom:1px solid #94cdc9;
}
.gnb #search-btn img {
	height:40px;
}
.gnb #search-btn:active {
}
.gnb #search-btn .active {
}
.gnb #menu-btn {
}
.gnb #menu-btn:active {
}
.gnb #menu-btn .active {
}
.clearb {
	isplay:none;
}
/* search 영역 */
.search-area {
	display:block;
	overflow:hidden;
	position:relative;
	height:40px;
	background:#FFF;
	border-bottom:1px solid #E5E5E5;
}
.search-area #search-box {
	margin:7px 51px 0 10px;
	padding:0 5px;
	background:#eee;
}
.search-area #search-box input {
	width:100%;
	height:26px;
	padding:0;
	background:#eee;
	border:none;
	color:#595959;
}
.search-area #search-box-btn {
	position:absolute;
	top:7px;
	right:10px;
	width:41px;
	height:21px;
	padding:5px 0 0;
	background:#94cdc9;
	color:#fcfcfc;
	text-align:center;
}
/* menu 영역 */
.menu-area {
	height:36px;
	background:url("/design/5squaresal/m/menubar_bg.png") left top repeat-x;
	background-size:1px 44px;
display:;
	padding:0px 10px 0px 10px;
}
.menu-area #category-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #category-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #category-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #category-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #category-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #category-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #category-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #category-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #category-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn_category_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #my-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_off_shape.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #my-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_shape.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #my-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_shape.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #my-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_off_effect.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #my-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_effect.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #my-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_effect.png") left top no-repeat;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #my-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #my-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #my-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn01_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #cart-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #cart-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #cart-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #cart-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #cart-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #cart-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #cart-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #cart-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #cart-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn02_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #wish-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #wish-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #wish-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #wish-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #wish-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #wish-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #wish-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #wish-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #wish-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn03_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #info-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #info-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #info-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	min-width:60px;
}
.menu-area #info-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #info-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #info-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	min-width:60px;
}
.menu-area #info-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #info-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #info-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn04_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #login-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #login-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_off_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #login-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #login-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_object.png") left top no-repeat;
	background-size:62px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #logout-btn {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_off_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	margin-top:4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_shape.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:20%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn-effect {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_off_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn-effect:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn-effect .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn05_on_effect.png") left top repeat-x;
	background-size:100% 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	min-width:60px;
}
.menu-area #logout-btn-object {
	float:left;
	background:transparent url("/design/5squaresal/m/btn06_off_object.png") left top no-repeat;
	background-size:53px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #logout-btn-object:active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn06_on_object.png") left top no-repeat;
	background-size:53px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
.menu-area #logout-btn-object .active {
	float:left;
	background:transparent url("/design/5squaresal/m/btn06_on_object.png") left top no-repeat;
	background-size:53px 36px;
	height:36px;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
/* 카테고리 영역 */

section#cate-area {
	display:none;
	clear:both;
	z-index:99;
}
section#cate-area .top_title {
	clear:both;
	height:25px;
	background:#FFF;
	color:#222;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #e5e5e5;
	padding:15px 0 0;
}
section#cate-area .top_title .title {
	color:#555;
}
section#cate-area .top_title .now_path {
	float:left;
	padding-left:10px;
	width:80%;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
section#cate-area .top_title .now_path .pathitem {
	float:left;
	text-align:center;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
section#cate-area .top_title .now_path .patharrow {
	float:left;
	width:20px;
	height:40px;
	background: url('/design/5squaresal/m/arrow.png') center no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .longtextdot {
	width:70px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
section#cate-area .top_title .btnimg {
	float:right;
	padding-right:15px;
	width:10%;
	height:100%;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/circle_arrow_left.png') center no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .cate_path {
	clear:both;
	margin-left:-100%;
}
section#cate-area .cate_path .now_path {
	height:36px;
	background:url("../img/search/search_bg.png") left top repeat-x;
	background-size:1px 44px;
	color:#EEEEEE;
	font-size:12px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #333333;
	line-height:44px;
	padding-left:12px;
}
section#cate-area .cate_path .now_path .path_arrow:before {
	content:url("/design/5squaresal/m/arrow01.png");
}
section#cate-area .cate_path .cate_path_item {
	margin-right:100%;
	height:74px;
	background:url('/design/5squaresal/m/list_bg01.png') repeat-x;
	line-height:74px;
	padding:0px 12px 0px 12px;
	color:#EEEEEE;
	font-size:22px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .cate_path .cate_path_item .cate_path_nm {
	margin-left:-100%;
	float:left;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .cate_list {
	clear:both;
	height:100%;
	margin-left:-100%;
}
section#cate-area .cate_list .cate_item {
    clear: both;
    /* margin-right: 100%; */
    height: 39px;
    line-height: 39px;
    padding: 0 10px 0 0;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    /* border-bottom: solid 1px #e5e5e5; */
    display: inline-block;
    width: 25%;
    text-align: right;
}
section#cate-area .cate_list .cate_item .cate_nm {
	margin-left:-100%;
	float:left;
	width:67%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
section#cate-area .cate_list .cate_item .cate_nm_arrow {
	float:left;
	width:19px;
	height:19px;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/a.png') left repeat-x;
	background-size:19px 19px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	margin-top:10px;
}
section#cate-area .cate_list .cate_item .cate_prd_btn {
	float:right;
	width:50px;
	height:22px;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/btn_category_view.png') center repeat-x;
	background-size:50px 22px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	margin-top:8px;
}




/* gnb new */
.new-menu-area {
	overflow:hidden;
	width:100%;
	margin-bottom:-9px;
	padding:10px 0 10px;
	color:#fefefe;
	line-height:13px;
	font-weight:bold;
}
.new-menu-area > div {
	height:30px;
	padding:10px 0 0;
	background:url('/design/5squaresal/m/bg_menu.gif') repeat-x;
}
.new-menu-area #category-btn {
	float:left;
	width:25%;
	text-align:center;
}
.new-menu-area #cart-btn {
	float:left;
	width:25%;
	text-align:center;
}
.new-menu-area #viewgoods-btn {
	float:left;
	width:25%;
	text-align:center;
}
.new-menu-area #more-view-btn {
	float:right;
	width:25%;
	text-align:center;
}
.new-menu-area #more-view-menu {
	position:absolute;
	z-index:3;
	width:25%;
	height:auto;
	text-align:center;
	padding:3px;
	top:80px;
	right:0;
	border:solid 1px #dddddd;
	background:#fff;
}
.new-menu-area #more-view-menu ul {
	position:relative;
	list-style:none;
	font-weight:normal;
	overflow:hidden;
}
.new-menu-area #more-view-menu ul li {
	background:#ffffff;
	padding:8px;
	color:#70afab;
}
.new-menu-area #more-view-menu ul li a {
	color:#70afab;
}
.new-menu-area #more-view-btn .bar_area {
	float:left;
}
.new-menu-area .bar_area {
	display:none;
	height:40px;
	float:right;
}
.new-menu-area .bar_area img {
	height:40px;
	width:3px;
}

/* login 폼 추가 */
section#login>form .login_center .login_b .save_login_status {
	float:left;
	margin:0 30px 0 8px;
}


/* cate-area 추가 */
section#cate-area .cate_path .cate_path_item2 {
	margin-right:100%;
	height:74px;
	background:url('/design/5squaresal/m/list_bg.png') repeat-x;
	line-height:74px;
	padding:0px 12px 0px 12px;
	color:#EEEEEE;
	font-size:22px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .cate_path .cate_path_item2 .cate_path_nm {
	margin-left:-100%;
	float:left;
	width:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .cate_list {
	clear:both;
	height:100%;
	margin-left:-100%;
}
section#cate-area .cate_list .cate_item2 {
	clear:both;
	margin-right:100%;
	height:39px;
	line-height:39px;
	padding:0px 12px 0px 12px;
	color:#222222;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #e5e5e5;
}
section#cate-area .cate_list .cate_item2 .cate_nm {
	margin-left:-100%;
	float:left;
	width:67%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
section#cate-area .cate_list .cate_item2 .cate_nm_arrow {
	float:left;
	width:19px;
	height:19px;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/a.png') left repeat-x;
	background-size:19px 19px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	margin-top:10px;
}
section#cate-area .cate_list .cate_item2 .cate_prd_btn {
	float:right;
	width:50px;
	height:22px;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/btn_category_view.png') center repeat-x;
	background-size:50px 22px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	margin-top:8px;
}
section#cate-area .top_path {
	height:39px;
	line-height:39px;
	font-size:12px;
	color:#929ca8;
	display:none;
	border-bottom:solid 1px #dbdcde;
}
section#cate-area .top_path .now_path {
	float:left;
	width:100%;
	font-size:12px;
}
section#cate-area .top_path .now_path .activeitem {
	color:#43454d;
}
section#cate-area .top_path .now_path .pathitem {
	float:left;
}
section#cate-area .top_path .now_path .allpath {
	padding-left:12px;
}
section#cate-area .top_path .now_path .patharrow {
	margin:13px 5px 0px 5px;
	float:left;
	width:7px;
	height:11px;
	background: url('../img/new/next.png') center left no-repeat;
	background-size:7px 11px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
section#cate-area .top_path .btnimg {
	float:right;
	padding-right:15px;
	width:10%;
	height:100%;
	line-height:100%;
	background: transparent url('/design/5squaresal/m/circle_arrow_left.png') center no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
/* BASIC css end */

