@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, ng, '맑은 고딕', 'Malgun Gothic', '애플 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;
}

@-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;
	left: 10px;
	top: 11px;
	z-index: 6;
}
.kso-search .search-input {
	font-size: 18px;
}


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

.box-cpn .item {
	padding: 2rem;
	background-color: #fff;
	border-radius: 0 0 30px 0;
	transition: all .3s ease;
}
.box-cpn .item h3>small {
	font-size: 14px;
	font-weight: bold;
}
.box-cpn .item:hover h3,
.box-cpn .item:hover h3>small,
.box-cpn .item:hover i,
.box-cpn .item:hover a {
	color: #fff !important;
}

.section-swiper .swiper-slide {
	display: block;
	text-align: left;
}	

.section-sambox .item {
	padding: 1.5rem;
	min-height: 300px;
	color: rgba(255, 255, 255, .7);
	background-color: #343434;
	transition: all .3s ease;
}
.section-sambox .item.bg2 {background-color: #474747;}
.section-sambox .item.bg3 {background-color: #585858;}



.swiper-pagination.pagi-center {
	left: 50%;
	bottom: -52px;
	transform: translateX(-50%);
	z-index: 0;
}
.pagi-center .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
}
.pagi-center .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.swiper-button-next.button-center, 
.swiper-button-prev.button-center {
	top: auto;
	bottom: -60px;
  width: 40px;
  height: 40px;
  margin-top: 0;	
  background-color: #fff;
  background-size: 8px 20px;
  border-radius: 50%;
}
.button-center.swiper-button-next, 
.button-center.swiper-container-rtl .swiper-button-prev {
	right: 50%;
	margin-right: -120px;
}
.button-center.swiper-button-prev, 
.button-center.swiper-container-rtl .swiper-button-next {
	left: 50%;
	margin-left: -120px;
}
.swiper-pagination span.line {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 5px;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #fff;
}





.section-block figure {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.section-block figcaption {
	position: absolute;
	bottom: -100px;
	width: 100%;
	min-height: 170px;
	padding: 1.5rem 1.5rem;
	font-size: 15px;
	color: rgba(255, 255, 255, .7);
	background-color: rgba(0, 0, 0, .8);
}
.section-block figcaption>div {
	opacity: 0;
}
.section-block figcaption h5 {
	color: #fff;
}
.section-block figcaption>div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.section-block figure img {
	opacity: .5;
}
.section-block figcaption>div,
.section-block figcaption,
.section-block figure img {
	transition: all .3s ease;
}
.section-block figure:hover img {
	transform: scale(1.1);
	opacity: 1;
}
.section-block figure:hover figcaption {
	bottom: 0;
}
.section-block figure:hover figcaption>div {
	opacity: 1;
}


/*------------- 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-color: #EBEBEB;
}
footer .nav a {
	position: relative;
	font-size: .9rem;
	color: #111;
}
footer .nav a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 1px;
	height: 12px;
	border-left: 1px solid rgba(255, 255, 255, .3);
}
footer .nav li:first-child a:before {
	display: none;
}
footer .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;
	}
}



@media(max-width: 991px) {
	.logo-light {
		display: none;
	}
}
@media(max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .footer-content {
		font-size: .8rem;
	}
	.rounded-box {
		border-radius: 40px 0 40px 0;
	}
}
@media(max-width: 576px) {
	footer .nav a {
		font-size: 14px;
	}

}	