@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: 50px;
}
.footer-logo img{width: 250px;}
.navik-header .contact a {
    display: flex;
    align-items: center;
    height: 90px;
    color: #fff;
}
.navik-header.sticky .contact a {
    height: 70px;
    color: #333;
}

.navik-header .social a {
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 16px;
    font-weight: 500;
    line-height: 90px;
    color: #fff;
}
.navik-header.sticky .social a {
    height: 70px;
    line-height: 70px;
    color: #333;
}
.navik-header.header-transparent-on .social a>.light, 
.navik-header .social a>.light {
    display: block;
}
.navik-header.header-light .social a>.light, 
.navik-header.sticky .social a>.light {
    display: none;
}
.navik-header.header-transparent-on .social a>.dark, 
.navik-header .social a>.dark {
    display: none;
}
.navik-header.header-light .social a>.dark, 
.navik-header.sticky .social a>.dark {
    display: block;
}
@media (min-width: 1200px) {
    /*.navik-header-container {height: 130px;}*/
    .navik-header .logo {
        top: auto;
        transform: none;
    }
    .navik-menu>ul>li>a {
        font-size: 16px;
        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;}


.visual-caption h1 {
    font-size: 26px;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.section-title {
	position: relative;
	margin-bottom: 4rem;
    text-align: center;
}
.section-title h2 {
    font-size: 40px;
}


#kso-bgsection {
    position: relative;
}




#kso-parallax1 {
    background: linear-gradient(to right,#f8f8f8 0%,#f8f8f8 30%,#4d58db 30%,#2182a7 100%);
}


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


.text-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.section-gallery {
    position: relative;
    display: flex;
    width: calc( 100% - 3rem );
    height: 100%;
    margin: 0 auto;
}
.section-gallery .column {
    padding: 0 30px;
    margin: 0 3.33%;
    width: 30%;
    height: 100%;
    background-image: url(../img/gallery.png);
    background-repeat: repeat-y;
    background-position: center top;
    animation: moveUp 50s linear infinite;    
}
@keyframes moveUp {
    0% {
        background-position: center 3000px;
    }
    100%{
        background-position: center 0;
    }
}


.hashtag>span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 13px;
    background-color: #eee;
    border-radius: 3px;
}
.summary {
    line-height: 1.8;
    color: #888;
}


.top-title {
    letter-spacing: 4px;
}

#kso-grid .item a {
    display: block;
    height: 250px;
    overflow: hidden;
}
#kso-grid .item a>.img {
    height: calc(100% + 40px);
    transition: transform .6s cubic-bezier(.4,0,.2,1),
    -webkit-transform .6s cubic-bezier(.4,0,.2,1);
}
#kso-grid .item a:hover>.img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}


.section-footer {
    background-color: #1d1d1d;
}
.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;}
.h-100vh {
    height: 100vh;
}

.txt-box{text-align: center; padding-top: 35px;}
.circle-name{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #111;
    margin: 0 auto 25px;
    padding-top: 110px;
}
.circle-name h3{
    color: #fff !important;
}
.circle-name h3:last-child{
    font-size: 1.5rem;
    letter-spacing: 5px;
}
.info h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.info p{
    color: #111 !important;
    margin-bottom: 5px !important;
    font-size: 16px;
}

.line{width: 1px; height: 150px; background-color: #111; margin: 0 auto;}

.underl{
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
}
.underl::before{
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background-color: #111;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.text-wrap{
    padding-top: 30px;
    padding-left: 40px;
}
.text-wrap p{
    font-size: 16px;
    color: #111 !important;
}

.underl2{
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
}
.underl2::before{
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background-color: #111;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.liststyle{padding-left: 1.1rem !important;}
.liststyle > li{position: relative; font-size: 16px; color: #111; margin-bottom: 10px;}
.liststyle > li::before{content: ""; position: absolute; left: -14px; top: 10px; width: 5px; height: 5px; background-color: #111; border-radius: 50%;}

.card-box{
    padding: 3rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 40.9px 2.2px rgb(0 0 0 / 5%);
    max-width: 700px;
    margin: 0 auto;
}
.card-box p{
    font-size: 16px;
    color: #111;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.8;
    font-weight: 300;
}
.card-box p:first-child{
    margin-bottom: 15px;
}

.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.box-tit{
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.box-tit::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #111;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.txt_box .box-sub1{
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 500;
}
.txt_box .box-sub2{line-height: 1.6;}
.txt_box .box-sub3{color: #777; font-weight: 500;}

.f-icon-link{
    display: inline-block;
    color: #fff !important;
    border: 1px solid #fff;
    margin-left: 5px;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 22px;
    position: relative;
}
.f-icon-link[name]:hover::after{
	content:attr(name); 
	position: absolute; 
	top: -45px;  
	left: 0; 
	width:200px;
	height:40px; 
	line-height:30px;  
	padding: 5px; 
	background-color:#111; 
	font-size:14px;  
	color:#fff; 
	text-align:center; 
	z-index:100;
}

.kso-player video{object-fit: cover !important;}

.wid-tit{font-size: 1.9rem; font-weight: 600;}

.social{border-left: 1px solid rgba(255,255,255,.1); padding-left: 6rem;}

/* .pr-0{padding-right: 0 !important;} */

.navik-menu ul li{transition: all .5s;}
.navik-menu ul li:hover{border-bottom: 1px solid #00aeff;}

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

}
@media (min-width: 1200px) {   
    .pl-xl-7rem {padding-left: 7rem !important}
    .visual-caption h1 {
        font-size: 54px;
        font-weight: 500;
    }
    .visual-caption h4 {font-size: 16px;letter-spacing: 4px;}
    .visual-caption p {font-size: 18px;}
    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;}   
    .section-gallery {
        width: calc( 100% - 15rem );
    }
}    
@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-promotion video {
        height: calc( 100vh - 60px );
        object-fit: cover;
    }
    #kso-parallax:before {
        display: none;
    }
    .navik-fixed-sidebar .menu-social-media a {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    .visual-caption h4{font-size: 16px;}
    .visual-caption h1{font-size: 21px;}
    .visual-caption p{font-size: 12px;}
}
@media (max-width: 767px) { 
    #kso-intro .bg-img {
        min-height: 300px;
        height: 300px;
    }
}
@media (max-width: 575px) { 
    .circle-name{
        width: 250px;
        height: 250px;
        padding-top: 85px;
    }
    .circle-name h3:last-child{
        letter-spacing: 2px;
    }
    .info p{
        font-size: 14px;
    }
    .text-wrap{
        padding-top: 0;
        padding-left: 10px;
    }
    .underl{font-size: 1.5rem;}
    .text-wrap p{font-size: 14px;}
    .liststyle > li{font-size: 12px;}
    .liststyle > li::before{width: 3px; height: 3px; top: 8px;}
    .card-box{padding: 2rem;}
    .card-box p{font-size: 14px;}
}

@media (max-width: 340px) { 

}
