@charset "utf-8";

html,
body {
	font-size: 1rem;
}
body, input, textarea, select, button, table {
  font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', 'Open Sans', '나눔바른고딕', NanumBarunGothic, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, sans-serif;
 	font-weight: normal;   
 	font-size: 1rem;
 	color: #414141;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover {
	color: #111;
	text-decoration: none;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
}


.kso-search .search-icon {
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 6;
}
.kso-search .search-input {
	font-size: 18px;
}


/*------------- main -------------*/
.main-visual {
	height: 100%;
}
.main-visual:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100vh;
	background-color: #fff;
	z-index: 3;
}
.video-caption {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}


.section-intro {
	position: relative;
	background-color: #252b30;
}
.section-intro:before,
.section-intro:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 2;
}
.section-intro:before {
	top: -50%;bottom: auto;
	background: linear-gradient(180deg, rgba(37,43,48,0) 0%, rgba(37,43,48,1) 90%);
}
.section-intro:after {
	bottom: -50%;
	background: linear-gradient(0deg, rgba(37,43,48,0) 0%, rgba(37,43,48,1) 90%);
}



.bg-gradient-white {
	position: relative;
}
.bg-gradient-white:after {
	content: '';
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}


.line-horizontal {
	position: relative;
	padding-left: 100px;
}
.line-horizontal:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 80px;
	height: 1px;
	background-color: #333;
}
.line-horizontal.light:before {
	background-color: #fff;
}

.text-back {
	position: absolute;
	right: -25%;
	top: -50%;
	font-size: 10rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -.5rem;
	color: rgba(0, 0, 0, 0.03);
	white-space: nowrap;
}


.section-services figure {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.section-services figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem;
}
.section-services figure img {
	opacity: .7;
	transition: all .3s ease;
}
.section-services figure:hover img {
	transform: scale(1.1);
	opacity: 1;
}



#owl-zine .owl-item {
	transition: all .3s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#owl-zine .owl-item .item {
	background-color: #000;
}
#owl-zine .owl-item .item img {
	opacity: .7;
	transition: all .3s ease;	
}	
#owl-zine .owl-item.center {
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
#owl-zine .owl-item img {
  filter: grayscale(90%);
}
#owl-zine .owl-item.center .item img {
	opacity: 1;
  filter: grayscale(0);
}



/*------------- sub -------------*/
.sub-header {
	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/subtop.jpg);	
}
.sub-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}	
.sub-header h1 {
	position: relative;
}



/*------------- footer -------------*/
footer {
	background: #272d3d;
}
footer .footer-menu .nav a {
	position: relative;
	font-size: .9rem;
	color: #111;
}
footer .footer-menu .nav a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 1px;
	height: 12px;
	border-left: 1px solid rgba(255, 255, 255, .3);
}
footer .footer-menu .nav li:first-child a:before {
	display: none;
}
footer .footer-menu .nav li:first-child a {
	padding-left: 0;
}
footer .footer-content {
	font-size: .9rem;
    color: #999;
    line-height: 1.6;
}

footer .copyright {
	font-size: .8rem;
	color: rgba(0, 0, 0, .4);
}


#scollTop {
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
	width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    z-index: 99;
}
#scollTop .scroll-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}


/*------------- media query -------------*/

@media(min-width: 992px) {
	.header .logo .logo-dark,
	.sticked .header .logo .logo-light {
		display: none;
	}
	.header .logo .logo-light,
	.sticked .header .logo .logo-dark {
		display: block;
	}

	.section-slide>.container {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}	
}
@media(min-width: 1200px) {
	.fs-header-1 {font-size: 4.5rem;}
}


@media(max-width: 991px) {
	.logo-light {
		display: none;
	}
	.section-intro:before,
	.section-intro:after {
		display: none;
	}
	.vertical-box .item {
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
}
@media(max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .footer-content {
		font-size: .8rem;
	}
}
@media(max-width: 576px) {
	footer .footer-menu .nav a {
		font-size: 14px;
	}
}	