
/* board
-------------------------------------------------------------------- */
.board-top {
	margin-bottom: 25px;
}
.board-top p {
	margin: 0;
}
.board-top em {
	display: block;
	margin-bottom: 4px;
	color: #333;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -1px;
}


.board-wrap {
	position: relative;
}
.board-head {
	margin-bottom:4%;
}
.board-head h2 {
	font-size:18px;
	color:#333;
	font-weight: normal;
}
.board-head h2 span {
	display:block;
}
.board-head p {
	font-size:14px;
	margin:0;
}
@media screen and (max-width: 980px) {
	.board-head h2 { font-size:16px; }
	.board-head h2 span { display:inline; }
}
@media screen and (max-width: 640px) {
	.board-head h2 { font-size:14px; }
}/*/mediaquery*/

.board,
.board-view, 
.board-write {
	overflow: hidden;
	border-top: 3px solid #666;
	border-bottom: 2px solid #ddd;
	margin-bottom: 4%;
}
.board ul {
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	*margin-bottom: -6px;
	padding-left:0;
}
.board li {
	border-bottom: 1px dashed #e0e0e0;
}
.col-content span.date {
	float: left;
	color: #999;
	font-size: 12px;
}
.board-view header .time,
.board-view header .date {
	color: #999;
	font-size: 12px;
}
.board li {
	overflow: hidden;
}
.board li:hover {
	background: #fafafa;
}
.board li.notice:hover {
	background: #ebeff3;
}
.board .h3 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 4%;
}
.board h3 span {
	display: block;
	color: #767676;
	font-size: 14px;
	margin-top: 0.8%;
}
.board mark {
	background: #e7e7e7;
}
.board a:hover mark {
	color: #2a97E7;
}

/* board-list */
.board-list .col-num { float:left; width:10%; margin-top: 2px; text-align: center; }
.board-list .col-date { float:left; width:12%; text-align: center; }
.board-list .col-title { float:left; width:75%; margin-left:3%; }
.board-list .notice .col-num,
.board-list .notice .col-date { color: #6f91a9; text-transform:uppercase; }

.board-list li {
	vertical-align: top;
	padding: 22px 0;
}
.board-list a {
	overflow: hidden;
	display: inline-block;
	max-width:75%;
	color: #333;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	word-wrap:break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.board-list a:hover {
	color: #2a97E7;
}
.board-list li.notice {
	position: relative;
	z-index: 10;
	background: #ebeff3;
	border-bottom: 1px solid #d0d8de;
	margin-bottom: -1px;
}
.board-list .notice a {
	color: #3273a0;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	.board-list .col-num { display:none; }
	.board-list .col-title { width:80%; }
	.board-list .col-date { width:17%; }
}/*/mediaquery*/

@media screen and (max-width: 560px) {
	.board-list li { padding: 10px 0; }
	.board-list .col-title { float:none; width:auto; margin-bottom:5px; }
	.board-list .col-title a { font-size: 14px; }
	.board-list .col-date { float:none; width:auto; text-align: left; margin-left:3%; }
}/*/mediaquery*/


/* paging */
.paging {
	overflow:hidden;
	text-align:center;
	margin-top:4%;
}
.paging .total { 
	display: none; 
}
.paging strong {
	display:inline-block; *display: inline; *zoom: 1;
	color:#fff;
	margin: 0 10px;
	padding: 5px 11px;
	line-height:1.2;
	background: #2a97E7;
	border-radius:30px;
	vertical-align: middle;
}
.paging a {
	margin: 0 10px;
	text-decoration:none;
	line-height:31px;
}
.paging a + strong,
.paging strong + a {
	margin-left: 0;
}
.paging a span {
	visibility: hidden;
}
.paging .first, 
.paging .prev, 
.paging .next, 
.paging .last {
	display:inline-block; *display: inline; *zoom: 1;
	width: 26px;
	height: 25px;
	margin: 0;
	background: url(/resources/images/sub/btn_paging.gif) no-repeat;
	vertical-align: middle;
}
.paging .first { background-position: 0 0; }
.paging .prev { background-position: -35px 0; }
.paging .next { background-position: -70px 0; }
.paging .last { background-position: -105px 0; }


/*/*/

/* board_top */
.board_top {margin-bottom:20px; position:relative; /*height:40px*/;}
.board_top .page_count {position:absolute; left:0; top:20px; font-size:15px; color:#444;}
.board_top .search select {padding:2px 2px 2px 5px; height:40px; line-height:38px; border:1px solid #2a97E7; font-size:13px;}
.board_top .search input[type="text"] {padding:0px 5px; height:40px; line-height:38px; border:1px solid #2a97E7; width:200px; margin:0 3px; vertical-align:middle; box-sizing:border-box;}
.board_top .search .btn {top:0px;}
.board_top .submit {padding:0px 25px; height:40px; line-height:38px; background:#2a97E7; border:1px solid #2a97E7; color:#fff; font-size:13px; font-weight:400; letter-spacing:-1px; cursor:pointer;}
.board_top .search.t_r {float:right;}



@media screen and (max-width: 768px) {
	.paging .current { display: none; }
	.paging .total { display: inline-block; margin: 0 60px; }
	.board_top .page_count {position:relative !important; width:100%;}
}/*/mediaquery*/


/* news-list */
.news-list li {
	padding: 3%;
}
.news-list .col-thumb {
	overflow: hidden;
	float: left;
	width:30%;
	max-height:175px;
	*height:175px;
	border-radius:10px;
	text-align:center;
}
.news-list .col-thumb img {
	vertical-align:top;
	width:100%;
}
.news-list .col-content {
	float: right;
	width:67%;
}
.news-list .col-content h3 {
	margin-bottom: 2%;
}
.news-list .col-content h3 a {
	padding:5px 0;
	color: #2a97E7;
	max-width:85%;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	display: inline-block;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.news-list .col-content p  {
	color: #767676;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 24px;
}	
.news-list .col-content span.date {
	margin: 3px 5px 0 0;
}

@media screen and (max-width: 768px) {
	.news-list .col-content h3 a { font-size: 18px; }
}/*/mediaquery*/

@media screen and (max-width: 560px) {
	.news-list .col-thumb { float: none; width:auto; margin-bottom: 5%; }
	.news-list .col-content { float: none; width:auto; }
	.news-list .col-content h3 a { font-size: 16px; max-width:80%; }
}/*/mediaquery*/

.tag-text {
	position: relative;
	display: inline-block; *display: inline; *zoom: 1;
	height: 23px;
	margin-left: 16px;
	padding: 0 11px 0 11px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	color: #999;
	font-size: 12px;
	line-height: 23px;
	vertical-align: middle;
}
.tag-text:after {
	content: '';
	position: absolute;
	top: -1px; left: -11px;
	width: 16px; height: 25px;
	background: url(/resources/images/sub/bg_tag.png)	0 0 no-repeat;
}
/*/*/




.sub_visual {width:100%; height:300px; background:url(../images/sub/bg_company01.jpg) no-repeat center; padding:170px 0 190px 0; box-sizing:border-box; overflow:hidden; font-size:54px; color:#fff; text-align:center; font-weight:600; text-transform:uppercase;}
.sub_visual span {position:relative; display:block; text-align:center; padding:80px 0; font-weight:400; font-size:21px;}
.sub_visual span::before {position:absolute; top:28px; left:50%; width:1px; height:40px; background:#fff; content:'';}

.sub_visual#sub01_02 {width:100%; height:300px; background:url(/resources/images/sub/bg_network02.jpg) no-repeat center; no-repeat center; padding:170px 0 190px 0; box-sizing:border-box; overflow:hidden; font-size:54px; color:#fff; text-align:center; font-weight:600; text-transform:uppercase;}
.sub_visual#sub03 {width:100%; height:300px; background:url(/resources/images/sub/bg_produnt.jpg) no-repeat center; no-repeat center; padding:170px 0 190px 0; box-sizing:border-box; overflow:hidden; font-size:54px; color:#fff; text-align:center; font-weight:600; text-transform:uppercase;}
.sub_visual#sub04 {width:100%; height:300px; background:url(../images/sub/bg_comm.jpg) no-repeat center; no-repeat center; padding:170px 0 190px 0; box-sizing:border-box; overflow:hidden; font-size:54px; color:#fff; text-align:center; font-weight:600; text-transform:uppercase;}



.hc_section {position:relative; width:100%; height:auto; padding:65px 0; background:#fff;}
.hc_section .section_title {font-size:32px; font-weight:400; color:#000; text-align:center; padding:10px 0; margin-bottom:30px; letter-spacing:-1px;}
.hc_section .section_title span {display:block; font-size:13px; color:#444; padding-top:20px; font-weight:400;}
.hc_section .contents_wrap {position:relative; width:1200px; height:100%; overflow:hidden; margin:0 auto;}






.thumbNail {width:380px; height:380px; overflow:hidden; margin:0 auto;}
.thumbNail img {display:block; width:100%; height:100%;}
.newPdt_desc {width:100%; padding:10px 0 20px 0; box-sizing:border-box;}
.newPdt_desc span.made {display:block; font-size:13px; color:#2a97E7; padding:10px 0;}
.newPdt_desc span.name {display:block; font-size:24px; color:#000; font-weight:500;}

.play_stop {position:absolute; top:50%; left:0; width:100%;}
.play_stop button {position:absolute; width:33px; height:57px; text-indent:-9999px;}
.play_stop .leftarrow {left:15%; background:url(/resources/images/sub/slider_left.gif) no-repeat center;}
.play_stop .rightarrow {right:15%; background:url(/resources/images/sub/slider_right.gif) no-repeat center;}


#new_arrival {padding-bottom:70px !important;}

#new_arrival_nav {width:100%; border-top:1px solid #d6d6d6; padding:20px 0;}
.new_slider-control {}
.new_slider-control .new_slider-pager {}
.new_slider-control .new_slider-pager button {display:inline-block; width:14.2%; height:120px; border:0; border-left:1px dotted #d6d6d6; background:none;}
.new_slider-control .new_slider-pager button:first-of-type {border-left:0; background:url(/resources/images/sub/product_sample/thumb_sample02.jpg) no-repeat center top;}
.new_slider-control .new_slider-pager button:first-of-type::before {font-size:15px; color:#333; content:'백설 요리수';}
.new_slider-control .new_slider-pager button.activeSlide {}



.blog_area {width:1200px; margin:50px auto 0; padding-bottom:30px; position:relative;}
.blog_area ul {zoom:1; width:105%;}
.blog_area ul:after {clear:both; content:''; display:block;}
.blog_area li {box-sizing:border-box;  float:left; margin-right:28px; margin-bottom:30px; position:relative; }
.blog_area li .chekbox { position:absolute; left:0px; top:0px;}
.blog_area li .chekbox input { width:20px; height:20px;}
.blog_area.view li {display:block;}
.blog_area li a {width:380px; height:393px;  box-sizing: border-box; display:block; border:1px solid #ccc; transition:all 0.3s;  }
.blog_area li a:hover {border:1px solid #2a97E7; }
.blog_area dl {padding:15px 20px;}
.blog_area dl dt {font-weight:bold; font-size:16px; height:26px; padding-top:10px; line-height:23px;  display: -webkit-box;text-overflow: ellipsis;white-space: normal;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.blog_area dl dd { line-height:21px; height:42px; display: -webkit-box;text-overflow: ellipsis;white-space: normal;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden; color:#7c7c7d; font-size:15px;}




