@charset "utf-8";


/*------------------------------------
  skin-color 
------------------------------------*/
.top-line{
	border-top:2px solid #333;
}


/*------------------------------------
  board-btn 
------------------------------------*/
/* 진회색 */
.btn-board-01 {
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn-board-01:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-board-01:focus, .btn-board-01:active {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

/* 연회색 - 라인 */
.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-02:focus, .btn-board-02:active {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

/*------------------------------------
  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:.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 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%;
	margin-bottom: 1rem;
	background-color: transparent;
	box-sizing: content-box;
}
table.default-list th,
table.default-list td{
	position:relative;
	padding:1.2rem 1rem;
	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.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;
	}
}



/*------------------------------------
  board-view
------------------------------------*/
.board-view > div{
	padding:1rem;
	border-bottom:1px solid #e5e5e5;
}
.board-view .row-title{
	background-color:#fafafa;
	padding:2rem 1.5rem;
}
.board-view .row-title h4{
	font-weight:400;
	color:#333;
	font-size:1.3rem;
}
.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: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:2rem 1rem;
	display: block;
	position:relative;
}

.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:#333;
	font-weight:700;
}
.board-view .row-next > div:first-child::after{
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:.7rem;
	width:1px;
	height:.8rem;
	margin-top:-0.4rem;
	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;
	}
}



/*------------------------------------
  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:#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.9rem;
	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;
	}
}

/*------------------------------------
  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.5rem 5rem;
	font-size:1.15rem;
	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.5rem;
	top:1.35rem;
	width:2rem;
	height:2rem;
	line-height:2rem;
	text-align:center;
	background:#333;
	border-radius:50%;
	font-family: 'Raleway', sans-serif;
	font-size:1.5rem;
	color:#fff;
}
.faq-list dl dt a::after{
	content: '';
	display: block;
	position:absolute;
	right:1.5rem;
	top:2.10rem;
	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.90rem;
	-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.7rem 1.5rem 1.7rem 5rem;
	border:solid #e5e5e5;
	border-width:0 1px 1px 1px;
	position:relative;
}
.faq-list dl dd div::before{
	content:'A';
	display:block;
	position:absolute;
	left:1.5rem;
	top:1.55rem;
	width:2rem;
	height:2rem;
	line-height:2rem;
	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.25rem 5rem;
	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.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%;
    height: 0;
	padding-top:75%;
}
.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.25rem;
}
.gallery-list.gallery-product li.no-data::after{
	content:'';
	display:none;
}
.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 2px 10px rgba(0, 0, 0, .1);
}
.compay-banner-list img{
	margin:0.7rem;
	width: 220px;
	height: 100px;
	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;
}
.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;
}