@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    background-color:#fff;
    overflow-x: hidden;
}

select{-webkit-appearance:listbox}

.kso-sticky.sticked .navik-header {
    background-color: #193452;
}
/*mobile menu*/
header .navik-header .burger-menu {
    top: 25px;
}
.header-shadow-wrapper {
    display: none;
}

/*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-header .logo img.logo-svg {
    width: 250px;
    height: 50px;
}

@media (min-width: 1200px) {
    /*.navik-header-container {height: 130px;}*/
    .navik-menu>ul>li>a {
        font-size: 17px;
        height: 90px;
        line-height: 90px;
        transition: none;
    }
}


/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    background-color: #aa9166;
    z-index: 3;
}
.fixed-nav h4,
.fixed-nav h5,
.fixed-nav p,
.fixed-nav a,
.fixed-nav {
    color: #fff;
}
.fixed-nav a {
    font-size: 21px;
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.html);
    background-position: 0 48%;
    padding-left: 30px;
}


/*quick*/
.sidebar-toggle {
  position: fixed;
  z-index: 1;
  outline: none;
  width: 36px;
  height: 80px;
  right: 14em;
  margin-top: 0;
  background-color: #ffd900;
  cursor: pointer;
  transition: .5s;
  border-radius: 10px 0 0 10px;
}
.sidebar-toggle:before {
    content: 'CLOSE';
    position: absolute;
    left: -25px;
    top: 25px;
    text-align: center;    
    width: 80px;
    height: 30px;
    color: #fff;
    transform: rotate(90deg);
}
.sidebar-toggle.is-closed:before {
    content: 'OPEN';
}
.sidebar {
    position: fixed;
    top: 23%;right: 0;
    padding: 0;
    width: 14em;
    /*min-height: 460px;*/
    color: #fff;
    background-color: #ffd900;
    transition: .7s;
    z-index: 99;
}
.sidebar.is-closed {
    transform: translateX(14em);
}

.form-wrapper {
    padding: 10px;    
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form-wrapper h4, 
.form-wrapper h2, 
.form-wrapper h5 {
    color: #fff;
}
.form-wrapper h4 {font-size: 16px;margin-bottom: 1rem;color: rgba(255,255,255,.9);} 
.form-wrapper h2 {font-size: 20px;margin-bottom: 1rem;line-height: 1.4;} 
.form-wrapper h5 {font-size: 15px;margin-bottom: 1rem;color: rgba(255,255,255,.7);font-weight: normal;} 
.form-wrapper h3 {font-size: 18px;margin-bottom: 1rem;} 

.form-wrapper .form-area {
    padding: 1rem;
    min-height: 200px;
    background-color: #fff;
}
.form-phone {
    padding: 10px 10px;
    font-size: 24px;  
    text-align: center;
    color: #fff;
    background-color: #3e3a39;
}
.form-img {
    display: flex;
}
.form-img a {
    display: inline-block;
    width: 50%;
}

.modal .modal-body {
    font-size: 15px;
}
/* --------------------------------------------------------------------------
** 
** custom
**
----------------------------------------------------------------------------*/
#myVideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    object-position: center center;
}
.kso-promotion .owl-slide .item-caption h1:before {
    display: none;
    content: '';
    position: absolute;
    left: 0;top: -1rem;
    width: 40px;height: 5px;
    background-color: #f28121;
}
/*.kso-promotion .owl-slide .item-caption h1 {font-size: 70px;}*/
.kso-promotion .owl-slide .item-caption .owl-p {font-size: 20px;}

.kso-visual-video {
    height: 100vh;
}
.visual-caption h2 {
    font-size: 32px;
    color: #fff;
	 font-weight: 800;
}
.visual-caption h4 {
    line-height: 1.2;
}    
.visual-caption .btn-line {
    width: 200px;
    border-radius: 0;
}
.scrolldown {
    position: absolute;
    left: 50%;bottom: 5%;
    transform: translate(-50%, -50%);
}
.scrolldown:hover {
    color: #26c6da;
}
.arrow {
  animation: slide 1s ease-in-out infinite;
  margin-bottom: 9px;
}
@keyframes slide {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

.quick-nav {
    position: absolute;
    left: 50%;bottom: 8rem;
    /*background-color: rgba(0,0,0,.3);*/
    transform: translateX(-50%);
    z-index: 3;
}
.quick-nav .column {
    width: 230px;
}
.quick-nav .column.border-start {
    border-left-color: rgba(0,0,0,.2) !important;
}
.quick-nav .column a {
    display: block;
    padding: 10px 20px;
    margin: 0 1rem;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 30px;
}
.quick-nav .column a>small {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    letter-spacing: 2px;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.section-title {
	position: relative;
	margin-bottom: 4rem;
    text-align: center;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 500;
}

.count-col span {
    color: #fff;
}
.count-col .counter {
    font-size: 40px;
    font-weight: 600;
}
.count-col .count-title {
    margin-top: 10px;
    padding: 10px 2rem;
    font-size: 16px;
    color: #3E3A38;
    background-color: rgba(255,217,0,.6);
    border-radius: 20px;
}


#owl-intro.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    color: #fff;
    border-radius: 0;
}
#owl-intro.owl-carousel .owl-nav button.owl-next,
#owl-intro.owl-carousel .owl-nav button.owl-prev {
    width: 100px;
    height: 100px;
}
#owl-intro.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
#owl-intro.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
#owl-intro.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(0,0,0,.2);
}

#owl-intro .item {
    position: relative;
    transition: transform .3s ease;  
    overflow: hidden;  
}
#owl-intro .item img {
    transition: transform .3s ease;
}

.open-swiper {
    position: relative;
}
.open-swiper h5 {
    position: absolute;
    left: 0;bottom: 0;
    padding: 5px 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.8);
}


.box-ser {
    padding: 2rem 1rem;
    background-color: rgba(255,255,255,.2);
    border-radius: 0 0 30px 0;
	margin-bottom:5px;
}



#kso-parallax1 h4 {
    color: #fff;
}
#kso-parallax1 p {
    color: rgba(255,255,255,.7);
}


#kso-parallax1,
#kso-parallax2,
#kso-parallax3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#kso-parallax2 .bg-point {
    background-color: rgba(255,210,0,.9);
}

#kso-promiss img {
    width: 60px;
    height: 60px;
}


/* location */
.kso-section-location {position: relative;height: 100%;}
.kso-section-location .company-block {
    position: relative;
    min-height: 340px;
    height: 400px;
    z-index: 1;
}
.kso-section-location .fa-ul>li {margin-bottom: 7px;}

@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;}
}



#owl-half.owl-theme .owl-nav {
    position: absolute;
    left: calc(50% + 8.3333333333%);bottom: 10%;
}
#owl-half.owl-theme .owl-nav [class*=owl-] {
    width: 40px;height: 40px;
    font-size: 20px !important;
    line-height: 45px;
    background-color: #ddd;
    color: #fff;    
    border-radius: 50%;
}
#owl-half.owl-carousel .owl-nav button.owl-prev {
    left: 1rem;
}
#owl-half.owl-carousel .owl-nav button.owl-next {
    right: -7rem;
}



.section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1e2029;
}

.sub-header {
    position: relative;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.3);
}
.sub-header .sub-header-caption h1>span:before {
    background-color: #FA8522;
}
.nav-sub {
    position: absolute;
    left: 0;bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 0;
}
.nav-sub .nav li {
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(155,255,255,.2);
}

.sub-bottom {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.sub-bottom .slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.sub-bottom .slogan h2 {
    line-height: 1.4;
    color: #fff;
}
.footer-logo img {
    width: 200px;
    opacity: .5;
}

.kso-contents>.container-full {
    padding-top: 60px;
}
[class*='sr__'] {visibility: hidden;}

.extraVarsList h5 {font-size: 15px;}
/* mediaQuery
--------------------------------------------------------*/

@media (min-width: 992px) {   
    .visual-caption h2 {
        font-size: 50px;
        font-weight: 500;
        line-height: 1.1;
    }
    .visual-caption h4 {font-size: 34px;}
    .visual-caption p {font-size: 24px;}

}

@media (min-width: 1200px) {  
    .navik-header.sticky .navik-header-container {
        height: 90px;
    }
    .navik-header.sticky .navik-menu>ul>li>a {
        height: 90px;
        line-height: 90px;
    }
    .visual-caption h2 {
        font-size: 50px;
        font-weight: 500;
        line-height: 1.1;
    }
    .visual-caption h4 {font-size: 34px;}
    .visual-caption p {font-size: 24px;}
    header .navik-header {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    header .navik-header.sticky {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }    
    .kso-contents>.container-full {
        padding-top: 0;
    }

    .bnr-box {
        height: 400px;
    }
    .bnr-box.h100 {
        height: 800px;
    }

    #kso-parallax2 .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .h-100vh {height: 100vh !important;}
}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;}
}    


@media (max-width: 1200px) {
    .navik-header .logo {padding: 5px 0;text-align: left;}
}
@media (max-width: 991px) { 
    .kso-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #kso-parallax:before {
        display: none;
    }
    .navik-fixed-sidebar .menu-social-media a {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    .sub-bottom .slogan h2 {
        font-size: 24px;
    }
    .emblem {
        right: auto;top: auto;
        left: 1rem;bottom: 0;
    }
}
@media (max-width: 767px) { 
    #kso-intro .bg-img {
        min-height: 300px;
        height: 300px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    #kso-intro .count-col .counter {
        font-size: 32px;
        font-weight: 400;
    }
    #kso-intro .count-col .count-title {
        padding: 5px 5px;
        font-size: 15px;
    }
    #kso-intro .count-col .count-title.small {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .kso-contents {
        min-height: auto;
    }
}
@media (max-width: 575px) { 
    #owl-intro.owl-carousel .owl-nav button.owl-next, 
    #owl-intro.owl-carousel .owl-nav button.owl-prev {
        bottom: 0;
    }

}

@media (max-width: 340px) { 

}
