@charset "utf-8";


/*------------------------------------
  skin-color 
------------------------------------*/
.top-line{
	border-top:1px solid #222;
}
.bot-line{
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  board-btn 
------------------------------------*/
.btn-md {
    min-width: 6rem;
	font-size:1.1rem;
}
@media (max-width: 450px) {
	.btn-md {
		min-width: 4rem;
		padding: .575rem 1rem 0.675rem;
	}
}

/*------------------------------------
  badge
------------------------------------*/
.badge-new{
	background-color:#fab000;
	color:#fff;
	vertical-align:middle;
	margin-bottom:2px;
	 -webkit-animation:pulse-new 1.5s 1s ease infinite;
	animation:pulse-new 1.5s 1s ease infinite;
}
@-webkit-keyframes pulse-new {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}
@keyframes pulse-new {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}

.notice{
	background:#444;
	display: inline-block;
	padding: 0.3em 0.5em 0.35em;
	font-size: 80%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge-comment{
	display:inline-block;
	font-size: 90%;
	line-height: 1;
	color:#fff;
	font-weight:700;
	padding:.15rem .4rem .25rem;
	border-radius:0.2rem;
	background-color:#bababa;
	margin-left:.5rem;
	font-family: 'Raleway', sans-serif;
	vertical-align: baseline;
	position:relative;
}
.badge-comment:empty{
	display:none;
}
.badge-reply{
	display:inline-block;
	width:1rem;
	height:.5rem;
	border-left:2px dotted #999;
	border-bottom:2px dotted #999;
	vertical-align: middle;
	margin:-.5rem .25rem 0 0;
}


/*------------------------------------
  board-search
------------------------------------*/
.board-search{
	max-width:500px;
	margin:0 auto 2rem;
	border:1px solid #e5e5e5;
	border-radius:0.2rem;
	position:relative;
	padding:0.1rem 0;
}
.board-search input, 
.board-search select{
	border:none;
	font-size:1rem;
}
.board-search input{
	width:calc(100% - 3rem);
}
.board-search input.form-control:focus, 
.board-search select:focus {
    border-color: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.board-search .btn-search{
	position:absolute;
	top:0;
	right:7px;
	height: 100%;
	width:2.8rem;
	border:none;
	color:#222;
	font-size:1.5rem;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.board-search::after{
	content:'';
	position:absolute;
	left:33.888888%;
	top:50%;
	width:1px;
	height:1.2rem;
	background:#e5e5e5;
	transform: translate(0, -50%);
}
@media (min-width: 992px) {
	.board-search{
		width:80%;
	}
	.board-search{
		padding:0rem 0;
		margin-bottom:2.75rem;
	}
	.board-search::after{
		left:25.5%;
	}
}


/*------------------------------------
  pdt-search
------------------------------------*/
.pdt-search{
	/*max-width:500px;*/
	margin:0 auto 2rem;
	border:1px solid #e5e5e5;
	border-radius:0.2rem;
	position:relative;
	padding:0.1rem 0;
}
.pdt-search input, 
.pdt-search select{
	border:none;
	font-size:1rem;
}
.pdt-search input{
	width:calc(100% - 3rem);
}
.pdt-search input.form-control:focus, 
.pdt-search select:focus {
    border-color: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.pdt-search .btn-search{
	position:absolute;
	top:0;
	right:7px;
	height: 100%;
	width:2.8rem;
	border:none;
	color:#222;
	font-size:1.5rem;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.pdt-search::after{
	content:'';
	position:absolute;
	top:50%;
	width:1px;
	height:1.2rem;
	background:#e5e5e5;
	transform: translate(0, -50%);
}
@media (max-width: 576px) {
	.select_bx {
		border-bottom: 1px solid #e5e5e5 !important;
	}
	.pdt-search .btn-search {
		top: 17px;
		right: 2px; 
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.pdt-search::after{
		left:49.5%;
	}
}
@media (max-width: 767px) {
	.table_wrap {
		overflow-x: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) {
	
	.pdt-search{
		padding:0.25rem 0;
		margin-bottom:2.75rem;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pdt-search{
		width:77%;
	}
	.pdt-search::after{
		left:41.5%;
	}
}
@media (max-width: 1199px) {
	.table_wrap {
		overflow-x: auto;
	}
}
@media (min-width: 1200px) {
	.pdt-search{
		width:62%;
	}
	.pdt-search::after{
		left:41.5%;
	}
}


/*------------------------------------
  default-new-list
------------------------------------*/
table.default-list {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	box-sizing: content-box;
}
table.default-list th,
table.default-list td{
	position:relative;
	vertical-align: middle;
	text-align:center;
	padding:1.5rem 1rem;
}
table.default-list th{
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
	color:#222;
	font-size:1.1rem;
}
table.default-list td{
	font-weight:300;
	font-size:1rem;
	position:relative;
	vertical-align:top;
	border-bottom:1px solid #e5e5e5;;
}
table.default-list td a{
	color:#222;
	font-size:1.05rem;
	font-weight:500;
}
table.default-list tbody tr:hover{
	background:#fafafa;
}
table.default-list tr.row-notice td.text-num span{
	display:inline-block;
	background-color: #333;
	padding:0.35rem 0.8rem 0.45rem;
	border-radius:50rem;
	color:#fff;
	font-weight:500;
	font-size:1rem;
	line-height:1;
}
/* 비밀번호 입력 */
table.default-list ._popup_pass{
	padding:1rem;
	border:5px solid #eee;
	background:#fff;
	text-align:center;
	margin:1rem 0 0;
}

@media (max-width: 992px) {
	table.default-list colgroup,
	table.default-list thead{
		display:none;
	}
	table.default-list td{
		padding:0;
		font-weight:300;
	}
	table.default-list td > a{
		display:block;
		font-size:1.1rem;
		font-weight:400;
		padding:1.2rem 3.5rem 1.2rem .2rem;
	}
	table.default-list td > a::after{
		content: '';
		display: block;
		position:absolute;
		right:1rem;
		top:50%;
		width: 9px;
		height: 9px;
		border-right: 0.2rem solid #b0b0b0;
		border-top: 0.2rem solid #b0b0b0;
		margin:-5px 0 0 0 ;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align:middle;
	}
	table.default-list div.row-mobile{
		font-size:0.9rem;
		color:#999;
		margin-top:.5rem;
		font-weight:300;
	}
	table.default-list div.row-mobile > span{
		display:inline-block;
	}
	table.default-list div.row-mobile > span::after{
		content:'';
		display:inline-block;
		vertical-align:middle;
		width:1px;
		height:.75rem;
		background-color:#ddd;
		margin:0 .8rem .15rem 1rem; 
	}
	/* 비밀번호 입력 */
	table.default-list ._popup_pass{
		margin:0 3.5rem 1.2rem .8rem;
		padding:1rem;
		border:1px solid #e5e5e5;
		background:#fff;
		text-align:center;
	}
	table.default-list ._popup_pass .btn-area{
		display:block;
		width:100%;
		margin-top:.8rem;
	}
}


/*------------------------------------
  default-new-list
------------------------------------*/
table.default-list01 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	box-sizing: content-box;
}
table.default-list01 th,
table.default-list01 td{
	position:relative;
	vertical-align: middle;
	text-align:center;
	padding:1rem 0;

}
table.default-list01 th{
	border: 1px solid #e6e6e6;
	font-weight:500;
	color:#222;
	font-size:0.7rem;
	line-height: 1rem;
	background-color: #f5f5f5;
}
table.default-list01 td{
	font-weight:300;
	font-size:0.7rem;
	position:relative;
	vertical-align:top;
	border: 1px solid #e6e6e6;
	padding:1rem 0.25rem;
}
table.default-list01 td a{
	color:#222;
	font-size:0.7rem;
	font-weight:500;
}
table.default-list01 tbody tr:hover{
	background:#fafafa;
}
table.default-list01 tr.row-notice td.text-num span{
	display:inline-block;
	background-color: #333;
	padding:0.35rem 0.8rem 0.45rem;
	border-radius:50rem;
	color:#fff;
	font-weight:500;
	font-size:1rem;
	line-height:1;
}


/*------------------------------------
  board-view
------------------------------------*/
.board-view > div{
	font-size:1.1rem;
	padding:1.85rem 2rem;
	border-bottom:1px solid #efefef;
}
.board-view .row-title{
	padding:3rem 2rem;
}
.board-view .row-title h4{
	font-weight:500;
	color:#222;
	font-size:1.3rem;
	line-height: 1.4;
	margin-bottom:0;
	word-break:keep-all;
}
.board-view .row-title .con-info{
	color:#888;
	font-size:1rem;
	letter-spacing:-0.02rem;
	font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
	margin-bottom:1rem;
}
.board-view .row-title .bar::after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:.75rem;
	background-color:#ccc;
	margin:0 .8rem .15rem 1rem; 
}
.board-view .row-file{
	display: flex;
	flex-direction: column-reverse;
	align-content: flex-start;
}

.board-view .row-file a{
	display:inline-block;
	font-size:0.9rem;
	margin:.2rem .4rem .2rem 0;
	border:1px solid #ddd;
	padding:.375rem .5rem .375rem 2.3rem;
	background:#f8f8f8 url('../images/icon_download.png')no-repeat .6rem 50%;
	border-radius:0.2rem;
}
.board-view .row-content{
	min-height:15rem;
	padding:2.5rem 2rem;
	display: block;
	position:relative;
	font-weight:300;
}
.board-view .row-content img{
	max-width:100%;
	height:auto;
}
.board-view .row-content .video_wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom:3rem;
}
.board-view .row-content .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 이전글/다음글 */
.board-view .row-next > div:first-child{
	color:#888;
}
.board-view .row-next > div:last-child{
	color:#888;
	font-weight:300;
}
.board-view .row-next > div:first-child::after{
	content:'\f0d8';
	display:inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size:0.85rem;
	margin-left:0.8rem;
	color:#a5a5a5;
}
.board-view .row-next:last-child > div:first-child::after{
	content:'\f0d7';
}
.board-view .row-next a{
	color:#222;
}
@media (max-width: 992px) {
	.board-view > div{
		padding: 1.3rem 0;
	}
	.board-view .row-title, 
	.board-view .row-content{
		padding:1.75rem 1rem;
	}
	.board-view .row-next > div{
		padding:0;
	}
	.board-view .row-title h4{
		font-size:1.4rem;
	}
	.board-view .row-title div{
		font-size:0.975rem;
	}
	/* 이전글/다음글 */
	.board-view .row-next > div:first-child{
		margin-bottom:.5rem;
	}
}

/*------------------------------------
  comment
------------------------------------*/
/* 댓글등록 폼 */
.comment-write{
	border:1px solid #e5e5e5;
	background:#f8f8f8;
	padding:1.5rem;
	position:relative;
}
.comment-write .btn-area{
	margin-top:1rem;
}
@media (max-width: 992px){
	.comment-write .btn-area .btn{
		width:100%;
	}
}

/* 댓글 리스트 */
.comment-list dl{
	border-bottom:1px solid #e5e5e5;
}
.comment-list dl dt{
	font-size:1.1rem;
	color:#222;
	font-weight:500;
}
.comment-list dl dd.col-data{
	font-size:0.9rem;
	color:#999;
}
.comment-list dl dd.con_comment{
	margin:0;
	padding:0.5rem 15px 1rem;
}
.comment-list .pop_comment_pass,
.comment-list .pop_comment_content{
	border-top:1px dotted #e5e5e5;
	background-color:#f8f8f8;
	padding:20px 15px;
}
.comment-list li.comment-none{
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	padding-bottom:1rem;
}

/*------------------------------------
  board-write 
------------------------------------*/
.board-write label.col-form-label{
	color:#222;
	font-weight:500;
}
.board-write > div{
	padding:1rem 0 1.7rem;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:0;
}
.board-write .require::after {
    content: '*';
    display: inline-block;
    margin: -2px 0 0 3px;
    color: #de4f41;
    vertical-align: top;
}
/* 첨부파일 */
.board-write .file-list{
	border-top:1px dotted #e5e5e5;
	margin:0;
	padding:.6rem 0;
}
.board-write .file-list label.col-form-label span{
	display: inline-block;
	padding: 0.4rem 0.5rem;
	background:#777;
	border-radius: 0.2rem;
	font-size:0.9rem;
	color:#fff;
	font-weight: 500;
	line-height: 1;
}

@media (min-width: 992px) {
	.board-write > div{
		padding:1.125rem 0;
	}

	/* 첨부파일 */
	.board-write .file-list:first-child{
		border-top:none;
		padding-top:0;
	}
}

/*------------------------------------
  faq_new 
------------------------------------*/
.faq-list{
	border-top:1px solid #222;
}
.faq-list dl{
	margin:0;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}
.faq-list dl dt{
}
.faq-list dl dt a{
	display:block;
	padding:1.5rem 4.5rem;
	font-size:1rem;
	font-weight:400;
	color:#222;
	background:#fff;
	position:relative;
}
.faq-list dl dt a.tab-link{
	background:transparent;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.faq-list dl dt a.tab-link.collapsed{
	background:#fff;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.faq-list dl dt .dl_eck input{
	margin-top:0.6rem;
}
.faq-list dl dt .title-num{
	position:absolute;
	display: block;
	left:1rem;
	top:1.4rem;
	font-family: 'Biryani', sans-serif;
	font-size:1.2rem;
	font-weight:800;
	color:#0090d5;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
}
.faq-list dl dt .title-num-search{
	position:absolute;
	display: block;
	left:1rem;
	top:1.6rem;
	font-family: 'Biryani', sans-serif;
	font-size:1.2rem;
	font-weight:800;
	color:#0090d5;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 150px;
}
.faq-list dl dt a::after{
	content: '';
	display: block;
	position:absolute;
	right:1.2rem;
	top:calc(50% - 0.5rem);
	width: 1rem;
	height: 1rem;
	background:url('../images/icon-plus.png')no-repeat 50%/ 100%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.faq-list dl dt a.collapsed::after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align:middle;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.faq-list dl dt .dt01{
	color: #a2a2a2;
    min-width: 8rem;
    letter-spacing: -0.08rem;
}
.faq-list dl dd div{
	padding:1.7rem 1.5rem 2rem 4.5rem;
	position:relative;
	border-top:1px dashed #ddd;
}

.faq-list .comment-none{
	padding:2rem 5rem;
	margin:0;
	text-align:center;
	border: solid #e5e5e5;
	border-width:0 1px 1px 1px;
}
@media (min-width: 992px) {
	.faq-list dl dt a{
		padding:2.25rem 7rem;
		font-size:1.2rem;
		font-weight:500;
	}
	.faq-list dl dt .title-num{
		left:2rem;
		top:1.9rem;
		font-size:1.55rem;
	}
	.faq-list dl dd div{
		padding:2.25rem 3rem 2.5rem 7rem;
		font-size:1.1rem;
		font-weight:300;
	}
}

/*------------------------------------
  gallery_new 
------------------------------------*/
.gallery-list li{
	margin-bottom:2rem;
}
.gallery-list li.no-data{
	width:100%;
	text-align:center;
}
.gallery-list li a{
	width:100%;
	height:100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.gallery-list li a::before{
	content:'';
	position: absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid rgba(0, 0, 0, 0.12);
}
.gallery-list .gallery-img{
	position:relative;
	overflow: hidden;
	width: 100%;
}
.gallery-list .gallery-img div{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.gallery-list .gallery-img div.no-image{
	background:#f5f5f5;
	display:flex;
	 justify-content: center;
	align-items: center;
	font-size:1.8rem;
	font-weight:bold;
	color:#bbb;
}
.gallery-list .gallery-content{
	position:relative;
	z-index:10;
	border-top:1px solid rgba(0, 0, 0, 0.12);
	margin:-1px 1px 0;
	padding:1.5rem 1rem;
}
.gallery-list .gallery-content .gallery-title{
	font-size: 1.250rem;
	line-height: 1.750rem;
	color: #333333;
	word-break: break-all;
	margin-bottom: 1.875rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:100%;
	overflow: hidden;
}
.gallery-list .gallery-content .gallery-data{
	font-size:.9rem;
	color:#888;
	margin:0;
}
.gallery-list .gallery-content-banner{
	border:solid #e5e5e5;
	border-width:0 0 0px;
	padding:1.5rem 1rem;
}
.gallery-list .gallery-content-banner .gallery-title{
	font-size: 1.250rem;
	line-height: 1.750rem;
	color: #333333;
	word-break: break-all;
	margin-bottom: 1.0rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:100%;
	overflow: hidden;
}


@media (min-width: 768px) {
	.gallery-list a:hover::after{ 
		opacity:1;
		z-index:10000;
		background:rgba(0,0,0,0.5) url('../images/icon_cross.png')no-repeat 50% 50%;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out; 
	}
	.gallery-list a::after{ 
		content:'';
		width:100%;
		height:100%;
		left:0;
		top:0;
		position:absolute;
		opacity:0;
		background:url('../images/icon_cross.png')no-repeat  50% 20%;
	}
	.gallery-list .gallery-content{
		padding:1.5rem 2rem;
	}
	.gallery-list .gallery-content .gallery-title{
		height: 3.5rem;
	}
}

/*------------------------------------
	gallery-vertical
------------------------------------*/
.gallery-list.gallery-vertical li::after{
	content:'';
	position: absolute;
	z-index:0;
	left:15px;
	top:0;
	width:calc(100% - 30px);
	height:100%;
	box-shadow:5px 5px 12px 0 rgba(0, 0, 0, 0.08);
}
.gallery-list li.no-data::after{
	content:'';
	display:none;
}
.gallery-list.gallery-vertical li a::before{
	border-color:#e5e5e5;
}
.gallery-list.gallery-vertical .gallery-img{
	padding-top:140%;
}
.gallery-list.gallery-vertical .gallery-content{
	padding:1rem;
	color:#333;
	border-color:#e5e5e5;
	margin-top:-2px;
	background:#fff;
}
@media (min-width: 768px) {
	.gallery-list.gallery-vertical .gallery-content{
		padding:1.2rem 1rem 1.4rem;
		font-size:1.12rem;
	}
}

/*------------------------------------
	gallery-product
------------------------------------*/
.gallery-list.gallery-product li::after{
	content:'';
	position: absolute;
	z-index:0;
	left:15px;
	top:0;
	width:calc(100% - 30px);
	height:100%;
	box-shadow:5px 5px 12px 0 rgba(0, 0, 0, 0.08);
	border-radius:0.3rem;
}
.gallery-list.gallery-product li.no-data::after{
	content:'';
	display:none;
}
.gallery-list.gallery-product li a{
	border-radius: 0.27rem;
}
.gallery-list.gallery-product li a::before{
	border-color:#e5e5e5;
	border-radius:0.25rem;
}
.gallery-list.gallery-product .gallery-img{
	padding-top:90%;
}
.gallery-list.gallery-product .gallery-img div{
	transform: scale(1);
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.gallery-list.gallery-product li:hover .gallery-img div{
	 transform: scale(1.07);
}
.gallery-list.gallery-product .gallery-content{
	padding:1rem;
	color:#333;
	border-color:#e5e5e5;
	margin-top:-2px;
	background:#fff;
	text-align:center;
}
@media (min-width: 768px) {
	.gallery-list.gallery-product li a::after{
		border-radius:0.25rem;
	}
	.gallery-list.gallery-product .gallery-content{
		padding:1.2rem 1rem 1.4rem;
		font-size:1.18rem;
	}
}

/*------------------------------------
	company-banner
------------------------------------*/
.compay-banner-list a{
	display:block;
	border:1px solid #ddd;
	border-radius:0.5rem;
	box-shadow: 0 10px 10px -5px  rgba(0, 0, 0, .05);
}
.compay-banner-list .gallery-img{
	position:relative;
	height:0;
	padding-top:40%;
}
.compay-banner-list .gallery-img > div{
	position:absolute;
	top:0.6rem;
	left:0.6rem;
	width:calc(100% - 1.2rem);
	height:calc(100% - 1.2rem);
	background-size:contain !important;
}
.compay-banner-list a:hover img {
    transform: scale(1.07);
}
.compay-banner-list .banner-title{
	background-color:#f8f8f8;
	border-bottom-left-radius:0.5rem;
	border-bottom-right-radius:0.5rem;
	border-top:1px solid #e5e5e5;
	padding:.7rem;
}
.compay-banner-list .no-image{
	display:flex;
	width: 220px;
	height: 100px;
	justify-content: center;
	align-items: center;
	font-size:1.8rem;
	font-weight:bold;
	color:#bbb;
	margin:.7rem auto;
}


/*------------------------------------
  qna-list - PC
------------------------------------*/
table.qna-list {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	box-sizing: content-box;
}
table.qna-list th,
table.qna-list td{
	position:relative;
	vertical-align: middle;
	text-align:center;
	padding:2rem 0.5rem;
}
table.qna-list th{
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
	color:#222;
	font-size:1.15rem;
}
table.qna-list td{
	font-weight:300;
	font-size:1.1rem;
	position:relative;
	border-bottom:1px solid #e5e5e5;;
}
table.qna-list td a{
	color:#222;
	font-size:1.2rem;
	font-weight:500;
}
table.qna-list tbody tr:hover{
	background:#fafafa;
}
table.qna-list tr.row-notice td.text-num span{
	display:inline-block;
	background-color: #0090d5;
	padding:0.35rem 0.8rem 0.45rem;
	border-radius:50rem;
	color:#fff;
	font-weight:500;
	font-size:1rem;
	line-height:1;
}
/* 비밀번호 입력 */
table.qna-list ._popup_pass{
	padding:1rem;
	border:5px solid #eee;
	background:#fff;
	text-align:center;
	margin:1rem 0 0;
}

@media (max-width: 992px) {
	table.qna-list colgroup,
	table.qna-list thead{
		display:none;
	}
	table.qna-list td{
		padding:0;
		font-weight:300;
	}
	table.qna-list td > a{
		display:block;
		font-size:1.1rem;
		font-weight:400;
		padding:1.2rem 3.5rem 1.2rem .8rem;
	}
	table.qna-list td > a::after{
		content: '';
		display: block;
		position:absolute;
		right:1rem;
		top:50%;
		width: 9px;
		height: 9px;
		border-right: 0.075rem solid #b0b0b0;
		border-top: 0.075rem solid #b0b0b0;
		margin:-5px 0 0 0 ;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align:middle;
	}
	table.qna-list div.row-mobile{
		font-size:0.9rem;
		color:#999;
		margin-top:.5rem;
		font-weight:300;
	}
	table.qna-list div.row-mobile > span{
		display:inline-block;
	}
	table.qna-list div.row-mobile > span::after{
		content:'';
		display:inline-block;
		vertical-align:middle;
		width:1px;
		height:.75rem;
		background-color:#ddd;
		margin:0 .8rem .15rem 1rem; 
	}
	/* 비밀번호 입력 */
	table.qna-list ._popup_pass{
		margin:0 3.5rem 1.2rem .8rem;
		padding:1rem;
		border:1px solid #e5e5e5;
		background:#fff;
		text-align:center;
	}
	table.qna-list ._popup_pass .btn-area{
		display:block;
		width:100%;
		margin-top:.8rem;
	}
}


/*------------------------------------
  qna-list - Mobile
------------------------------------*/
.qna-list-m li a{
	display:block;
	border:1px solid #e5e5e5;
	border-radius:0.4rem;
	padding:1rem 1.25rem 1.25rem;
	margin-bottom:1.5rem;
	font-size:0.85rem;
	color:#222;
}
.qna-list-m .top-area{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:1rem;
}
.qna-list-m li .text-cate{
	background:#0090d5;
	border-radius:50rem;
	padding:0.25rem 1rem;
	color:#fff;
	font-weight:700;
	font-size:0.9rem;
}
.qna-list-m .text-title{
	font-size:0.95rem;
}
.qna-list-m .text-data{
	color:#999;
}
.qna-list-m .pro-info{
	background:#fafafa;
	padding:0.75rem 1rem;
	border: solid #e5e5e5;
	border-width:0 1px 1px;
}
.txc-image {
	cursor: pointer;
}




/* 공통 추가내용------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.m_file.material-symbols-outlined{
	color:#1482b6;
	font-size: 1.4rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 100;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 시험/장비활용
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 상단검색 */
.bo_align_all {
	border-top:1px solid #eee;
	padding-top:1rem;
}
.bo_align_all .b_title {
	font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    letter-spacing: -0.08rem;
}
/* search_bt_st  */
.search_bt_st > ul > li{
	text-align:center;
	margin:1px;
	font-weight:500;
}
.search_bt_st > ul > li > div{
	border:1px solid #e5e5e5 ;
	letter-spacing:-0.08rem;
    transition: .3s ease all;
	border-radius: .25rem;
}
.search_bt_st > ul > li > div > a{
	color:#696969;
	word-wrap: break-word;
	display: block;
    padding: 0.5rem 0.8rem;
	font-size: 1.05rem;
}
.search_bt_st ul li.active div, .search_bt_st ul li:hover div{
	border: 1px solid #000000;
    background: #555454;
    transition: .3s ease all;
}
.search_bt_st > ul > li.active > div > a, .search_bt_st > ul > li:hover > div > a{
	color:#fff;
	font-weight:600;
}
@media screen and  (max-width:991px) {
	.bo_align_all .left{
		border-bottom:1px dashed #eee;
		padding-bottom:1rem;
	}
}
@media screen and  (max-width:768px) {
	.search_bt_st > ul > li > div > a {
		padding: 0.5rem 0.7rem;
	}
}

/* 시험/장비 검색 게시판 */
.db_bt {
	color: #000;
    padding: 0.5rem 1.95rem;
    font-size: 1.05rem;
    background: #eaeaea;
    letter-spacing: -0.05rem;
    border-radius: .25rem;
}
#board_list .list_cont {
    width: 100%;
    border-top: 2px solid #111;
}
#board_list .list_cont li:hover{
    background:rgba(0,0,0,0.03);
}
@media (min-width: 575px) {
	#board_list .list_cont li::after {
		content: "";
		display: block;
		position: absolute;
		right: 1rem;
		top: 50%;
		width: 12px;
		height: 12px;
		border-right: 4px solid #666;
		border-top: 4px solid #666;
		margin: -5px 0 0 0;
		transform: rotate(45deg);
		vertical-align: middle;
	}
}
.line_b{
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#board_list .no_box{
	font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
	text-align:center;
	font-size: 1.1rem;
}
.left_img_st{
    border-radius:10px;
	overflow:hidden;
	box-shadow: 10px 10px 28px rgb(0 0 0 / 7%);
}
#board_list .left_img_st{
	max-width:250px;
}

#board_list .right_box dl{
	display:flex;
	align-items: center !important;
	margin-bottom: 0.4rem;
}
#board_list .right_box dt{
	font-weight:700;
	color:rgba(0,0,0,0.9);
	font-size:1.2rem;
	width: 8rem;
	min-width: 8rem;
    letter-spacing: -0.12rem;
}
#board_list .right_box dd.d_title{
	font-weight:700;
	color:rgba(0,0,0,0.9);
	font-size:1.2rem;
}
#board_list .right_box dd {
	color:rgba(0,0,0,0.5);
	font-weight:500;
	margin-bottom: 0rem;
}
.btn-search .material-symbols-outlined {
	font-size: 1.7rem;
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 200;
	margin-top: 0.06rem;
	color: #656565;
}
.board-view .top_con_bg{
    background:rgba(0,0,0,0.03);
	padding: 2.5rem 0.2rem;
}
.board-view .txt_title{
	font-weight:600;
	color:rgba(0,0,0,0.9);
	font-size:1.5rem;
	letter-spacing:-0.1rem;
}
.board-view .txt_con {
	color:rgba(0,0,0,0.5);
	font-size: 1rem;
	font-weight:600;
}
.board-view .right_box dl{
	display:flex;
	align-items: center !important;
	margin-bottom: 0.8rem;
}
.board-view .right_box dt{
	font-weight:700;
	color:rgba(0,0,0,0.9);
	font-size:1.1rem;
	width: 8rem;
	min-width: 8rem;
    letter-spacing: -0.12rem;
}
.board-view .right_box dd {
	color:rgba(0,0,0,0.5);
	font-weight:500;
	margin-bottom: 0rem;
	font-size: 1rem;
}
.board-view .dw_bt{
	border:1px solid #eee;
	padding:1em;
	background:#fff url(../images/icon_v02.gif) no-repeat 95% 50%;
	margin-bottom:10px;
}
.board-view .dw_bt:hover{
	border:1px solid #000;
}
.board-view  .dw_bt a{
	color:#000;
	font-size:1rem;
	font-weight:600;
	background:url(../images/icon_v01.gif) no-repeat 5px 50%;
	padding-left:35px;
	display:block;
}
.middle_con .m_txt_con{
	color:#707070;
	font-size:1rem;
    letter-spacing: -0.05rem;
	line-height:1.2;
	font-weight:500;
}
.middle_con .m_txt_con .txt01{
	margin-bottom:5px;
}
.middle_con .txt_title01 span{
	font-weight:600;
	color:#000;
	font-size:1.3rem;
	border-bottom:1px solid #000;
    letter-spacing: -0.15rem;
}
.middle_con .con_list01 li{
	margin-bottom:3px;
}
/* 슬라이더 */
    .swiper-container {
      width: 100%;
	  height:auto !important;
	  max-width:628px;
      margin-left: auto;
      margin-right: auto;
	  line-height:1.2;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      width: 100%;
    }
	.slide_thumb {
		position:relative;
		max-width: 300px;
		margin: 0 auto;
		padding-top:30px;
	}
    .gallery-thumbs {
      width: 260px !important;
	  height: 65px;
      box-sizing: border-box;
      padding: 0px 0 0;
    }
    .gallery-thumbs .swiper-slide {
		width: 80px !important;
		height: 100%;
		padding: 0 3px;
		cursor: pointer;
	}
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	.slide_thumb .swiper-button-next {background: url(../images/icon_04_next.gif) no-repeat center 0; width: 18px; height: 17px; right: -5px; top: 75px;}
	.slide_thumb .swiper-button-prev {background: url(../images/icon_04_prev.gif) no-repeat center 0; width: 18px; height: 17px; left: -5px;  top: 75px;}
	.swiper-button-next::after, .swiper-button-prev::after {display: none;}
@media (max-width: 400px) {
	.gallery-thumbs{
		display:none;
	}
	.slide_thumb .swiper-button-next {
        background: rgba(255, 255, 255, 0.7) url(../images/icon_04_next.gif) no-repeat center 50%;
        width: 40px;
        height: 40px;
        right: 33%;
        top: 0px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
	.slide_thumb .swiper-button-prev {
        background: rgba(255, 255, 255, 0.7) url(../images/icon_04_prev.gif) no-repeat center 50%;
        width: 40px;
        height: 40px;
        left: 33%;
        top: 0px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	기술이전
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 보유기술 */
.c_key {
    position: relative;
    border: 0px solid #e8e8e8;
}
@media (min-width: 992px) {
	.c_key {
		position: relative;
		border: 1px solid #e8e8e8;
	}
   .c_key .board-search {
        padding: 0.25rem 0;
        margin: 1.5rem auto;
    }
}
/* checkbox */
.c_key input[type="checkbox"] + label {
  display: inline-block;
    position: relative;
    padding-left: 1.6rem;
    vertical-align: top;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0.1rem 1.2rem 0.4rem;
}
.c_key input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #bababa;
}
.c_key input[type="checkbox"]:checked + label::before {
  color: #fff;
  background-color: #444;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  border: 1px solid #000;
}
input[type="checkbox"].none + label {
  padding-left: 0;
  margin:0px;
}
.c_key input[type="checkbox"].none + label::before {
    top: 0rem;
    left: -0.2rem;
    width: 1.3rem;
    height: 1.3rem;
}
.c_key input[type="checkbox"].none:checked + label::before {
  background-color: #3699ff;
}
#board_list .list_cont .txt_title {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.3rem;
}
#board_list .list_cont .txt_title::after {
    display: block;
    content: "";
    width: 2rem;
    height: 2px;
    background: rgba(0, 0, 0, 0.9);
    margin: 0.3rem 0 0.3rem 2px;
}
.tec_bt .bt01{
	background: #d41927;
    color: #fff;
    padding: 0.4rem 1.5rem;
    font-weight: 500;
	display: inline-block;
}
.tec_bt .bt02{
	background: #555;
    color: #fff;
    padding: 0.4rem 1.5rem;
    font-weight: 500;
	display: inline-block;
}
@media (max-width: 991px) {
	.c_key input[type="checkbox"] + label {
		padding-left: 1.5rem;
		margin: 0.1rem 0.5rem 0.4rem;
	}
}
.board-view.tech_view .right_box dt {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    width: 9.5rem;
    min-width: 9.5rem;
    letter-spacing: -0.02rem;
}
.board-view.tech_view .right_box dl {
    display: flex;
    align-items: start !important;
    margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
	.board-view.tech_view .right_box dl {
		display: block;
	}
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	상담문의
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.user-none{
	display:none !important;
}
.board-write-co > div{
	border-bottom:1px solid #dedede;
	margin:0;
}
.board-write-co > .row > div{
	margin:0;
	padding:1.2rem;
}
.board-write-co > .row > div.inner_r{
	margin:0;
	padding:0rem;
}
.board-write-co label.col-form-label{
	color:#222;
	font-weight:500;
	margin:0;
	padding:1.2rem;
	background:#e9ecf3;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.1rem;
}
.board-write-co .la_title{
	color: #222;
    font-weight: 500;
    margin: 0;
    padding: 1.2rem;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.board-write-co .la_con{
	color: #222;
    font-weight: 500;
    margin: 0;
    padding:1.2rem;
    display: flex;
    align-items: center;
    justify-content: start;
}
.inner_bo{
	border-bottom:1px solid #e7e7e7;
}
.board-write-co .require::after {
    content: '*';
    display: inline-block;
    margin: -2px 0 0 3px;
    color: #de4f41;
    vertical-align: top;
}
.board-write-co input[type=radio] + label:before {
    top: 0.25rem;
}
@media (max-width: 991px) {
	.board-write-co {
		    border-top: 1px solid #e7e7e7;
		    border-right: 1px solid #e7e7e7;
		    border-left: 1px solid #e7e7e7;
	}
	.board-write-co .la_title {
		padding:0.8rem;
	}
	.board-write-co .la_con {
		padding:0.8rem;
		flex-direction: column;
		align-items: start;
	}
	.board-write-co input[type=radio] + label, .board-write-co input[type=checkbox] + label {
		margin: 0.3rem 0.6rem 0.3rem 0;
	}
}
/* 버튼상태 */
.bt_situation_01{
    border: 1px solid #ddd;
    border-radius: .25rem;
	padding:0.2rem;
	font-size:0.92rem;
	max-width:120px;
	text-align:center;
}
.bt_situation_02{
    border: 1px solid #0090d5;
    border-radius: .25rem;
	padding:0.2rem;
	font-size:0.92rem;
	max-width:120px;
	text-align:center;
	color:#0090d5;
}


/* 탭메뉴 */
/*------------------------------------
 nav-tabs
------------------------------------*/
.tab_sub .nav-tabs {
	margin-top:1.5em;
	margin-bottom:-0.06em;
	position:relative;
	border-bottom: 0;
	font-size:1.05rem;
	font-weight:500;
    letter-spacing: -0.08rem;
}
.tab_sub .nav-tabs::after {
	display:block;
    content: "";
    width: 100%;
    height: 1px;
    background:#ececec;
	position:absolute;
	bottom:0;
}
.tab_sub .nav-tabs .fs_sm{
	font-size:0.9rem;
	font-weight:500;
    letter-spacing: -0.02rem;
}
.tab_sub .nav-tabs .nav-item{
	margin-top:1px;
	width: calc( 100% / 3 );
	max-width:220px;
}
.tab_sub .nav-tabs .nav-link{
	text-align:center;
	padding: 0.8rem 0.2rem;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ececec;
	margin:0px 1px 0 0;
	height:100%;
	width:100%;
}
.tab_sub .nav-tabs .nav-link.active,
.tab_sub .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background: #397965 !important;
	border: 0;
	font-weight:600;
}
.tab_sub .nav-tabs ul.nav-subtabs{
	position:absolute;
	left:-1em;
	top:4.2em;
}
.tab_sub .nav-subtabs .nav-sublink{
	text-align:center;
	padding: 1em 1em;
	border-radius: 0rem;
	position:relative;
}
.tab_sub .nav-subtabs .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:1px;
	height:15px;
}
.tab_sub .nav-subtabs li:first-child .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:0px;
	height:15px;
}
.tab_sub .nav-subtabs .active{
	font-weight:600;
	color:#111;
}
@media (max-width:575px){
	.tab_sub .nav-tabs {
		font-size:14px;
	}
}

/* board_st_t  tab*/
.board_st_t > ul > li{
	text-align:center;
	margin:1px;
	font-weight:500;
}
.board_st_t > ul > li > div{
	border:1px solid #e5e5e5 ;
	letter-spacing:-0.08rem;
    transition: .3s ease all;
}
.board_st_t > ul > li > div > a{
	color:#696969;
	word-wrap: break-word;
	display: block;
    padding: 0.5rem 1.5rem;
	font-size: 1.05rem;
}
.board_st_t ul li.active div, .board_st_t ul li:hover div{
	border: 1px solid #000000;
    background: #555454;
    transition: .3s ease all;
}
.board_st_t > ul > li.active > div > a, .board_st_t > ul > li:hover > div > a{
	color:#fff;
	font-weight:600;
}
@media screen and  (max-width:768px) {
	.board_st_t > ul > li > div > a {
		padding: 0.5rem 0.7rem;
	}
}
.bo_align_se .board-search {
	margin:0;
}
.bo_align_se .board-search::after {
    display:none;
}
.bo_align select.select-lg {
	height: calc(1.5rem + 1rem + 2px);
    padding: .2rem 2rem .2rem 1rem;
    font-size: 1rem;
    background-position: right 1rem;
    background-size: 1.5rem auto;
}
.e_dw{
	font-weight: 500;
    color: #000;
	border-bottom:1px solid #000;
}
.e_dw:hover{
    color: #96212b;
	border-bottom:1px solid #96212b;
}
@media screen and  (max-width:991px) {
	.bo_align_se .board-search {
		max-width:100%;
	}
	.bo_align_se .board-search input {
		width: calc(100% - 1rem);
	}
}


