@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: 200px;
    height: 90px;
}
.navik-menu>ul>li>a, .navik-header-container {
    height: 60px;
}
@media (min-width: 1200px) {
    .navik-header.sticky .logo, 
    header .navik-header .logo {
        display: flex;
        align-items: center;
        top: auto;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .navik-header-container {
        display: flex;
        justify-content: space-between;
    }
    .navik-menu>ul>li>a,
    .navik-header-container {
        height: 150px;
    }
    .navik-menu>ul>li>a {
        font-size: 17px;
        line-height: 150px;
        transition: none;
    }
    .navik-header .login-menu li,
    .navik-header .login-menu li a {
        color: #fff;
    }
    .navik-header.sticky .login-menu li,
    .navik-header.sticky .login-menu a {
        color: #333;
    }
}

.lang-btn {
    display: flex;
    align-items: center;
}
.lang-btn .lang {
    display: block;
    width: 30px;height: 30px;
    background-repeat: no-repeat;
}
.lang-btn .lang-ko {
    background-image: url(../img/ko.png);
}
.lang-btn .lang-en {
    background-image: url(../img/en.png);
}

/*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,
.kso-visual-video {height: 100vh;}   
.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 {
    height: 100vh;
    width: 100%;
    object-fit: fill;
    position: absolute;
    /*ie*/
/*    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;     
    top: 50%;     
    transform: translate(-50%, -50%);*/
}
.visual-caption h1 {
    font-size: 28px;
}
.visual-caption h4 {
    font-size: 18px;
}

.visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

.section-counter {
    color: #abe6ff;
    font-size: 18px;
}
.section-counter .count-col span {
    
}
.section-counter .count-col span.counter {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.section-counter .count-col .line-bottom {
    border-bottom-color: rgba(255,255,255,.3);
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.section-title {
	position: relative;
	margin-bottom: 4rem;
    text-align: center;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
}

.customer-info {
    position: absolute;
    left: 1.5rem;bottom: 1rem;
    font-size: 15px;
}

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

.section-footer {
    background-color: #252525;
}
.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;
}


.line-span.line-light span {
    border-bottom-color: rgba(255,255,255,.6);
}
.line-light {
    border-bottom-color: rgba(255,255,255,.3);
}


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

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {   
    .sub-header .sub-header-caption h1 {
        font-size: 45px;
        font-weight: 700;
    }
}
@media (min-width: 1200px) {   
    .pl-xl-7rem {padding-left: 7rem !important}
    .visual-caption h1 {
        font-size: 76px;
        font-weight: 600;
    }
    .visual-caption h4 {font-size: 28px;}
    .visual-caption p {font-size: 24px;}
    /* .kso-contents>.container-full {
        padding-top: 60px;
    } */
    .transform-3rem {
        transform: translateY(3rem);
    }
    .navik-header.sticky .logo img{
        max-height: 60px !important;
    }
}
@media (min-width: 1340px) {
    .container-14,
    .container-16 {max-width: 1330px;}
}    
@media (min-width: 1640px) {
    .container-14 {max-width: 1430px;} 
    .container-16 {max-width: 1630px;}  
}    
@media (max-width: 1200px) {
    .navik-header .logo {padding: 5px 0;text-align: left;}
    .navik-header .logo img.logo-svg {
        height: 50px;
        width: 110px;
    }
}
@media (max-width: 991px) { 
    #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;
    }
    .section-footer .about-info,
    .section-footer .copyright {
        text-align: center;
    }
}
@media (max-width: 575px) { 
    .player-caption {
        background-color: rgba(0,0,0,.5);
    }
    .player-caption .line-bottom {
        padding: 0;
        margin: 0;
        border-bottom: 0;
    }
    .kso-promotion, 
    .kso-visual-video {
        height: 100%;
    }
    .count-col {
        position: relative;
    }
    .count-col:before {
        content: '';
        position: absolute;
        left: 50%;bottom: -12px;
        width: 30px;height: 1px;
        border-top: 1px solid #fff;
        transform: translateX(-50%);
    }
}

@media (max-width: 340px) { 

}
