@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;
}
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;
}





/*GSAP zoom*/
.pinned-image {
  color: white;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pinned-image__container {
  padding-top: 58%;
  position: relative;
  transform: scale(0.75);
  width: 100%;
}
.pinned-image__container-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pinned-image__container-overlay--gradient {
  background: rgba(206, 112, 222, 0.7);
  background: linear-gradient(90deg, #ce70de 0%, rgba(255, 98, 141, 0.7) 100%);
}
.pinned-image__container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.pinned-image__quote {    
  position: absolute;
  top: 50%;
  font-weight: 300;
}
.gsap1 .pinned-image__quote {  
  right: 20%;
  text-align: right;
}
.gsap2 .pinned-image__quote {  
  left: 20%;
  text-align: left;
}


.gsap-wrapper,
.gsap-wrapper .content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.gsap-wrapper .content {
  overflow: hidden;
}
.gsap-wrapper .content .section {
  width: 100%;
  height: 100vh;
}
.gsap-wrapper .content .section.hero {
	display: flex;
	align-items: center;
	justify-content: center;
  background-image: url(../img/slide-sample.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 300px;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}




/* vertical style*/
.vertical-swiper.swiper-container {
  width: 100%;
  height: calc( 100vh - 90px );
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
} 
/* 멈춤 현상 방지 */
.vertical-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.vertical-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 24px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}





.line-horizontal {
	position: relative;
	padding-left: 100px;
}
.line-horizontal:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 80px;
	height: 1px;
	background-color: #333;
}


.bg-img-cover {
	position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-light:after,
.cover-dark:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
.cover-light:after {
	background-color: rgba(255, 255, 255, .7);
}



/*------------- sub -------------*/
.sub-header {
	display: flex;
	align-items: flex-end;
	position: relative;
}



/*------------- footer -------------*/
footer {

}
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.bg-dark .footer-menu .nav a:before {border-color: rgba(255, 255, 255, .3);}
footer.bg-secondary .footer-menu .nav a:before {border-color: rgba(0, 0, 0, .2);}
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;
}

.container-fully {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/*------------- media query -------------*/

@media(min-width: 992px) {
	.container-fully {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media(min-width: 1200px) {
	.container-fully {
		max-width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media(min-width: 1640px) {
	.container-fully {
		max-width: 1600px;
		padding-left: 0;
		padding-right: 0;
	}
}


@media(max-width: 991px) {
	.logo-light {
		display: none;
	}
}
@media(max-width: 767px) {
	.container-fully,
	.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;
	}
	.gsap1 .pinned-image__quote {
		right: 10%;
	}
	.gsap2 .pinned-image__quote {
		left: 10%;
	}
}	