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


/*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: 40px;
}

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


/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #212A31;
    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 svg {
    color: #111;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #193452;
    border-color: #193452;
}

/* --------------------------------------------------------------------------
** 
** custom
**
----------------------------------------------------------------------------*/
.kso-promotion .owl-slide .item-caption h1:before {
    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;}

video {
    float: left;
    object-fit: cover;
    height: 100vh;
}    
.visual-caption h1 {
    font-size: 26px;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.section-title {
	position: relative;
	margin-bottom: 4rem;
    text-align: center;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
}


#kso-bgsection {
    position: relative;
}

.wave-bottom,
.wave-top {position: relative;}
.wave-top:before,
.wave-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;height: 110px;
    background-repeat: no-repeat;
    background-image: url(../img/wavesOpacity.svg);
    background-size: 100% 110px;
    background-position: 0 bottom;
    transform: scaleY(-1);
    z-index: 2;
}
.wave-bottom:before {
    bottom: 0;
    filter: FlipV;
    -ms-filter: "FlipV"; 
}
.wave-bottom.wave-flip:before {
    transform: scale(-1, -1);
}
.wave-top:before {
    top: 0;
    transform: scaleY(1);
}
.wave-top.wave-flip:before {
    transform: scale(1, 1);
}



#kso-parallax {
    position: relative;
} 
#kso-parallax a h4 {
    text-transform: uppercase;
    color: #fff;
}

#kso-intro .title-line {
    position: relative;
    padding-left: 3rem;
}
#kso-intro .title-line:before {
    content: '';
    position: absolute;
    left: 0;top: 50%;
    width: 40px;
    border-bottom: 1px solid #333;
}


#kso-bgsection {
    background-color: #1c1515;
}


.footer-main {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.section-footer {
    background-color: #1d1212;
}
.sub-header {
    position: relative;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.5);
}
.sub-header .sub-header-caption h1>span:before {
    background-color: #FA8522;
}

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

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {   

}
@media (min-width: 1200px) {   
    .pl-xl-7rem {padding-left: 7rem !important}
    .visual-caption h1 {
        font-size: 50px;
        font-weight: 600;
    }
    .visual-caption h4 {font-size: 41px;}
    .visual-caption p {font-size: 24px;}
    header .navik-header {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .kso-contents>.container-full {
        padding-top: 60px;
    }
}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;}
    .kso-promotion {min-height: 650px;}   
}    
@media (min-width: 1500px) {
    .kso-promotion {min-height: 750px;}    
}    
@media (max-width: 1200px) {
    .navik-header .logo {padding: 5px 0;text-align: left;}
}
@media (max-width: 991px) { 
    #kso-container {
        padding-top: 0;
    }
    #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) { 
    #kso-intro .bg-img {
        min-height: 300px;
        height: 300px;
    }
}
@media (max-width: 575px) { 


}

@media (max-width: 340px) { 

}
