@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;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover {
	color: #111;
	text-decoration: none;
}
.nav-link {
    color: #111;
    text-decoration: none;
    transition: all .3s ease;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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;
}




.vertical-box .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	min-height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}
.vertical-box .item:hover {
	background-color: rgba(0, 0, 0, .1);
}


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

.rounded-box {
	border-radius: 70px 0 70px 0;
	overflow: hidden;
}
.text-back {
	position: absolute;
	left: -25%;
	bottom: -5%;
	font-size: 10rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -.5rem;
	color: rgba(0, 0, 0, 0.03);
	white-space: nowrap;
}



.section-sambox figure {
	position: relative;
	min-height: 400px;
} 
.section-sambox figcaption {
	position: absolute;
	left: 0;top: 0;
	padding: 2rem 1.5rem;
	width: 100%;
	min-height: 400px;
	color: rgba(0, 0, 0, .7);
	background-color: #fff;
	transition: all .3s ease;		
}
.section-sambox figure figcaption h4 {
	color: #333;
}
.section-sambox figure figcaption p,
.section-sambox figure figcaption h5 {
	color: #888;
}
.section-sambox figure:hover figcaption {
	background-color: transparent;
}
.section-sambox figure:hover figcaption h4,
.section-sambox figure:hover figcaption h5,
.section-sambox figure:hover figcaption p {
	color: #fff;
}



.bg-img-cover {
	position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img-cover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}



/*------------- 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;margin: 0;}



/*------------- footer -------------*/
footer {
	background: rgb(44,44,44);
	background: radial-gradient(circle, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 100%);
}
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;
	}
	.vertical-box .item {
		min-height: 900px;
	}
}



@media(max-width: 991px) {
	.logo-light {
		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;
	}
}	