/* 가로사이즈 최대값을 주어 무제한으로 늘어지지 않게 한다. */
.shop_info, .top_menu ul.top_menu_ul, .top_menu ul.top_login_ul, #main_banner, .photo_area {
	max-width: 100%;
	margin: 0 auto;
}

#page1 {
	position: relative;
	top: 60px; /*.top_menu의 height*/
}

.main {
	/*top: 60px;*/ /*.top_menu의 height*/
	padding: 50px 0;
	background-color: #f7f7f7; /* .tile_content .tile_element와 같은 색상이어야 함 */
}
	
.top_shop_images {
	position: relative;
	left: 0;
	right: 0;
	/*top: 60px;*/ /*.top_menu의 height*/
	margin: auto;
		
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	/* background-image: url(${shopInfo.cover_img}); */
	/*이미지가 하나면 여기 주석을 푼다. 여러개를 슬라이드로 보여주기 위해 slider 스크립트 사용한다.
	background-image:
		url(http://www.beautymate4u.com:11222/smartcoupon/main/default_cover.jpg);*/
		
	height: 230px;
}

.top_shop_images a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_shop_images .click {
	position: absolute;
	
	right: 0;
	text-align: right;
	padding: 0px 10px;
	line-height: 28px;
	color: #fff;
	font-size: .8em;
	font-family: AppleSDGothicNeo-Regular;
	text-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
	background: rgba(0, 0, 0, .2);

	top: 101px;  /*(.top_shop_images의 height 230px-28)/2=101*/
}





.shop_info {
	z-index: 10;
	
	display: block;
	position: absolute;
	
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8)
		100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)',
		endColorstr='rgba(0,0,0,0.8)', GradientType=0); /* IE6-9 */
	
	/*top: 220px;*/  /*(.top_shop_images의 height 230px+60px)-70px*/
	bottom: 0;
}

.shop_info .info {
	display: block;
	padding: 0;
	margin: /*7px 71px 7px 7px;*/ 7px;
}

.shop_info .info .title1 {
	word-break: break-all;
	text-align: left;
	color: #fff;
	font-family: AppleSDGothicNeo-SemiBold;
	font-size: 1.1em;
}

.shop_info .info .title2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #fff;
	font-family: Helvetica;
	font-size: .79em;
}

.shop_info .info .title3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #fff;
	font-family: Helvetica;
	font-size: .9em;
}







.thumb1_area {
	display: none;
}

.thumb1 {
	display: inline-block;
	overflow: hidden;
	min-width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, .2); /*rgba(0,0,0,.08);*/
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 15px;
	padding: 0px 10px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: .8em;
	font-family: AppleSDGothicNeo-Regular;
	text-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
	margin-top: 5px;
	margin-left: 2px;
}

.thumb1:last-child {
	margin-right: 5px;
}

a.thumb1:active {
	background: rgba(255, 255, 255, .3);
}




/*********************** 카테고리 시작 ***********************/	
ul.category {
	display: block;
	
	
	
	margin: 0 auto;
	/* max-width: 80%; */ /* max-width: 100%; 여백없애면서 주석처리 */

	
	height: auto;
	text-align: center;
	
	position: relative;
	top: -25px;	/* .main의 padding-top: 50px의 -50% */
	
	
	/*padding: 25px 0; */
}


ul.category > li {
	display: inline-block;
	margin: 0 auto;
	
	text-align: center;
	padding: 5px;
}

ul.category > li > a > span {
	color: #1e1e1e;
	font-size: .8em;   
}

ul.category > li > a > span.sel {
	font-weight: bold;
}

ul.category > li > a > span.sel:before {
	display: block;
	content: "";
	position: relative;
	top: 0;
	left: 50%;
	width: 1px;
	height: 1px;

	/* 위 삼각형 모형 */
	margin-left: -4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #1e1e1e;
}
	
ul.category > li > a > span.sel:after {
	display: block;
	content: "";
	position: relative;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #1e1e1e;
}
/*********************** 카테고리 끝 ***********************/	



/* Web */
@media all and (min-width: 1024px) {	
		
	/* 
	.main, .top_shop_images, .shop_info .info, .top_menu ul.top_menu_ul, .top_menu ul.top_login_ul, #main_banner, .tail {
		max-width: 90%;	
	}
	여백없애면서 주석처리 */
	
	/* 여백없애면서 추가된 부분 */
	.top_menu ul.top_menu_ul, .top_menu ul.top_login_ul {
		/* margin: 0 5%; */
		padding: 0 5%;
	}
	
	
	
	
	#slider > .top_shop_images {
		max-width: 100%;	
	}
		
	#page1 {
		background-color: #fff /*#eef1f2*/;	
	}
	
	.shop_info {
		display: none;	
		
		/*top: 510px; /*580px-70px*/
		/*top: 440px; /*580px-70px-70*/		
	}
		
	.shop_info .info {
		margin: 7px auto;	
	}

	
	.top_shop_images {
		height: 520px;
	}
	
	.top_shop_images .click {
		top: 246px;  /*(.top_shop_images의 height 520-28)/2=246*/
	}
	
	
	.shop_info {
		/*top: 510px;*/  /*(.top_shop_images의 height 520px+60px)-70px*/
	}	
	
	
	.main {
		padding: 100px 0; /* padding: 100px 90px; */
		/* margin: 0 5%; 여백없애면서 주석처리 */
	}	
	



	/*********************** 마스크관련 시작 ***********************/	

	.tile_content .tile_element .tile_card .mask:hover .mask_percent_table {
		display: table;
	}
	
	
	.tile_content .tile_element .tile_card .mask:hover .mask_table .mask_cell {
		display: table-cell;
	}
	/*********************** 마스크관련 끝 ***********************/


	/*********************** 카테고리 시작 ***********************/	
	ul.category {
		top: -50px;	/* .main의 padding-top: 100px의 -50% */
		/* padding: 50px 90px; */
		max-width: 80%; /* max-width: 100%; 여백없애면서 주석처리 */
	}
	
	ul.category > li > a > span {
		font-size: 1em;   
	}
	/*********************** 카테고리 끝 ***********************/	
}




/*********************** 메뉴 시작 ***********************/
.top_menu {
	position: /*relative*/fixed;
	top: 0;
	width: 100%;
	z-index: 20;
	height: 60px;
	font-size: 87.5%;
	background-color: #fff; 

	/* http://benfrain.com/easy-css-fix-fixed-positioning-android-2-2-2-3/ */
	/* backface-visibility 속성은 2D 나 3D 변형을 사용하여 해당 요소가 입체적으로 되었을 때 뒷면을 보여지게 하느냐 숨겨지게 하느냐의 값을 지정한다. */
	backface-visibility : hidden;
	-webkit-backface-visibility : hidden; /* For Safari and Chrome */
}

.top_menu ul.top_menu_ul {
	height: 100%;
	border-bottom: 1px solid #e9e9e9;
}

.top_menu ul.top_menu_ul li {
	float: left;
	/* height: 60px; */
	text-align: center;
	/*background: url('/images/smartcoupon/20150729/line.png') 100% 0 no-repeat;*/

	/* 수직 중앙 정렬 (수평 중앙 정렬은 left: 50%; transform: translate(-50%, 0);)*/
	position: relative;	
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_menu ul.top_menu_ul li.divide1 {
	width: 100%;
}

.top_menu ul.top_menu_ul li.divide2 {
	width: 50%;
}

.top_menu ul.top_menu_ul li.divide3 {
	width: 33.33%;
}

.top_menu ul.top_menu_ul li.divide4 {
	width: 25%;
}

.top_menu ul.top_menu_ul li.divide5 {
	width: 20%;
}

.top_menu ul.top_menu_ul li.divide6 {
	width: 16.66%;
}

.top_menu ul.top_menu_ul li.divide7 {
	width: 14.28%;
}

.top_menu ul.top_menu_ul li.divide8 {
	width: 12.5%;
}

.top_menu ul.top_menu_ul li.divide9 {
	width: 11.11%;
}

.top_menu ul.top_menu_ul li.divide10 {
	width: 10%;
}

.top_menu ul.top_menu_ul li.last {
	display: none;
}

.top_menu ul.top_menu_ul li.last img {
	vertical-align: middle;
}

.top_menu ul.top_menu_ul li:last-child {
	background: none;
}

.top_menu ul.top_menu_ul li a {
	display: block;
	width: 100%;
	color: #1E1E1E;
	font-size: .79em;
	
	padding-top: 38px;
	padding-bottom: 10px;
}

.top_menu ul.top_menu_ul li a:hover {
	font-weight: bold;
}


.top_menu ul.top_menu_ul li a.bb {
	background: url('/images/smartcoupon/menu_C_20170404/BB.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.bc {
	background: url('/images/smartcoupon/menu_C_20170404/BC.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.cl {
	background: url('/images/smartcoupon/menu_C_20170404/CL.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.ct {
	background: url('/images/smartcoupon/menu_C_20170404/CT.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.iq {
	background: url('/images/smartcoupon/menu_C_20170404/IQ.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.mp {
	background: url('/images/smartcoupon/menu_C_20170404/MP.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.pg {
	background: url('/images/smartcoupon/menu_C_20170404/PG.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.qb {
	background: url('/images/smartcoupon/menu_C_20170404/QB.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.rb {
	background: url('/images/smartcoupon/menu_C_20170404/RB.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.sh {
	background: url('/images/smartcoupon/menu_C_20170404/SH.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.hm {
	background: url('/images/smartcoupon/menu_C_20170404/HM.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.ch {
	background: url('/images/smartcoupon/menu_C_20170404/CH.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.kt {
	background: url('/images/smartcoupon/menu_C_20170404/KT.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.e1 {
	background: url('/images/smartcoupon/menu_C_20170404/E1.png') no-repeat center 10px;
	background-size: 20px 20px;
}

.top_menu ul.top_menu_ul li a.qr {
	background: url('/images/smartcoupon/menu_C_20170404/QR.png') no-repeat center 10px;
	background-size: 20px 20px;
}



				
								
ul.top_login_ul {
	display: block;
	height: 35%;
	text-align: right;
}

ul.top_login_ul > li {
	margin-top: 5px;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	text-align: center;
	background: url(/images/portal/bar15_darker.png) 100% 50% no-repeat;
	/* float: left; */					
}


ul.top_login_ul > li:last-child {
	background: none;
}
	
/* Web */
@media all and (min-width: 1024px) {
	ul.top_login_ul > li:last-child {
		padding-right: 0;
	}
}


ul.top_login_ul > li > a {
	display: inline-block;
	color: #a9a9a9;
}
				
/* Web */
@media all and (min-width: 1024px) {	

	.top_menu ul.top_menu_ul li.divide1 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide2 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide3 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide4 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide5 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide6 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide7 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide8 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide9 {
		width: auto;
	}
	
	.top_menu ul.top_menu_ul li.divide10 {
		width: auto;
	}

	.top_menu ul.top_menu_ul li.last {
		display: block;
		float: right;
		
		padding-top: 17px;
		padding-bottom: 17px;
		font-size: 16px;
		color: #fff;
	}

	.top_menu ul.top_menu_ul li a {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 37px;
		
		font-size: 16px;
		color: #1E1E1E;
		text-align: left;
	}
	
	.top_menu ul.top_menu_ul li a.bb {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.bc {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.cl {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.ct {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.iq {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.mp {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.pg {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.qb {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.rb {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.sh {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.hm {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.ch {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.kt {
		background: none;
	}
	
	.top_menu ul.top_menu_ul li a.e1 {
		background: none;
	}

	.top_menu ul.top_menu_ul li a.qr {
		background: none;
	}
}
/*********************** 메뉴 끝 ***********************/

	
.tile_content {
	overflow: hidden;
	background-color: #eee;
	
	/* margin-top: 0; */
	/* margin: 30px auto; */
	padding-bottom: 30px;
}

/* Web */
@media all and (min-width: 1024px) {
	.tile_content {
		margin: 30px 10% 0 10%; /* margin: 30px 90px 0 90px; 여백없애면서 주석처리 */
		padding-bottom: 60px;
	}	
}



.tile_content .tile_element {
	width: 49.99%; /* 2개씩 보기 */
}
	
/* 게시판 상품 */
.tile_content .tile_element.prd_type_B {
	width: 100%;
}
	
		
.tile_content, #tile_content3 {
	/*border: 1px solid #c0c0c0;*/
	background-color: #f7f7f7; /* .tile_content .tile_element와 같은 색상이어야 함 */

	/*padding: 0 0 30px 0;*/		
}
	
.tile_content .tile_element, #tile_content3 .tile_element {
	background-color: #f7f7f7; /* .tile_content와 같은 색상이어야 함 */
}
	

@media all and (min-width: 768px) {	

	.tile_content .tile_element,
	.tile_content .tile_element.prd_type_B {
		width: 33.3%; /* 3개씩 보기 */
	}	
}	

.tile_content .tile_element .tile_card {
	display: block;
	
	background-color: #fff;
	border: solid 5px #fff;
	
	margin: 5px;
	cursor: pointer;
	
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);	
}



.tile_info div.web_title {
	display: none;
}

.tile_info div.title {
	display: block;
	font-size: 13px;
	margin: 15px 5px 10px 5px;
	text-align: left;
}

.tile_info div.web_title:after {
	/*
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 93%;
	height: 2px;
	background-color: #303030;
	
	width: 15px;
	*/
}

.tile_info .description {
	color: #777;
	font-size: 14px;
	/*height: 60px;*/
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis; 
	line-height: 140%;
	margin-top: 15px;
	
	display: none;

	/*
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 
	-webkit-box-orient: vertical;*/
}

.tile_info .price {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.tile_info .price .left {
	display: inline-block;
}

.tile_info .price .left .org_price {
	font-size: 11px;
	text-decoration: line-through;
	color: #8c909b;
}

.tile_info .price .left .dc_price {
	font-size: 13px;
	color: #20232c;
	font-weight: bold;
}

.tile_info .price .right {
	display: inline-block;
	text-align: right;
	float: right;
	/*margin-top: 5px;*/
	font-size: 20px;
	color: #ee3137;
	
	font-family: helvetica;
}

.line {
	display: none;
}


#map_location,
#photo_gallery,
#sb_instagram {
	padding: 5px;
}

#more {
	clear: both;
	
	margin-left: 5px;
	margin-right: 5px;	
		
	padding: 5px 0;
	
	/* border: 1px solid #919191; */
	text-align: center;
}

#more, #more a {
	color: #919191;
}


	.99tail {
		clear: both;
		background-color: #eee;	
		color: #000;
		font-size: .6em;
	}
		
	.99tail div {
		color: #5e5e5e;
		margin-top: 5px;
	}






	.tail {
		position: relative;
		left: 0;
		right: 0;
		/*top: 60px;*/ /*.top_menu의 height*/
	
		margin: 0 auto 60px;
	
		/*	
		color: #888;
		background-color: #1e1e1e;
		*/
		color: #000;
		background-color: #fff;

		
		font-size: 12px;
		
		text-align: center;
		padding: 20px 0 10px 0;		
	}
		
	.tail div {
		margin-top: 5px;
	}
		
	.tail a {
		/* color: #9e9e9e; */
		color: blue;
	}
	
	.tail span, .tail span a {
		/* color: #000; */
		color: #888;
	}



	

#main_banner {
	position: relative;
	left: 0;
	right: 0;
	/*top: 60px;*/ /*.top_menu의 height*/
	
	background-color: #f7f7f7; /* .tile_content .tile_element와 같은 색상이어야 함 */
}	

#main_banner a {
	display: block;
	text-align: center;
	margin: 0;
	background-image: url(http://www.cusmore.com/images/smartcoupon/banner_share.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150% auto;
	padding-top: 23.4375%; /* 150*100/640 */
}


/* Web */
@media all and (min-width: 1024px) {
	/*
	#tile_content1 {
		margin-top: -70px;
	}
	*/
	
	.tile_content .tile_element, 
	#tile_content3 .tile_element,
	.tile_content .tile_element.prd_type_B {
		background-color: #f7f7f7; /* .tile_content와 같은 색상이어야 함 */

		width: 24.9%; /* 4개씩 보기.. 24.99%로 하면 4개가 보여야 하는데 3개가 보이는 경우가 있다. */
		/*width: 33.3%; /* 3개씩 보기 */
		/*
		border-top: 1px solid #c0c0c0;
		background: url("/images/smartcoupon/20150105/dot_gray.png") repeat-y 100% 0; /*오른쪽 세로*/		
	}
		


	.tile_content .tile_element .tile_card {
		margin: 8px;
		
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;	
	}		
	
	/*
	.tile_info {
		margin-top: 30px;
	}

	.tile_info div.web_title {
		display: block;
		position: relative;
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		line-height: 30px;
		color: #303030;
		font-weight: normal;
		
		margin-top: 0;
		margin-bottom: 0;
		
		font-size: 13px;
		height: 25px;	
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;	
		
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 20px;	
	}
	*/

	.tile_info div.title {
		/*display: none;*/
		padding: 20px;
		margin: 0;
		
		font-size: 16px;
		color: #333;
		
		background-color: #fff;
	}
	
	/*
	.tile_info div.web_title:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 93%;
		height: 2px;
		background-color: #303030;
	
		width: 21px;
	}	
	*/	
	
	.tile_info .description {
		display: block;
	}
	

	.tile_info .price {
		padding: 0 20px 20px 20px;
		margin: 0;	
	}	
	
	

	#map_location,
	#photo_gallery,
	#sb_instagram {
		padding: 30px;
	}

	#more {
		margin-left: 10px;
		margin-right: 10px;
			
		padding: 20px 0;	
	}	

		
	.bar {
		padding: 0;
		border-left: 1px solid #f7f7f7; 
		border-right: 1px solid #f7f7f7; 
		
		max-width: 500%; /* 100%만 넘으면 된다.*/
		margin: 0 -90px;
	}
	
	.bar p {
		padding: 10px;
	}
	

		
	/*
	#tile_content3 {
		border: 1px solid #eee; /* 바탕색과 같게 해서 눈에 안띄게
		padding: 0;
	}
	
	.line {
		display: block;
		width: 100%; 
		height: 30px; 
		margin: 0 auto;
		background: url('/images/smartcoupon/top_line.gif') repeat-x 0 100%; 
	}	
	*/
	
}


/*********************** 포토갤러리 시작 ***********************/
.photo_area {
	margin: 0 auto;
	background-color: #fff;
}



/* Web */
@media all and (min-width: 1024px) {
	.photo_area {
		margin: 0 10%; /* margin: 0 90px; 여백없애면서 주석처리 */
		
		margin-top: 100px;
	}	
	
}

/*
.product_title {
	margin-top: 50px;
}
*/
/*********************** 포토갤러리 끝 ***********************/



/*********************** is_orderby_category 카테고리 별 상품 보여주기 시작 ***********************/

.category_area:nth-child(even),
.category_area:nth-child(even) .tile_content,
.category_area:nth-child(even) .tile_content .tile_element {
	/* background-color: #f2eff8; 슈아브 */
	background-color: #dcdddf; /* 기본 */
	
	/* background-image: url(/images/portal/bg1.gif); */
}

/*
.category_area:nth-child(odd),
.category_area:nth-child(odd) .tile_content,
.category_area:nth-child(odd) .tile_content .tile_element {
	background-color: #ebebeb;
}
*/

.category_bar {
	margin: auto 10px;
	padding: 30px 0 20px 0;

	text-align: center;		
	border-bottom: none;
	
	/* font-weight: bold; */
	color: #000; /* #6F2C91; */ /* #939498; */
}

.category_bar > span {
	/* border-bottom: 1px solid #000; */
	padding-bottom: 20px;
	/* margin-left: -5px; 왼쪽정렬이면 주석 풀기 */
	
	display: inline-block;
}

.category_bar > span:after {
	display: block;
	content: "";
	position: relative;
	bottom: -20px;
	left: 30%;
	width: 40%;
	height: 1px;
	background-color: #000; /* #6F2C91; */ /* #939498; */
}



/* Web */
@media all and (min-width: 1024px) {
	
	.category_bar {
		/* padding: 10px 90px; */ 
		
		
		margin: auto 10%; /* margin: auto 90px; 여백없애면서 주석처리 */
		padding-top: 60px;
		
		/* border-bottom: 2px solid #fff; */
	}	
	
	
	#main_banner a {
		background-size: 100% auto;
		padding-top: 11.71875%; /* 150*100/1280 */
	}	
	
}
/*********************** is_orderby_category 카테고리 별 상품 보여주기 끝 ***********************/