/************************* 제품리스트 *************************/
.pro_list {
	float:left;
	width:100%;
}
.pro_list > li {
	float:left;
	width:378px;
	height:378px;
	border:solid 1px #dcdcdc;
	margin:0 30px 30px 0;
	position:relative;
}
.pro_list > li a {
	position:absolute;
	left:0;
	top:0;
	width:378px;
	height:378px;
	background-color:#fff;
	opacity:0;
	filter:alpha(opacity:'0');
}
.pro_list > li:hover {
	border:solid 1px #505050;
}
.pro_list > li.last {
	margin-right:0;
}
.pro_list > li > dl > dd.tit {
	text-align:center;
	font-size:20px;
	padding:10px 0 15px;
}
.pro_list > li > dl > dd.tit a {
	color:#323232;
}
.pro_list > li > dl > dd.price {
	text-align:center;
	font-size:16px;
	color:#f2406a;
}



/************************* 제품 상세페이지 *************************/
.detail_img {
	float:left;
	width:599px;
	height:630px;
	border:solid 1px #dcdcdc;
	border-right:none;
}
#slideshow {float:left; width:599px; height:470px; margin-bottom:17px;}
#slides {position:relative; width:599px; height:470px;}
#slides li {width:599px; min-height:470px;}

.pagination {float:left; width:599px; text-align:center;}
.pagination li { display:inline-block; cursor:pointer; width:130px; height:100px; border:solid 1px #dcdcdc; margin:0 15px;}
.pagination li:hover {cursor:pointer; width:130px; height:100px; border:solid 1px #646464;}
li.current {cursor:pointer; width:130px; height:100px; border:solid 1px #646464;}

.detail_info {
	float:left;
	width:509px;
	height:590px;
	border:solid 1px #dcdcdc;
	border-left:none;
	background-color:#fafafa;
	padding:40px 45px 0;
}
.detail_info > h4 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:12px;
}
.detail_info > p.detail_txt {
	font-size:12px;
	color:#828282;
	padding-bottom:25px;
	border-bottom:solid 1px #dcdcdc;
}
.detail_info > ul  {
	float:left;
	width:100%;
	border-bottom:solid 1px #dcdcdc;
	padding:20px 0;
}
.detail_info > ul > li  {
	float:left;
	width:100%;
}
.detail_info > ul > li > dl > dt  {
	float:left;
	width:130px;
	font-size:14px;
	font-weight:bold;
	color:#505050;
}
.detail_info > ul > li > dl > dd  {
	float:left;
	width:377px;
	font-size:14px;
	color:#828282;
}
.detail_info > ul > li > dl > dd span  {
	font-size:24px;
	color:#f2406a;
	font-weight:bold;
}

.detail_info > dl  {
	float:left;
	width:509px;
	padding:30px 0;
}
.detail_info > dl > dt  {
	float:left;
	width:230px;
	font-size:20px;
	font-weight:bold;
	color:#505050;
}
.detail_info > dl > dd  {
	float:right;
	width:230px;
	font-size:14px;
	color:#f2406a;
	text-align:right;
	font-weight:bold;
}
.detail_info > dl > dd span  {
	font-size:24px;
}

.detail_info > dl.plus_pro  {
	float:left;
	width:509px;
	padding:20px 0 0;
}
.detail_info > dl.plus_pro > dt  {
	float:left;
	width:350px;
	font-size:14px;
	color:#505050;
	font-weight:normal;
}
.detail_info > dl.plus_pro > dd  {
	float:right;
	width:150px;
	font-size:14px;
	color:#828282;
	text-align:right;
	font-weight:normal;
}

.detail_con {
	float:left;
	width:1200px;
	margin-top:20px;
}
.detail_con > ul {
	float:left;
	width:100%;
	border-bottom:solid 1px #dcdcdc;
}
.detail_con > ul > li {
	float:left;
	width:300px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:solid 1px #dcdcdc;
	border-bottom:none;
	border-left:none;
	color:#646464;
	background-color:#fafafa;
}
.detail_con > ul > li.first {
	border-left:solid 1px #dcdcdc;
}
.detail_con > ul > li.on > a, .detail_con > ul > li.on {
	color:#f2406a;
	background-color:#fff;
}
.detail_con > .pro_con {
	float:left;
	width:1198px;
	border:solid 1px #dcdcdc;
	border-top:none;
	padding:50px 0;
	text-align:center;
}

/*************************** 교환배송 ***************************/
.change_tit {
	width:180px;
	font-weight:bold;
	background:#fafafa;
	padding:20px 0 20px 20px;
	font-size:13px;
	text-align:left;
}
.change_txt {
	padding:20px 0 20px 20px;
	font-size:13px;
	color:#646464;
	text-align:left;
	line-height:20px;
}




/************************* 게시판 페이지 *************************/
.page {
	float:left;
	width:100%;
	text-align:center;
}
.page > li {
	display:inline-block;
	margin:0 10px;
}
.page > li a {
	display:inline-block;
	width:38px;
	height:38px;
	line-height:38px;
	border:solid 1px #fff;
}
.page > li a:hover {
	border:solid 1px #505050;
}
.page > li a.on {
	background-color:#505050;
	color:#fff;
}



/************************* 주문결제페이지 *************************/
.order_title {
	padding:40px 0 25px;
	font-size:18px;
	font-weight:bold;
	border-bottom:dashed 1px #dcdcdc;
}
.order_title1 {
	padding:20px 0 15px 15px;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #646464;
}
.order_title1 > span {
	font-size:13px;
	font-weight:bold;
	color:#828282;
}
.order_tit {
	padding:0 0 0 15px;
	font-size:14px;
	color:#646464
}
.order_txt {
	padding:8px 0;
	min-height:30px;
}
.order_txt > input, .order_txt > select {
	height:32px;
	border:solid 1px #dcdcdc;
	font-size:14px;
	color:#828282;
	text-indent:10px;
	font-family:"Nanum Gothic", "나눔고딕";
}



/************************* 이벤트리스트페이지 *************************/
.event_list {
	float:left;
	width:100%;
}
.event_list > li {
	float:left;
	width:384px;
	border:solid 1px #fff;
	margin-right:21px;
	margin-bottom:30px;
	position:relative;
}
.event_list > li:hover {
	border:solid 1px #505050;
}
.event_list > li.last {
	margin-right:0;
}
.event_list > li > dl > dd.txt {
	font-size:16px;
	line-height:24px;
	color:#646464;
	padding:20px 0 0 20px;
	height:80px;
	border-bottom:solid 1px #dcdcdc;
}
.event_list > li > dl > dd.date {
	font-size:12px;
	color:#646464;
	padding:10px 0 10px 20px;
}
.event_list > li > dl > dd.date span.ing {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0 6px 0;
	background-color:#f2406a;
	color:#fff;
}
.event_list > li > dl > dd.date span.end {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0 6px 0;
	background-color:#646464;
	color:#fff;
}


/************************* 게시판 리스트페이지 *************************/
.borad_tit {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:15px 0;
	border-top:solid 2px #505050;
	border-bottom:solid 1px #dcdcdc;
}
.borad_txt {
	font-size:13px;
	padding:12px 0;
	text-align:center;
	border-bottom:solid 1px #dcdcdc;
}
.borad_txt1 {
	font-size:13px;
	padding:12px 0;
	text-align:left;
	padding-left:20px;
	border-bottom:solid 1px #dcdcdc;
}


/************************* 게시판 뷰페이지 *************************/
.board_view_con {
	float:left;
	width:100%;
}
.board_view_con > dl {
	float:left;
	width:100%;
	border-top:solid 2px #505050;
	border-bottom:solid 1px #dcdcdc;
	padding:15px 0;
}
.board_view_con > dl > dt {
	float:left;
	width:800px;
	font-size:16px;
	color:#646464;
	padding-left:30px;
}
.board_view_con > dl > dd {
	float:right;
	width:300px;
	font-size:13px;
	color:#646464;
	text-align:right;
	padding-right:30px;
}
.board_view_con > dl > dd span.ing {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:4px 0 6px 0;
	background-color:#f2406a;
	color:#fff;
}
.board_view_con > dl > dd span.end {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0 6px 0;
	background-color:#646464;
	color:#fff;
}
.board_view_con > p.v_file_con {
	float:left;
	width:100%;
	font-size:13px;
	color:#969696;
	padding-left:30px;
	border-bottom:solid 1px #dcdcdc;
}
.board_view_con > p.v_con {
	float:left;
	width:1140px;
	padding:40px 30px;
	line-height:20px;
	color:#646464;
	border-bottom:solid 1px #dcdcdc;
}

/************************* 게시판 뷰페이지 버튼 *************************/
.btn_area {
	float:left;
	width:100%;
	padding-top:20px;
}
.btn_area > .btn_area_l {
	float:left;
	width:400px;
	text-align:left;
}
.btn_area > .btn_area_c {
	float:left;
	width:400px;
	text-align:center;
}
.btn_area > .btn_area_r {
	float:left;
	width:400px;
	text-align:right;
}
.btn_area > .btn_area_l > a, .btn_area > .btn_area_c > a, .btn_area > .btn_area_r > a {
	display:inline-block;
	width:120px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:14px;
	border:solid 1px #ccc;
}

/************************* 게시판 뷰페이지 이전글 다음글 *************************/
.list_area {
	float:left;
	width:100%;
	padding-top:30px;
}
.list_area > dl {
	float:left;
	width:100%;
}
.list_area > dl > dt {
	float:left;
	width:200px;
	font-size:14px;
	color:#646464;
	text-align:center;
	padding:15px 0;
}
.list_area > dl > dd {
	float:right;
	width:1000px;
	font-size:14px;
	color:#646464;
	padding:15px 0;
}

/************************* 글쓰기 게시판 스타일 *************************/
.write_tit {
	font-size:13px;
	font-weight:bold;
	color:#323232;
	background:#f4f4f4;
	text-align:right;
	padding:13px 30px 13px 0;
	border-top:solid 1px #e6e6e6;
}
.write_txt {
	font-size:13px;
	color:#323232;
	padding:8px 0 8px 30px;
	border-top:solid 1px #e6e6e6;
}
.write_txt > input, .write_txt > select {
	height:32px;
	border:solid 1px #dcdcdc;
	font-size:14px;
	color:#828282;
	text-indent:10px;
	font-family:"Nanum Gothic", "나눔고딕";
}


/************************* FAQ 스타일 *************************/
.accordion {
	border-top:solid 2px #505050;
}
.accordion dt {
	padding:13px 0 13px 40px; 
	border-bottom:solid 1px #dcdcdc;
	background:url(../images/03_board/q_icon.png) no-repeat 10px center;	
	font-size:14px;
	cursor:pointer;
	color:#646464;
}
.accordion dt span {
	color:#828282;
	font-size:12px;
}
.accordion dd {
	padding:10px 20px 13px 50px; 
	border-bottom:solid 1px #dcdcdc;
	background:#fafafa url(../images/03_board/a_icon.png) no-repeat 20px 11px;
	font-size:13px;
	line-height:20px;
	color:#646464;
}



