/* 온라인문의 */
.inq_tit {
	background:#fafafa;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:18px;
	font-family:'NotoSansKR R';
}
.inq_tit1 {
	background:#fafafa;
	padding:3% 0;
	font-size:12px;
	line-height:18px;
	text-align:center;
	font-family:'NotoSansKR R';
}
.inq_txt {
	padding:2% 0 2% 10px;
	font-size:12px;
	line-height:18px;
}
.inq_txt1 {
	padding:2% 0;
	font-size:12px;
	line-height:18px;
	text-align:center;
}
.send_btn a { 
	background:#b1b124;
	color:#fff;
	padding:13px 30px;
	font-size:14px;
	font-family:'NotoSansKR R';
	border-radius:3px;
}
.inq_agree {
	padding:20px;
	font-size:14px;
	font-family:'NotoSansKR L';
	line-height:18px;
	border:solid 1px #dcdcdc;
}
.inq_agree1 {
	font-size:14px;
	font-family:'NotoSansKR L';
	padding:5px 0 30px;
}

/* 게시판 */
.board_tit {
	font-family:'NotoSansKR R';
	background:#fafafa;
	padding:4% 0; 
	font-size:13px;
	text-align:center;
	color:#323232;
}
.board_img {
	padding:1% 3%;
}
.board_txt {
	padding:10px 3% 0;
	font-size:13px;
	color:#646464;
	letter-spacing:-0.5px;
}
.board_txt1 {
	padding:10px 3% 10px;
	font-size:14px;
	color:#828282;
}
.board_txt2 {
	padding:0 3% 10px;
	font-size:14px;
	color:#505050;
	font-family:'NotoSansKR R';
}
.board_txt3 {
	padding:5px 3% 5px;
	font-size:14px;
	color:#505050;
	font-family:'NotoSansKR R';
}
.board_txt5 {
	padding:0 3% 10px;
	font-size:14px;
	color:#828282;
}
.board_txt4 {
	padding:3% 1%;
	font-size:13px;
	color:#646464;
	text-align:center;
	letter-spacing:-0.5px;
}

/****************** 제품소개 - 페이징 스타일 ******************/
.page {
    float: left;
    width: 100%;
    text-align: center;
	background-color:#fff;
	margin-bottom:15%;
	margin-top:1%;
}
.page a {
    display: inline-block;
    width: 35px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    line-height: 35px;
}
.page a.on {
    background-color: #000;
    color: #fff;
}
.page a span {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    letter-spacing: -15px;
}
.page a.prev {background:url(../images/sub/prev_btn1.gif) no-repeat center center;}
.page a.prev1 {background:url(../images/sub/prev_btn.gif) no-repeat center center;}
.page a.next {background:url(../images/sub/next_btn.gif) no-repeat center center;}
.page a.next1 {background:url(../images/sub/next_btn1.gif) no-repeat center center;}


/* 공지사항 게시판 */
.news {
	float:left;
	width:100%;
	border-top:solid 2px #505050;
	margin-top:20px;
}
.notice_bg {
	background-color:#f1ffe5;	
}
.news > li {
	float:left;
	width:94%;
	padding:10px 3% 10px 3%;
	border-bottom:dashed 1px #dcdcdc;
	position:relative;
}
.news > li > a {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	z-index:999;
	background-color:#fff;
	opacity:0;
	filter:alpha(opacity=0); 
}
.news > li > dl {
	float:left;
	width:100%;
}
.news > li > dl > dt {
	float:left;
	width:100%;
	font-family:'NotoSansKR R';
	color:#505050;
}
.news > li > dl > dd {
	float:left;
	width:100%;
	font-size:12px;
	color:#b4b4b4;
}
.news > li > dl > dd span {
	color:#828282;
	font-family:'NotoSansKR R';
}



/* 뷰어 게시판 */
.board_view_tit {
	background:#fafafa;
	padding:10px 0;
	font-size:12px;
	text-align:center;
}
.board_view_tit1 {
	font-family:'NotoSansKR R';
	padding:10px 10px 0 10px;
	font-size:14px;
	color:#323232;
}
.board_view_tit2 {
	padding:5px 10px 10px 10px;
	font-size:12px;
	color:#b4b4b4;
}
.board_view_tit2 span {
	color:#828282;
	font-family:'NotoSansKR R';
}
.board_view_txt {
	padding:20px 20px;
	font-size:13px;
	line-height:1.4;
}
.board_view_txt1 {
	padding:10px 10px;
	font-size:12px;
}
.board_view_txt1 > img {
	width:13px;	
}
.board_view_txt1 a {
	text-decoration:underline;
}
.board_v_tit {
	font-family:'NotoSansKR R';
	background:#fafafa;
	padding:10px 0;
	font-size:12px;
	text-align:center;
}
.board_v_txt {
	padding:10px 0;
	font-size:12px;
	padding-left:10px;
}
.list_btn {
	float:left;
	width:100%;
	text-align:center;
}
.list_btn > a {
	display:inline-block;
	background:#0099ff;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	font-family:'NotoSansKR R';
	border-radius:3px;
}
.list_btn1 a {
	background:#828282;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	font-family:'NotoSansKR R';
	border-radius:3px;
}



/************************** 장바구니 **************************/
.cart_list {
	float:left;
	width:100%;	
	margin-bottom:10%;
}
.cart_list > dl {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.cart_list > dl:last-child {
	margin-bottom:0;
}
.cart_list > dl > dt {
	float:left;
	width:94%;
	font-size:14px;
	font-family:'NotoSansKR R';
	border-top:solid 1px #dcdcdc;
	background-color:#f5f5f5;
	padding:8px 3%;
	margin-bottom:3%;
}
.cart_list > dl > dd.img {
	float:left;
	width:25%;
	border:solid 1px #e6e6e6;
	box-sizing:border-box;
}
.cart_list > dl > dd.info {
	float:right;
	width:70%;
	font-size:14px;
}
.cart_t1 {
	font-size:13px;
	color:#646464;
	padding:4px 10px 4px 5px;
	border-bottom:solid 1px #e6e6e6;
}
.cart_t2 {
	font-size:14px;
	color:#323232;
	padding:5px 10px 0 5px;
	font-family:'NotoSansKR R';
}
.cart_list > dl > dd.info > p.p_tit {
	float:left;
	width:97%;
	color:#323232;
	line-height:18px;
	margin-bottom:5px;
	font-family:'NotoSansKR R';
	padding-right:3%;
}
.cart_list > dl > dd.info > p.price {
	float:left;
	width:100%;
	color:#323232;
	font-family:'NotoSansKR R';
}
.cart_list > dl > dd.btn {
	float:left;
	width:100%;
	margin-top:3%;
}
.cart_list > dl > dd.btn > ul {
	float:left;
	width:100%;
}
.cart_list > dl > dd.btn > ul > li {
	float:left;
	width:49%;
	margin-right:2%;
}
.cart_list > dl > dd.btn > ul > li:last-child {
	margin-right:0;
}
.cart_list > dl > dd.btn > ul > li > a {
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	background:#fff;
	font-size:14px;
	font-family:'NotoSansKR R';
	text-align:center;
	border:solid 1px #e6e6e6;
}

.total_price {
	position:fixed;
	bottom:0;
	left:0;
	width:94%;
	padding:3% 3%;
	background-color:#f1f1f1;
	z-index:999;
	border-top:solid 1px #dcdcdc;
}
.total_price1 {
	color:#828282;
	line-height:22px;
}
.total_price1 > span {
	color:#323232;
	font-size:20px;
	font-family:'NotoSansKR R';
}
.total_price2 > a {
	display:inline-block;
	background:#b1b124;
	color:#fff;
	padding:13px 30px;
	font-size:16px;
	font-family:'NotoSansKR R';
	border-radius:3px;
}



/************************** 주문내역 **************************/
.order_list {
	float:left;
	width:100%;	
}
.order_list > dl {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.order_list > dl > dt {
	float:left;
	width:94%;
	height:45px;
	line-height:45px;
	font-size:14px;
	font-family:'NotoSansKR R';
	border-top:solid 1px #dcdcdc;
	background-color:#f5f5f5;
	padding:0 3%;
	margin-bottom:3%;
}
.order_list > dl > dt > span {
	display:inline;
	padding:2% 3%;
	background-color:#fff;
	border:solid 1px #dcdcdc;
	border-radius:5px;
}
.order_list > dl > dt > a {
	display:inline;
	padding:2% 3%;
	background-color:#b1b124;
	border:solid 1px #dcdcdc;
	border-radius:5px;
	color:#fff;
}
.order_list > dl > dd.img {
	float:left;
	width:25%;
	border:solid 1px #e6e6e6;
	box-sizing:border-box;
}
.order_list > dl > dd.info {
	float:right;
	width:70%;
	font-size:14px;
	padding-top:5px;
}
.order_list > dl > dd.info > p.date {
	float:left;
	width:100%;
	color:#828282;
	margin-bottom:5px;
}
.order_list > dl > dd.info > p.p_tit {
	float:left;
	width:97%;
	color:#323232;
	line-height:18px;
	margin-bottom:5px;
	font-family:'NotoSansKR R';
	padding-right:3%;
}
.order_list > dl > dd.info > p.price {
	float:left;
	width:100%;
	color:#323232;
	font-family:'NotoSansKR R';
}
.order_list > dl > dd.btn {
	float:left;
	width:100%;
	font-size:14px;
	background-color:#f7f7f7;
}



/************************* 이벤트리스트페이지 *************************/
.event_list {
	float:left;
	width:100%;
}
.event_list > li {
	float:left;
	width:99.5%;
	border:solid 1px #fff;
	margin-bottom:20px;
	position:relative;
}
.event_list > li > dl > dt {
	float:left;
	width:100%;
	overflow:hidden;
	border:solid 1px #e6e6e6;
}
.event_list > li > dl > dd.txt {
	float:left;
	width:94%;
	font-size:14px;
	line-height:20px;
	color:#646464;
	padding:3%;
	border-bottom:solid 1px #dcdcdc;
}
.event_list > li > dl > dd.date {
	float:left;
	width:94%;
	font-size:13px;
	color:#646464;
	padding:3%;
}
.event_list > li > dl > dd.date span.ing {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0;
	background-color:#F00;
	color:#fff;
	font-family:'NotoSansKR R';
}
.event_list > li > dl > dd.date span.end {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0;
	background-color:#646464;
	color:#fff;
	font-family:'NotoSansKR R';
}


/************************* 게시판 뷰페이지 *************************/
.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;
}
.board_view_con > dl > dt {
	float:left;
	width:94%;
	font-size:14px;
	color:#505050;
	font-family:'NotoSansKR R';
	padding:3%;
}
.board_view_con > dl > dd {
	float:left;
	width:94%;
	font-size:13px;
	color:#646464;
	padding:0 3% 3%;
}
.board_view_con > dl > dd span.ing {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0;
	background-color:#F00;
	color:#fff;
	font-family:'NotoSansKR R';
}
.board_view_con > dl > dd span.end {
	display:inline-block;
	width:60px;
	text-align:center;
	padding:3px 0;
	background-color:#646464;
	color:#fff;
}
.board_view_con > p.v_con {
	float:left;
	width:100%;
	line-height:20px;
	color:#505050;
	border-bottom:solid 1px #dcdcdc;
	padding:5% 0;
}


/************************* 게시판 뷰페이지 버튼 *************************/
.btn_area {
	float:left;
	width:100%;
	padding:5% 0;
	text-align:center;
}
.btn_area > 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%;
}
.list_area > dl {
	float:left;
	width:100%;
}
.list_area > dl > dt {
	float:left;
	width:20%;
	font-size:13px;
	color:#646464;
	text-align:center;
	padding:3% 0;
}
.list_area > dl > dd {
	float:right;
	width:78%;
	font-size:13px;
	color:#646464;
	padding:3% 0;
}



/****************** 홍보영상 ******************/
.video {}
.video ul {}
.video ul li {
	float:left;
	width:100%;
	margin-bottom:20px;
	position:relative;
}
.video ul li dl {
	float:left;
	width:100%;
}
.video ul li dl dt {
	float:left;
	width:100%;
	box-sizing:border-box;
}
.video ul li dl dd {
	float:left;
	width:100%;
	color:#000;
	font-family:'NotoSansKR L';
	padding-top:3px;
	text-align:center;
}








