/*20171118 추가*/

@charset "utf-8";


.product-list-frame{
	display: block;
	margin: 80px auto 80px auto;
	width: 1000px;
	background-color: white;
	padding-top: 70px;
	padding-bottom: 140px;

}

.product-list-frame .main-title{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	font-size: 45px;
	margin-bottom: 95px;
}

.product-list-frame .main-title > strong{
	color: #ef4036;
}


.product-ctg-frame{
	margin: 0 auto;
	max-width: 886px;
	
}

.product-ctg-frame + .product-ctg-frame{
	margin-top: 68px;
}

.product-ctg-frame > .title{
	font-size: 22px;
	font-weight: 900;
	padding-bottom: 14px;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 30px;
	text-align: left;
}
.product-ctg-frame > .title > .comingsoon{
	color: #898989;
}


.product-ctg-frame > .title > strong{
	font-weight: 900;
}

.product-ctg-frame.product-ctg-frame-01 > .title > strong{
	color: #cd7448;
}

.product-ctg-frame.product-ctg-frame-02 > .title > strong{
	color: #72578c;
}

.product-ctg-frame.product-ctg-frame-03 > .title > strong{
	color: #395376;
}