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


.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: 170px;
    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: #c7816d;
    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.png);
    background-position: 0 48%;
    padding-left: 30px;
}

.fixed-sns {
    position: fixed;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.fixed-sns a {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-position: center;
}
.fixed-sns a.kakao {background-image: url(../img/sns1.png);}
.fixed-sns a.facebook {background-image: url(../img/sns2.png);}

/*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%;
}


/* --------------------------------------------------------------------------
** 
** 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;
}
.visual-caption h4 {
    font-size: 21px;
    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;
}

.plus-line {
    margin-bottom: 10px;
    text-align: center;
}
.plus-line span {
    font-size: 14px;
}
.plus-line span:before, 
.plus-line span:after {
    content: '';
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 0;
    background-color: #ccc;
}
.plus-line span:after {
    margin-right: 0;
    margin-left: 10px;
}


.box-intro h5 {
    font-size: 18px;
}
.box-intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.box-intro a {
    display: block;
    overflow: hidden;
}
.box-intro a>img {
    transition: transform .3s ease;
}
.box-intro a:hover>img {
    transform: scale(1.1);
}



.box-solution {
    position: relative;
    overflow: hidden;
}
.box-solution:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
.box-solution .caption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}
.box-solution img {
    transition: transform .3s ease;
    transform: scale(1);    
}
.box-solution:hover img {
    transform: scale(1.1);    
}
.box-solution h5 {

}

#kso-swiper .swiper-caption {
    position: absolute;
    left: 50%;top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#kso-swiper .swiper-caption h2 {
    font-size: 32px;
    color: #fff;
}
#kso-swiper .swiper-caption p {
    font-size: 18px;
    color: #fff;
}
#kso-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
#kso-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#kso-swiper .swiper-slide .caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;top: 57%;
    width: 1000px;
    height: 300px;
    color: #fff;
    transform: translate(-50%, -50%);
}
#kso-swiper .swiper-slide .caption h2 {
    font-size: 36px;
    color: #fff;
}
#kso-swiper .swiper-pagination {
    bottom: 10%;left: 50%;
    text-align: left;
    transform: translate(-50%, 17px);
}
#kso-swiper .swiper-pagination-bullet {
    width: 20px;height: 5px;
    border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background: rgba(255,255,255,.8);
}
.swiper-arrow {
    position: absolute;
    left: 50%;top: 50%;
    width: 1100px;
    transform: translateX(-50%);
    z-index: 2;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next{
    left: 10px;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
@media (max-width: 767px) { 
    #kso-swiper .swiper-pagination-bullet {
        width: 50px;
    }
}    


.btn-more {
    color: #fff;
    background-color: #f1aac8;
    border-radius: 30px;
}
.btn-more:hover {
    color: #fff;
    background-color: #ef7caf;
}

.kso-location .location {
    padding: 1.5rem 1rem;
    border-top: 1px solid #333;
}



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

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



.section-footer {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
    /*background-color: #fff;*/
}
.section-footer .footer-menu a,
.section-footer .copyright {
    color: rgba(255,255,255,.5);
}
.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;
}

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

.extraVarsList h5 {font-size: 15px;}
/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {   

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

    .box-service {
        padding: 3rem;
    }
    
    .visual-caption h2 {
        font-size: 60px;
        line-height: 1.3;
    }
    .visual-caption h4 {font-size: 24px;}
    .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,.2);
    }    
    .kso-contents>.container-full {
        padding-top: 0;
    }

    .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;}
    .navik-header img {
        height: 40px;
    }    
}
@media (max-width: 991px) { 
    .visual-caption {
        margin-bottom: 6rem;
    }
    .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;
    }
}
@media (max-width: 767px) { 
    .navbar-sticky .navbar-brand a {
        transform: translateY(5px);
    }
    #kso-intro .bg-img {
        min-height: 200px;
        height: 200px;
    }
    .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;
    }
    #kso-bnr .box-bnr .caption p {
        padding: 0 5px;
        margin: 0;
    }
}
@media (max-width: 575px) { 
    #owl-intro.owl-carousel .owl-nav button.owl-next, 
    #owl-intro.owl-carousel .owl-nav button.owl-prev {
        bottom: 0;
    }
    .footer-content {
        padding-bottom: 0;
    }

    .section-title h1 {
        font-size: 26px;
    }
    #kso-swiper .swiper-slide img,
    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }

}

@media (max-width: 340px) { 

}
