/**
* OLYM Cascading Style Sheets
* File Name : main.css
* Description : 메인 스타일시트
* Author : Web business Team / jessica
* Email : design@olymcompnay.com
* Date : 2016.06.07
* Update : 2016.06.07
* Copyright(c) 2016 OLYM Communications. All Rights Reserved.
*/

/* Layout Selector */




	.products {background:#1f2039 url('/mobile/project/design/main/bg_products.jpg') center top no-repeat; min-height:450px; width:100%; background-size:100%; float:left; padding-bottom:30px;}
	.products h2 { font-family:verdana; text-align:center; font-size:20px; font-weight:bold; color:#fff; padding:5px 20px; background:#1f2039; width:50%; margin:0 auto;}
	.products ul {width:90%; margin:0 auto; padding:50px 0;}
	.products li { float:left; width:46%; margin:0 2% 4% 2%; text-align:center; letter-spacing:-0.05em; background:url(/project/design/main/prod_box_bg.jpg) no-repeat left top; background-size:100%;}
	.products li img { width:100%;}
	.products li div {color:#fff; padding:10px 5px; background:#3c455f;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
	.products .red {background:#c81f42 !important;}
	
	.icon_set {clear:left;}
	.icon_set li {padding:20px 30px; border-bottom:solid 1px #dedede; position:relative; background:url('/mobile/project/design/main/btn_plus.jpg') 90% 50% no-repeat; background-size:30px;}
	.icon_set li img {width:70px; }
	.icon_set span { diplay:inline-block; position:absolute; top:40%; left:130px;}
	.icon_set a { font-size:17px; font-weight:bold; color:#555;}
	

/********** 모바일 가로 **********/
@media all and (max-width:480px) {


}







/* 가로480px 이상일때  */
@media all and (min-width:480px) {


}