@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll; font-size:10px; color:#333}

@media all and (max-width:480px){
	html {font-size:8px;}
}
body {
margin:0;
padding:0;
padding-top:112px;
font-size:1.6rem;font-family:'Pretendard', dotum, sans-serif; 
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul {margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd {margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Pretendard', dotum, sans-serif;font-size:1em}
button {cursor:pointer; background-color:#fff;}
textarea, select {font-family:'Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#333;text-decoration:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

*, :after, :before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}
 
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
 
.placeholdersjs {color:#aaa !important}

/* 팝업레이어 */
#hd_pop {z-index:2000;position:relative;margin:0 auto;max-width:1200px;height:0;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}
@media all and (max-width:680px){
	.hd_pops {
		left:5% !important;
		top:110px !important;
		max-width:90% !important;
	}
	.hd_pops_con {
		width:100% !important;
		height:inherit !important;		
	}
	.hd_pops_con p {
		font-size:0;
	}
}


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em
}

/* 캡챠 스타일링 plugin/kcaptcah/kcaptcha.lib.php */
#captcha{
	display:grid;
	grid-template-columns:1fr 7rem 7rem;
	gap:1rem;
}
#captcha .captcha_img_box {
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #333;	
}
#captcha_audio {
	order:5;
}
#captcha_mp3, #captcha_reload {
	height:7rem;
	font-size:0;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#4b4b4b;
}
#captcha #captcha_mp3 { background-image:url("/theme/basic/img/captcha_mp3.png"); }
#captcha #captcha_reload { background-image:url("/theme/basic/img/captcha_reload.png"); }
#captcha #captcha_key {
	order:4;
	grid-column:1 / 4;
	padding-left:4rem;
}

/* 공통 페이지너비, 테마 컬러등 */
.cormorant{font-family: 'Cormorant';}
.hidden{position:absolute;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.header_container {
	width:100%;
	max-width:1790px;
	margin:0 auto;
}
@media all and (max-width:1790px){
	.header_container  {
		width:93.65%;
		padding:0 !important;
	}
}

@media all and (max-width:640px){
	.header_container {
		width:93.65%;
		padding:0 3rem;
	}
}

.inner_container {
	max-width:1420px;
	width:100%;
	margin:0 auto;
}

@media all and (max-width:1420px){
	.inner_container{
		padding:0 8rem;
	}
}

@media all and (max-width:480px){
	.inner_container {
		padding:0 3rem;
	}
}


/* ==========================================================================*/
/* 헤더 */
/* ==========================================================================*/
#hd {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:101;
	background-color:#fff;
}
#hd_wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:2rem;
	padding-bottom:2rem;
	background-color:#fff;
}
.gnb_menubox {
	display:flex;
	justify-content:space-between;
}
#gnb {
	position:absolute;
	left:50%;
	top:0;
	translate:-50% 0;	
	width:max-content;
	height:100%;
	z-index:1000;
}
.gnb_wrap {
	height:100%;
}

#gnb_1dul {
	display:flex;
	justify-content:space-between;	
	height:100%;
}
#gnb_1dul .gnb_1dli{
	height:100%;
	position:relative;
}

#gnb_1dul .gnb_1da{
	font-size:2rem;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	padding:2rem;
}
#gnb_1dul .gnb_1da:hover {
	color:#89b929;
}

.gnb_1dli:hover .gnb_2dul {
	display:block;
}

#gnb_1dul .gnb_2dul {
	display: none;
	position:absolute;
	top:100%;
	left:50%;
	translate:-50% 0;
	width:100%;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index:1000;
}
#gnb_1dul .gnb_2da{
	display:block;
	text-align:center;
	padding:1.5rem 0;
}
#gnb_1dul .gnb_2da:hover{
	color:#89b929;
}

.gnb_2dul_box {
	position:relative;
}

.gnb_3dul {
	display:none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 250px;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index:1000;
}

.gnb_3dul .gnb_3da {
	display:block;
	text-align:center;
	padding:1.5rem 0;
}

.gnb_3dul .gnb_3da:hover {
	color:#89b929;
}

.gnb_2dul_box > li:hover .gnb_3dul {
	display:block;
}

.gnb_right_btns {
	display:flex;
	align-items: center;
    gap: 5px;
}

.gnb_right_btns button {
	padding:10px 15px;
	border-radius:30px;
	font-weight:bold;
}

.gnb_right_btns .search_box {
	border-radius:50%;
	border:1px solid #ddd;
	width:34px;
	height:34px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding:8px 10px;
}

.gnb_right_btns .search_box:hover {
	background-color:#333;
}

.gnb_right_btns .search_box:hover img {
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}

.gnb_right_btns .search_box .serach_icon {
	display:inline-block;
	width:18px;
	height:18px;
}

.gnb_right_btns .search_box .serach_icon img {
	vertical-align:unset;
}

.gnb_right_btns .catalog {
	color:#fff;
	border:0;
	background-color:#89b929;
	width:90px;
}

.gnb_right_btns .catalog:hover {
	background-color:#333;
}

.gnb_right_btns .catalog .catalog_link {
	color:#fff;
}

.gnb_right_btns .lengbox {
	position:relative;
	display:flex;
	gap:15px;
	border:1px solid #ddd;
	border-radius:17px;
	padding: 8px 9px;
}

.gnb_right_btns .lengbox > a {
    font-weight: bold;
	color:#ddd;
}
.gnb_right_btns .lengbox > a::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:1px;
	height:10px;
	background:#ddd;
}

.gnb_right_btns .lengbox > a:first-child {
}

.gnb_right_btns .lengbox > a:last-child {
	border-right:unset;
}


.gnb_right_btns .lengbox > a:hover,
.gnb_right_btns .lengbox > a.active {
	position: relative;
    z-index: 1;
	color:#333;
}

/*.gnb_right_btns .leng{	*/
/*	position:relative;*/
/*	z-index:1;*/
/*	border:1px solid #333;*/
/*	background-color:#fff;*/
/*}*/
.gnb_right_btns .leng_list{	
	translate:0 -100%;
	position:absolute;
	transition:0.3s;
}
.gnb_right_btns .leng_list.on{
	translate:0 0;
}
.gnb_right_btns .leng_list button{
	border:1px solid #333;
	background-color:#fff;
}
.gnb_right_btns .gnb_menu_btn {
	position:relative;
	width:50px;
	height:18px;
	border:0;
	margin-left:10px;
}
.gnb_right_btns .gnb_menu_btn span {
	position:absolute;
	left:50%;
	translate:-50% 0;
	width:100%;
	height:3px;
	background-color:#333;
}
.gnb_right_btns .gnb_menu_btn span:nth-child(1) {
	top:0;
}
.gnb_right_btns .gnb_menu_btn span:nth-child(2) {
	top:50%;
	translate:-50% -50%;;
}
.gnb_right_btns .gnb_menu_btn span:nth-child(3) {
	bottom:0;
}
@media all and (max-width:1400px){
	#gnb_1dul .gnb_1da {
		font-size:1.8rem;
		padding:2rem 1rem;
	}
}
@media all and (max-width:1200px){
	#gnb { display:none; }
	.gnb_right_btns .catalog { display: none; }
  
	#hd_wrapper #logo img {
		width:200px;
	}
}
/* ==========================================================================*/
/* 전체메뉴 */
/* ==========================================================================*/
#gnb_all {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left:470px;
	z-index:1000;
	background-image:url('/theme/basic/img/allmenu_logo.png'), url("/theme/basic/img/allmenu_bg.jpg");
	background-position:left 10rem center, left center;
	background-repeat:no-repeat;
}
#gnb_all .gnb_all_box {
	width:100%;
	height:100%;
	padding-top:100px;
	padding-left:120px;
	background-color:#fff;
}
#gnb_all .gnb_all_box .gnb_al_li{
	display:grid;
	grid-template-columns:37rem 1fr;
	margin-bottom:7rem;
	align-items: baseline;
}
#gnb_all .gnb_all_box .gnb_al_a{
	font-size:40px;
	font-weight:bold;
	color:#333;	
}
#gnb_all .gnb_all_box .gnb_al_li:hover .gnb_al_a{
	color:#89b929;
}
#gnb_all .gnb_all_box .gnb_al_2ul{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
}
#gnb_all .gnb_all_box .gnb_al_2ul .gnb_al_2a{
	font-size:2rem;
	font-weight:600;
}
#gnb_all .gnb_all_box .gnb_al_2ul .gnb_al_2li:hover .gnb_al_2a{
	color:#89b929;
}

#gnb_all .gnb_all_box .gnb_al_3ul{
	margin-top:2.5rem;
}
#gnb_all .gnb_all_box .gnb_al_3li{
	margin-bottom:1rem;
}
#gnb_all .gnb_all_box  .gnb_al_3li > a{
	color:#333;
}
#gnb_all .gnb_all_box .gnb_al_3li > a:hover{
	color:#89b929;
}

.gnb_close_btn {
	position:absolute;
	top:40px;
	right:80px;
	width:50px;
	height:18px;
	border:0;	
	background-color:transparent;
}
.gnb_close_btn span {
	position:absolute;
	left:50%;
	top:50%;
	translate:-50% -50%;
	width:100%;
	height:3px;
	background-color:#333;
}
.gnb_close_btn span:nth-child(1) {	
	rotate:-45deg;
}
.gnb_close_btn span:nth-child(2) {
	rotate:45deg;
}
@media all and (max-width:1760px){
	#gnb_all {
		padding-left:0;
	}
	#gnb_all .gnb_all_box {
		padding-top:100px;
		padding-left:40px;
	}

	#gnb_all .gnb_all_box .gnb_al_2ul {
		    grid-template-columns: repeat(2, 1fr);
	}
	#gnb_all .gnb_all_box .gnb_al_li {
		margin-bottom:3rem;
	}
}

@media all and (max-width:900px){

	#gnb_all .gnb_all_box .gnb_al_a {
		margin-bottom:2rem;
	}

	#gnb_all .gnb_all_box .gnb_al_li {
		grid-auto-rows: 10rem 1fr;
		grid-template-columns:none;
	}
	.gnb_close_btn {
		right: 20px;
	}
}

/* ==========================================================================*/
/* 메인 */
/* ==========================================================================*/
.main_intro {
	padding-top:9rem;
	padding-bottom:9rem;
}
.main_intro p {
	font-size:12.5rem;
}
.main_intro p:last-child {
	text-align:right;
}
@media all and (max-width:1280px){
	.main_intro,
	.main_intro p:last-child {
		text-align:center;
	}

	.main_intro p {
		font-size:8rem;
		word-break:keep-all;
	}
}
@media all and (max-width:780px){
	.main_intro p {
		font-size:6rem;
	}
	.main_intro p:first-child {
		margin-bottom:4rem;
	}
}

.main_topbg {
	height:520px;
	background-image:url("/theme/basic/img/main_topbg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-size:cover;
}
@media all and (max-width:640px){
	.main_topbg {
		height:300px;
	}
}
.sectitle {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:4rem;
	border-bottom:2px solid #333;
}
.sectitle h2 {
	font-size:6.5rem;
}
.sectitle h2 .cormorant {
	font-weight: 400;
}
.sectitle h2 strong {
	font-weight: 600;
}
.sectitle .direct {
	position:relative;
	font-size:2.1rem;
	padding-right:50px;
}
.sectitle .direct .icon {
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#333;
	transition:0.3s;
}
.sectitle .direct .icon:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
	width:18px;
	height:16px;
	background-image:url("/theme/basic/img/direct_arrow.png");
	background-repeat:no-repeat;
	background-position:center;
	transition:0.3s;
}
.sectitle .direct:hover .icon:after {
	rotate:-45deg;
}
.sectitle .direct:hover .icon{
	background-color:#89b929;
}
@media all and (max-width:620px){
	.sectitle {
		display:block;
	}
	.sectitle h2 {
		font-size:4.5rem;
		margin-bottom:2rem;
	}
}

/* product */

.productwrap {
	margin-top:5rem;
	overflow:hidden;
}

.productwrap .swiper-wrapper {
	height:auto;
}

.productwrap .swiper-slide .imgbox {
	width:100%;
	background:#eee;
	border-radius:3rem;
}


.productwrap .swiper-slide .imgbox img {
	width:100%;
}

.productwrap .swiper-slide:hover .imgbox {
		background:#fff;
		border: 4px solid #89b929;
		transform: scale(1);
	 transition: transform .3s ease
}

.productwrap .swiper-slide h3 {
	font-size: 3.2rem;
    font-weight: bold;
    margin: 3rem 0;
}

.productwrap .swiper-slide:hover h3 {
	color:#89b929;
}

.productwrap .swiper-slide p {
	    font-size: 1.8rem;
}

.product {
	padding-top:12rem;
	padding-bottom:12rem;
}

.application {
	padding-top:12rem;
	padding-bottom:12rem;
	background-color:#f5f5f5;
}

.application .swiper-wrapper {
	height:auto;
}

.application .boardswrap {
	margin-top:5rem;
	overflow:hidden;
}
.application .boardswrap .cate{
	position:relative;
	padding-top:410px;
	border-radius:3rem;
	width:400px;
/*	overflow:hidden;*/
	background-size:cover;
}


.application .whitegoods {	background-image:url('/theme/basic/img/main_app01.jpg'); }
.application .supply { background-image:url('/theme/basic/img/main_app02.jpg'); }
.application .automotive { background-image:url('/theme/basic/img/main_app03.jpg'); }
.application .energysaving { background-image:url('/theme/basic/img/main_app04.jpg'); }
.application .boardswrap .cate h3 {
	position:absolute;
	bottom:5rem;
	left:5rem;
	color:#fff;
	font-size:3.2rem;
	font-weight:bold;
}
.application .boardswrap .hovercon {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:5rem;
	border: 4px solid #89b929;
	border-radius:3rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff
}
.application .boardswrap .hovercon .contit{
	font-size:3.2rem;
	font-weight:bold;
	margin-bottom:3rem;
}
.application .boardswrap .hovercon ul li {
	margin-bottom:1.5rem;
}
.application .boardswrap .hovercon ul li a{
	position:relative;
	font-size:1.8rem;
	padding-left:1.5rem;
}
.application .boardswrap .hovercon ul li a:after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#333;
}
.application .boardswrap .hovercon ul li a:hover{
	color:#89b929;
	text-decoration:underline;
}
.application .boardswrap .hovercon ul li a:hover:after{
	background-color:#89b929;
}

@media all and (max-width:480px){
	.application .boardswrap .cate {
		padding-top: 350px;
	}
}

.community {
	padding-top:12rem;
	padding-bottom:12rem;
}

.contact .inner_container {
	color:#fff;
	padding:7rem 10rem;
	border-radius:5rem;
	background-image:url("/theme/basic/img/main_contactus_bg.jpg");
	background-repeat:no-repeat;
	background-position:left center;
}
.contact h2 {
	font-size:4.5rem;
	line-height:1.3;
	margin-bottom:3rem;
}
.contact p {
	font-size:1.8rem;
	line-height:1.625;
	margin-bottom:6rem;
}
.contact .direct {
	position:relative;
	font-size:2.1rem;
	color:#fff;
	padding-right:50px;
}
.contact .direct .icon {
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#fff;
	transition:0.3s;
}
.contact .direct .icon:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
	width:18px;
	height:16px;
	background-image:url("/theme/basic/img/direct_arrow_blk.png");
	background-repeat:no-repeat;
	background-position:center;	
	transition:0.3s;
}
.contact .direct:hover .icon:after {
	rotate:-45deg;
}

@media all and (max-width:1420px){
	.contact {
		padding:0 8rem;
	}
}

@media all and (max-width:980px){
	.contact {
		padding:0;
	}

	.contact .inner_container {
		padding:7rem 5rem;
		border-radius:0;
		background-size:cover;
	}
	.contact h2 {
		font-size:3.2rem;
	}
}
@media all and (max-width:640px){
	.contact .inner_container {
		padding:5rem 3rem;
	}
}
/* ==========================================================================*/
/* 푸터 */
/* ==========================================================================*/
#ft {
	color:#fff;
	margin-top:12rem;
	background-color:#222;
}
#ft a {
	color:#fff;
}
#ft_top{ 
	display:flex;
	justify-content:space-between;
	padding:2.5rem 0;
	border-bottom:1px solid #7d7d7d;
	flex-wrap:wrap;
}
#ft_top .ft_link{ 
	display:flex;
	align-items:center;
}
#ft_top .ft_link li{
	position:relative;
}
#ft_top .ft_link li:not(:last-child){ 
	margin-right:18px;
	padding-right:15px;
}
#ft_top .ft_link li:not(:last-child):after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:3px;
	height:3px;
	border-radius:50%;
	background-color:#777;
}
#ft_top .ft_link a { 
	font-size:1.8rem;
	color:#fff;
}
#ft_top .ft_link li:first-child a {
	font-weight:bold;
}
#ft_top .ft_btns a, #ft_top .ft_btns button{ 
	border-radius:5rem;
	border:0;
}
#ft_top .ft_btns {
	display:flex;
	align-items:center;
	gap:1rem;
	flex-wrap: wrap;
}
#ft_top .ft_btns .catalog { 
	display:inline-block;
	width:140px;
	text-align:center;
	padding:1.5rem 0;
	margin-right:1rem;
	background-color:#759c27;
}
#ft_top .ft_btns .catalog {
	background-color:#89b929;
}
#ft_top .ft_btns .family { 
	position:relative;
}
#ft_top .ft_btns .family button { 
	position:relative;
	color:#fff;
	width:220px;
	text-align:left;
	padding:1.5rem 2.5rem;
	background-color:#484848;
}
#ft_top .ft_btns .family button:after, #ft_top .ft_btns .family button:before { 
	content:'';
	position:absolute;
	top:50%;
	right:3rem;
	translate:0 -50%;
	width:3px;
	height:16px;
	background-color:#fff;
}
#ft_top .ft_btns .family button:after {
	rotate:90deg;
}
#ft_top .ft_btns .family .family_box {
	position:absolute;
	top:100%;
	width:100%;
	display:none;
	border-radius:2rem;
	background-color:#484848;
}
#ft_top .ft_btns .family .family_box li a {
	display:block;
	padding:1.5rem 2.5rem;
	border-radius:2rem;
}
#ft_top .ft_btns .family .family_box li a:hover {
	background-color:#333;
}

#ft_bottom {
	display:flex;
	justify-content:space-between;	
	padding:6rem 0;
	flex-wrap:wrap;
}
#ft_bottom .desc{
	font-size:4.2rem;
	color:#89b929;
}
#ft_bottom .ft_company {
	text-align:right;
}
#ft_bottom .ft_company .cs{
	margin-bottom:3rem;
}
#ft_bottom .ft_company .cs span{
	font-size:2.4rem;
	color:#89b929;	
	margin-right:1rem;
}
#ft_bottom .ft_company .cs strong{
	font-size:3.5rem;
}
#ft_bottom .ft_company .address{
	color:#999;
	line-height:1.825;
	margin-bottom:2rem;
}
#ft_bottom .ft_company .ft_copy{
	color:#999;
}
#ft_bottom .ft_company .ft_copy a{
	color:#999;
}
@media all and (max-width:1400px){
	
}

/* 서브 페이지 공통 */
.theme_color { color:#89b929; }
.ctt_admin, .btn_admin, .btn_b01 {
	 display:none; 
}

.path_wrap {
	position:fixed;
	top:114px;
	left:0;
	width:100%;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background-color:#f7f7f7;
	z-index:100;
}
.path_wrap .inner_container{
	display:flex;
}
.path_wrap .path_li {
	position:relative;
}
.path_wrap .home{
	display:block;
	width:60px;
	height:60px;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	background-image:url("/theme/basic/img/path_home.png");
	background-repeat:no-repeat;
	background-position:center;
}
.path_wrap .path_li > button {
	width:250px;
	height:100%;
	text-align:left;
	padding-left:2rem;	
	border:0;
	border-right:1px solid #e7e7e7;	
	background-color:#f7f7f7;
}
.path_wrap .path_li > button:after {
	content:'';
	position:absolute;
	top:50%;
	right:2rem;
	translate:0 -50%;
	width:10px;
	height:6px;
	background-image:url("/theme/basic/img/path_arrow.png");
}
.path_wrap .path_ul2{
	position:absolute;
	display:none;
	width:100%;
	background-color:#f7f7f7;
}
.path_wrap .path_ul2 li {
	border-bottom:1px solid #e7e7e7;
}
.path_wrap .path_ul2 li a{
	display:block;
	padding:2rem;
}
.path_wrap .path_ul2 li a:hover{
	background-color:#ddd;
}

@media (max-width: 1000px) {
	.path_wrap {
		display:none;
	}	
}

.sub_header {
	padding:12rem 0 8rem;
}
.sub_header h2{
	color:#333;
	font-size:6rem;
	font-weight:bold;
	margin-bottom:4rem;
}
.sub_header h2 span{
	display:block;
	font-size:2.4rem;
	font-weight:500;
	margin-bottom:3rem;
}

.slide_ul2 {
	display:inline-flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:5px;
	border:1px solid #ddd;
	border-radius:5rem;
}

/*.side_li {*/
/*	text-align:center;	*/
/*}*/

.slide_ul2 li a{
	display:block;
	width:230px;
	font-size:2.2rem;
	font-weight:600;
	text-align:center;
	padding:2.5rem;
	border-radius:5rem;
}
.slide_ul2 li a.active{
	color:#fff;
	background-color:#89b929;
}

@media all and (max-width:1280px){
	.slide_ul2 {
		padding:0;
		width:100%;
	}

	#app .slide_ul2 li {
		width:50%;
	}
	.slide_ul2 li  {
		width:100%;
	}

	.slide_ul2 li a {
		width:100%;
	}

	.sub_header h2 {
		text-align:center;
	}
}

/* 인풋 공통 스타일링*/
.chk_box .checkbox {
	display:inline-block;
	width:2rem;
	height:2rem;
	border:1px solid #ddd;
	border-radius:5px;
	margin-right:5px;
}
.chk_box input:checked + .checkbox{
	background-color: #1466f3;
	background-image:url("/theme/basic/img/chk.png");
	background-repeat:no-repeat;
	background-position: center;
}
/* 게시판 관련 */
.cke_sc {display:none;}
/* 댓글*/
#bo_vc {
	margin-bottom:2rem;
	margin-top:7rem;
}
#bo_vc > h2{ 
	padding-bottom:2rem;
	border-bottom:2px solid #333;	
}
#bo_vc h2 > p {
	font-weight:400;
	font-size:1.8rem;
	margin-top:3rem;
}
#bo_vc article {	
	position:relative;
	padding:3rem 0;
	gap:2rem;
	border-bottom:1px solid #ddd;
}
#bo_vc article time{	
	color:#777;
}
#bo_vc article .cmt_contents{	
	line-height:1.5;
}
#bo_vc .bo_vl_opt {
	position:absolute;
	top:3rem;
	right:0;
}
#bo_vc .bo_vl_opt .btn{
	width:5rem;	
	height:5rem;
	padding:0;
	border-radius: 1rem;
}
#bo_vc .bo_vl_opt .btn:hover {
	color:#fff;
	border: 2px solid transparent;
}
#bo_vc .bo_vc_act {
	display:none;
	position:absolute;
	top:110%;
	left:50%;
	translate:-50% 0;
	width:6rem;
	line-height:1.5em;
	text-align:center;
	border:1px solid #333;
	border-radius:1rem;
	padding:1.5rem 0;
	background:#fff;
	z-index:1;
}
#bo_vc .bo_vc_act a:hover {
	font-weight:500;
}
#bo_vc article .cm_wrap header{	
	margin-bottom:1rem;
}
#bo_vc article .cm_wrap .comment_name{	
	padding-right:1rem;
	border-right:1px solid #ddd;
	margin-right:1rem;
}
#bo_vc_empty{
	padding: 5rem 3rem;
}
#bo_vc .bo_vc_w_info{
	margin-top:1rem;
}
#bo_vc .btn_confirm{
	margin:0;
}
#bo_vc .btn_submit {
	width: 100%;
    line-height: 3em;
    border: 1px solid #333;
    margin-top: 1rem;
}
#bo_vc .btn_submit:hover {
	color:#fff;
	border: 1px solid transparent;
}
#bo_vc #wr_content {
	width: 100%;
}
@media all and (max-width:780px){
	#bo_vc .bo_vl_opt .btn{
		width:3rem;
		padding:7px 0;
	}
}

/* 댓글쓰기 */
#bo_vc_w {
	margin-top:7rem;
}
#bo_vc_w h2{
	margin-bottom:3rem;
}
#bo_vc_w form input {
	font-size:1.6rem;
}
#bo_vc_w .bo_vc_top {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:5px;
	margin-bottom:2rem;
}
#bo_vc_w input {
	height:4.5rem;
	line-height:4.5rem;
}
#bo_vc_w .bo_vc_top .chk_box{
	position:relative;
	margin-left:2rem;
}
#bo_vc_w .con_wrap{
	display:grid;
	grid-template-columns:1fr 13rem;
	margin-bottom:2rem;
}
#bo_vc_w .con_wrap > div {
	font-size:0;	
}
#bo_vc_w .con_wrap .btn_confirm {
	margin:0;
}
#bo_vc_w #wr_content {
	width:100%;
	height:140px;
	font-size:1.6rem;
	border-right:0;
}
#bo_vc_w .btn_submit {
	width:100%;
	height:100%;
	font-size:1.6rem;
	color:#fff;
	background-color:#333;
}
#bo_vc_w .btn_submit:hover {
	color:#fff;
	border:1px solid transparent;
}

.bo_vc_w_info .certinput{
	width:100%;
	height:3rem;
	line-height:3rem;
	padding: 0 2rem;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-bottom:1rem;
}
@media all and (max-width:780px){
	#bo_vc_w .bo_vc_top {
		margin-bottom:1rem;
	}
	#bo_vc_w form input:not(.sound_only) {
		width:calc(50% - 3px);
	}
	#bo_vc_w .bo_vc_top .chk_box{
		margin-left:0;
	}
}
@media all and (max-width:640px){
	#bo_vc_empty {
		padding:3rem 1.5rem;
	}
	#bo_vc_w #wr_content {
		height:90px;
	}
}
/* 이전글 다음글*/
.bo_v_nb {
	border-top: 1px solid #ddd;
	margin-bottom: 6rem;
}
.bo_v_nb li {
	display: grid;
	grid-template-columns: 20rem 1fr;
	font-size:1.8rem;
	border-bottom: 1px solid #ddd;	
}
.bo_v_nb li .nb_head{
	padding: 2rem 0;
	font-weight:bold;
	text-align: center;
	background-color: #f4f4f4;
}
.bo_v_nb li .nb_body{
	padding: 2rem 0 2rem 3rem;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bo_v_nb li .nb_body span{
	color: #999;
}
@media all and (max-width: 640px){
	.bo_v_nb li {
		grid-template-columns: 13rem 1fr;
	}
}


/* 검색 */
#list_search {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
}
#list_search > p {
	font-size: 1.8rem;
}
#list_search > p span {
	color:#777;
}
#list_search .input_wrap input,
#list_search .input_wrap select{
	font-size: 1.6rem;
	height: 55px;
	background-repeat: no-repeat;	
	padding-left: 1.5rem;
	border: 1px solid #ddd;
}
#list_search .input_wrap form {
	position:relative;
	font-size: 0;
}
#list_search .input_wrap select {
	width: 12rem;
	line-height: 1em;
	appearance:none;
	border-radius:10px;
	margin-right: 5px;
	background-image: url("/theme/basic/img/select_arrow.png");
	background-position: right 1.5rem center;
}
#list_search .input_wrap input[type="text"]{
	width: 36rem;
	padding-right: 14rem;	
	border-radius:10px;
}
#list_search .input_wrap input[type="text"]::placeholder {
	color: #bbb;
}
#list_search .input_wrap input[type="submit"]{
	position:absolute;
	top:1px;
	right:1px;
	width: 7rem;	
	height:calc(100% - 2px);
	padding:0;	
	cursor: pointer;
	border:0;
	border-radius:10px;
	background-color:#fff;
	background-image:url("/theme/basic/img/search_ico.png");
	background-position:center;
}
@media all and (max-width: 640px){
	#list_search {
		flex-wrap:wrap;
		gap:2rem;
		margin-bottom: 4rem;
		width:300px;
	}
	#list_search .input_wrap select {
		width:100%;
		margin-right:0;
		margin-bottom:1rem;
	}
	#list_search .input_wrap input[type="text"] {
		width:150px;
	}
}
/* 페이징 스타일링 */
.pg_wrap {
	margin:6rem 0 30px;text-align:center; 
}
.pg_wrap:after {
	display:block;visibility:hidden;clear:both;content:""
}
.pg {
	text-align:center; font-size: 0;
}
.pg_numwrap { 
	display: inline-block; 
}
.pg_page, .pg_current,.qa_page {
	display:inline-flex; align-items: center; justify-content: center; border:1px solid #e2e2e2; 
}
.pg a:focus, .pg a:hover {
	text-decoration:none
}
.pg_page,.qa_page {
	color:#070506; font-size: 1.6rem; height:40px;width:40px;text-decoration:none;
}
.pg_page:hover,.qa_page:hover {
	border: 1px solid #333;
}
.pg_start {
	text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/pg_start.png') no-repeat center;padding:0;border:1px solid #eee;  border-right: 0; 
}
.pg_prev {
	text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/pg_prev.png') no-repeat center;padding:0;border:1px solid #eee; margin-right: 12px;
}
.pg_start.pg_disabled {
	background-image:url('/theme/basic/img/pg_start_disabled.png');
}
.pg_prev.pg_disabled {
	background-image:url('/theme/basic/img/pg_prev_disabled.png');
}
.pg_end {
	text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/pg_end.png') no-repeat center;padding:0;border:1px solid #eee;  border-left: 0;
}
.pg_next {
	text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/pg_next.png') no-repeat center;padding:0;border:1px solid #eee; margin-left: 12px;
}
.pg_end.pg_disabled {
	background-image:url('/theme/basic/img/pg_end_disabled.png'); 
}
.pg_next.pg_disabled {
	background-image:url('/theme/basic/img/pg_next_disabled.png');
}
.pg_disabled { 
	cursor: not-allowed; 
}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {
	background-color:#fafafa
}
.pg_current {
	background:#333;border:0; color:#fff; font-size: 1.6rem; height:40px;width:40px; text-decoration:none; 
}
.pg_current:last-child, .pg_page:last-child {
	margin-right: 0;
}
/*파일*/
#bo_v_file {
	color: #333;
	display: grid;
	align-items: center;
	grid-template-columns: 160px 1fr;
	padding: 2rem 4rem;
	border: 1px solid #333;
	border-radius:3rem;
	margin-bottom: 1.5rem;
}
#bo_v_file .view_file_download {
	position:relative;	
	color: #333;
	display: block;
	padding: 1rem 4rem;
	word-break: break-all;
}
#bo_v_file .view_file_download:after {		
	content:'';
	position:absolute;
	left:0;
	top:50%;
	translate:0 -50%;
	width:26px;
	height:26px;
	border-radius:5px;	
	border:1px solid #ddd;
	background-image: url("/theme/basic/img/file.png");
	background-repeat: no-repeat;
	background-position: center;
	transition:0.3s;
}
#bo_v_file .view_file_download:hover:after {	
	border:1px solid transparent;
	background-image: url("/theme/basic/img/file_w.png");
	background-color:#89b929;
}
@media all and (max-width:640px){
	#bo_v_file{
		padding:2rem;
		grid-template-columns: 1fr;
	}	
}
/* 링크 */
#bo_v_link {
	 color: #333;
    display: grid;
    align-items: center;
    grid-template-columns: 160px 1fr;
    padding: 2rem 4rem;
    border: 1px solid #333;
	border-radius:3rem;
    margin-bottom: 7rem;
}
#bo_v_link li {
	overflow:hidden;
}
#bo_v_link li a{
	position:relative;
	display:block;
	color: #333;
    padding: 1rem 4rem;
	word-break: break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#bo_v_link li a:after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	translate:0 -50%;
	width:26px;
	height:26px;
	border-radius:5px;	
	border:1px solid #ddd;
	background-image: url("/theme/basic/img/bd_link.png");
	background-repeat: no-repeat;
	background-position: center;
	transition:0.3s;
}
#bo_v_link li a:hover:after{
	border:1px solid transparent;
	background-image: url("/theme/basic/img/bd_link_w.png");
	background-color:#89b929;
}
@media all and (max-width:640px){
	#bo_v_link{
		padding:2rem;
		grid-template-columns: 100%;
	}	
}
/* 글 상세 */
#bo_v_con img {
	max-width:100%;
}


/* 푸터버튼 */
.list_footer {
	position:relative;
}
.list_footer .write_btn {
	position:absolute;
	top:0;
	right:0;
	display:flex;
	align-items: center;
	justify-content:center;
	height:100%;
	font-weight:500;
	width:12rem;
	border:1px solid #333;
	border-radius:5rem;
}
.list_footer .write_btn:hover{
	color:#fff;
	border:1px solid transparent;
	background-color:#89b929;
}

.btn_bo_user {
	display:flex;
	justify-content:space-between;
}
.btn_bo_user .more_opt{
	display:flex;
	gap:5px;
}
.btn_bo_user .more_opt button{
	padding:5px 10px;
	border:1px solid #333;
}

@media all and (max-width: 640px){
	.pg_wrap { margin: 4rem 0 20px; }
	.list_footer .write_btn {
		position:static;
		width:100%;
		height:4rem;
		margin-bottom:3rem;
	}
}
 @media all and (max-width:540px){
	.blist_wrap {
		margin-bottom:0;
	}
	.pg_wrap {
		margin:2rem 0 20px;
	}
}
@media all and (max-width: 340px){
	.pg_page, .pg_current, .qa_page { width: 30px; height: 30px;}
}

.itemGrid {
	display:grid;
	grid-template-columns:300px 1fr;
	gap:7rem;
}
.itemGrid aside .menuList{
	border:1px solid #ddd;
	border-radius:3rem;
	padding:2.5rem;
	margin-bottom:4rem;
}



.itemGrid aside .menuList > li:not(:last-child) {
	border-bottom:1px solid #ddd;
}
.itemGrid aside .menuList > li button {
	position:relative;
	display:block;
	text-align:left;
	width:100%;
	padding:2rem 0;
	color:#333;
	font-weight:500;
	border:0;
}
.itemGrid aside .menuList > li button:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 10px;
    height: 6px;
    background-image: url('/theme/basic/img/path_arrow.png');    
}
.itemGrid aside .menuList .active button{
	color:#89b929;
	font-size:1.8rem;
	font-weight:600;
	border-bottom:2px solid #89b929;
}
.itemGrid aside .menuList .active button:after {
	background-image: url('/theme/basic/img/side_active.png');
}
.itemGrid aside .menuList .menuList_dep2{
	display:none;
	padding:2.5rem 1rem;
}

.itemGrid aside .menuList > li.active .menuList_dep2 {
	display:block;
	padding:2.5rem 1rem;
}

.itemGrid aside .menuList .menuList_dep2.active {
	display:block;
}

.itemGrid aside .menuList .menuList_dep2 li:not(:last-child){
	margin-bottom:1.5rem;
}
.itemGrid aside .menuList .menuList_dep2 li a{
/*	display:inline-block;*/
	position:relative;
	color:#777;
	padding-left:10px;
}
.itemGrid aside .menuList .menuList_dep2 li a:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 4px;
    height: 4px;
	border-radius:50%;
	background:#aaa;
}
.itemGrid aside .menuList .menuList_dep2 li a:hover {
	color:#89b929;
}
.itemGrid aside .menuList .menuList_dep2 li a:hover:after {
	background:#89b929;
}

.itemGrid aside .menuList .menuList_dep2 li.active2 a {
	color:#89b929;
}

.itemGrid aside .menuList .menuList_dep2 li.active2 a:after {
	background:#89b929;
}

.itemGrid aside .fiter_box .filter_hd {
	display:flex;
	justify-content:space-between;
	align-items: baseline;
}
.itemGrid aside .fiter_box .filter_hd p {
	font-size:2.2rem;
	font-weight:600;
}
.itemGrid aside .fiter_box .filter_hd a {
	padding-left:20px;
	background-image:url('/theme/basic/img/reload.png');
	background-repeat:no-repeat;
	background-position:left center;
}
.itemGrid aside .fiter_box .filter_hd {
	padding:2rem 0;
}
.itemGrid aside .fiter_box .filter_ul {
	border:1px solid #ddd;
	border-radius:3rem;
	padding:2.5rem;
	margin-bottom:4rem;
	background:#f7f7f7;
}
.itemGrid aside .fiter_box .filter_ul > li:not(:last-child) {
	border-bottom:1px solid #ddd;
}
.itemGrid aside .fiter_box .filter_ul > li button {
	position:relative;
	display:block;
	text-align:left;
	width:100%;
	padding:2rem 0;
	color:#333;
	font-weight:500;
	border:0;
	background:transparent;
}
.itemGrid aside .fiter_box .filter_ul > li button:before {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
	rotate:90deg;
    width: 12px;
    height: 2px;
    background:#333;
	transition:0.3s;
}
.itemGrid aside .fiter_box .filter_ul > li button:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 12px;
    height: 2px;
    background:#333;
}
.itemGrid aside .fiter_box .filter_ul .active button{
	color:#89b929;
	font-size:1.8rem;
	font-weight:600;
	border-bottom:2px solid #89b929;
}
.itemGrid aside .fiter_box .filter_ul .active button:before {
	rotate:0deg;
    background:#89b929;
}
.itemGrid aside .fiter_box .filter_ul .active button:after {
    background:#89b929;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2{
	display:none;
	padding:2.5rem 0;
}
.itemGrid aside .fiter_box .filter_ul li:first-child .filter_dep2 {
	display:block;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2 li:not(:last-child){
	margin-bottom:1.5rem;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2 li label{
	font-size:1.5rem;
	color:#777;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2 li input {
	display:none;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2 li input + .check {
	display:inline-block;;
	width:1.6rem;
	height:1.6rem;
	border-radius:50%;
	border:1px solid #ddd;
	margin-right:7px;
	background-color:#fff;
	padding:3px;
	background-clip:content-box;
}
.itemGrid aside .fiter_box .filter_ul .filter_dep2 li input:checked + .check {
	background-color:#89b929;
}
.itemGrid .innerContents h3{
	font-size:3.5rem;
	font-weight:600;
	padding-bottom:4rem;
	border-bottom:1px solid #333;
	margin-bottom:3rem;
}
.itemGrid .innerContents h3 strong {
	display:block;
	font-size:1.8rem;
	margin-bottom:2rem;
	font-weight:600;
}
.itemGrid .innerContents #list_search {
	justify-content: flex-end;
}
.itemGrid .innerContents #list_search select{
	justify-content: flex-end;
}
.itemGrid .innerContents #list_search select{
	justify-content: flex-end;
}

#list_search .input_wrap select {
	width:230px;
}
#list_search .input_wrap input[type="text"] {
	width:400px;
}
.itemGrid .innerContents .sort {
	display:flex;
	justify-content:space-between;
	margin-bottom:3rem;
}
.itemGrid .innerContents .sort p {
	font-size:1.8rem;
}
.itemGrid .innerContents .sort p strong {
	font-size:2.2rem;
}
.itemGrid .innerContents .sort select {
	border:0;
	appearance: none;
	padding-right:4rem;
	background-image:url('/theme/basic/img/select_tri.png');
	background-position: right 1.5rem center;
	background-repeat:no-repeat;
}

.itemGrid .innerContents .tbwrap {
	overflow-x:auto;
	max-width:1360px;
	width:100%;
}

.itemGrid .innerContents .tbwrap table {
	min-width:1200px;
	width:100%;
	font-size:13px;
	text-align:center;
	border-collapse: collapse;
	border-top:2px solid #333;
}
.itemGrid .innerContents .tbwrap table thead tr {
	border-bottom:1px solid #333;
	background:#f7f7f7;
}
.itemGrid .innerContents .tbwrap table tbody tr {
/*	border-bottom:1px solid #ddd*/
}
.itemGrid .innerContents .tbwrap table th,
.itemGrid .innerContents .tbwrap table td{	
	align-items:center;
	height:50px;
	border:1px solid #ddd;
	padding:0 1rem;
	vertical-align:middle;
}
.itemGrid .innerContents .tbwrap table th .pdf_top {
	background-image:url("/theme/basic/img/item_PDF_hd.png");
}
.itemGrid .innerContents .tbwrap table th .td_top {
	background-image:url("/theme/basic/img/item_table_hd.png");
}
.itemGrid .innerContents .tbwrap table th span {
	display:inline-block;
	padding-left:1rem;
	background-repeat:no-repeat;
	background-position:left center;
}
.itemGrid .innerContents .tbwrap table th:first-child,
.itemGrid .innerContents .tbwrap table td:first-child{
	border-left:0;
}
.itemGrid .innerContents .tbwrap table th:last-child,
.itemGrid .innerContents .tbwrap table td:last-child{
	border-right:0;
}

@media all and (max-width: 1800px){
	.itemGrid {
		grid-template-columns: none;
		grid-template-rows: 0.5fr 0.5fr;
	}

	.itemGrid .innerContents #list_search {
		justify-content: center;
	}
}

@media all and (max-width: 1360px) {
	.itemGrid .innerContents .tbwrap {
		max-width: 1200px; 
	}
}

/* 20250901 푸터 css */
 
	.m_only {
		display:none;
	}
 
@media all and (max-width:1300px){

	.product_side {
		display:none;
	}
	.itemGrid {
		grid-template-rows:1fr;
		grid-template-columns:none;
	}

	.itemGrid .innerContents #list_search {
		justify-content:center;
	}
	.dt-layout-row {
		max-width:500px
	}

 }

 @media all and (max-width:640px){
	#ft_top {
		justify-content: center;
		row-gap: 20px;
	}
	#ft_bottom {
		justify-content: center;
	}
	#ft_bottom .desc {
		font-size:3rem;
		margin-bottom:2rem;
		text-align:center;
	}
	#ft_bottom .ft_company .cs,
	#ft_bottom .ft_company .ft_copy,
	#ft_bottom .ft_company .address {
		text-align:center;
	}

	.itemGrid .innerContents #list_search {
		width:450px;
	}

	.itemGrid .innerContents .tbwrap {
		max-width: 450px; 
	}

	.m_only {
		display:block;
	}
	.mb {
		display:none;
	}
 }