@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    background-color:#fff;
    overflow-x: hidden;
}
.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;}

/* header
--------------------------------------------------------*/
header .navik-header {
    transition: all .3s ease;
    z-index: 99;
}
.kso-sticky.sticked .navik-header {
    background-color: #193452;
}
/*mobile menu*/
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);
}

/*mobile slidemenu*/
header .navik-header-overlay .logo,
header .navik-header-overlay .burger-menu {
    top: 10px;
}
.menu-social-media {
    margin-bottom: 3rem;
    font-size: 16px;
}
.navik-menu-fixed>ul>li>a {font-weight: 500;}
.navik-menu-fixed ul li a,
.navik-menu ul li>a {
    font-size: 16px;    
    font-family: 'Open Sans','Noto Sans KR', Sans-Serif;
}

.navik-menu ul ul li>a {
    font-style: normal;
}
@media (min-width: 1200px) {
    .navik-menu li>ul {
        min-width: 200px;
        width: 200px;
    }
    .navik-menu ul ul li>a {
        padding: 9px 25px 7px!important;
    }
    .navik-menu ul ul li:hover>a {
        padding-left: 25px !important;
    }
    .navik-menu ul ul li:hover>a::before {
        width: 0 !important;
    }
    .navik-header.header-opacity-on {
        background-color: rgba(25, 52, 82, .2);
        transition: all ease .3s;
    }
}
#sticky-wrapper {
	position: absolute;
	width: 100%;
}
#sticky-wrapper.sticked .navik-header.header-opacity-on {
	background-color: rgba(25, 52, 82,1);
}

.header-top {
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.03);
    z-index: 9;
}
.header-top .menu-social {
    padding: 10px 0;
}
.header-top .menu-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;    
}



.header-top ul {margin: 0;}
.header-top ul li, 
.header-top ul li a {
    font-size: 14px;
    line-height: 44px;
    color: #fff;
}
.header-top ul li {
    display: inline-block;
    margin-right: 5px;
}
.header-top .login-menu button {
	background: none;
	border: 0;
}

.navik-fixed-sidebar+.burger-menu {
    background-color: #fff;
}
.navik-fixed-sidebar+.burger-menu .line-menu {
    background-color: #111;
}

.navik-header .login-menu li {
    display: inline-block;
}
.navik-header .login-menu a {   
    padding: 0 5px;
    font-size: 12px;
    line-height: 90px;
    transition: all .2s ease-in-out;    
}
.navik-header.header-transparent .login-menu a {
    color: rgba(255,255,255,.7);
}
.navik-header .login-menu .border-left {
    border-color: rgba(255,255,255,.4) !important;
}
.navik-header.sticky .login-menu>li>a {
    line-height: 70px;
    color: #666;
}
.navik-header.sticky .login-menu .border-left {
    border-color: rgba(0,0,0,.1) !important;
}

/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #334b54;
    z-index: 3;
}
.fixed-nav a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}
.quick_main {
    padding: 1rem 0;
    width: 120px;
    text-align: center;
}
.quick_main li {
    padding: 1rem 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;    
}   
.quick_main li figure { 
    margin-bottom: 0;
}
.quick_main li i,
.quick_main li svg {
    color: #3F4D98;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #3F4D98;
    border-color: #3F4D98;
}


.header-transparent-on .navik-header-container {
    border-bottom: 1px solid rgba(255,255,255,.1);
}




/* section
--------------------------------------------------------*/
.container-fluid2 {clear: both;}

/* 각 섹션 상하 여백 */
.kso-section {padding-top: 40px;padding-bottom: 40px;} /* 섹션 */
#kso-clients {padding-top: 20px;padding-bottom: 20px;}
.kso-parallax.dzsparallaxer.height-is-based-on-content{padding-top: 100px;padding-bottom: 100px;} /* 섹션 패럴랙스 */

/* footer */
.section-footer {
    padding-top: 40px;padding-bottom: 40px;
    background-color: #1d1d1d;
} 
.section-footer .footer-menu a {
    padding: .5rem .5rem;
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
.section-footer .footer-menu li:first-child a {
    padding-left: 0;
}    
.section-footer .footer-menu a:hover {
    color: #fff;
}
.section-footer .about-info {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.5);
}
.section-footer .copyright {
    padding-top: 1.5rem;
    margin-top: 2rem;
    font-size: 14px;
    color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.1);
} 
.kso-contents {padding-top: 30px;padding-bottom: 30px} /* 서브 콘텐츠영역 */

/* video caption */
.kso-promotion {
    position: relative;
    background-color: #000;
}
.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(4rem);
}
.visual-caption p,
.visual-caption h1,
.visual-caption h4,
.visual-caption .btn-line {
    color: #fff;
}
.visual-caption p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    /*letter-spacing: 15px;*/
}
.visual-caption h1 {
    margin-bottom: 30px;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;    
}
.visual-caption h4 {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}
.visual-caption .btn-line {
    display: inline-block;
    padding: .8rem 2rem;
    margin-top: 30px;
    width: 200px;
    font-size: 16px;    
    border: 1px solid #fff;
    border-radius: 3px;
}
.text-transform {
    position: fixed;
    left: -10rem;top: 50%;
    width: 450px;
    height: 26px;    
    text-align: center;
    letter-spacing: 15px;
    color: rgba(255,255,255,.5);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);    
    z-index: 2;
}
.scroll-downs {
    position: absolute;
    top: 70%;right: 0;bottom: 0;left: 0;
    margin: auto;
    width :34px;
    height: 55px;
}
.scroll-downs .mousey {    
    padding: 10px 15px;
    width: 3px;height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroll-downs .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    20% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    font-size: 30px;    
}
.owl-carousel .owl-nav button.owl-next {
    right: -3rem;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -3rem;
}  
@media (max-width: 576px) {
    .owl-carousel .owl-nav button.owl-next, 
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        bottom: -10px;top: auto;
        font-size: 30px;    
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }  
}
.owl-theme .owl-nav {margin-top: 10px;}
.owl-theme .owl-nav [class*=owl-] {font-size: 26px !important;}


/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
.section-title {
	position: relative;
	margin-bottom: 40px;text-align: center;
}


/* intro */
.bg-shadow:before {
    content: '';
    display: block;
    position: absolute;
    left: 2rem;top: 2rem;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
}
/* case */
#kso-case .box-case {
    margin-bottom: 30px;
    text-align: center;
}
#kso-case .box-case h5 {
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
#kso-case .box-case p {
    margin-top: 20px;
    display: inline-block; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 

    white-space: normal; 
    line-height: 1.5;height: 3em; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
#kso-case .btn-kso {
    margin-top: 10px;
    color: #fff;
    /*background-color: #193452;*/
}

/* parallax */
#kso-parallax2 h1,
#kso-parallax2 h3 {
    font-family: 'Noto Serif KR', serif;
    line-height: 1.4;
}

#owl-parallax .item {
    position: relative;    
    padding: 38px 36px 48px;
    text-align: center;
    border: 2px solid #c9b89c1f;
    /*background-color: rgba(11, 29, 55, 0.8);*/
}
#owl-parallax .item img {
	margin-bottom: 20px;
}
#owl-parallax .item h4 {
    margin-bottom: 20px;
    color: #fff;
}
#owl-parallax .item .caption div {
    color: rgba(255,255,255,.7);
}

/* gallery */
.btn-more {
    display: inline-block;
    right: 0;top: 0;
    padding: .5rem 2rem;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    border-radius: 20px;
}


/* team */
#kso-team {
    /*background-color: #121212;*/
}
#owl-team .caption {
    padding: 20px 0;
}
#owl-team .caption h4 {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.4;    
    color: #333;
}
#owl-team .caption p {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    line-height: 1.6;    
}

#owl-case .caption {
    padding: 1.5rem;
    background-color: #fff;
}
#owl-case .caption h5 {
    margin-bottom: 1rem;
    font-size: 18px;
}
#owl-case .caption p {
    margin-bottom: 0;    
    font-size: 15px;
    line-height: 1.6;    
}

#owl-info2 .box-info {
    padding: 0 2px;
    margin-bottom: 4px;
}
#owl-info2 .caption {
    padding: 1.5rem;
    background-color: #fff;
}
#owl-info2 .caption h5 {
    font-size: 18px;
}
#owl-info2 .caption p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;    
}

#kso-info {
    color: #fff;    
    background-position: center;
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

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


/*contact*/
#kso-parallax3 {
    padding: 4rem 0;
}
#kso-parallax3 h3 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1;
}

#kso-parallax3 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 17px;
}
#kso-parallax3 li, 
#kso-parallax3 li svg {
    color: #fff;
}

#kso-parallax3 h3:before {
    content: '';
    display: block;
    position: absolute;
    left: -150%;
    bottom: 0;
    width: 150%;
    height: 1px;
    background-color: #fff;
}
#kso-parallax3 h3:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 30px;
    /*background-image: url(../img/em.png);*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
#kso-parallax3 h3.line-right:before {
    display: none;
    content: '';
    position: absolute;
    left: auto;    
    right: -150%;
    bottom: 0;
    width: 150%;
    height: 1px;
    background-color: #fff;
}
#kso-parallax3 h3.line-right:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 30px;
    background-image: url(../img/em.png);
    background-position: center;
    background-repeat: no-repeat;
}


/* sub */
.col-md-9.space-adjust {padding-top: 32px;}
.sub-header {
	background-color: #181818;
	background-repeat: no-repeat;
	background-position: center top;
}

.sub-header .sub-header-caption h1 {
    line-height: 1;
    color: #fff;
}
.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 {
    padding-left: .5rem;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    transition: all 0.2s ease;
}
.kso-contents {min-height: 500px;}
.bread-crumb-top {
    position: absolute;
    right: 1rem;bottom: 1rem;
}



/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {
    .navik-header .container-fluid {
        padding: 0 2rem;
    }    
    .kso-header {z-index: 9}
    .navik-header.sticky {margin-top: 0 !important;}
    .kso-section {padding-top: 100px;padding-bottom: 100px;}
    .position-lg-absolute {position: absolute;}
	.sub-header .sub-header-caption {
		transform: translateY(7rem);
	}
    .kso-contents {
        padding-top: 60px;padding-bottom: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
}
@media (max-width: 1200px) {
    .navik-header .logo {padding: 5px 0;text-align: left;}
}
@media (max-width: 991px) { 
    .position-fixed-xs {
        position: fixed;
        left: 0;top: 0;
        width: 100%;
        z-index: 2;
    }
    /*.navik-header {background-color: transparent;}    */
    #kso-container {padding-top: 60px;}
	.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;}
    .sub-header .sub-header-caption {
        transform: translateY(3rem);
    }
}
@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) { 
    #slider_owl .item-caption .container>div.owl-p {
        margin: 0 auto;width:300px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    #kso-information h1 {font-size: 28px;}
    .footer-content {padding-bottom: 40px;}
    .sub-header .sub-header-caption h1 {
		font-size: 20px;
		line-height: 26px;
		}
    .bg-shadow:before {
        left: .5rem;top: .5rem;
    }
    .scroll-top {display: none !important;}    
    .navik-header .logo img {height: 50px;}
	.section-footer .footer-menu a {font-size: 13px;}

    #owl-parallax .item {
        padding: 1rem;
        border-width: 1px;
    }
    #owl-parallax .item h4 {
        font-size: 18px;
    }
    #owl-parallax {
        margin-right: 0;
        margin-left: 0;
    }
    #owl-parallax [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    #kso-parallax2 h1 {font-size: 32px;}
    #kso-parallax2 h3 {font-size: 23px;}
    #owl-info2 .caption {text-align: center;}
}

@media (max-width: 340px) { 
    #owl-parallax .item h4 {
        font-size: 16px;
    }
}
