@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:1rem;*/
    font-size: 16px;
}

.navik-header .logo{ margin-right:30px; }
.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%;
    text-align: center;
    background-color: #FFD901;
    z-index: 3;
}
.fixed-nav a {
    font-size: 16px;
    line-height: 60px;
    color: #111;
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}


/*quick*/

.quick_main {
    padding: 1rem 0;
    text-align: center;
}
.quick_main li {
    padding: 1rem 15px;
    font-size: 14px;
    background-color: #1d1d1d;
    position: relative;
}   

.quick_main li::before{
    content: "";
    width: 80%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.quick_main li:first-child{border-radius: 10px 10px 0 0;}
.quick_main li:last-child{border-radius: 0 0 10px 10px;}
.quick_main li:last-child::before{content: none;}
.quick_main li figure { 
    margin-bottom: 0;
}
.q-icon, .q-tit {
    color: #fff !important;
}
.font45{font-size: 45px !important;}
.q-img{width: 41px; height: 41px; margin-bottom: 1rem; position: relative;}
.q-img-hover{position: absolute; top: 0; left: 0; display: none; width: 41px; height: 41px; margin-bottom: 1rem; transition: all .5s;}

.quick_main li a:hover .q-tit, .quick_main li a:hover .q-icon{color: #fed900 !important;}

.quick_main li a:hover .q-img{opacity: 0;}
.quick_main li a:hover .q-img-hover{display: block; top: 17px; left: 34px;}

.quick_main li:nth-child(1){transform: translateY(3px);}
.quick_main li:nth-child(2){transform: translateY(2px);}
.quick_main li:nth-child(3){transform: translateY(1px);}

.q-icon{font-size: 30px;}

.quick_main ul{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 10px;
}

.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 h1 {
    font-size: 26px;
}
.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;
    right: 0;bottom: 3rem;
    background-color: rgba(0,0,0,.3);
    z-index: 3;
}
.quick-nav .col {
    width: 230px;
}
.quick-nav .col.border-start {
    border-left-color: rgba(0,0,0,.2) !important;
}
.quick-nav .col a {
    display: block;
    padding: 20px 30px 20px 30px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
.quick-nav .col 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);
}


#kso-parallax1 .bg-para {
    position: relative;
    width: 100%;height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #222;
    transition: background 1s ease;
}
#kso-parallax1 .bg-para:before {
    content: '';
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    background-color: rgba(0,0,0,.2);
    transition: background .1s ease;
}
#kso-parallax1 .bg-para.row2 {
    height: 500px;
}
#kso-parallax1 .bg-para a {
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    z-index: 1;
}
#kso-parallax1 .bg-para h3 {
    position: absolute;
    left: 2rem;top: 2rem;
    font-size: 28px;
    color: #fff;
}
#kso-parallax1 .bg-para:hover {
    /*background-size: 110%;*/
}
#kso-parallax1 .bg-para:hover:before {
    background-color: rgba(0,0,0,.05);
}

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

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

.bnr-box {
    position: relative;
    width: 100%;height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.bnr-box.h100 {
    height: 600px;
}
.bnr-box .caption {
    position: absolute;
    left: 3rem;top: 4rem;
    z-index: 1;
}
.bnr-box img {
    object-fit: cover;
    transition: transform 1s ease;
    transform: scale(1);
}
.bnr-box:hover img {
    transform: scale(1.1);
}


/* 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: 20px;
    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);
    min-height:50px;
}

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


.lang-ul{position: absolute; top: 100%; left: 0; padding: 1rem 1.3rem 1rem 1rem; background-color: #fff; display: none;}
.lang-ul > li{margin-bottom: 5px;}
.lang-ul > li:last-child{margin-bottom: 0;}
.lang-ul > li > a:hover{color: #ffd900;}
.lang-ul > li > a > img{ max-width:30px; }

.l-arr{margin-left: 5px;}
.l-arr > svg{transition: all .5s;}

.fcn-wrap .process-col .body-cont{
    line-height: 1.5;
}
.fcn-point{
    background-color: #fdd22b;
}
.fcn-tit > h2{
    font-weight: 600;
}
.fcn-tit > p{
    font-weight: 500;
}
.point-box{
    text-align: center;
}
.point-box > h2 > img{
    max-width: 40px;
    width: 100%;
}
.point-box > h3{
    font-size: 1.5rem;
    font-weight: 500;
    color: #3e3a39;
}
.point-box > h5{
    font-size: 1rem;
    font-weight: 500;
    color: #3e3a39;
}
.point-box > p{
    color: #2f2725;
    font-weight: 500;
    margin-bottom: 0;
}
.point-img img{
    width: 100%;
}
.fcn-table .table.table-bordered{
    border-top: 1px solid #fff;
    border-bottom: 2px solid #3e3a39;
}
.fcn-table .table>:not(:last-child)>:last-child>*{
    border-bottom-color:#fff;
}
.fcn-table .table-bordered thead th{
    background-color: #3e3a39;
    color: #fff;
    border-color: #fff;
}
.fcn-table .table-bordered thead th.sub{
    background-color: #595757;
}
.fcn-table .table-bordered tbody td:nth-child(1){
    background-color: #c6c7c7;
    color: #3e3a39;
    border-bottom: 1px solid #fff;
    min-width: 135px;
}
.fcn-table .table-bordered tbody td:nth-child(2){
    background-color: #d9dada;
    color: #3e3a39;
    border-bottom: 1px solid #fff;
    min-width: 135px;
}
.fcn-table .table-bordered tbody td:nth-child(3){
    background-color: #fff;
    color: #3e3a39;
    border-bottom: 1px solid #ddd;
}

.iv-wrap{
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 300px;
}
.iv-img{
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
}
.iv-img img{
    width: 100%;
}
.iv-cont{
    width: 82%;
    padding: 0 2rem;
}
.iv-cont > ul{
    padding-left: 0;
    margin-bottom: 0;
}
.iv-cont > ul > li > h5, .iv-cont > ul > li > p{margin-bottom: 0;}
.iv-cont > ul > li:first-child{
    margin-bottom: 1rem;
}
.iv-cont > ul > li{
    padding-left: 3rem;
    position: relative;
}
.iv-cont > ul > li:first-child::after{
    content: "Q";
    font-size: 40px;
    font-weight: 700;
    color: #595757;
    position: absolute;
    top: -10px;
    left: 0;
    line-height: 1;
}
.iv-cont > ul > li:last-child::after{
    content: "A";
    font-size: 44px;
    font-weight: 700;
    color: #595757;
    position: absolute;
    top: -2px;
    left: 1px;
    line-height: 1;
}
.iv-cont > ul > li > h5{
    color: #3e3a39;
    font-weight: 500;
}
.iv-cont > ul > li > h5 > span{
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.iv-cont > ul > li > h5 > span::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #facf2b;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.iv-cont > ul > li > p{
    color: #3e3a39;
}
.iv-cont > ul > li > p > span{
    font-weight: 500;
}
.iv-cont-text{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
    color: #3e3a39;
}
.iv-top-text{
    font-size: 1rem;
    font-weight: 600;
    color: #3e3a39;
}
.fcn-table-con{
    max-width: 900px;
    margin: 0 auto;
}


/* 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;
    }
    .visual-caption h1 {
        font-size: 60px;
        font-weight: 500;
        line-height: 1.1;
    }
    .visual-caption h4 {font-size: 41px;}
    .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: 15px;
        color: #333;
    }
    .sub-bottom .slogan h2 {
        font-size: 24px;
    }
    .emblem {
        right: auto;top: auto;
        left: 1rem;bottom: 0;
    }

    .mo-dflex{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .mo-lang-wrap{display: inline-block; padding-right:48px;}
    .sns.language{line-height: 60px; color: #111; font-size: 14px;}

    .point-box > h3{
        font-size: 1.2rem;
    }
    .point-box > h5{
        font-size: 0.8rem;
    }
    .point-box > p{
        font-size: .8rem;
    }

    .iv-wrap{
        flex-direction: column;
        padding: 15px;
        border-radius: 20px;
    }
    .iv-img{
        width: 100%;
        border-radius: 13px;
    }
    .iv-cont{
        width: 100%;
        padding: 1.5rem 0;

    }
    .iv-cont > ul > li{
        padding-left: 2rem;
    }
    .iv-cont > ul > li:first-child::after{
        font-size: 30px;
        top: -5px;
    }
    .iv-cont > ul > li > h5{
        font-size: 1.1rem;
    }
    .iv-cont > ul > li > h5 > span::after{
        bottom: 1px;
    }
    .iv-cont > ul > li > p{
        font-size: .9rem;
    }
    .iv-cont > ul > li:last-child::after{
        font-size: 32px;
        top: 0;
    }
    .iv-cont-text{
        font-size: .8rem;
        margin-top: 1.5rem;
        text-align: center;
    }
}
@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;
    }
    .count-col .counter {
        font-size: 21px;
    }

}

@media (max-width: 340px) { 

}


@media(max-width:770px){
    .count_wrap{ max-width:400px; width:100%; margin:3rem auto; }
    .count-col{ width:100%; }
}



/*#sc01_vid{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; }*/
#sc01_vid{ width:100%; height:100vh; }