@charset "utf-8";
/* CSS Document */

/* 공용 */
.border-top{
	border-top-width:1px;
	border-top-style: solid;
	border-color: #333;
}

.border-width-1{
	border-width: 1px !important;
}

.border-width-2{
	border-width: 2px !important;
}
.border-width-3{
	border-width: 3px !important;
}

.owl-carousel.owl-logo .owl-item img{
	display: inline-block;
	width: auto;
}

/* 공용 마침 */


.section-faq #ktheme-faq-latest table{
	border-top: 0;
	margin-top: 0rem;
	margin-bottom: 0;
	overflow: hidden;
}

.section-faq  #ktheme-faq-latest table tr{
	border-bottom: 1px solid #f1f1f1;
}

.section-faq #ktheme-faq-latest table td{
	padding: 1.7rem 0;
}

.section-notice .list-type-1 li{
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

@media (max-width: 575.98px) {
	
}

@media (max-width: 767.98px) {
	/* 풀페이지 모바일에서 여백 */
	#fullpage{
		overflow: hidden;
	}
	
	#section1{
		max-height: 80vh !important;
		height: 80vh !important;
		overflow: hidden;
		display: block;
	}
	
	#section1 .fp-tableCell{
		display: block !important;
		max-height: 80vh !important;
		height: 80vh !important;
	}
	
	#depicter-1{
		max-width:inherit !important;
		min-height: 80vh !important;
	}
	
	.fp-section.fp-table, .fp-slide.fp-table{
		display: block !important;
		height: auto !important;
	}
	
	.fp-tableCell{
		display: block !important;
		height: auto !important;
	}
	/* 풀페이지 모바일에서 여백마침 */
	
	
	
}

@media (min-width: 768px) {
	
	
	
}
  

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


/* sigle break point */

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Between breakpoints */

