@charset "utf-8";

[class*='sr__'] {
	visibility: hidden;
}

/* --------------------------------------------------------------
** 
** default
** 
----------------------------------------------------------------*/
#cssmenu > ul {
	justify-content: center;
}
#cssmenu > ul > li > a {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 80px;
	white-space: nowrap;	
	color: #000;
	transition: all .2s ease;
}
#cssmenu > ul > li:hover > ul {
	top: 80px;
}
#cssmenu > ul > li > a:after, 
#cssmenu > ul > li.active::after {
	display: none;
}
#cssmenu ul ul li:hover > a {
	padding-left: 20px;
}
#cssmenu ul ul {
	background: #333;
}
#cssmenu ul ul li a {
	font-size: 14px;
}
#kso-menu-press {height: 60px;}
/*
.bsnav-sticky.bsnav-sticky-slide.sticked {
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
*/
.bsnav-sticky.bsnav-sticky-slide.sticked #cssmenu > ul > li > a {
	line-height: 70px;
}	
.collapse.navbar-collapse.justify-content-center {
	display: none !important;
}
/* --------------------------------------------------------------
** 
** header
** 
----------------------------------------------------------------*/
.bsnav {
	background-color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.bsnav.cover {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.bsnav.cover .btn-modal-lang .dropdown .dropdown-menu ul a,
.bsnav.cover #cssmenu > ul > li > a {
	color: #333;
}
.bsnav-sticky.bsnav-sticky-slide {top: 0;}
.header-wrap .navbar {padding: 0;}
.bsnav-mobile {z-index: 102;}
.bsnav-mobile.in .bsnav-mobile-overlay {
    background-color: rgba(0,0,0,0.3);
}
.btn-modal-lang .dropdown .dropdown-menu {
	padding: 0;
	min-width: 5rem;
}

.bsnav-navbar-center .navbar-collapse {flex-flow: column;}
.nav-item.dropdown>.navbar-nav .nav-item .nav-link {padding: 0 20px;}
.nav-item.dropdown.fadeup>.navbar-nav {padding: 10px 0;}


/* 메인 메뉴에 서브 배경 */
.nav-item.dropdown>.navbar-nav,
.nav-item.dropdown>.navbar-nav .navbar-nav {
	background-color: rgba(47, 47, 51, 0.95);
}
.nav-item.dropdown>.navbar-nav .nav-item {color: #fff;}



/*login menu*/
.btn-login>li {
	position: relative;
}
.btn-login>li:before {
	content: '';
	position: absolute;
	left: 0;top: 12px;
	width: 1px;height: 12px;
	border-left: 1px solid #ddd;
}
.btn-login>li:first-child:before {
	display: none;
}
.btn-login>li>button:focus {
	outline: none;
}
.btn-login>li>button,
.btn-login>li>a.nav-link {
	padding: .3rem .4rem;
	font-size: 15px;
	white-space: nowrap;
}
.btn-login>li.sns:before {
	display: none;
}
.btn-login>li.sns {
	width: 28px;
	text-align: center;
}
.btn-login>li.sns>a {
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 1;
}


.btn-kso.btn-branch {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;	
}
.btn-kso.btn-branch:hover {
    color: #333;
    background-color: #fff;
    border-color: #343a40;	
}


.btn-modal-lang .dropdown .btn-lang {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
}
.btn-modal-lang .dropdown .btn-lang:focus {
	outline: 0;
}	
.btn-modal-lang .dropdown .dropdown-menu {
	background-color: transparent;
	border: 0;
}
.btn-modal-lang .dropdown .dropdown-menu ul {
	padding-left: 6px;
	list-style: none;
}
.btn-modal-lang .dropdown .dropdown-menu ul a {
    float: none;	
    width: auto;height: auto;
    font-size: 14px;
    text-align: left;
    color: #fff;    
    background-color: transparent;
}    

.bsnav.cover .btn-modal-lang .btn-lang {
    color: #333;
    cursor: pointer;
}

#notice {
  position: fixed;
  bottom: 3rem;
  left: 1rem;right: 5rem;
  padding: 10px 10px;
  height: 64px;
  background-color: rgba(0,0,0,.2);
  z-index: 9;
}
#notice .kso_rwdTable td.title a.list-title,
#notice .kso_rwdTable td .date {
	color: #fff;
}
/* --------------------------------------------------------------
** 
** Main Visual
** 
----------------------------------------------------------------*/

#video-container {

}
.video-caption {
	position: absolute;
	left: 0;top: 50%;
	width: 100%;
	font-size: 30px;
	color: #fff;	
	transform: translateY(-50%);
	z-index: 1;
}
.video-caption h1 {
	position: relative;
	font-size: 56px;
	color: #fff;
}


.kso-visual {
	height: 100vh !important;
	background-color: #1B1B1B;
}
.kso-visual .visual-caption {margin-top: -5em;}
.fullscreen .screen-caption h1 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0;
}
.fullscreen .screen-caption p {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
}

.kso-visual-m .owl-slide .item-caption {
	position: relative;
	padding: 2em 1em 3em;
	text-align: center;
	color: #fff;
	background-color: #1B1B1B;
}
.btn-kso.btn-sm {padding: .4em 1.5em;}

/* --------------------------------------------------------------
** 
** Section Head
** 
----------------------------------------------------------------*/
.section-title {
	margin-bottom: 2rem;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.section-title>h1 {
	margin-bottom: 1.5rem;
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.section-summary {
	font-size: 25px;
	font-weight: 300;
}

h1>b,
h2>b,
h3>b,
h4>b,
.head-title b {font-weight: 700;}

.white .head-title,
.white .section-content,
.white .section-content h1,
.white .section-content h2,
.white .section-content h3,
.white .section-content h4,
.white table td, 
.white table th{color: #fff;}

.btn-modal-lang {
	width: 170px;
}
.lang-nav {
	display: flex;
}
.lang-nav a {
	font-size: 15px;
	background-color: transparent;
}
.lang-nav a.divider {
	position: relative;
}
.lang-nav a.divider:before {
	content: '';
	position: absolute;
	left: 0;top: 11px;
	width: 1px;height: 12px;
	border-left: 1px solid rgba(255,255,255,.5);
}
/* --------------------------------------------------------------
** 
** Templates
** 
----------------------------------------------------------------*/
.section-fullpage .fp-bg {        
    position: absolute;
    top: 0;bottom: 0;right: 0;bottom: 0;
	width: 100%;
	background-color: #080808;
	background-size: cover;
    background-position: center center;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
	z-index: -1;	
}
.section-fullpage .fp-tableCell .content-center {
	position: relative;
    width: 100%;
	z-index: 1;
}
.section-fullpage .inline-YTPlayer {
	margin: 0 auto;
}
.section-fullpage hr {
	border-top-color: rgba(255,255,255,.5);
}

video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    /*ie*/
/*    min-width: 100%;
    min-height: 100%;
    width: auto;*/
}

#section-page2 {
	height: 100vh;
}
.kso-section-video {
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}

#section-page4.section-fullpage .fp-bg,
#section-page3.section-fullpage .fp-bg,
#section-page2.section-fullpage .fp-bg,
#section-page1.section-fullpage .fp-bg {  
	background-color: #fff;
}
.font30 {font-size: 30px;}
/*----------------------------------------------------
**
** section
**
----------------------------------------------------*/
.section-fullpage .owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}
.section-fullpage .owl-carousel .owl-nav button.owl-prev,
.section-fullpage .owl-carousel .owl-nav button.owl-next {
	position: absolute;
}
.section-fullpage .owl-carousel .owl-nav button.owl-prev {
	left: -4rem;
}
.section-fullpage .owl-carousel .owl-nav button.owl-next {
	right: -4rem;
}

.section-fullpage .owl-theme .owl-nav [class*=owl-] i{
    width: 50px;
    height: 50px;	
	font-size: 30px;
    line-height: 50px;
    background-color: #333;
    border-radius: 50%;
}	
.section-fullpage .owl-theme .owl-nav [class*=owl-] {margin: 0;border-radius: 50%;}
.section-fullpage .owl-theme .owl-nav [class*=owl-]:hover i {background-color: #666;}
.section-fullpage .owl-theme,
.section-fullpage .owl-theme h4 {
	color: rgba(255,255,255,.7);
}
.section-fullpage .owl-theme h4 {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.section-fullpage .owl-theme .item>div {
	font-size: 15px;
}
.section-fullpage .owl-theme .owl-dots .owl-dot.active span, 
.section-fullpage .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FAE100;
}

#section-page3 .card {
	padding: 2px;
	text-align: center;
	color: #fff;
	background-color: #253158;
	border-radius: 0;
}
#section-page3 .card .caption {
	padding: 1rem 0;
}



.img-vertical li {
	margin-bottom: 20px;
	animation: scrollUp 15s linear infinite;
    -ms-animation: scrollUp 15s linear infinite;	
}

.transform-y {
	transform: translateY(-9rem);
}

@keyframes scrollUp {
	0% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-moz-transform: translateY(-1763px);
		-ms-transform: translateY(-1763px);
		-webkit-transform: translateY(-1763px);
		transform: translateY(-1763px);
	}
}

.img-horizontal {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(220px * 10);
	height: auto;
	overflow: hidden;
}
.img-horizontal li {
	float: left;
	width: 200px;
	margin-right: 20px;
	animation: scrollLeft 15s linear infinite;
    -ms-animation: scrollLeft 15s linear infinite;	
}
.transform-x {
	transform: translateX(-5rem);
}
@keyframes scrollLeft {
	0% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}
.overflow-hidden {overflow: hidden;}


.slide-out-div {
	padding: 20px;
	width: 350px;
	color: #fff;
	background-color: #090909;	
	z-index: 99;
}




/* sub */
.sub-visual {
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.sub-visual:before {
	display: none;
	content: '';
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
}
.sub-visual.dark:before {
	background-color: rgba(0,0,0,0.4);
}
.sub-visual.light:before {
	background-color: rgba(255,255,255,0.4);
}
.sub-visual.none:before {
	background-color: rgba(255,255,255,0);
}
.sub-visual .sub-top-header {
	color: #fff;
}
.sub-visual .section-head-square:before, 
.sub-visual .section-head-square:after {
	background-color: #fff;
	border-color: #fff;
}

.sub-visual.dark .section-head-square {
	border-color: #fff;
}
.sub-visual.dark .section-head-square:before,
.sub-visual.dark .section-head-square:after {
	background-color: #fff;
}
.sub-visual.dark .section-head-square>.head-title {
	color: #fff;
}
.sub-visual.light .section-head-square {
	border-color: #333;
}
.sub-visual.light .section-head-square:before,
.sub-visual.light .section-head-square:after {
	background-color: #333;
}
.sub-visual.light .section-head-square>.head-title {
	color: #333;
}
.sub-visual .section-head-square>.head-title {
	font-size: 36px;
}
@media (max-width: 767px) {
	.section-head-square {margin: 0 auto;}
	.sub-visual .section-head-square .head-title {
		width: auto;
		font-size: 24px;
	}
}
.sub-visual-video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;	
	overflow: hidden;
}
#subVideo {
	/*height: auto;
	transform: translateY(-25%);*/
}

.sub-container {
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

/* footer */
.kso-footer {
	padding: 30px 0 30px;
	font-size: 14px;
	line-height: 1.8;	
	color: rgba(255,255,255,.7);
	background-color: #1E2125;
}
.kso-footer h5 {
	margin-bottom: 1rem;
	font-size: 16px;
	color: rgba(255,255,255,.7);
}
.social.nav .nav-link {
    padding: 0 .2rem;
    color: #525252;
}

.footer-menu li a {
	position: relative;
	padding: .3rem .5rem;
	color: #fff;
}
.footer-menu li a:before {
	content: '';
	position: absolute;
	left: 0;top: 13px;
	width: 1px;height: 13px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.footer-menu li:first-child a:before {
	display: none;
}
.kso-footer .dropup .btn {
	font-size: 13px;
	border-radius: 0;
}
.kso-footer .dropup .dropdown-item {font-size: 13px;}

/* --------------------------------------------------------------
** 
** mobile
** 
----------------------------------------------------------------*/
#section-page-m.fp-auto-height>.fp-tableCell {display: block;}
#section-page-m.fp-auto-height {
	padding-top: 1.5rem !important;padding-bottom: 0 !important;
}
#section-page-m.fp-auto-height a.btn-box {
	display: block;
	width: 100%;
	font-size: 14px;text-align: center;
	line-height: 55px;
	white-space: nowrap;
	color: #fff;
	background-color: #259770;
}
#section-page-m.fp-auto-height a.btn-box:nth-of-type(even) {margin-left: 10px;}
#section-page-m.fp-auto-height a.btn-box>i {margin-right: 5px;}

#section-page-m.fp-auto-height .footer-m {
	padding: 1em 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #292929;
}





/*trans*/
@media screen and (min-width: 768px) {
	.delay02 {transition: all  1s ease-out 0s;transition-delay: 0.2s}
	.delay04 {transition: all  1s ease-out 0s;transition-delay: 0.4s}
	.delay06 {transition: all  1s ease-out 0s;transition-delay: 0.6s}
	.delay08 {transition: all  1s ease-out 0s;transition-delay: 0.8s}
	.delay10 {transition: all  1s ease-out 0s;transition-delay: 1.0s}
	.delay12 {transition: all  1s ease-out 0s;transition-delay: 1.2s}
	.delay14 {transition: all  1s ease-out 0s;transition-delay: 1.4s}

	.section-fullpage.active .trans-up { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}
	.section-fullpage .trans-up { 
		opacity: 0;visibility: hidden;
		-moz-transform: translate3d(0px, 100px, 0px);-ms-transform: translate3d(0px, 100px, 0px);-o-transform: translate3d(0px, 100px, 0px);-webkit-transform: translate3d(0px, 100px, 0px);transform: translate3d(0px, 100px, 0px);   
		/*-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
		 -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;*/
	} 
	.section-fullpage.active .trans-down { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}
	.section-fullpage .trans-down { 
		opacity: 0;visibility: hidden;
		-moz-transform: translate3d(0px, -100px, 0px);-ms-transform: translate3d(0px, -100px, 0px);-o-transform: translate3d(0px, -100px, 0px);-webkit-transform: translate3d(0px, -100px, 0px);transform: translate3d(0px, -100px, 0px);  
		-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
		-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
	}	 
	.section-fullpage.active .trans-left{
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
	}
	.section-fullpage .trans-left{
		opacity: 0;visibility: hidden;
		-moz-transform: translate3d(-150px, 0px, 0px);-ms-transform: translate3d(-150px, 0px, 0px);-o-transform: translate3d(-150px, 0px, 0px);-webkit-transform: translate3d(-150px, 0px, 0px);transform: translate3d(-150px, 0px, 0px);  
		-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
		-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
	}
	.section-fullpage.active .trans-right{
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
	}
	.section-fullpage .trans-right{
		opacity: 0;visibility: hidden;
		-moz-transform: translate3d(100px, 0px, 0px);-ms-transform: translate3d(100px, 0px, 0px);-o-transform: translate3d(100px, 0px, 0px);-webkit-transform: translate3d(100px, 0px, 0px);transform: translate3d(100px, 0px, 0px);   
		-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
		-webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
	}
	#section-page4.section-fullpage.active .trans-up { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}
	#section-page4.section-fullpage.active .trans-down { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}
	#section-page4.section-fullpage .trans-up { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}
	#section-page4.section-fullpage .trans-down { 
		opacity: 1;visibility: visible;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
	}		
}



#section-page0 .fp-tableCell {
	height: auto !important;
	vertical-align: top;
}

.font16 {font-size: 16px;}

#kso-container.light .hamburger span:before, 
#kso-container.light .hamburger span:after {
	background-color: #333;
}
/* --------------------------------------------------------------
** 
** media Query
** 
----------------------------------------------------------------*/

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	.navbar-brand {
		width: 220px;    
		height: 75px;
	}
	.navbar-expand-lg .navbar-toggler {display: block;}
	.navbar-collapse>.navbar-nav>.nav-item>.nav-link {
		padding-top: 0;padding-bottom: 0;
		line-height: 80px;
	}
	.nav-item.dropdown>.navbar-nav .nav-item .nav-link {
		line-height: 40px;
	}
	.section-content.both {width: 960px;}

	#section-page3 .column {
		height: 100vh;
	}

	.kso-contents {padding-top: 80px;}

	video#subVideo {
	    height: 100%;
	    width: 100%;
	    object-fit: cover;
	    position: absolute;
	    /*ie*/
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	}

	.h-860 {height: 100vh;overflow: hidden;}
}
@media (min-width: 1200px) {
	.section-content.both {width: 1140px;}
	#kso-footer {margin-bottom: 60px;}
}
@media (min-width: 1340px) {
	.container-13 {max-width: 1300px;}
}
@media (max-width: 1199px) {

}	
@media (max-width: 991px) {
	.kso-contents {padding-top: 60px;}
	.bsnav {background-color: rgba(255,255,255,1);}

	.section-fullpage {padding: 0 !important;}

	#section-page0,
	.section-fullpage.section-footer {padding: 0 !important;}

	.fullscreen .screen-caption h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 0;
	}
	#fp-nav {display: none;}
	.section-title>h1 {font-size: 32px;line-height: 1.6;}
	.section-summary {font-size: 21px;}
	.kso-footer h5,
	.kso-footer .footer-info {text-align: center;}
	.copyright{ text-align:center; }
	.kso-footer.fixed-bottom,
	.slide-out-div {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-brand>img {height: 60px;}
	.font32 {font-size: 21px;}
	#section-page0 {height: calc(100vh - 60px);}
	#section-page0 .fp-tableCell {
		height: auto !important;
		vertical-align: top;
	}
	.video-caption {
		font-size: 18px;
	}
	.video-caption h1 {
		font-size: 50px;
    	font-weight: 500;
	}
}
@media (max-width: 576px) {
	#section-page4,
	#section-page4 .fp-tableCell {
		height: 500px !important;
	}
}


@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 100;
  src: url('../font/SCDream1.eot'),
       url('../font/SCDream1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream1.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 200;
  src: url('../font/SCDream2.eot'),
       url('../font/SCDream2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream2.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 300;
  src: url('../font/SCDream3.eot'),
       url('../font/SCDream3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream3.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 400;
  src: url('../font/SCDream4.eot'),
       url('../font/SCDream4.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream4.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 500;
  src: url('../font/SCDream5.eot'),
       url('../font/SCDream5.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream5.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 600;
  src: url('../font/SCDream6.eot'),
       url('../font/SCDream6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream6.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 700;
  src: url('../font/SCDream7.eot'),
       url('../font/SCDream7.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream7.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 800;
  src: url('../font/SCDream8.eot'),
       url('../font/SCDream8.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream8.woff') format('woff'); /* Modern Browsers */
}
@font-face {
  font-family: 'score';
  font-style: normal;
  font-weight: 900;
  src: url('../font/SCDream9.eot'),
       url('../font/SCDream9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/SCDream9.woff') format('woff'); /* Modern Browsers */
}