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

/* 부트스트랩 오버라이드 */

.w-60{
	width:60% !important;
}

.shadow{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.08)!important;
}

/* 엘레멘터 설정 */
.container_wrap .elementor-heading-title{
	line-height: 1.3;
}

/* 엘레멘터 설정 마침 */

/* 색션 */

.k-section{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

/* 색션 마침 */

/* 컬럼사이 보더 */

.col-border-short div[class^=col]{
	position: relative;
}
.col-border-short div[class^=col]::after{
	
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	width: 1px;
	height: 33%;
	background-color: #e1e1e1;
}

.col-border-short div[class^=col]:last-child::after{
	display: none;
}

/* 컬럼사이 보더 마침*/

/* 투명도 */
.opacity-0 {
	opacity: 0.0 !important;
}

.opacity-1 {
	opacity: 0.1 !important;
}

.opacity-2 {
	opacity: 0.2 !important;
}

.opacity-3 {
	opacity: 0.3 !important;
}

.opacity-4 {
	opacity: 0.4 !important;
}

.opacity-5 {
	opacity: 0.5 !important;
}

.opacity-6 {
	opacity: 0.6 !important;
}

.opacity-7 {
	opacity: 0.7 !important;
}

.opacity-8 {
	opacity: 0.8 !important;
}

.opacity-9 {
	opacity: 0.9 !important;
}

.opacity-10 {
	opacity: 1 !important;
}

.opacity-hover-0 {
	transition: ease opacity 300ms;
}

.opacity-hover-0:hover {
	opacity: 0.0 !important;
}

.opacity-hover-1 {
	transition: ease opacity 300ms;
}

.opacity-hover-1:hover {
	opacity: 0.1 !important;
}

.opacity-hover-2 {
	transition: ease opacity 300ms;
}

.opacity-hover-2:hover {
	opacity: 0.2 !important;
}

.opacity-hover-3 {
	transition: ease opacity 300ms;
}

.opacity-hover-3:hover {
	opacity: 0.3 !important;
}

.opacity-hover-4 {
	transition: ease opacity 300ms;
}

.opacity-hover-4:hover {
	opacity: 0.4 !important;
}

.opacity-hover-5 {
	transition: ease opacity 300ms;
}

.opacity-hover-5:hover {
	opacity: 0.5 !important;
}

.opacity-hover-6 {
	transition: ease opacity 300ms;
}

.opacity-hover-6:hover {
	opacity: 0.6 !important;
}

.opacity-hover-7 {
	transition: ease opacity 300ms;
}

.opacity-hover-7:hover {
	opacity: 0.7 !important;
}

.opacity-hover-8 {
	transition: ease opacity 300ms;
}

.opacity-hover-8:hover {
	opacity: 0.8 !important;
}

.opacity-hover-9 {
	transition: ease opacity 300ms;
}

.opacity-hover-9:hover {
	opacity: 0.9 !important;
}

.opacity-hover-10 {
	transition: ease opacity 300ms;
}

.opacity-hover-10:hover {
	opacity: 1 !important;
}

/* 스캐일 */
.scale-1 {
	transform: scale(1.1) !important;
}

.scale-2 {
	transform: scale(1.2) !important;
}

.scale-3 {
	transform: scale(1.3) !important;
}

.scale-4 {
	transform: scale(1.4) !important;
}

.scale-5 {
	transform: scale(1.5) !important;
}

.scale-6 {
	transform: scale(1.6) !important;
}

/* 섹의 배경스타일을 지정해줍니다. 배경의 좌우에 색상영역을 추가합니다.  예) https://devktheme.mycafe24.com/law/#page2 */
.section-bg-pill-right{
	position: relative;
	
}
.section-bg-pill-right::before{
	content: "";
	position: absolute;
	height: 100%;
	background-color: #fafafa;
	right: 0;
	left: calc(50% + 440px);
	top: 0;
}

.section-bg-pill-left{
	position: relative;
	
}
.section-bg-pill-left::before{
	content: "";
	position: absolute;
	
	height: 100%;
	background-color: #efefef;
	left: 0;
	right: calc(50% + 440px);
	top: 0;
}

/* 섹션의 이미지배경을 이용할 때 이미지배경을 덮는 알파레이어의 색상을 지정해줌 */
.background.bg-primary-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #2B2D42;
}

.background.bg-secondary-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #2659A7;
}

.background.bg-success-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #2659A7;
}

.background.bg-danger-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #2684A7;
}

.background.bg-warning-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #4941BE;
}

.background.bg-info-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #26A77B;
}

.background.bg-light-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #fff;
}

.background.bg-dark-alpha[class*="-overlay"]::after {
	opacity: 0.8;
	background: #333;
}

/* 섹션의 이미지배경을 이용할 때 이미지배경을 덮는 알파레이어의 색상을 지정해줌 */


/* 버튼그라디언트 배경클래스 */

.btn-gradient{
	transition: 0.5s;
	background-size: 200% auto;
}
.btn-gradient:hover{
	background-position: right center; 
}
.btn-primary-gradient{
	background-image: linear-gradient(to right, #3f0071 10%, #fb2576 70%);
	border-width: 0;
}

.btn-secondary-gradient{
	background-image: linear-gradient(to right, #fb2576 10%, #332fd0 70%);
	border-width: 0;
}

.btn-success-gradient{
	background-image: linear-gradient(to right, #332fd0 10%, #0002a1 70%);
	border-width: 0;
}

.btn-danger-gradient{
	background-image: linear-gradient(to right, #0002a1 10%, #bad7e9 70%);
	border-width: 0;
}

.btn-warning-gradient{
	background-image: linear-gradient(to right, #bad7e9 10%, #d6e4e5 70%);
	border-width: 0;
}

.btn-info-gradient{
	background-image: linear-gradient(to right, #d6e4e5 10%, #fafafa 70%);
	border-width: 0;
}
.btn-light-gradient{
	background-image: linear-gradient(to right, #fafafa 10%, #eee 70%);
	border-width: 0;
}

.btn-dark-gradient{
	background-image: linear-gradient(to right, #333 10%, #3335 70%);
	border-width: 0;
}

/* 버튼그라디언트 배경클래스 마침 */


/* 배경색상그라디언트 배경클래스 - 버튼 및 일반배경용*/

.bg-color-gradient{
	transition: 0.5s;
	background-size: 200% auto;
}
.bg-color-gradient:hover{
	background-position: right center; 
}
.bg-primary-gradient{
	background-image: linear-gradient(to right, #3f0071 10%, #fb2576 80%);
	
}

.bg-secondary-gradient{
	background-image: linear-gradient(to right, #fb2576 10%, #332fd0 70%);
	
}

.bg-success-gradient{
	background-image: linear-gradient(to right, #332fd0 10%, #0002a1 70%);
	
}

.bg-danger-gradient{
	background-image: linear-gradient(to right, #0002a1 10%, #bad7e9 70%);
	
}

.bg-warning-gradient{
	background-image: linear-gradient(to right, #bad7e9 10%, #d6e4e5 70%);
	
}

.bg-info-gradient{
	background-image: linear-gradient(to right, #d6e4e5 10%, #fafafa 70%);
	
}
.bg-light-gradient{
	background-image: linear-gradient(to right, #fafafa 10%, #ddd 70%);
	
}

.bg-dark-gradient{
	background-image: linear-gradient(to right, #333 10%, #3335 70%);
	
}

.bg-position-to-left::after{
	transform: rotate(180deg)
}

.bg-image-primary-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #fb2576 70%) !important;
	background-color: transparent !important;
	opacity: 0.95 !important;
	
}

.bg-image-secondary-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #332fd0 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}

.bg-image-success-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #0002a1 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}

.bg-image-danger-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #bad7e9 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}

.bg-image-warning-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #d6e4e5 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}

.bg-image-info-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #fafafa 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}
.bg-image-light-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #ddd 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}

.bg-image-dark-gradient::after{
	background-image: linear-gradient(to right, #00000000 10%, #374147ff 70%) !important;
	opacity: 0.95 !important;
	background-color: transparent !important;
}



/* 배경색상그라디언트 배경클래스 마침 */



/* 타임라인 스타일 */

.timeline-steps {
    display: flex;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #f1f1f1;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}



.timeline-steps.type1 .timeline-step{
	margin: 0;
	flex-grow: 1;
}

.timeline-steps.type1 .timeline-content {
	display: block;
	width: 5rem;
	position: relative;
	z-index: 100;
}

.timeline-steps.type1 .timeline-content.active {
	
}



.timeline-steps.type1 .timeline-content .inner-circle {
	height: 5px;
	width: 5px;
	border-radius: 8px;
}

.timeline-steps.type1 .timeline-content.active .inner-circle  {
	height: 8px;
	width: 8px;
}

.timeline-steps.type1 .timeline-content .inner-circle:before{
	display: none;
}


.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
	padding-top:1.5rem;
	padding-bottom: 1.5rem;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    
    margin-bottom: 15px;
    margin-top: 15px;
    
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}



/* 타임라인 스타일 마침*/

/* 팀원소개 시작*/

.team-type-3 {
	position: relative;
	padding:2rem;
	border:1px solid #f1f1f1;
	transition: all 0.5s;
}

.team-type-3:hover{
	background-color: #fafafa;
	border-color: #333;
}

.team-type-3 .col-9  h5{
	position: relative;
	padding-bottom: 0.7rem;
	
}
.team-type-3 .col-9  h5 span{
	padding-left: 1.2rem; 
	margin-left: 1.2rem;
	border-left: 1px solid #e1e1e1;
	line-height: 1rem;
	display: inline-block;
	
}

.team-type-3 .col-9  h5::before{
	content: "";
    width: 50px;
    height: 2px;
    background: #125fac;
    position: absolute;
    bottom: 0;
    left: 0;
}

.team-type-3 .col-9 ul {
	
}

.team-type-3 .col-9 ul li{
	margin-bottom: 0.3rem;
}

.team-type-3 .col-9 ul li span{
	min-width: 65px;
}
/* 팀원소개 마침*/


/* 페이지네이션 시작 */

.ktheme-pagenation {
	display: flex;
	justify-content: center;
}

.ktheme-pagenation .ktheme-pagenation-pages{
	padding:  1rem;
}

.ktheme-pagenation .ktheme-pagenation-pages li{
	margin: 0 0.3rem;
	text-align: center;
}

.ktheme-pagenation .ktheme-pagenation-pages li a{
	padding: 0.3rem 0.6rem; 
	color: #585858;
}
.ktheme-pagenation .ktheme-pagenation-pages li a:hover{
	color: #000;
}
.ktheme-pagenation .ktheme-pagenation-pages.bg-dark li a{
	color: #999;
}
.ktheme-pagenation .ktheme-pagenation-pages.bg-dark li a:hover{
	color: #fff;
}

.ktheme-pagenation .ktheme-pagenation-pages li.active a{
	color: #23acd6;
}


.ktheme-pagenation .ktheme-pagenation-pages.bg-dark li.active a{
	color: #fff;
}

.ktheme-pagenation .ktheme-pagenation-pages li.first-page{
}
.ktheme-pagenation .ktheme-pagenation-pages li.prev-page{
}

.ktheme-pagenation .ktheme-pagenation-pages li.next-page{
}
.ktheme-pagenation .ktheme-pagenation-pages li.last-page{
}

.ktheme-pagenation.pagenation-type2 .ktheme-pagenation-pages li.active a{
	border-bottom: 1px solid #23acd6;
}

.ktheme-pagenation.pagenation-type3 .ktheme-pagenation-pages li.active a{
	
	background-color: #23acd6;
	color: white;
}

.ktheme-pagenation.pagenation-type4 .ktheme-pagenation-pages li.active a{
	
	background-color: #23acd6;
	color: white;
	border-radius: 100%;
}

.ktheme-pagenation.pagenation-type6 .ktheme-pagenation-pages li.active a{
	
	background-color: #585858;
	color: white;
}

.ktheme-pagenation.pagenation-type7 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}

.ktheme-pagenation.pagenation-type8 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}
.ktheme-pagenation.pagenation-type8 .ktheme-pagenation-pages li.active a{
	
	background-color: #585858;
	color: white;
	border-radius: 100%;
}

.ktheme-pagenation.pagenation-type10 .ktheme-pagenation-pages li.active a{
	
	background-color: #efefef;
	color: #000;
	
}
.ktheme-pagenation.pagenation-type11 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}

.ktheme-pagenation.pagenation-type12 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}
.ktheme-pagenation.pagenation-type12 .ktheme-pagenation-pages li.active a{
	
	background-color: #efefef;
	color: #000;
	border-radius: 100%;
}

.ktheme-pagenation.pagenation-type13 .ktheme-pagenation-pages li ,
.ktheme-pagenation.pagenation-type14 .ktheme-pagenation-pages li ,
.ktheme-pagenation.pagenation-type15 .ktheme-pagenation-pages li ,
.ktheme-pagenation.pagenation-type16 .ktheme-pagenation-pages li {
	margin: 0;
}
.ktheme-pagenation.pagenation-type13 .ktheme-pagenation-pages li a,
.ktheme-pagenation.pagenation-type14 .ktheme-pagenation-pages li a,
.ktheme-pagenation.pagenation-type15 .ktheme-pagenation-pages li a,
.ktheme-pagenation.pagenation-type16 .ktheme-pagenation-pages li a{
	display: inline-block;
	padding:0.7rem 1.4rem;
	border-left: 1px solid #ffffff22;
}




.ktheme-pagenation.pagenation-type14 .ktheme-pagenation-pages li.active a{
	
	background-color: #efefef;
	color: #000;
	
}


.ktheme-pagenation.pagenation-type15 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}

.ktheme-pagenation.pagenation-type16 .ktheme-pagenation-pages {
	border-radius: 10rem;
	}
.ktheme-pagenation.pagenation-type16 .ktheme-pagenation-pages li.active a{
	
	background-color: #efefef;
	color: #000;
	
}

/* 페이지네이션 마침 */


/* 빵조각메뉴-breadcrumb 시작 */


/* 현재위치 네비 */

.breadcrumb-item {
	font-size: 0.89rem;
}

.breadcrumb-item+.breadcrumb-item {
	position: relative;
	padding-left: 1.5rem;
	margin-left: 1.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #acacac;
	position: absolute;
	top: 9px;
	left: 0;
}

/* 빵조각메뉴-breadcrumb 마침 */

/* 팝업창 스타일 시작 */
body,.modal{
	padding-right: 0 !important;
}
.modal-content{
	border: 0;
}
.modal .modal-frame{
	position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.modal .modal-dialog.modal-top{
	top: 0;
}

.modal .modal-dialog.modal-bottom{
	bottom: 0;
}


/* 최신글 목록 스타일 설정 */

	
	.list-group-item{
		border-color: #efefef;
		background-color: transparent;
}
	/* 최신글 리스트형 스타일 2 날자강조형 시작 */
	.list-type-2{
		
	}
	
	.list-type-2 li{
		background-color: transparent;
		padding:0;
	}
	.list-group-flush>.list-group-item:last-child{
		border-bottom-width: 1px;
	}
	.list-type-2 li a{
		display: flex;
		padding:2rem 0;
		position: relative;
	}
	
	.list-type-2 .list-date{
	}
	
	.list-type-2 .list-date span{
		display: block;
		text-align: center;
	}
	
	.list-type-2 .list-date .list-day{
		font-size: 1.8rem;
		line-height: 2rem;
		
	}
	.list-type-2 .list-date .list-ym{
		font-size: 1rem;
		
	}
	
	.list-type-2 .list-title{
		font-size: 1.3rem;
		line-height: 4rem;
		margin-left: 5rem;
		position: relative;
		width: 100%;
	}
	
	.list-type-2 .list-title i{
		position: absolute;
    right: 0;
    top:0;
    font-size: 2rem;
    color: #acacac;
    font-weight: normal;
		
	}
	/* 최신글 리스트형 스타일 2  날자강조형 마침 */




/* 텍스트 줄수 */

.text-1line{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important ;
	display: -webkit-box !important ;
	-webkit-line-clamp: 1 !important ;
	-webkit-box-orient: vertical !important ; 
}

.text-2line{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	display: -webkit-box !important ;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
}

.text-3line{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	display: -webkit-box !important ;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
}

/* 텍스트 줄수 마침 */

/* 팝업창 스타일 마침 */


/* 탭 디자인 시작 */

/* 탭 디자인 기본스타일 */
.kt-tab .nav-link{
	color: #333;
}

.kt-tab .nav-pills .nav-link.active, 
.kt-tab .nav-pills .show>.nav-link{
	
}

.kt-tab .nav-pills .nav-link{
	border-radius: 0;
	padding: 0.5rem 1rem;
}

.kt-tab .nav-tabs .nav-link {
	border-radius: 0;
}


/* 탭 디자인 기본스타일 마침 */

/* 탭 타입1 연혁페이지 사용*/
.kt-tab.tab-type1 {
	border: 1px solid #ddd;
}

.kt-tab.tab-type1 .nav-tabs .nav-link {
	border: none;
	padding: 1rem 2rem;
	color: #333;
	border: 2px solid transparent;
	border-radius: 0;
}

.kt-tab.tab-type1 .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #696e96;
}

.kt-tab.tab-type1 .nav-item.show .nav-link,
.kt-tab.tab-type1 .nav-link.active {
	margin: -1px;
	border: 2px solid #696e96;
	border-radius: 0px;
	color: #696e96;
}

/* 탭 타입1 마침 */


/* 탭 타입2 */
.kt-tab.tab-type2 .nav-tabs{
	border: none;
}
.kt-tab.tab-type2 .nav-tabs .nav-link{
	
}
.kt-tab.tab-type2 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type2 .nav-tabs .nav-link:hover{
	color: palevioletred;
	border-color: transparent;
}
.kt-tab.tab-type2 .nav-tabs .nav-item:first-child .nav-link{
	padding-left: 0;
}
.kt-tab.tab-type2 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type2 .nav-tabs .nav-link.active{
	color: palevioletred;
	border-color: transparent;
	background-color: transparent;	
}
/* 탭 타입2 마침*/


/* 탭 타입3 */
.kt-tab.tab-type3 .nav-tabs{
	border: none;
}
.kt-tab.tab-type3 .nav-tabs .nav-link{
	
}
.kt-tab.tab-type3 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type3 .nav-tabs .nav-link:hover{
	color: palevioletred;
	border-color: transparent;
}
.kt-tab.tab-type3 .nav-tabs .nav-item:first-child .nav-link{
	padding-left: 0;
}
.kt-tab.tab-type3 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type3 .nav-tabs .nav-link.active{
	color: palevioletred;
	border-color: transparent;
	background-color: transparent;	
}
/* 탭 타입3 마침*/


/* 탭 타입4 */
.kt-tab.tab-type4 .nav-tabs{
	border: none;
}
.kt-tab.tab-type4 .nav-tabs .nav-link{
	
}
.kt-tab.tab-type4 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type4 .nav-tabs .nav-link:hover{
	background-color: #fafafa;
	border-color: #fafafa;
}
.kt-tab.tab-type4 .nav-tabs .nav-item:first-child .nav-link{
	
}
.kt-tab.tab-type4 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type4 .nav-tabs .nav-link.active{
	color: white;
	border-color: palevioletred;
	background-color: palevioletred;	
}
/* 탭 타입4 마침*/


/* 탭 타입5 */
.kt-tab.tab-type5 .nav-tabs{
	border: none;
}
.kt-tab.tab-type5 .nav-tabs .nav-link{
	
}
.kt-tab.tab-type5 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type5 .nav-tabs .nav-link:hover{
	background-color: #fafafa;
	border-color: #fafafa;
}
.kt-tab.tab-type5 .nav-tabs .nav-item:first-child .nav-link{
	
}
.kt-tab.tab-type5 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type5 .nav-tabs .nav-link.active{
	color: white;
	border-color: palevioletred;
	background-color: palevioletred;	
}
/* 탭 타입4 마침*/



/* 탭 타입6 */
.kt-tab.tab-type6 .nav-tabs{
	border: none;
}
.kt-tab.tab-type6 .nav-tabs .nav-link{
	border-radius: 2rem;
	margin-right: 1rem;
}
.kt-tab.tab-type6 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type6 .nav-tabs .nav-link:hover{
	background-color: #fafafa;
	border-color: #fafafa;
	
}
.kt-tab.tab-type6 .nav-tabs .nav-item:first-child .nav-link{
	
}
.kt-tab.tab-type6 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type6 .nav-tabs .nav-link.active{
	color: white;
	border-color: palevioletred;
	background-color: palevioletred;	
	border-radius: 2rem;
}
/* 탭 타입6 마침*/

/* 탭 타입7 */
.kt-tab.tab-type7 .nav-tabs{
	border: none;
}
.kt-tab.tab-type7 .nav-tabs .nav-link{
	border-radius: 2rem;
	margin-right: 1rem;
}
.kt-tab.tab-type7 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type7 .nav-tabs .nav-link:hover{
	background-color: #fafafa;
	border-color: #fafafa;
	
}
.kt-tab.tab-type7 .nav-tabs .nav-item:first-child .nav-link{
	
}
.kt-tab.tab-type7 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type7 .nav-tabs .nav-link.active{
	color: white;
	border-color: palevioletred;
	background-color: palevioletred;	
	border-radius: 2rem;
}
/* 탭 타입7 마침*/


/* 탭 타입10/11 */
.kt-tab.tab-type10 .nav-tabs{
	
}
.kt-tab.tab-type11 .nav-tabs .nav-link,
.kt-tab.tab-type10 .nav-tabs .nav-link{
	border-width: 1px ;
	background-color:transparent;
}
.kt-tab.tab-type10 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type10 .nav-tabs .nav-link:hover,
.kt-tab.tab-type11 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type11 .nav-tabs .nav-link:hover{
	background-color: transparent;
	background-color:#fafafa;
	border-bottom-color: #fafafa;
	
}

.kt-tab.tab-type10 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type10 .nav-tabs .nav-link.active,
.kt-tab.tab-type11 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type11 .nav-tabs .nav-link.active{
	background-color: transparent;
	background-color:#f9f9f9;
	border-bottom-color: #f9f9f9;
	
}
/* 탭 타입10// 마침*/



/* 탭 타입12/13 */
.kt-tab.tab-type12 .nav-tabs{
	
}
.kt-tab.tab-type12 .nav-tabs .nav-link,
.kt-tab.tab-type13 .nav-tabs .nav-link{
	border-width: 1px ;
	background-color:transparent;
}
.kt-tab.tab-type12 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type12 .nav-tabs .nav-link:hover,
.kt-tab.tab-type13 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type13 .nav-tabs .nav-link:hover{
	
	background-color:palevioletred;
	border-color: palevioletred;
	color: white;
	
}

.kt-tab.tab-type12 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type12 .nav-tabs .nav-link.active,
.kt-tab.tab-type13 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type13 .nav-tabs .nav-link.active{
	
	background-color:palevioletred;
	border-color: palevioletred;
	color: white;
	
}
/* 탭 타입12/13/ 마침*/


/* 탭 타입14/15 */
.kt-tab.tab-type14 .nav-tabs{
	
}
.kt-tab.tab-type14 .nav-tabs .nav-item,
.kt-tab.tab-type15 .nav-tabs .nav-item{
	flex-grow: 1;
}
.kt-tab.tab-type14 .nav-tabs .nav-link,
.kt-tab.tab-type15 .nav-tabs .nav-link{
	
	width: 100%;
}
.kt-tab.tab-type14 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type14 .nav-tabs .nav-link:hover,
.kt-tab.tab-type15 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type15 .nav-tabs .nav-link:hover{
	
	
}

.kt-tab.tab-type14 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type14 .nav-tabs .nav-link.active,
.kt-tab.tab-type15 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type15 .nav-tabs .nav-link.active{
	
}
/* 탭 타입14/15/ 마침*/


/* 탭 타입14-1/ */

.kt-tab.tab-type14-bg .nav-tabs .nav-item{
	flex-grow: 1;
}
.kt-tab.tab-type14-bg .nav-tabs .nav-link{
	
	width: 100%;
}


.kt-tab.tab-type14-bg .tab-content{
	overflow: auto;
}

.kt-tab.tab-type14-bg .nav-link{
	color: #333;
	min-width: 140px;
	background-color: #fafafa;
}

.kt-tab.tab-type14-bg .nav-tabs .nav-link i{

}
.kt-tab.tab-type14-bg .nav-link:focus, 
.kt-tab.tab-type14-bg .nav-link:hover{
	
	background-color: #f1f1f1;		
	border-color:  #f1f1f1;	
}
.kt-tab.tab-type14-bg .nav-item.show .nav-link, 
.kt-tab.tab-type14-bg .nav-link.active{
	
	background-color: #333;	
	border-color:  #333;	
	color: white;
}
/* 탭 타입14-1 마침*/




/* 탭 타입16 */
.kt-tab.tab-type16 .nav-tabs{
	
}
.kt-tab.tab-type16 .nav-tabs .nav-item{
	flex-grow: 1;
}

.kt-tab.tab-type16 .nav-tabs .nav-link{
	border-width: 1px ;
	background-color:transparent;
	width: 100%;
}
.kt-tab.tab-type16 .nav-tabs .nav-link i{
	display: block;
	margin: 0.2rem 0 0.4rem;
	font-size: 1.5rem;
}

.kt-tab.tab-type16 .nav-tabs .nav-link:focus, 
.kt-tab.tab-type16 .nav-tabs .nav-link:hover{
	background-color: transparent;
	background-color:#fafafa;
	border-bottom-color: #fafafa;
	
}


.kt-tab.tab-type16 .nav-tabs .nav-item.show .nav-link, 
.kt-tab.tab-type16 .nav-tabs .nav-link.active{
	background-color: transparent;
	background-color:#f9f9f9;
	border-bottom-color: #f9f9f9;
	
}
/* 탭 타입10// 마침*/


/* 탭 타입17 */

.kt-tab.tab-type17 .tab-content{
	overflow: auto;
}

.kt-tab.tab-type17 .nav-link{
	
}

.kt-tab.tab-type17 .nav-tabs .nav-link i{

}
.kt-tab.tab-type17 .nav-link:focus, 
.kt-tab.tab-type17 .nav-link:hover{
	color: white;
	background-color: palevioletred;		
	border-color:  palevioletred;	
}
.kt-tab.tab-type17 .nav-item.show .nav-link, 
.kt-tab.tab-type17 .nav-link.active{
	color: white;
	background-color: palevioletred;	
	border-color:  palevioletred;	
}
/* 탭 타입17/ 마침*/



/* 탭 타입18 */

.kt-tab.tab-type18 .tab-content{
	overflow: auto;
}

.kt-tab.tab-type18 .nav-link{
	color: #333;
	min-width: 140px;
	background-color: #fafafa;
}

.kt-tab.tab-type18 .nav-tabs .nav-link i{

}
.kt-tab.tab-type18 .nav-link:focus, 
.kt-tab.tab-type18 .nav-link:hover{
	
	background-color: #f1f1f1;		
	border-color:  #f1f1f1;	
}
.kt-tab.tab-type18 .nav-item.show .nav-link, 
.kt-tab.tab-type18 .nav-link.active{
	
	background-color: #f1f1f1;	
	border-color:  #f1f1f1;	
}
/* 탭 타입18/ 마침*/



/* 탭 타입19 */

.kt-tab.tab-type19 .tab-content{
	overflow: auto;
}

.kt-tab.tab-type19 .nav-link{
	min-width: 140px;
	background-color: #fafafa;
}

.kt-tab.tab-type19 .nav-tabs .nav-link i{

}
.kt-tab.tab-type19 .nav-link:focus, 
.kt-tab.tab-type19 .nav-link:hover{
	color: white;
	background-color: palevioletred;		
	border-color:  palevioletred;	
}
.kt-tab.tab-type19 .nav-item.show .nav-link, 
.kt-tab.tab-type19 .nav-link.active{
	color: white;
	background-color: palevioletred;	
	border-color:  palevioletred;	
}
/* 탭 타입19/ 마침*/


/* 탭 타입20 */

.kt-tab.tab-type20 .tab-content{
	overflow: auto;
}

.kt-tab.tab-type20 .nav-link{
	color: #333;
	min-width: 140px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    margin-bottom: -1px;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;

}

.kt-tab.tab-type20 .nav-link i{
	display: block;
	margin:0.5rem 0 0.5rem;
	font-size: 1.3rem;

}
.kt-tab.tab-type20 .nav-link:focus, 
.kt-tab.tab-type20 .nav-link:hover{
	
	background-color: #fafafa;		
	border-color:  #f1f1f1;	
}
.kt-tab.tab-type20 .nav-item.show .nav-link, 
.kt-tab.tab-type20 .nav-link.active{
	
	background-color: #fafafa;	
	border-color:  #f1f1f1;	
}
/* 탭 타입20/ 마침*/



/* 탭 타입21 */

.kt-tab.tab-type21 .tab-content{
	overflow: auto;
}

.kt-tab.tab-type21 .nav-link{
	color: #333;
	min-width: 140px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    margin-bottom: -1px;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;

}

.kt-tab.tab-type21 .nav-link i{
	display: block;
	margin:0.5rem 0 0.5rem;
	font-size: 1.3rem;

}
.kt-tab.tab-type21 .nav-link:focus, 
.kt-tab.tab-type21 .nav-link:hover{
	color: white;
	background-color: palevioletred;		
	border-color:  palevioletred;	
}
.kt-tab.tab-type21 .nav-item.show .nav-link, 
.kt-tab.tab-type21 .nav-link.active{
	
	color: white;
	background-color: palevioletred;	
	border-color:  palevioletred;	
}
/* 탭 타입21/ 마침*/



/* 탭 디자인 마침 */

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .0s ease;
	-o-transition: height .0s ease;
	transition: height .0s ease;
}

.pull-end {
	float: right !important;
}

.pull-start {
	float: left !important;
}

.rounded-big {
	border-radius: 5rem;
}

.fs-small,
.fs-7 {
	font-size: 0.857rem !important;
}


/* 리스트 스타일 1 */

.list-type-1 li {
	position: relative;
	padding-left: .7rem;
	
}
.list-type-1.border-0 li {
	position: relative;
	border: none;
}


.list-type-1 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 48%;
	width: 2px;
	height: 2px;
	background-color: #ccc;
}

.list-type-1 li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  /* 말줄임 적용 */
	padding-right: 100px;
	
}

.list-type-1 li .list-date {
	display: block;
	position: absolute;
	right: 0rem;
	top: calc(50% - 0.6rem);
	font-size: .8rem;
	color: #999;
}


/* 리스트 스타일 1 마침*/


/* 리스트 스타일 2 */

.list-type-2 li {
	position: relative;
	padding-left: .7rem;
	margin-bottom: 1rem;
	
}
.list-type-2.border-0 li {
	position: relative;
	border: none;
}


.list-type-2 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8rem;
	width: 2px;
	height: 2px;
	background-color: #ccc;
}

.list-type-2 li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  /* 말줄임 적용 */
	padding-right: 100px;
	
}

.list-type-2 li .list-date {
	display: block;
	position: absolute;
	
	top: calc(50% - 1.2rem);
	font-size: .8rem;
	color: #333;
}


/* 리스트 스타일 2 마침*/




.bg-image .background {
	position: absolute ;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-size: cover !important;
	background-position: center;
	overflow: hidden;
	z-index: 1;
}

.bg-image .background[class*="-overlay"]::after {
	transition: opacity 0.2s;
	position: absolute;
	opacity: 0.4;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: 0;
	content: "";
	background: #000;
	z-index: 10;
}


.icon-box-type1 {
	padding: 0 1rem;
}

.icon-box-type1>span {
	padding: 2rem;
	background: #f1f1f1;
	border: 15px solid #fafafa;
	border-radius: 100%;
	margin-bottom: 2rem;
}

.kt-box-type2,
.kt-box-type1 {
	position: relative;
	height: 280px;
	border-width: 0 !important;
}

.kt-box-type2 {
	border: none;
}

.kt-box-type3 {
	position: relative;
}

.kt-box-type3>a {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type3>a:hover {
	color: rgba(101, 146, 192, 0.97);
}

.kt-box-type1 .kt-box-wrap,
.kt-box-type2 .kt-box-wrap {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
}

.kt-box-type2 .box-bg,
.kt-box-type1 .kt-box-wrap .box-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type1 .kt-box-more {
	position: absolute !important;
	top: 3rem;
	right: 2rem;
	color: rgba(255, 255, 255, 0.8);
}

.kt-box-type1.bg-box-dark a,
.kt-box-type1.bg-box-purple a,
.kt-box-type1.bg-box-blue a,
.kt-box-type1.bg-box-green a {
	color: white;
}

.kt-box-type2.bg-box-dark a .box-bg,
.kt-box-type1.bg-box-dark a .box-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 57, 71, 0.90);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type2.bg-box-dark a:hover .box-bg,
.kt-box-type1.bg-box-dark a:hover .box-bg {
	background: rgba(51, 57, 71, 0.97);
}

.kt-box-type2.bg-box-light-dark a .box-bg,
.kt-box-type1.bg-box-light-dark a .box-bg,
.kt-box-type2.bg-box-gra a .box-bg,
.kt-box-type1.bg-box-gra a .box-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 57, 71, 0.90);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type2.bg-box-light-dark a:hover .box-bg,
.kt-box-type1.bg-box-light-dark a:hover .box-bg {
	background: rgba(51, 57, 71, 0.7);
}

.kt-box-type2.bg-box-gra a .box-bg,
.kt-box-type1.bg-box-gra a .box-bg {
	background-color: transparent;
	background-image: linear-gradient( rgba(51, 57, 71, 0.0), rgba(51, 57, 71, 0.3), rgba(51, 57, 71, 0.90));
}

.kt-box-type2.bg-box-gra a:hover .box-bg,
.kt-box-type1.bg-box-gra a:hover .box-bg {
	background: rgba(51, 57, 71, 0.9);
}

.kt-box-type1.bg-box-purple a .box-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(115, 116, 181, 0.90);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type2.bg-box-purple a:hover .box-bg,
.kt-box-type1.bg-box-purple a:hover .box-bg {
	background: rgba(115, 116, 181, 0.97);
}

.kt-box-type1.bg-box-blue a .box-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(101, 146, 192, 0.90);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type2.bg-box-blue a:hover .box-bg,
.kt-box-type1.bg-box-blue a:hover .box-bg {
	background: rgba(101, 146, 192, 0.97);
}

.kt-box-type1.bg-box-green a .box-bg {
	content: "";
	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(128, 209, 212, 0.90);
	z-index: 1;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
}

.kt-box-type2.bg-box-green a:hover .box-bg,
.kt-box-type1.bg-box-green a:hover .box-bg {
	background: rgba(128, 209, 212, 0.97);
}

.kt-box-type1 h3,
.kt-box-type1 h4,
.kt-box-type1 span,
.kt-box-type1 p,
.kt-box-type2 h3,
.kt-box-type2 h4,
.kt-box-type2 span,
.kt-box-type2 p {
	position: relative;
	z-index: 10;
}

.kt-box-type2 .box-info {
	color: #FFF;
	padding-top: 4rem;
	margin-top: 4rem;
}

.kt-box-type2 .box-info h4 {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	font-size: 1rem;
}

.kt-box-type2 .kt-box-more {
	position: absolute !important;
	top: 2rem;
	right: 2rem;
	color: rgba(255, 255, 255, 1);
}

.kt-box-type4 .box-info {
	position: absolute;
	right: 1rem;
	bottom: -1rem;
	left: 5rem;
}


.kt-box-type5:after {
	content: "";
	display: block;
	position: absolute;
	width: 75%;
	height: 60%;
	right: -3%;
	bottom: -6%;
	background: #efefef;
	z-index: -1;
}

.kt-box-type5>a {
	min-height: 13rem;
}


/* 아이콘박스 2 스타일 연구소사이트 메인에 적용 */
.icon-box-type2 {}

.icon-box-type2 .icon-box-item {
	box-shadow: 0.7rem 0.7rem 2.5rem rgba(0, 0, 0, .08)!important;
	margin-top: 4rem;
}

.icon-box-type2 .category {
	font-size: 0.875rem;
}

.icon-box-type2 h2 {
	margin-bottom: 6rem;
	line-height: 2rem;
}

.icon-box-type2 .icon-box-item a {
	font-size: 0.875rem;
}


/* 아이콘박스 3 스타일 연구소사이트 메인에 적용 */
.icon-box-type3 {
	display: block;
}

.icon-box-type3 i {
	font-size: 4rem;
	padding: 0.7rem 1.5rem;
	border-radius: 5rem;
	border: 1px solid #707070;
}

.icon-box-type3 h3 {
	margin-top: 1.5rem;
}


/* 아이콘박스 4 마우스 호버시 흰색텍스트 */
.icon-box-type4 {
	
}

.icon-box-type4 path{
	stroke:#333;
}

.icon-box-type4:hover h1,
.icon-box-type4:hover h2,
.icon-box-type4:hover h3,
.icon-box-type4:hover h4,
.icon-box-type4:hover h5,
.icon-box-type4:hover h6,
.icon-box-type4:hover p{
	color: white !important;
	border-color: white !important;
}


.icon-box-type4:hover path{
	stroke:#fff;
	fill:#fff;
}

.icon-box-type4:hover svg{
	fill:#fff !important;
}

.icon-box-type4:hover .border-hover-white .elementor-widget-container{
	border-color: white !important;
}


/* 띠배너 아이콘 스타일 스타일 연구소사이트 메인에 적용 */
.banner-head-icon {}

.banner-head-icon h3 {
	font-weight: normal;
}

.banner-head-icon a {
	color: #8D99AE;
}



.text-underline {
	display: inline-block;
	box-shadow: inset 0 -0.4em 0 0 #f1f1f1;
	padding-bottom: 0.3rem;
}

.round-sloganbox {
	background: #eee;
	border: 1.5rem #fafafa solid;
	border-radius: 5rem;
	text-align: center;
	padding: 2rem 0;
}


/* 상단바로가기 시작*/
#gototopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(51, 57, 71, 0.90); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 25px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
	
	width: 50px;
	height: 50px;
	
}

#gototopBtn:hover {
  background-color: rgba(51, 57, 71, 0.50); ; /* Add a dark-grey background on hover */
}

/* 상단바로가기 마침*/


/* 테이블 스타일 */

table.layout_table {
	width: 100%;
	border-collapse: collapse;
	border-top: #333 3px solid;
	border-bottom: 2px solid #333;
	font-size: .9em;
}

table.layout_table colgroup {
	display: none;
}

table.layout_table tr:nth-of-type(odd) {}

table.layout_table th {
	background: #fafafa;
	color: #333;
	font-weight: bold;
	text-align: center;
}

table.layout_table td,
th {
	padding: 20px 10px;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
}

table.layout_table caption {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/* 테이블 스타일 오버플로우 */


.layout_table_of_wapper{
	 width: 100%;
  
  overflow-x: auto;
  padding: 0;
  box-sizing: border-box;
}

.layout_table_of_wapper_inner{
	display: inline-block;
  	min-width: 100%;
  	box-sizing: border-box;
}



table.layout_table_of {
	width: 100%;
	border-collapse: collapse;
	border-top: #333 3px solid;
	border-bottom: 2px solid #333;
	font-size: .9em;
	
	
}

table.layout_table_of colgroup {
	display: none;
}

table.layout_table_of tr:nth-of-type(odd) {}

table.layout_table_of th {
	background: #fafafa;
	color: #333;
	font-weight: bold;
	text-align: center;
}

table.layout_table_of td,
th {
	padding: 15px 20px;
	border-bottom: 1px solid #e1e1e1;
/*	text-align: left; */
}

table.layout_table_of caption {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}


/* 제목 타이틀 스타일 */

/* 좌우따옴표 스타일 */
.title-dda{
	position: relative;
}

.title-dda::before{
	content: "";
	position: absolute;
	left: -80px;
	width: 50px;
	height: 46px;
	background-image: url("../images/bg_img_dda_left.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.title-dda::after{
	content: "";
	position: absolute;
	top: 60%;
	right: -80px;
	width: 50px;
	height: 46px;
	background-image: url("../images/bg_img_dda_right.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* 제목 타이틀 스타일 마침*/



/* 프로그래스바 원형 */

.progress.cicular-progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress.cicular-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress.cicular-progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress.cicular-progress .progress-left {
  left: 0;
}

.progress.cicular-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress.cicular-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress.cicular-progress .progress-right {
  right: 0;
}

.progress.cicular-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress.cicular-progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* 프로그래스바 원형 마침 */



/* 마우스호버효과 3d */
.hover-effect-3d {
	transform-style: flat !important;
}

.hover-effect-3d .thumb-info {
	will-change: box-shadow;
	transition: box-shadow 300ms;
}

.hover-effect-3d .thumb-info:hover {
	box-shadow: 0px 17px 20px -15px rgba(33, 37, 41, 0.6);
}

.hover-effect-3d .thumb-info .thumb-info-title {
	transition: ease-out opacity .2s !important;
}

.hover-effect-3d .thumb-info .thumb-info-action {
	transition: ease-out opacity .2s !important;
}

.hover-effect-3d .thumb-info .thumb-info-action .thumb-info-action-icon {
	pointer-events: none;
}

.hover-effect-3d .thumb-info.thumb-info-centered-info .thumb-info-title {
	top: 47%;
}


/* 마우스호버효과 */
.hover-effect-1:not(.portfolio-item) {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
	transition: ease transform 300ms, ease box-shadow 300ms;
}

.hover-effect-1:not(.portfolio-item):hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
	transform: translate3d(0, -15px, 0);
}

.hover-effect-1.portfolio-item {
	transition: ease transform 300ms;
}

.hover-effect-1.portfolio-item .thumb-info,
.hover-effect-1.portfolio-item .owl-carousel {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
	transition: ease box-shadow 300ms;
}

.hover-effect-1.portfolio-item:hover .thumb-info,
.hover-effect-1.portfolio-item:hover .owl-carousel, .hover-effect-1.portfolio-item.show .thumb-info,
.hover-effect-1.portfolio-item.show .owl-carousel {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

.hover-effect-1 a {
	transition: ease color 300ms;
}

.hover-effect-2 {
	opacity: 1;
	transition: ease opacity 300ms;
}

.hover-effect-2:hover {
	opacity: 0.85;
}

.hover-effect-3 {
	opacity: 0.3;
	transition: ease opacity 300ms;
}

.hover-effect-3:hover {
	opacity: 1;
}



/* 이미지프래임 섬네일 */

.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon{
	background-color: #0761FF;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 0px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

#ktheme-thumbnail-type12 .thumb-info,
#ktheme-thumbnail-type12-latest .thumb-info{
	background-color: #f9f9f9;
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	border-radius: 0px;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
	max-height: 330px;
}

.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
	content: "";
	background: rgba(33, 37, 41, 0.8);
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: auto;
	top: auto;
}

.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a {
	display: block;
	padding-top: 72%;
	text-indent: -9999px;
}

.thumb-info.thumb-info-wrapper-direction-aware .thumb-info-wrapper:after {
	display: none !important;
}

.thumb-info .thumb-info-wrapper-opacity-0:after {
	opacity: 0.0;
}

.thumb-info .thumb-info-wrapper-opacity-1:after {
	opacity: 0.1;
}

.thumb-info .thumb-info-wrapper-opacity-2:after {
	opacity: 0.2;
}

.thumb-info .thumb-info-wrapper-opacity-3:after {
	opacity: 0.3;
}

.thumb-info .thumb-info-wrapper-opacity-4:after {
	opacity: 0.4;
}

.thumb-info .thumb-info-wrapper-opacity-5:after {
	opacity: 0.5;
}

.thumb-info .thumb-info-wrapper-opacity-6:after {
	opacity: 0.6;
}

.thumb-info .thumb-info-wrapper-opacity-7:after {
	opacity: 0.7;
}

.thumb-info .thumb-info-wrapper-opacity-8:after {
	opacity: 0.8;
}

.thumb-info .thumb-info-wrapper-opacity-9:after {
	opacity: 0.9;
}

.thumb-info .thumb-info-action-icon {
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 4px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 20px;
	right: 50%;
	position: absolute;
	top: 50%;
	color: #FFF;
	transform: translate(50%, -50%);
	margin: -2px -1px 0 0px;
}


.thumb-info .thumb-info-inner {
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	transition: all 0.3s;
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	left: 0;
	letter-spacing: -.05em;
	position: absolute;
	z-index: 2;
	max-width: 90%;
	font-size: 17px;
	padding: 13px 30px 2px;
	bottom: 13%;
}
#ktheme-thumbnail-type15-latest .thumb-info .thumb-info-title,
#ktheme-thumbnail-type15 .thumb-info .thumb-info-title{
	max-width: 100%;
	text-align: center;
	
}

.thumb-info .thumb-info-title.thumb-info-title-vert-align {
	bottom: auto;
	top: 47%;
	transform: translateY(-47%);
}

.thumb-info .thumb-info-title.thumb-info-title-top {
	bottom: auto;
	top: 13%;
}

.thumb-info .thumb-info-category {
	background-color: #f1f1f1 !important;
	padding:3px 10px;;
	margin-left: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 10px 0;;
	text-transform: uppercase;
	z-index: 2;
	line-height: 1.5;
	
}


.thumb-info .thumb-info-type {
	background-color: transparent !important;
	
	display: inline-block;
	float: left;
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 10px 0;;
	padding: 2px 0;
	text-transform: uppercase;
	z-index: 2;
	line-height: 1.5;
}

.thumb-info .owl-carousel {
	z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
	z-index: 2;
}

.thumb-info img {
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-title {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info:hover img {
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
	transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img {
	transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 45px;
	text-align: center;
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, -70%, 0);
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action a {
	text-decoration: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 50px;
	height: 50px;
	font-size: 14px;
	border-radius: 50%;
	margin-right: 15px;
	transition: all 0.1s ease;
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
	margin: 0;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
	transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	opacity: 1;
	transform: translate3d(0, -50%, 0);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
	position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
	background: transparent;
	left: 5%;
	width: 90%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate(0%, -50%);
	top: 50%;
	bottom: auto;
	opacity: 0;
	text-align: center;
	padding: 0;
	position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	opacity: 1;
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	background: #FFF;
	left: 0;
	width: 100%;
	max-width: 100%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, 100%, 0);
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 20px;
	text-shadow: none;
	color: #000;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
	transform: scale(1.1);
}

.thumb-info.thumb-info-show-button-hover .btn {
	opacity: 0;
}

.thumb-info.thumb-info-show-button-hover .btn, .thumb-info.thumb-info-show-button-hover .thumb-info-type {
	transition: opacity .3s ease-out;
}

.thumb-info.thumb-info-show-button-hover .thumb-info-title {
	transform: translate3d(0, 35px, 0);
	transition: transform .3s ease-out;
	bottom: 0;
}

.thumb-info.thumb-info-show-button-hover:hover .btn {
	opacity: 1;
}

.thumb-info.thumb-info-show-button-hover:hover .thumb-info-type {
	opacity: 0;
}

.thumb-info.thumb-info-show-button-hover:hover .thumb-info-title {
	transform: translate3d(0, -20px, 0);
}

.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background: #212529;
	color: #FFF;
}

.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
	background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumb-info.thumb-info-bottom-info-show-more img {
	transform: none !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
	transition: ease max-height 800ms;
	overflow: hidden;
	max-height: 0;
	display: block;
}

.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
	max-height: 300px;
}

.thumb-info.thumb-info-push-hor img {
	transform: translatex(-18px);
	width: calc(100% + 19px);
	max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
	transform: translatex(0);
}

.thumb-info.thumb-info-block .thumb-info-action-icon {
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.thumb-info.thumb-info-block .thumb-info-wrapper:before {
	content: "";
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
	border-radius: 0;
	bottom: 16px;
	bottom: 1rem;
	color: #FFF;
	left: 16px;
	left: 1rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 16px;
	top: 1rem;
	display: block;
	opacity: 0;
	z-index: 2;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before{
	background:rgba(0,136,204,.9);
}

.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
	opacity: 1;
}

.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
	opacity: 1;
}

.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
	opacity: 1;
	top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	opacity: 0;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
	opacity: 1;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
	opacity: 1;
	top: 0;
	height: 100%;
	top: 0;
	transform: none !important;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1,
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	top: 150%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
	top: -50%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
	top: 50%;
}

.thumb-info.thumb-info-show-image-hover img {
	opacity: 0;
}


.thumb-info.thumb-info-show-image-hover .thumb-info-title{
	
}

.thumb-info.thumb-info-show-image-hover .thumb-info-title {
	background: transparent;
	color: #333;
	padding: 13px 40px 2px;
}

.thumb-info.thumb-info-show-image-hover:hover .thumb-info-category{
	background-color: #585858 !important;
	color: #eee !important;
}

.thumb-info.thumb-info-show-image-hover .thumb-info-inner {
	transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
}

.thumb-info.thumb-info-show-image-hover:hover img {
	opacity: 1;
}

.thumb-info.thumb-info-show-image-hover:hover .thumb-info-title {
	color: #FFF;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
	border-radius: 0px;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
	min-height: 232px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
	transition: background-position 2.5s linear 0s;
	background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
	transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
	transition: background-position 5s linear 0s;
}

.thumb-info.thumb-info-slow-image-zoom-hover img {
	transition: transform 2s;
	will-change: transform;
	transform: scale(1, 1);
}

.thumb-info.thumb-info-slow-image-zoom-hover:hover img {
	transform: scale(1.5, 1.5);
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
	content: none;
}

.thumb-info.thumb-info-no-bg {
	background: transparent;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * {
	transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) {
	max-width: 100%;
	text-align: center;
	bottom: 0%;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) {
	display: inline-block;
	transform: translateY(120%);
	opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) {
	transform: translateY(-120%);
	opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) {
	transform: none;
	opacity: 1;
}

/* Thumb Info Ribbon */
.thumb-info-ribbon {
	background: #999;
	position: absolute;
	margin: -16px 0 0 0;
	padding: 5px 13px 6px;
	right: 15px;
	z-index: 1;
}

.thumb-info-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

.thumb-info-ribbon span {
	color: #FFF;
	font-size: 1.1em;
	font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
.full-width .thumb-info img {
	border-radius: 0 !important;
}

/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
	font-size: 0.9em;
	margin: 0;
	padding: 15px 0;
	display: block;
}

/* Thumb Info Side Image	*/
.thumb-info-side-image {
	display: flex;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
	padding: 0;
	margin-right: 20px;
}

.thumb-info-side-image-right {
	display: flex;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
	margin-left: 20px;
	margin-right: 0;
}

/* Thumb Info Social Icons */
.thumb-info-social-icons {
	margin: 0;
	padding: 0;
	display: block;
}

.thumb-info-social-icons a {
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

/* Thumb Info Floating Caption */
.thumb-info-floating-caption-title {
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 17px;
	padding: 13px 21px;
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	position: absolute;
	background-color: #CCC;
	border-radius: 2px;
	display: block;
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	line-height: 2.3;
}

@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}

.thumb-info-container-full-img {
	overflow: hidden;
	position: relative;
}

.thumb-info-container-full-img .thumb-info-container-full-img-large {
	opacity: 0;
	transform: scale(1.025);
	transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
	transition-property: opacity, transform;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
}

.thumb-info-container-full-img .thumb-info-container-full-img-large.active {
	opacity: 1 !important;
}

.thumb-info-container-full-img .thumb-info-wrapper img {
	transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
	transition-property: opacity, transform;
}

.thumb-info-container-full-img .owl-stage-outer:hover .thumb-info-wrapper img {
	opacity: 0;
}

/* Content Grid */
.content-grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
	content: '';
	position: absolute;
}

.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #DADADA;
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #DADADA;
}

.content-grid .content-grid-item .img-fluid {
	display: inline-block;
	flex: 0 0 auto;
}

.content-grid.content-grid-dashed .content-grid-item:before {
	border-left: 1px dashed #DADADA;
}

.content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom: 1px dashed #DADADA;
}


/* Owl Carousel 시작 */

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #0074ad;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	color: #0088CC;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
	color: #FFF;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088CC;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active {
	background-color: #006ea6;
	background-image: none;
	border-color: #006699 #006699 #004466;
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
	background-color: rgba(0, 136, 204, 0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	color: #0088CC !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #0088CC;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon,
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
	fill: #0088CC;
	stroke: #0088CC;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev,
.owl-carousel.nav-arrows-1 .owl-nav .owl-next {
	color: #0088CC;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #0088CC;
}

.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
	background-image: linear-gradient(360deg, #0088CC 0%, transparent 100%);
}



.owl-carousel {
	display: block;
	margin-bottom: 20px;
	opacity: 0;
}

.owl-carousel.owl-loaded {
	opacity: 1;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span {
	display: none;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child {
	display: block;
}

.owl-carousel .owl-item img {
	transform-style: unset;
}

.owl-carousel .owl-item img[data-icon] {
	display: inline;
}

.owl-carousel .thumbnail {
	margin-right: 1px;
}

.owl-carousel .item-video {
	height: 300px;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: 0;
	transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav button span{
	display: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 40px;
	outline: 0;
	margin: 0;
	transform: translate3d(0, -50%, 0);
	border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
	
	font-weight: 900;
	font-size: 8px;
	font-size: 0.5rem;
	font-family: bootstrap-icons !important;
	content: "\F284";
	position: relative;
	left: -1px;
	top: -1px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
	font-weight: 900;
	font-size: 8px;
	font-size: 0.5rem;
	font-family: bootstrap-icons !important;
	content: "\F285";
	position: relative;
	left: 1px;
	top: -1px;
}

.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.owl-carousel.stage-margin.stage-margin-sm .owl-stage-outer {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.owl-carousel.stage-margin.stage-margin-md .owl-stage-outer {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.owl-carousel.top-border {
	border-top: 1px solid #eaeaea;
	padding-top: 18px;
}

.owl-carousel.nav-remove-prev .owl-nav .owl-prev {
	display: none;
}

.owl-carousel.nav-remove-next .owl-nav .owl-next {
	display: none;
}

.owl-carousel.nav-full-height .owl-stage-outer {
	z-index: 1;
}

.owl-carousel.nav-full-height .owl-nav {
	height: 100%;
}

.owl-carousel.nav-full-height .owl-nav .owl-next,
.owl-carousel.nav-full-height .owl-nav .owl-prev {
	height: 100% !important;
}

.owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
	left: 0;
	transition: all 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-next {
	right: 0;
	transition: all 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.show-nav-hover:hover .owl-nav button.owl-prev {
	
}

.owl-carousel.show-nav-hover:hover .owl-nav button.owl-next {
	
}

.owl-carousel.show-nav-title .owl-nav {
	top: 0;
	right: 0;
	margin-top: -25px;
	width: auto;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active {
	font-size: 18px;
	background: transparent !important;
	width: 18px;
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev {
	left: -40px;
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev:before, .owl-carousel.show-nav-title .owl-nav button.owl-prev:after, .owl-carousel.show-nav-title .owl-nav button.owl-next:before, .owl-carousel.show-nav-title .owl-nav button.owl-next:after {
	font-size: inherit;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides .owl-nav {
	width: 100%;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev {
	left: 0;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next {
	right: 0;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides-style-2 .owl-nav {
	margin-top: 15px;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999;
	color: #999;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover {
	background: transparent;
	border: 1px solid #a1a1a1;
	color: #a1a1a1;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].active {
	background: transparent;
	border: 1px solid #666;
	color: #666;
}

.owl-carousel.nav-bottom .owl-stage-outer {
	margin-bottom: 10px;
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
	transform: none;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next {
	position: static;
	transform: none;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev {
	margin-right: 5px;
}

.owl-carousel.nav-bottom .owl-nav button.owl-next {
	margin-left: 5px;
}

.owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
	text-align: left;
}

.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav {
	text-align: right;
}

.owl-carousel.nav-bottom-inside .owl-nav {
	position: relative;
	margin: -68.8px 0 0 0;
	margin: -4.3rem 0 0 0;
	padding: 0;
	width: auto;
}

.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev, .owl-carousel.nav-bottom-inside .owl-nav button.owl-next {
	position: static;
}

.owl-carousel.nav-inside .owl-nav button.owl-prev {
	left: 15px;
}

.owl-carousel.nav-inside .owl-nav button.owl-next {
	right: 15px;
	left: auto;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
	right: 0;
	left: auto;
}

.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev {
	left: 30px;
}

.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
	right: 30px;
	left: auto;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav {
	position: absolute;
	top: auto;
	bottom: 40px;
	width: 100%;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next {
	position: relative;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-next {
	position: relative;
}

.owl-carousel.nav-inside.nav-inside-half-section .owl-nav {
	top: auto;
	bottom: 60px;
}

.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next {
	transform: none;
	width: 60px !important;
	height: 60px !important;
}

.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev:before, .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next:before {
	font-size: 12.8px;
	font-size: 0.8rem;
	left: 0;
	top: 0;
}

.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev {
	left: -60px;
	top: -61px;
}

.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next {
	left: -60px;
}

@media (max-width: 991px) {
	.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev {
		left: 0;
	}

	.owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next {
		left: 0;
	}
}

.owl-carousel.nav-outside .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel.nav-outside .owl-nav button.owl-next {
	right: 0;
}

@media (min-width: 992px) {
	.owl-carousel.nav-outside .owl-nav button.owl-prev {
		left: -50px;
	}

	.owl-carousel.nav-outside .owl-nav button.owl-next {
		right: -50px;
	}
}

.owl-carousel.nav-position-1 .owl-nav button.owl-prev {
	left: 20px;
}

.owl-carousel.nav-position-1 .owl-nav button.owl-next {
	right: 20px;
}

.owl-carousel.nav-icon-1 .owl-nav .owl-next:before {
	font-family: bootstrap-icons !important;
	content: "\F285";
}

.owl-carousel.nav-icon-1 .owl-nav .owl-prev:before {
	font-family: bootstrap-icons !important;
	content: "\F284";
	
}

.owl-carousel.nav-size-md .owl-nav .owl-next {
	width: 40px;
	height: 40px;
}

.owl-carousel.nav-size-md .owl-nav .owl-next:before {
	top: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

.owl-carousel.nav-size-md .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
}

.owl-carousel.nav-size-md .owl-nav .owl-prev:before {
	top: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	width: 20px;
	background: transparent !important;
	color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
	color: #CCC;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
	font-size: inherit;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
	background: transparent !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	width: 1.3em;
	height: 1.3em;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	font-size: inherit;
	transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
	content: '';
	display: block;
	border-top: 3px solid #CCC;
	width: 2.5em;
	position: absolute;
	top: 50%;
	font-size: inherit;
	transform: translate3d(0, -50%, 0);
}

.owl-carousel.nav-style-2 .owl-nav .owl-next {
	transform: rotate(180deg) !important;
	transform-origin: 15px 8px;
}

.owl-carousel.nav-style-2.nav-bottom.nav-inside .owl-nav .owl-next {
	transform-origin: 15px;
}

.owl-carousel.nav-style-3 .owl-nav {
	top: 25%;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-style-3 .owl-nav .owl-prev {
	width: 30px;
	background: transparent !important;
	color: #CCC;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next:hover, .owl-carousel.nav-style-3 .owl-nav .owl-next:active,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:active {
	color: #CCC;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next:before, .owl-carousel.nav-style-3 .owl-nav .owl-next:after,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:after {
	font-size: 1.5em;
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev {
	left: 75px;
}

@media (max-width: 991px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-prev {
		left: 40px;
	}
}

@media (max-width: 767px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-prev {
		left: 13px;
	}
}

.owl-carousel.nav-style-4 .owl-nav .owl-next {
	right: 75px;
}

@media (max-width: 991px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-next {
		right: 40px;
	}
}

@media (max-width: 767px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-next {
		right: 13px;
	}
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next {
	background: #FFF;
	font-size: 11.2px;
	font-size: 0.7rem;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 100%;
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover {
	color: #FFF;
}

.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-prev {
	left: 0px;
}

.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-next {
	right: 0px;
}

.owl-carousel.nav-style-diamond .owl-nav .owl-prev, .owl-carousel.nav-style-diamond .owl-nav .owl-next {
	transform: rotate(45deg);
	transform-origin: 100% 0%;
}

.owl-carousel.nav-style-diamond .owl-nav .owl-prev:before, .owl-carousel.nav-style-diamond .owl-nav .owl-next:before {
	display: block;
	transform: rotate(-45deg);
	transform-origin: 60% 50%;
}

.owl-carousel.nav-style-diamond .owl-nav .owl-next:before {
	transform-origin: 50%;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next {
	width: 35px;
	height: 35px;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev:before, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next:before {
	content: none;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg {
	width: 2em;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
	fill: #FFF;
	stroke: #FFF;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg {
	transform: rotate(180deg);
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	font-size: 19.2px;
	font-size: 1.2rem;
	background: transparent;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-next:before {
	content: '\f061';
	font-size: inherit;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev:before {
	content: '\f060';
	font-size: inherit;
}

.owl-carousel.nav-arrows-2 .owl-nav .owl-prev, .owl-carousel.nav-arrows-2 .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	font-size: 19.2px;
	font-size: 1.2rem;
	background: transparent;
}

.owl-carousel.nav-arrows-2 .owl-nav .owl-next:before {
	content: '\f101';
	font-size: inherit;
}

.owl-carousel.nav-arrows-2 .owl-nav .owl-prev:before {
	content: '\f100';
	font-size: inherit;
}

.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before, .owl-carousel.nav-arrows-thin .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.owl-carousel.nav-arrows-thin .owl-nav .owl-next:before {
	content: "\e606";
	font-size: inherit;
}

.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before {
	content: "\e605";
	font-size: inherit;
}

.owl-carousel.nav-center-images-only .owl-nav {
	top: 37%;
}

.owl-carousel.nav-center-outside .owl-nav {
	width: calc(100% + 90px);
	left: 49.9%;
	transform: translate3d(-50%, 0, 0);
}

.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover {
	height: auto;
	padding: 20px 0 !important;
}

.owl-carousel.full-width .owl-nav button.owl-prev, .owl-carousel.big-nav .owl-nav button.owl-prev {
	border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-nav button.owl-next, .owl-carousel.big-nav .owl-nav button.owl-next {
	border-radius: 4px 0 0 4px;
}

.owl-carousel.nav-squared .owl-nav button[class*="owl-"] {
	border-radius: 0;
}

.owl-carousel.nav-sm .owl-nav button.owl-prev,
.owl-carousel.nav-sm .owl-nav button.owl-next {
	width: 30px !important;
	height: 30px !important;
}

.owl-carousel.nav-md .owl-nav button.owl-prev,
.owl-carousel.nav-md .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
}

.owl-carousel.nav-lg .owl-nav button.owl-prev,
.owl-carousel.nav-lg .owl-nav button.owl-next {
	width: 45px;
	height: 60px;
}

.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev,
.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
}

.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-sm .owl-nav button.owl-next {
	font-size: 10px;
}

.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-sm .owl-nav button.owl-next:before {
	font-size: inherit;
}

.owl-carousel.nav-font-size-md .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-md .owl-nav button.owl-next {
	font-size: 14px;
}

.owl-carousel.nav-font-size-md .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-md .owl-nav button.owl-next:before {
	font-size: inherit;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
	font-size: 19px;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next:before {
	font-size: inherit;
	left: 2px;
}

.owl-carousel.nav-font-size-xl .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-xl .owl-nav button.owl-next {
	font-size: 25px;
}

.owl-carousel.nav-font-size-xl .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-xl .owl-nav button.owl-next:before {
	font-size: inherit;
	left: 2px;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
	background-color: #ececec !important;
	border-color: #ececec !important;
	color: #212529 !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:hover {
	background-color: #FFF !important;
	border-color: #FFF !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:active {
	background-color: #d2d2d2 !important;
	border-color: #d2d2d2 !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav button[class*="owl-"] {
	width: 35px;
	height: 45px;
	background-color: rgba(236, 236, 236, 0.4) !important;
	border-color: transparent !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav button[class*="owl-"] svg polygon {
	fill: #212529 !important;
	stroke: #212529 !important;
}

.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
	color: #FFF !important;
}

.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #FFF !important;
}

.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-prev {
	color: #FFF !important;
}

.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-next svg polygon,
.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon {
	fill: #FFF !important;
	stroke: #FFF !important;
}

.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-prev {
	color: #FFF !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
	background-color: #262a2f !important;
	border-color: #262a2f #262a2f #2c3237 !important;
	color: #FFF !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:hover {
	background-color: #2c3237 !important;
	border-color: #2c3237 !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:active, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:active {
	background-color: #212529 !important;
	border-color: #212529 !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev {
	width: 35px;
	height: 45px;
	background-color: rgba(38, 42, 47, 0.4) !important;
	border-color: transparent !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev:hover {
	background-color: #262a2f !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency.nav-style-diamond .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency.nav-style-diamond .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-next svg polygon, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-prev svg polygon {
	fill: #FFF !important;
	stroke: #FFF !important;
}

.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
	color: #212529 !important;
}

.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #212529 !important;
}

.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-prev {
	color: #212529 !important;
}

.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-next svg polygon,
.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon {
	fill: #212529 !important;
	stroke: #212529 !important;
}

.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-prev {
	color: #212529 !important;
}

.owl-carousel .owl-dots{
	margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
	outline: 0;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
}

.owl-carousel.dots-inside .owl-dots {
	position: absolute;
	bottom: 2px;
	right: 10px;
	margin-top: 0;
}

.owl-carousel.dots-title .owl-dots {
	position: absolute;
	margin-top: 0 !important;
	top: -51px;
	left: 155px;
}

.owl-carousel.dots-title .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
}

.owl-carousel.dots-title.dots-title-pos-2 .owl-dots {
	left: 235px;
}

.owl-carousel.dots-light .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.6);
}

.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span {
	background: #FFF !important;
}

.owl-carousel.dots-dark .owl-dots .owl-dot span {
	background: rgba(33, 33, 33, 0.6);
}

.owl-carousel.dots-dark .owl-dots .owl-dot.active span, .owl-carousel.dots-dark .owl-dots .owl-dot:hover span {
	background: #212121 !important;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	transition: ease width 300ms;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
	width: 40px;
}

.owl-carousel.dots-modern .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel.dots-modern .owl-dots .owl-dot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}

.owl-carousel.dots-modern .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	transition: ease all 300ms 300ms;
}

.owl-carousel.dots-modern .owl-dots .owl-dot.active span {
	transition: ease all 300ms;
	transform: scale(2);
}

.owl-carousel.dots-modern.dots-modern-lg .owl-dots .owl-dot {
	margin: 0 3px;
}

.owl-carousel.dots-modern.dots-modern-lg .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
}

.owl-carousel.dots-orientation-portrait .owl-dots {
	display: flex;
	flex-direction: column;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.owl-carousel.dots-align-left .owl-dots {
	text-align: left;
	justify-content: flex-start;
}

.owl-carousel.dots-align-right .owl-dots {
	text-align: left;
}

.owl-carousel.dots-horizontal-center .owl-dots {
	left: 0;
	right: 0;
	width: 100%;
}

.owl-carousel.dots-vertical-center .owl-dots {
	top: 50%;
	bottom: auto;
	margin: 0;
	transform: translate3d(0, -50%, 0);
}

@media (max-width: 575px) {
	.owl-carousel.show-dots-xs .owl-dots {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.owl-carousel.show-dots-sm .owl-dots {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.owl-carousel.show-dots-md .owl-dots {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

.owl-carousel.show-dots-hover .owl-dots {
	opacity: 0;
	visibility: hidden;
	transition: ease opacity 300ms;
}

.owl-carousel.show-dots-hover:hover .owl-dots {
	opacity: 1;
	visibility: visible;
}

.owl-carousel.carousel-shadow-1 {
	position: relative;
}

.owl-carousel.carousel-shadow-1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	height: 0px;
	box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.04);
	transform: translate3d(-50%, -50%, 0);
	z-index: 0;
}

.owl-carousel.carousel-shadow-1.carousel-shadow-1-bold:before {
	box-shadow: 0 0 110px 230px rgba(0, 0, 0, 0.04);
}

.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
	display: block;
}

.owl-carousel.carousel-right-side-nav {
	width: calc( 100% - 55px);
}

.owl-carousel.carousel-right-side-nav .owl-nav .owl-next {
	width: 55px;
	transform: translate3d(100%, -50%, 0);
}

.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35%;
	width: 100%;
	background-image: linear-gradient(360deg, #CCC 0%, transparent 100%);
}

.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]) {
	transition: ease opacity 300ms;
}

.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]):hover {
	opacity: 1 !important;
}

@media (min-width: 576px) {
	.owl-carousel.carousel-sync-style-1 {
		position: absolute;
		top: 50%;
		left: -30px;
		max-width: 355px;
		transform: translate3d(0, -50%, 0);
	}
}

.owl-carousel-spaced {
	margin-left: -5px;
}

.owl-carousel-spaced .owl-item > div {
	margin: 5px;
}

.owl-carousel.testimonials img {
	display: inline-block;
	height: 70px;
	width: 70px;
}

@media (max-width: 575px) {
	.owl-carousel-spaced {
		margin-left: 0;
	}
}

.carousel-half-full-width-wrapper > .owl-carousel {
	width: 100%;
}

@media (min-width: 576px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 540px ) / 2 ));
	}
}

@media (min-width: 768px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 720px ) / 2 ));
	}
}

@media (min-width: 992px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 960px ) / 2 ));
	}
}

@media (min-width: 1200px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 1320px ) / 2 ));
	}
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
	margin-bottom: 20px;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left {
	direction: rtl;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav {
	display: flex;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-prev {
	order: 2;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-next {
	order: 1;
}

.carousel-areas {
	background: #f2f2f2;
	background: linear-gradient(to bottom, #f2f2f2 0%, rgba(33, 37, 41, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#212529', GradientType=0 );
	margin-bottom: -10px;
	padding: 8px 8px 0 8px;
	border-radius: 6px 6px 0 0;
	box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07);
}

.carousel-areas .owl-carousel {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.carousel-areas .owl-carousel .owl-nav button.owl-prev {
	left: -55px;
}

.carousel-areas .owl-carousel .owl-nav button.owl-next {
	right: -55px;
}

.carousel-areas .owl-carousel:first-child img {
	border-radius: 6px 6px 0 0;
}

@media (max-width: 991px) {
	.carousel-areas .owl-carousel .owl-nav {
		display: none;
	}
}

.owl-carousel.carousel-center-active-item .owl-item {
	opacity: 0.2;
	transition: ease opacity 300ms;
}

.owl-carousel.carousel-center-active-item .owl-item.center {
	opacity: 1 !important;
}

.owl-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .owl-item {
	opacity: 0.7;
}

.owl-carousel.carousel-center-active-item-2 .owl-stage-outer {
	overflow: visible;
}

.owl-carousel.carousel-center-active-item-2 .owl-item > div {
	width: 66.6666%;
	margin-left: auto;
	padding: 48px;
	padding: 3rem;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2);
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	margin-right: auto;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
	color: #FFF !important;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div {
	margin-right: auto;
	margin-left: 0;
}

.owl-carousel.carousel-center-active-item-3 .owl-stage-outer {
	overflow: visible;
}

.owl-carousel.carousel-center-active-item-3 .owl-item > div {
	width: 100%;
	margin-left: auto;
	transition: ease opacity 300ms;
}

.owl-carousel.carousel-center-active-item-3 .owl-item.active > div {
	margin-right: auto;
}

.owl-carousel.carousel-center-active-item-3 .owl-item.active + .owl-item > div {
	margin-right: auto;
	margin-left: 0;
}

.owl-carousel-light.owl-carousel-light-init-fadeIn {
	transition: ease opacity 300ms;
}

.owl-carousel-light .owl-stage-outer,
.owl-carousel-light .owl-stage {
	height: 100%;
}

.owl-carousel-light .owl-item {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	transition: ease opacity 300ms;
}

.owl-carousel-light .owl-item.active {
	display: block;
	visibility: visible;
	opacity: 1;
}

.owl-carousel-light .owl-dots .owl-dot span {
	margin: 5px 2px;
}

/* Owl Carousel 마침 */

/* Color Transparent */
.color-transparent {
	color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
	background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
	background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
	background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
	background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
	background-clip: text !important;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/* Background Scales Overlay */
.bg-color-scale-overlay {
	position: relative;
}

.bg-color-scale-overlay:before {
	content: "";
	display: block;
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
}

.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
	position: relative;
	z-index: 2;
}

.bg-color-scale-overlay-1:before {
	opacity: 0.05 !important;
}

.bg-color-scale-overlay-2:before {
	opacity: 0.1 !important;
}

.bg-color-scale-overlay-3:before {
	opacity: 0.15 !important;
}

.bg-color-scale-overlay-4:before {
	opacity: 0.2 !important;
}

.bg-color-scale-overlay-5:before {
	opacity: 0.25 !important;
}

.bg-color-scale-overlay-6:before {
	opacity: 0.3 !important;
}

.bg-color-scale-overlay-7:before {
	opacity: 0.35 !important;
}

.bg-color-scale-overlay-8:before {
	opacity: 0.4 !important;
}

.bg-color-scale-overlay-9:before {
	opacity: 0.45 !important;
}

/* Background Transparent */
.background-transparent,
.bg-transparent,
.bg-color-transparent {
	background: transparent !important;
}

.bg-transparent-hover:hover {
	background-color: transparent !important;
}

/* Background White and Black */
.bg-color-white {
	background: #FFF !important;
}

.bg-color-black {
	background: #000 !important;
}



@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	/* Force table to not be like tables anymore */
	table.layout_table table,
	table.layout_table thead,
	table.layout_table tbody,
	table.layout_table th,
	table.layout_table td,
	table.layout_table tr {
		display: block;
	}
	/* Hide table headers (but not display: none;
	, for accessibility) */
	table.layout_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.layout_table tr {
		border-bottom: 1px solid #e1e1e1;
	}
	table.layout_table td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #e1e1e1;
		position: relative;
		text-align: center;
		width: 100%;
	}
	table.layout_table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	table.layout_table th {
		width: 100% !important;
	}
	/* Label the data */
	
	.icon-box-type1 {
		margin-bottom: 1.5rem;
	}
	
	.kt-box-type4 {
		min-height: 13rem;
	}
	
	.kt-box-type5>a {
		min-height: 11rem !important;
	}
	
	.round-sloganbox {
		font-size: 1.3rem;
	}
	.round-sloganbox i {
		display: none;
	}
}


/* 테이블 스타일 마침 */





@media (max-width: 575.98px) {
		
	

}

@media (max-width: 767.98px) {
	.kt-box-type1.bg-white {
		border-bottom: 1px solid #e1e1e1 !important;
	}
	.border-bottom.kt-box-type3 {
		border-bottom: 0 !important;
	}
	.collapsing {
	position: fixed;
	height: 0;
	overflow: hidden;
		
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	/*
	-webkit-transition: height 1.5s ease;
	-o-transition: height 1.5s ease;
	transition: height 1.5s ease;
		*/
	
	}
	.list-type-2 li a{
		padding-right: 30px;
	}
	.list-type-2 .list-title{
		margin-left: 1rem;
		padding-right: 1.3rem;
	}
	.list-type-2 li .list-date{
		display: none;
	}
	.list-type-1 li a{
		padding-right: 70px;
	}
	
	.k-section{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	.timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .1rem solid #efefef;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .1rem solid #efefef;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
	
	
	.timeline-steps.type1 .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .1rem solid #ddd;
        width: 100%;
        position: absolute;
		right: 0;
        left: 0rem;
        top: 1.0rem
    }
    .timeline-steps.type1 .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .1rem solid #ddd;
        width: 100%;
        position: absolute;
		left: 0;
        right: 0rem;
        top: 1.0rem;
    }
	
}
  

@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 */

