@charset "utf-8";
/*
 KSODESIGN MULTIPURPOSE XE LAYOUT
 http://ksodesign.com/
 
 Copyright 2010 KSODESIGN	 
 Contributing author : KSJade
----------------------------------------------------------------*/
/*
** Default 
--------------------------------------------------------*/

.top-search .form-control::-moz-placeholder{color:#fff;opacity:1;}
.top-search .form-control:-ms-input-placeholder{color:#fff;}
.top-search .form-control::-webkit-input-placeholder{color:#fff;}

.font-serif {font-family: 'Noto Serif KR', serif;}
.font-light {color: #fff;}
/* header
--------------------------------------------------------*/
/*mobile menu*/
header .navik-header .logo {
    padding: 5px 0px;
    text-align: left;
}
header .navik-header .burger-menu {
    top: 25px;
}
/*mobile fixed sidemenu*/
header .navik-fixed-sidebar+.burger-menu {
    width: 60px;
    height: 60px;
    padding: 20px 15px;
}
header .menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(8px);
    transform: rotate(-90deg) translateX(8px);
}
header .menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-8px);
}
header .navik-menu ul ul li>a {font-style: normal;}

/*mobile slidemenu*/
header .navik-header-overlay .logo,
header .navik-header-overlay .burger-menu {
    top: 10px;
}
.navik-menu ul li>a {
    font-family: 'Poppins','Noto Sans KR','Apple SD 산돌고딕 Neo','Apple SD Gothic Neo','나눔고딕',NanumGothic,ng,sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.header-top {
    color: #fff;
    background-color: #212528;
}
.header-top ul {margin: 0;}
.header-top ul li, 
.header-top ul li a {font-size: 13px;line-height: 32px;color: #fff;}
.header-top ul li {
    display: inline-block;
    margin-right: 5px;
}
.header-top .login-menu button {
	background: none;
	border: 0;
}
.nav-logo > img {
    height: auto !important;
    margin: 0 auto !important;
}


/* ---------------------------------------------------
** reservation
------------------------------------------------------ */
.reservation {
    position: absolute;
    right: 0;
    display: inline-block;
    background-color: #A1AA1A;
}
.reservation a {
    display: block;
    padding: 0 1rem;
    line-height: 90px;
    color: #fff;
    transition: all .2s ease-in-out;
}
.navik-header.sticky .reservation a {
    line-height: 70px;
}

/* section
--------------------------------------------------------*/

/* 각 섹션 상하 여백 */
.kso-section {padding-top: 100px;padding-bottom: 100px;} /* 섹션 */
.kso-section-intro {padding-top: 100px;padding-bottom: 80px;} /* 섹션 */
.kso-section-biz {padding-top: 80px;padding-bottom: 60px;} /* 섹션 최근글 */
.kso-section-parallax.dzsparallaxer.height-is-based-on-content{padding-top: 120px;padding-bottom: 120px;} /* 섹션 패럴랙스 */
.kso-section-gallery,
.kso-section-post {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
} 
/* 섹션 포스트 
.kso-section-post:before {
    content: '';
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    background-color: rgba(255,255,255,.8);
}   
*/ 
.kso-section-location {padding-top: 0;padding-bottom: 0;} 
.footer-content {padding-top: 20px;padding-bottom: 20px}  /* 섹션 푸터 */
.kso-contents {padding-top: 60px;padding-bottom: 60px} /* 서브 콘텐츠영역 */


/* video caption */
.kso-promotion {position: relative;}
.player-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.player-caption>.item-caption {
    position: absolute;left: 50%;top: 35%;
    margin-left: -30%;width: 60%;
    text-align: center;
}
.player-caption>.item-caption>h1 {font-size: 50px;font-weight: normal;margin-top: 0;}
.player-caption>.item-caption>h4 {font-size: 20px;font-weight: normal;}
.visual-caption {
    text-align: center;
    transform: translateY(1rem);
}
.visual-caption h1 {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.visual-caption p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}
.visual-caption h1,
.visual-caption p {color: #fff;}

/* section-title */
.section-title {
	position: relative;
	margin-bottom: 50px;
    text-align: center;
}
.section-title h2 {
    font-family: 'Noto Serif KR', serif;
}
.line-design {margin-bottom: 10px;text-align: center;}
.line-design>span:before,
.line-design>span:after {
	content: '';
    display: inline-block;width: 60px;height: 1px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    background-color: #ccc;
}
.line-design>span:after {margin-right: 0;margin-left: 10px;}


/* slogan */
.kso-section-intro h2 {
    font-size: 52px;
    font-weight: bold;
}


/* biz */
.kso-section-biz h4 {font-size: 16px;text-align: center;}
.kso-section-biz p {font-size: 14px;color: #888;}
.overlay_thumb {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.overlay_thumb:before {
	content: '';display: block;
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;
}
.overlay_thumb img {
    transform: scale(1);
    transition: all 0.3s ease;
}
.overlay_thumb:hover img {
    transform: scale(1.1);
}
/* intro */
.kso-section-intro .block-intro {min-height: 380px;}



/* parallax */
#owl-parallax .item .caption {
	padding: 2em;
	background-color: #fff;
}
#owl-parallax .item .caption>div {color: #888;}
#owl-parallax .item a:hover h4,
#owl-parallax .item a:hover .caption>div {color: #fff;}

/* post */


/* clients */



/* location */
.kso-section-location {position: relative;height: 100%;}
.kso-section-location .company-block {
    padding: 4rem 3rem 4rem 3rem;
    height: 411px;
    background-color: rgba(11,35,62,.8);    
}
.kso-section-location .fa-ul>li {margin-bottom: 7px;}
#map-code {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 992px) {
	.google-map {
		position: absolute;
		left: 0;top: 0;bottom: 0;
		width: 100%;height: 100%;
	}
}
@media (max-width: 991px) { 
	.kso-section-slogan .h-slogan {font-size: 16px;line-height: 1.4;}
	.kso-section-location>.container,
	.kso-section-location>.container>.row>[class*="col-"] {padding: 0;}
	.kso-section-location>.container>.row {margin: 0;}
}


/* parallaxer */
.btn-line {color: #555;border-color: #999;}
.kso-parallaxer .btn-line {margin-left: auto;margin-right: auto;color: #fff;border-color: #fff;}
.font-white {color: #fff;}
.font-dark {color: #333;}

/* footer */
.section-footer {
    position: relative;
    background-color:#39414C;
} 
.section-footer .copyright {
    font-size: 14px;
    color: #fff;
} 

/* sub */
.col-md-9.space-adjust {padding-top: 32px;}
.sub-header {
	background-color: #121212;
	background-repeat: no-repeat;
	background-position: center top;
}
.sub-header .sub-header-caption h1 {margin: 0;line-height: 1;}
.sub-header .sub-header-caption h1>small {font-size: 60%;}
.submenu-md {margin-top: -40px;margin-bottom: 30px;}
.submenu-md .nav>li>a:focus, 
.submenu-md .nav>li>a:hover,
.submenu-md .nav-pills>li.active>a, 
.submenu-md .nav-pills>li.active>a:focus, 
.submenu-md .nav-pills>li.active>a:hover {background-color: transparent;}
.submenu-md .nav-pills>li>a:after {
    display: block;content: '';
    position: absolute;left: 0px;top: 50%;
    margin-top: -7px;width: 1px;height: 14px;
    background-color: #ccc;
    transform: rotate(30deg);
}
.submenu-md .nav-pills>li:first-child>a:after {display: none;}
.aside .side-nav .list-group-item {
    transition: all 0.2s ease;
}
.kso-contents {min-height: 500px;}


/* pannel-wrapper */
.pannel-wrapper .padding-none {padding-left: 0;padding-right: 0;}
.pannel-wrapper .form-control {
    border: 0;border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}
.pannel-wrapper .keep-sign,
.pannel-wrapper .find-account {font-size: 12px;}
.pannel-wrapper .pannel-search {position: relative;}
.pannel-wrapper .pannel-search .search-ico {position: absolute;left: 10px;top: 6px;}
.pannel-wrapper .pannel-search input {padding: 7px 7px 7px 35px;width: 100%;line-height: 1.4;border: 1px solid #dcdcdc;}
input:-webkit-autofill {background: none !important;}

.btn-line-login {
	text-align: center;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
}
.btn-line-login:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
}

/* ETC
--------------------------------------------------------*/
#bd_wizard {z-index: 1100;}
.bg-gray {background-color: #f8f8f8;}
.submenu-xs {padding: 0;margin-bottom: 30px;}


/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {
    .px-lg {padding-left: 5rem;padding-right: 5rem;}
	.mb-lg-30 {margin-bottom: 30px;}
	.section-footer .kso-social {margin-top: 30px;text-align: right;}
}
@media (min-width: 1200px) {
    .px-lg {padding-left: 10rem;padding-right: 10rem;}
    .border-lg-bottom {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .navik-header .reservation a,
    .navik-header.sticky .reservation a {
        padding: 0 2rem;
    }
}    

@media (min-width: 1200px) and (max-width: 1500px) { 
    .reservation a>span {display: none;}
}

@media (max-width: 1199px) { 
    .reservation {
        display: inline-block;
        padding: 0 2rem;
        font-weight: 700;
        line-height: 50px;
        background-color: transparent;
    }
    header .navik-header .logo {
        padding: 0;
    }    
}    
@media (max-width: 991px) { 
	.kso-parallaxer .half-black:before {top: 50%;left: 0;}
	.kso-section-icobox .sec-banner {margin-top: 20px;}
	.section-footer .footer-content {text-align: center;}
	.section-footer .footer-content .footer-logo>img {display: block;margin: 0 auto;}
    .player-caption>.item-caption>h1 {font-size: 30px;}
    .player-caption>.item-caption>h4 {font-size: 14px;}

}
@media (max-width: 767px) { 
    .player-caption>.item-caption {top: 20%;}

    .section-footer .footer-logo>img {margin: auto;}
    .section-footer .footer-info {padding-right: 0;}
    .section-footer .kso-copyright .pull-left,
    .section-footer .kso-copyright .pull-right {float: none !important;text-align: center;}
    .scroll-top {right: 10%;}

}
@media (max-width: 575px) { 
    .reservation {padding: 5px 1rem;}
    #slider_owl .item-caption .container>div.owl-p {
        margin: 0 auto;width:300px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    h1.section-header {font-size: 30px;}
    .kso-contents {padding-top: 30px;} /* 서브 콘텐츠영역 */
    .footer-content {padding-top: 40px;padding-bottom: 40px;}
    .sub-header .sub-header-caption h1 {font-size: 20px;}
	.kso-parallaxer .half-black:before {position: absolute;top: 45%;left: 0;}
	.kso-parallaxer .half-black .col-md-5.col-md-offset-2 {text-align: center;background-color: #e6e6e6;}
	.kso-parallaxer .half-black .col-md-5.col-md-offset-2 h3 {padding-top: 20px;}
}


