@charset "utf-8";

/* 게시판 목록 */
#bo_cate {
	position:relative;
	padding:10px;
	background-color:#242424;
}

#bo_gall>#bo_cate {
	margin-top:-30px;
}

#bo_cate ul {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(18%, auto));
	grid-gap:5px;
}

#bo_cate a {
	display:block;
	position:relative;
	padding:0 10px;
	border:1px solid rgba(255, 255, 255, .2);border-radius:3px;
	color:#fff;line-height:40px;
	text-align:center;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
	border-radius:3px;
	color:#fd6;
	background:#1c1c1c;
}

#bo_cate #bo_cate_on {
	color:#fc0;line-height:38px;
	background:#333;
	background:linear-gradient(#333, #4d4d4d);
	z-index:2;
}

#bo_cate form {
	display:none;
	margin:0;
}

#bo_cate form select {
	width:100%;height:36px;
	cursor:pointer;
}

#bo_gall {
	position:relative;
	padding:30px 0;
}

#bo_gall>.container {
	padding:0 10px;
}

#bo_gall #gall_ul {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	grid-gap:20px;
}

#bo_gall .gall_li {
	position:relative;
	border:1px solid #ccc;border-radius:0 0 2px 2px;
	cursor:pointer;
	transition:all .2s;
	overflow:hidden;
	background:#fff;
}

#bo_gall .gall_li:hover {
	border:1px solid #fa0;
}

#bo_gall .gall_li .gall_chk {
	position:absolute;
	top:0;right:0;
	padding:5px 6px;
	background:#fff;
	z-index:1;
}

#bo_gall .gall_li .gall_img {
	overflow:hidden;
	background:#ffaa00;
}

#bo_gall .gall_li .gall_img img {
	width:100%;height:auto !important;
	transform:scale(1);
	transition:all .3s;
}

#bo_gall .gall_li:hover .gall_img img {
	opacity:.5;
	transform:scale(1.1);
}

#bo_gall .gall_li .gall_text_href a {
	display:block;
}

#bo_gall .gall_li .gall_text_href a.bo_cate_link {
	padding:15px 15px 0 15px;
	font-weight:300;font-size:.85em;
	color:#268bbe;
}

#bo_gall .gall_li .gall_text_href a.bo_tit {
	padding:10px 15px 15px 15px;
	font-size:1.35em;
	line-height:1.3em;
	transition:all .2s;
}

#bo_gall .gall_li .gall_text_href a.bo_tit:hover,
#bo_gall .gall_li:hover a.bo_tit {
	color:#268bbe;
}

#bo_gall .gall_li .gall_cont {
	padding:15px;
	font-size:.9em;
	line-height:1.4em;
	text-align:left;
}

#bo_gall li.empty_list {
	padding:85px 0;
	text-align:center
}


/* 게시판 읽기 */
#bo_v {
	position:relative;
	margin-bottom:50px;
}

#bo_v_file {
	margin:10px 0;
	border:1px solid #d4d4d4;
}

#bo_v_file h2 {
	padding:10px;
	background:#f3f3f3;
}

#bo_v_file ul {
	list-style:none;
	margin:0;padding:5px 0;
}

#bo_v_file li {
	position:relative;
	padding:5px 10px;
}

#bo_v_file a {
	display:inline-block;
	color:#3497d9;
	text-decoration:underline;
	word-wrap:break-word;
}

#bo_v_file a:focus,
#bo_v_file a:hover,
#bo_v_file a:active {
	text-decoration:none;
}

#bo_v_file img {
	float:left;
	margin:0 10px 0 0;
}

.bo_v_file_cnt {
	position:absolute;
	top:5px;right:10px;
	font-size:0.92em;
	color:#888;
}

#bo_v_link {
	margin:10px 0;
	border:1px solid #d4d4d4;
}

#bo_v_link h2 {
	padding:10px;
	border-bottom:1px solid #e8e8e8;
	background:#f3f3f3;
}

#bo_v_link ul {
	list-style:none;
	margin:0;padding:5px 0;
}

#bo_v_link li {
	position:relative;
	padding:5px 10px;
}

#bo_v_link a {
	display:inline-block;
	color:#3497d9;
	text-decoration:underline;
	word-wrap:break-word;
}

#bo_v_link a:focus,
#bo_v_link a:hover,
#bo_v_link a:active {
	text-decoration:none;
}

.bo_v_link_cnt {
	position:absolute;
	top:5px;right:10px;
	font-size:0.92em;
	color:#888;
}

#bo_v_atc {
	min-height:200px;height:auto !important;
}

#bo_v_atc_title {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

#bo_v_img {
	width:100%;
	overflow:hidden;
}

#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}

#bo_v_img figure {
	margin:0;
	padding:20px;
}

#bo_v_img a.view_image {
	display:block;
}

#bo_v_img img {
	max-width:100%;height:auto;
	margin-bottom:20px;
}

#bo_v_con {
	width:100%;min-height:200px;
	margin:10px 0 30px;
	font-size:1.25em;
	line-height:1.7em;
	text-align:center;
	word-break:break-all;
	overflow:hidden;
}

#bo_v_con a {
	color:#000;
	text-decoration:underline;
}

#bo_v_con img {
	max-width:100%;height:auto;
}

.video {
	position:relative;
	max-width:940px;
	margin:0 auto 70px;padding:30px;
	background:#000;
}

.video>.innerWrap {
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
}

.video iframe,
.video-container object,
.video-container embed {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
}


/* 사업소개 */
.business {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:30px;
	padding:0 20px 20px;
	font-size:.88em;
}
.business dl {
	padding:20px;
	border-radius:12px;
	text-align:left;
	background-color:#fff;
	box-shadow:3px 7px 12px rgba(0,0,0,.1);
}
.business dt {
	font-size:1.2em;font-weight:600;
}
.business dt:before {
	display:inline-block;
	width:30px;height:30px;
	margin-right:12px;
	border-radius:4px;
	font-family:var(--ff-FA);font-weight:normal;
	color:#fff;
	text-align:center;
	background:#f63;
}
.business dl.qty dt:before {
	content:'\f085';
}
.business dl.mf dt:before {
	content:'\f275';
}
.business dl.cbr dt:before {
	content:'\f2b5';
}
.business dl.proc dt:before {
	content:'\f021';
}
.business dd {
	margin-top:20px;
}
.business dd ul, .business dd ol {
	list-style-type:none !important;
	margin:0 !important;padding:0 !important;
}
.business dd ul li, .business dd ol li {
	position:relative;
	color:#4c4c4c;line-height:1.5em;
}
.business dd ul li {
	padding-left:24px;
}
.business dd ul li:before {
	content:'';
	display:block;
	position:absolute;
	left:5px;top:10px;
	width:4px;height:4px;
	background:#333;
}
.business dd p {
	margin-bottom:20px;padding:6px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	background:#4c4c4c;
}
.business dd ol li {
	padding-left:45px;
}
.business dd ol li+li {
	margin-top:10px;
}
.business dl.proc .num {
	display:block;
	position:absolute;
	left:10px;
	width:24px;height:24px;
	border-radius:50%;
	color:#fff;line-height:30px;
	text-align:center;
	background:#4c4c4c;
}

/* 제품소개 */
.prod_list {
	display:inline-block;
}

.prod_list ol {
	list-style:none !important;
	padding-left:0 !important;
}

.prod_list ol li {
	position:relative;
	padding:7px 20px 7px 45px;
	border-radius:50px;
	font-family:var(--ff-NRg);
	line-height:1.5em;
}

.prod_list ol li+li {
	margin-top:5px;
}

.prod_list ol li:nth-child(even) {
	border:1px solid rgba(0, 0, 0, .1);
	background:#fff;
}

.prod_list ol li span.num {
	display:block;
	position:absolute;
	left:7px;top:7px;
	width:30px;height:30px;
	margin-right:10px;
	border-radius:50%;
	color:#fff;line-height:30px;
	text-align:center;
	background:#f60;
}

.prod_list ol li strong {
	font-family:var(--ff-NEb);font-size:1.05em;font-weight:normal;
	color:#f60;
}

.prod_bar {
	display:block;
	margin:20px auto;
	border:none;border-bottom:1px dashed #ccc;
}

.prod_fea {
	display:inline-block;
}

.prod_fea ul {
	list-style:none !important;
	padding-left:0 !important;
}

.prod_fea ul li {
	font-family:var(--ff-NRg);font-size:1.15em;
	line-height:1.5em;
	text-align:left;
}

.prod_fea ul li:before {
	content:'\f00c';
	margin-right:12px;
	font-family:var(--ff-FA);
	color:#4c4c4c;
}

.prod_fea ul li+li {
	margin-top:12px;
}

.prod_fea ul li strong {
	font-size:1.05em;font-weight:500;
	color:#f60;
}

.prod_infor {
	display:block;
	margin-top:30px;padding:25px;
	border-radius:12px;
	text-align:left;
	background-color:#fff;
}

.prod_infor h3 {
	margin:20px 0;padding-bottom:20px;
	border-bottom:1px dashed #ccc;
	font-size:1.5em;
	text-align:center;
}

.prod_infor h3:before,
.prod_infor h3:after {
	font-family:var(--ff-FA);font-weight:normal;
	color:#a5a5a5;line-height:0em;
	vertical-align:top;
}

.prod_infor h3:before {
	content:'\f10d';
	margin-right:15px;
}

.prod_infor h3:after {
	content:'\f10e';
	margin-left:15px;
}

.prod_infor .innerWrap {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:30px;
}

.prod_infor dl {
	margin-top:30px;
}

.prod_infor dt {
	padding:5px 0;
	border-radius:16px 3px 3px 3px;
	font-family:var(--ff-NEb);
	color:#fff;
	text-align:center;
	background:#2b6582;
}

.prod_infor dd {
	margin:20px;
}

.prod_infor dd p+p {
	margin-top:5px;
}

.prod_infor dd p:before {
	content:'\f0da';
	margin-right:10px;
	font-family:var(--ff-FA);
	color:#f60;
}

.prod_infor dd p.prod_img {
	margin-top:40px;padding:10px;
	border:1px solid #dcdcdc;
	text-align:center;
}

.prod_infor dd p.prod_img:before {
	content:'';
	display:none;
}

.prod_infor dd ol {
	display:flex !important;
	flex-direction:column;
	gap:40px;
	list-style-type:none !important;
	padding:0 !important;
}

.prod_infor dd ol li {
	display:flex !important;
	position:relative;
	border-radius:30px;
	font-size:.84em;
}

.prod_infor dd ol li:after {
	content:'\f063';
	display:block;
	position:absolute;
	left:100px;bottom:0;
	margin-bottom:-30px;
	font-family:var(--ff-FA);
	color:#f60;
}

.prod_infor dd ol li:last-child:after {
	content:'';
	display:none;
}

.prod_infor dd ol li .tit {
	flex-basis:200px;
	padding:8px 0;
	border-radius:100px 0 0 100px;
	color:#fff;
	text-align:center;
	background-color:#333;
}

.prod_infor dd ol li .cont {
	flex:1;
	padding:8px 15px;
	border-radius:0 100px 100px 0;
	background-color:#f3f3f3;
}

/*글쓰기*/
#bo_w {
	position:relative;
	padding:30px 10px;
}

#char_count_desc {
	display:block;
	margin:0 0 5px;padding:0
}

#char_count_wrap {
	margin:5px 0 0;
	text-align:right;
}

#char_count {
	font-weight:bold;
}

.bo_w_ul .bo_w_li {
	position:relative;
}

.bo_w_ul .bo_w_li+.bo_w_li {
	margin-top:10px;
}

.bo_w_ul .bo_w_li .w_inputs {
	width:100%;
	padding-left:10px;
	border:0;
	background-color:#f3f3f3;
	box-shadow:none;
}

.bo_w_ul .bo_w_li select {
	width:100%;height:38px;
}

.bo_w_ul .bo_w_li.bo_w_con textarea {
	padding:10px;
	border:none;
	line-height:1.4em;
	background-color:#f3f3f3;
	box-shadow:none;
	resize:none;
}

.bo_w_ul .bo_w_li.bo_w_op {}

.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul {
	display:inline-block;
}

.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li {
	float:left;
}

.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li+li {
	margin-left:15px;
}

.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li label span {
	position:relative;
	float:none;
	display:inline-block;
	width:20px;height:20px;
	margin-right:5px;
	vertical-align:middle;
}

.bo_w_ul .bo_w_li.bo_w_link .frm_input {
	width:100%;
	padding-left:40px;
}

.bo_w_ul .bo_w_li.bo_w_link label {
	position:absolute;
	left:0;top:0;
	width:40px;height:38px;
	border-radius:3px 0 0 3px;
	font-size:1.2em;
	line-height:38px;
	text-align:center;
}

.bo_w_ul .bo_w_li.bo_w_link label .fa {
	color:#b2b2b2;
}

.bo_w_ul .bo_w_li.bo_w_file .bo_w_file_wrap {
	position:relative;
	padding-left:40px;
	border-radius:5px;
	background-color:#f3f3f3;
}

.bo_w_ul .bo_w_li.bo_w_file .frm_input {
	margin-left:40px;padding-left:40px;
}

.bo_w_ul .bo_w_li.bo_w_file label {
	width:40px;height:38px;
	border-radius:3px 0 0 3px;
	font-size:1.2em;
	line-height:38px;
	text-align:center;
}

.bo_w_ul .bo_w_li.bo_w_file label .fa {
	position:absolute;
	left:10px;top:10px;
	color:#b2b2b2;
}

.bo_w_ul .bo_w_li.bo_w_file .file_del label {
	display:inline-block;
	width:auto;height:auto;
	padding-top:7px !important;
	font-size:.9em;
	color:#999;line-height:1em;
	text-align:left;
}

#bo_w .desc {
	margin-top:20px;
	font-size:.92em;
	color:#4c4c4c;line-height:1.3em;
}

#bo_w .desc:before {
	content:'\f069';
	margin-right:10px;
	font-family:var(--ff-FA);
	color:#f63;
}

#bo_w .desc strong {
	font-weight:normal;
	color:#f30;
}

#bo_w .desc ol {
	margin:12px 0 0 7px;
}

#bo_w .desc ol li {
	color:#4c4c4c;line-height:1.3em;
}

#bo_w .desc ol li+li {
	margin-top:5px;
}

.bbs_btn {
	float:none;
	margin-top:25px;
	text-align:right;
}

.bbs_btn ul {
	display:inline-block;
}


@media (max-width:1340px) {
	#bo_gall #gall_ul {
		grid-gap:10px;
	}

	#bo_v_atc {
		padding:0 10px;
	}
}

@media (max-width:1180px) {
	#bo_v_img figure {
		padding:0;
	}
	.business {
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	#bo_v_con {
		font-size:1em;
		line-height:1.5em;
	}	
	.prod_list ol li {
		padding-left:40px;
	}
	.prod_list ol li span.num {
		width:24px;height:24px;
		line-height:20px;
	}
	.prod_infor {
		margin-top:30px;
		padding:0;
		border-radius:0;
		background-color:inherit;
	}
	.prod_infor h3:before,
	.prod_infor h3:after {
		display:block;
	}
	.prod_infor h3:before {
		margin-bottom:15px;
	}
	.prod_infor h3:after {
		margin-top:15px;
	}
	.prod_infor .innerWrap {
		display:flex;
		flex-direction:column;
		gap:10px;
	}	
	.prod_infor dl {
		margin-top:10px;
	}
	.prod_infor dd p.prod_img {
		margin-top:10px;padding:5px;
		background:#fff;
	}	
}

@media (max-width:1024px) {
	#bo_gall .gall_li .gall_text_href a.bo_tit {
		font-size:1.15em;
	}
}

@media (max-width:768px) {
	#bo_cate {
		padding:5px;
	}

	#bo_cate ul {
		display:none;
	}

	#bo_cate form {
		display:block;
	}

	#bo_gall #gall_ul {
		grid-template-columns:repeat(2, 1fr);
	}

	#bo_gall .gall_li .gall_text_href a.bo_tit {
		font-size:1.05em;
	}
	
	.business {
		padding:0;
		font-size:.8em;
	}
	.business dl {
		border:1px solid #d5d5d5;
		box-shadow:none;
	}
	.business dt {
		font-size:1.1em;
	}
	.business dt:before {
		width:22px;height:22px;
		margin-right:10px;
		font-size:.8em;
		line-height:22px;
	}
	.business dd {
		margin-top:10px;
	}
	.prod_infor dd {
		margin:10px 5px 0;
	}
	.prod_infor dd ol li .tit {
		flex-basis:150px;
		padding:8px 0;
		border-radius:100px 0 0 100px;
		color:#fff;
		text-align:center;
		background-color:#333;
	}
}