@charset "utf-8";
#business .big_title {
    background: url("/layout/A_layout/A_type//images/business/title_line.gif") no-repeat 0% 0%;
    padding: 2em 1.5em;
    position: relative;
    border: 1px solid #eaeaea;
}
#business .big_title ul li {
  color:#0773c7;
}

/*------------------------------------
  skin-color 
------------------------------------*/
.top-line{
	border-top:2px solid #333;
}


/*------------------------------------
  board-btn 
------------------------------------*/
/* 진회색 */
.btn-board-01 {
    color: #fff !important;
    background-color: #444;
    border-color: #444;
}

.btn-board-01:hover {
    color: #fff !important;
    background-color: #333;
    border-color: #333;
}

/* 연회색 - 라인 */
.btn-board-02 {
    color: #555;
    background-color: transparent;
    background-image: none;
    border-color: #ddd;
}
.btn-board-02:hover {
	color: #555;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/* 라인 */
.btn-board-03 {
    color: #fff !important;
    background: #d71820;
}

.btn-board-03:hover {
    color: #fff !important;
    background: #d71820;
}

#accordion div br{
border:0px solid #000;
display:inline-block;
}

/*------------------------------------
  badge
------------------------------------*/
.badge-new{
	background-color:#fab000;
	color:#fff;
}
@-webkit-keyframes pulse {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}
@keyframes pulse {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 to {
  opacity:1
 }
}
.pulse {
 -webkit-animation:pulse 1.5s 3s ease infinite;
 animation:pulse 1.5s 3s ease infinite;
}

.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:0.15em 0.4em 0.25em;
	border-radius:0.2em;
	background-color:#bababa;
	margin-left:0.5em;
	font-family: 'Raleway', sans-serif;
	vertical-align: baseline;
	position:relative;
}
.badge-reply{
	display:inline-block;
	width:1em;
	height:0.5em;
	border-left:2px dotted #999;
	border-bottom:2px dotted #999;
	vertical-align: middle;
	margin:-0.5em 0.25em 0 0;
}
.b_line{
	display:inline-block;
	background: url('../images/menu_bar.gif')no-repeat 0% 50%;
	padding-left:1em;
	margin-left:1em;
}

/*------------------------------------
  board-search
------------------------------------*/
.board-search input{
	margin-left:-1px;
}
.board-search .btn-search{
	position:absolute;
	right:5px;
	background:#444;
	border-radius:0;
	display:flex;
	height: 100%;
	padding:0 .8rem;
	color:#fff;
	font-size:1.8rem;
	align-items: center;
}


/*------------------------------------
  default-new-list
------------------------------------*/
table.default-list {
	width: 100%;
	max-width: 100%;
	font-size:16px;
	margin-bottom: 1em;
	background-color: transparent;
	box-sizing: content-box;
}
table.default-list th,
table.default-list td{
	position:relative;
	padding:1.2em 1em;
	vertical-align: middle;
	text-align:center;
}
table.default-list thead tr{
	background-color:#fafafa;
}
table.default-list th{
	border-bottom:1px solid #ccc;
	font-weight:400;
	color:#333;
}
table.default-list td{
	font-weight:300;
	position:relative;
	vertical-align:top;
	border-bottom:1px solid #e5e5e5;
}
table.default-list tbody tr:hover{
	background:#f9f9f9;
}
table.default-list td a{
	font-weight:400;
}
/* 비밀번호 입력 */
table.default-list ._popup_pass{
	padding:1rem;
	border:5px solid #e5e5e5;
	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;
	}*/
	table.default-list td > a{
		display:block;
		padding:1.2rem 3.5rem 1.2rem .8rem;
	}
	table.default-list td  a::after{
		content: '';
		display: block;
		position:absolute;
		right:1rem;
		top:50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid #666;
		border-top: 2px solid #666;
		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.9em;
		color:#999;
		margin-top:.5em;
		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;
	}
}



/*------------------------------------
  board-view
------------------------------------*/
.board-view > div{
	padding:1rem;
	border-bottom:1px solid #e5e5e5;
}
.board-view div.line_b {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.board-view .row-title{
	background-color:#fafafa;
	padding:2rem 1.5rem;
}
.board-view .row-title h4{
	font-weight:400;
	color:#333;
	padding-left: 0px;
	font-size:1.17em;
}
.board-view .row-title h4::before{
	background: none;
}
.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 a{
	display:inline-block;
	font-size:1.3rem;
	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:2rem 1rem;
}
.board-view .row-content img{
	max-width:100%;
	height:auto;
}
/* 이전글/다음글 */
.board-view .row-next > div:first-child{
	color:#333;
	font-weight:700;
}
.board-view .row-next > div:first-child::after{
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:.8em;
	width:1px;
	height:0.7em;
	margin-top:-0.4em;
	background-color:#ccc;
}

@media (max-width: 992px) {
	.board-view .row-title{
		padding:1.5rem 1rem;
	}
	.board-view .row-next > div{
		padding:0;
	}
	/* 이전글/다음글 */
	.board-view .row-next > div:first-child{
		margin-bottom:.5rem;
	}
	.board-view .row-next > div:first-child::after{
		display:none;
	}
}
@media (max-width: 991px) {
	table.default-list td a {
    font-weight: 400;
    font-size: 0.9em;
    padding: 0.3em 0 0 0;
    display: block;
	}
}


/*------------------------------------
  comment
------------------------------------*/
/* 댓글등록 폼 */
.comment-write{
	border:1px solid #e5e5e5;
	background:#f8f8f8;
	padding:1em;
	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.1em;
	color:#222;
	font-weight:500;
	float:left;

}
.comment-list dl dd.col-data{
	font-size:0.9em;
	color:#999;

}
.comment-list dl dd.con_comment{
	margin:0;
	padding:0.5em 15px 1em;
}
.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:1em;
}
.ml-2{
margin-left:5px;
}
/*------------------------------------
  board-write 
------------------------------------*/
.board-write label.col-form-label{
	color:#333;
}
.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.9em;
	color:#fff;
	font-weight: 500;
	line-height: 1;
}

@media (min-width: 992px) {
	.board-write > div{
		padding:1rem 0;
	}

	/* 첨부파일 */
	.board-write .file-list:first-child{
		border-top:none;
		padding-top:0;
	}
	.d-lg-table-cell {
    display: table-cell !important;
	}
}

/*------------------------------------
  faq_new 
------------------------------------*/
.faq-list{
	border-top:1px solid #e5e5e5;
}
.faq-list dl{
	margin:0;
	position:relative;
}
.faq-list dl dt a{
	display:block;
	padding:1.5em 5em;
	font-size:1em;
	font-weight:normal;
	color:#333;
	background:#fafafa;
	border: solid #e5e5e5;
	border-width:0 1px 1px 1px;
}
.faq-list dl dt a::before{
	content:'Q';
	display:block;
	position:absolute;
	left:1.5em;
	top:0.9em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	text-align:center;
	background:#333;
	border-radius:50%;
	font-family: 'Raleway', sans-serif;
	font-size:1.5em;
	color:#fff;
}
.faq-list dl dt a::after{
	content: '';
	display: block;
	position:absolute;
	right:1.5em;
	top:2.10em;
	width: 12px;
	height: 12px;
	border-right: 2px solid #444;
	border-top: 2px solid #444;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	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 a.collapsed::after{
	top:1.90em;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	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 dd div{
	padding:1.7em 1.5em 1.7em 5em;
	border:solid #e5e5e5;
	border-width:0 1px 1px 1px;
	position:relative;
}
.faq-list dl dd div::before{
	content:'A';
	display:block;
	position:absolute;
	left:2.2em;
	top:2em;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	background:#eee;
	border-radius:50%;
	font-family: 'Raleway', sans-serif;
	font-size:1.5rem;
	color:#888;
}
.faq-list .comment-none{
	padding:1.25em 5em;
	margin:0;
	text-align:center;
	border: solid #e5e5e5;
	border-width:0 1px 1px 1px;
}


/*------------------------------------
  gallery_new 
------------------------------------*/
.gallery-list li{
	margin-bottom:2rem;
}
.gallery-list li a{
	display: block;
	position: relative;
}
.gallery-list .gallery-img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gallery-list .gallery-img img {
	width: 100%;
	height: auto;
}
.gallery-list .gallery-img .no-image{
	display:flex;
	width: 100%;
	height: 100%;
	min-height:220px;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	 justify-content: center;
	align-items: center;
	font-size:1.8rem;
	font-weight:bold;
	color:#bbb;
}
.gallery-list .gallery-img-banner{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gallery-list .gallery-img-banner img {
	width: 100%;
	height: auto;
}
.gallery-list .gallery-img-banner .no-image{
	display:flex;
	width: 100%;
	height: 100%;
	min-height:120px;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	 justify-content: center;
	align-items: center;
	font-size:1.8em;
	font-weight:bold;
	color:#bbb;
}
.gallery-list .gallery-content{
	border:solid #e5e5e5;
	border-width:0 0 1px;
	padding:1.5em 1em;
}
.gallery-list .gallery-content .gallery-title{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
	word-break: break-all;
	margin-bottom:0.5em;
	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:0.9em;
	color:#888;
	margin:0;
}

.gallery-list .gallery-content-banner{
	border:solid #e5e5e5;
	border-width:0 0 0px;
	padding:1.5em 1em;
}
.gallery-list .gallery-content-banner .gallery-title{
	font-size: 1.2em;
	line-height: 2em;
	color: #333333;
	word-break: break-all;
	margin-bottom: 1.0em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:100%;
	overflow: hidden;
}
.business_t .store_li {
	margin: 2em 0 0 2em;
}
.business_t .store_li li {
	position: relative;
	padding-left: 7em;
	margin: 0.5em 0;
	line-height: 110%;
}
.business_t .store_li li::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #757575;
}

.business_t .store_li li span {
    position: absolute;
    left: 12px;
    top: 0;
    font-weight: 500;
    color: #525252;
}
.business_t .store_li_new {
	padding: 2em 1em;
	overflow: hidden;
}
.business_t .store_li_new li {
	position: relative;
	padding-left: 6em;
	margin: 0.5em 0;
	line-height: 110%;
}
.business_t .store_li_new li::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #757575;
}

.business_t .store_li_new li span {
    position: absolute;
    left: 12px;
    top: 0;
    font-weight: 500;
    color: #525252;
}

/*.business_t .line {
	border-bottom: 1px solid #f3f3f3;
}*/
@media (max-width: 767px) {
	.business_t .store_li {
		margin: 2em 0 0 0;
	}
}
@media (max-width: 768px) {

.faq-list dl dd div::before{
	content:'A';
	display:block;
	position:absolute;
	left:1.3em;
	top:1em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	text-align:center;
	background:#eee;
	border-radius:50%;
	font-family: 'Raleway', sans-serif;
	font-size:1.5rem;
	color:#888;
}
    .nav-tabs > li > a {
    min-height: 45px; 
    line-height: 140%; 
}

}

@media (min-width: 768px) {
	.gallery-list a:hover::after{ 
		opacity:1;
		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-img{
		
	}
	.gallery-list .gallery-img img{
		width: 100%;
		height: 100%;
	}
	.gallery-list .gallery-content{
		border:solid #e5e5e5;
		border-width:0 1px 1px;
		padding:1.5em 2em;
	}
	.gallery-list .gallery-content .gallery-title{
		height: 3em;
	}
	.faq btn-search{
		border:1px solid #000;
	}
}
@media (min-width: 1200px) {
	.gallery-list .gallery-img{
		
	}
}



table.default-list td.vm { vertical-align:middle !important; }
.col_title a{
	font-size: 1.1em;
    font-weight: 500;
    color: #000;
}
.icon_public {
    width: 50px;
    color: #fff !important;
    text-align: center;
    font-size: 0.85em;
    line-height: 20px;
    margin-left: 5px;
    display: inline-block;
	 background: #6c6c6c;
	 border-radius:2rem;
}
.col_no{ letter-spacing: -0.2px; }
.col_date { color: #999; font-weight: 400;}



@media (max-width: 992px) {
	/* 지원사업공고 */
	a.icon_contac  {
		padding: 0.3em 3em 0.35em;
		font-size: 0.9em;
		margin-top:1.2rem;
		border-radius:1rem;
	}
	#gi_not table.default-list td > a {
		padding: 0rem 3.5rem 1.2rem .8rem;
	}
}


/*------------------------------------
  gallery_equipment 
------------------------------------*/

.gallery-list .equipment-content {
    border: solid #e5e5e5;
    border-width: 0 1px 1px;
    padding: 1.3em 1.2em;
}

.gallery-list .equipment-content .equipment-title {
    font-size: 1.2em;
    color: #333333;
    font-weight: 500;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
}

.bbs-write-ag .agreement_box {
	border:1px solid #d8d8d8;
	margin: 0;
	padding: 15px;
	background:#fff;
}
.bbs-write-ag .agreement_box textarea {
    background-color: transparent;
    border: medium none;
    height: 120px;
    width: 100%;
}
.bbs-write-ag .agree_check {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e9e9e9;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 7px 15px 10px;
    text-align: right;
}
.bbs-write-ag .required {
    color: #d60021;
    font-weight: bold;
}