@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    background-color:#fff;
    overflow-x: hidden;
}
html,
body {
    cursor: url(../img/cursor_triangle.png) 25 25, auto !important;
}
/* cursor: url(../img/cursorpng) 30 30, url(../img/cursor1.png) 30 30, auto !important;*/


a>.xi-plus-thin,
.slbArrows .slbCloseBtn,
.slbArrows .slbArrow,
.slbArrow.prev:before,
.slbArrow.next:before,
[type=button]:not(:disabled), [type=reset]:not(:disabled), 
[type=submit]:not(:disabled), button:not(:disabled),
.img-projects.owl-carousel .owl-nav button.owl-next, 
.img-projects.owl-carousel .owl-nav button.owl-prev,
#kso_contact .btn_submit input,
.menu-toggler,
button,
a {cursor: url(../img/cursor_triangle.png) 25 25, auto !important;}
/*cursor: url(../img/cursor-on.png) 30 30, url(../img/cursor-on1.png) 30 30, auto !important;*/

.header-shadow-wrapper {
    display: none;
}

.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: 100px;
    max-height: 100%;
}
.navik-header .contact a {
    display: flex;
    align-items: center;
    height: 90px;
    color: #fff;
}
.navik-header.header-transparent.sticky {
    background-color: #000;
}
.navik-header.sticky .contact a {
    height: 70px;
    color: #333;
}

.navik-fixed-sidebar {
    width: 100%;
    background-color: #000;
}
.navik-menu-fixed>ul>li>a {
    font-size: 26px;
    color: #fff;
}
header .navik-fixed-sidebar+.burger-menu.menu-open .line-menu {
    background-color: #fff;
}

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

/* --------------------------------------------------------------------------
** 
** custom
**
----------------------------------------------------------------------------*/
.hyface {
    display: flex;
    flex-direction: column;
    transition-timing-function: linear;
    background: rgba(255,255,255,0.4);    
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
}
.hyface img {
    width: 25%;
}

.main-section-header h1 {
    letter-spacing: .27em;
}

.kso-promotion {
    width: 100vw;
    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;}


.visual-caption h1 {
    font-size: 26px;
}

.btn-pj {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15%;
    right: 10%;
    padding: .7rem 1.5rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all .5s ease;
    z-index: 2;
}
.btn-pj:hover {
    color: #fff;
    background-color: #E9328C;
    border-color: #E9328C;
}

/* 
**----------------------------------------
** swiper slider
**----------------------------------------
*/
.slide-swiper.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slide-swiper .swiper-button-next, 
.slide-swiper .swiper-button-prev {
    top: auto;
    bottom: 17%;
    height: 36px;
    color: #fff;
}
.slide-swiper .swiper-button-next {
    right: auto;
    left: calc( 250px + 5rem );
}
.slide-swiper .swiper-button-prev {
    left: calc( 250px + 3rem );
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 11px;
}


.slide-swiper .swiper-slide-duplicate,
.slide-swiper .swiper-slide {
    background-position: center center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* Slide content */
}
.slide-swiper .swiper-slide-duplicate .title,
.slide-swiper .swiper-slide .title {
    position: absolute;
    bottom: 25%;
    left: 0;
    display: block;
    text-align: left;
    opacity: 0;
    transition: 0.5s ease 0.5s;
    z-index: 1;
}
.slide-swiper .swiper-slide-duplicate-active .title,
.slide-swiper .swiper-slide-active .title {
    opacity: 1;
}
.slide-swiper .swiper-slide-duplicate-active .title,
.slide-swiper .swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    transition: opacity 0.5s ease 0.5s;
}

.slide-swiper .swiper-progress-bar {
    position: relative;
    bottom: 16%;
    left: 2rem;
    width: 250px;
    display: block;
    z-index: 1;
    height: 2px;
}
.slide-swiper .swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slide-swiper .swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.1s width linear;
}
.slide-swiper .swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}
.slide-swiper .swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s;
}

.slide-swiper .swiper-pagination {
    left: 2rem;
    bottom: 17%;
    width: 250px;
    text-align: left;
}
.slide-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    color: #fff;
}

.nav-news .nav-pills .nav-item {
    padding-right: 10px;
}
.nav-news .nav-pills .nav-link {
    padding: 8px 20px;
    color: #eee;
    font-size: 16px;
    background-color: transparent;
    border-radius: 20px;
}
.nav-news .nav-pills .nav-link:hover,
.nav-news .nav-pills .nav-link.active, 
.nav-news .nav-pills .show>.nav-link {
    background-color: #EA328A;
    border-color: #EA328A;
}


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

span.dot {
    position: relative;
}
span.dot:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 43px;
    width: 12px;
    height: 12px;
    background-color: #E9328C;
    transition: all .3s ease;
}

#kso-bgsection {
    position: relative;
}


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

.section-newsroom span.dot:after {
    bottom: 15px;
}
.section-newsroom p {
    color: #ddd;
}

.bg-black {width: 100vw;background-color: #000000;}
.rounded-thumb {border-radius: 30px;}



.section-footer {
    background-color: #0C0C0C;
}
.section-footer .nav.certifi>li {
    position: relative;
}
.section-footer .nav.certifi>li:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 12px;
    width: 1px;
    height: 32px;
    background-color: rgba(255,255,255,.2);
}
.section-footer .nav.certifi>li:last-child:before {
    display: none;
}

.footer-logo>img{
    max-width: 200px;
}
.sub-header {
    position: relative;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 40rem #000 inset;
}

.h-100vh {
    height: 100vh;
}


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

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {  
    .slide-swiper .swiper-slide .title {
        padding-left: 6rem;
        font-size: 80px;
    }
    .slide-swiper .swiper-pagination,
    .slide-swiper .swiper-progress-bar {
        left: 6rem;
    }
}
@media (min-width: 1200px) {   
    .navik-header.header-transparent {
        top: 3rem;
    }   
    .sub-header .sub-header-caption h1 {
        font-size: 120px;
    }  
    .section-footer .footer-menu a {
        padding: 0 25px;
    }
    .section-footer .nav.certifi>li {
        margin-left: 30px;
    }
}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;}
}    
@media (min-width: 1500px) { 
}    

@media (max-width: 1199px) {
    .navik-header.header-transparent {
        background-color: #000;
    }
    .navik-header .logo {padding: 5px 0;text-align: left;}
    .sub-header .sub-header-caption h1 {
        font-size: 48px;
    }
    span.dot:after {
        bottom: 17px;
    } 
    .section-footer .nav.certifi>li {
        margin: 0 3px;
    }    
    .section-footer .nav.certifi>li:before {
        display: none;
    }    
}
@media (max-width: 991px) { 
    .navik-fixed-sidebar .menu-social-media a {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    .slide-swiper .swiper-slide .title {
        padding: 0 2rem;
        font-weight: 500;
        line-height: 1.4;
        font-size: 28px;
    }
    .slide-swiper .swiper-button-next {
        left: 270px;
    }
    .slide-swiper .swiper-button-prev {
        left: 250px;
    }
}
@media (max-width: 767px) { 
    .navik-header .logo img.logo-svg {
        padding-left: 1rem;
        width: 200px;
        height: 60px;
    }
    .nav-news .nav-pills .nav-item {
        padding-right: 5px;
    }
    .nav-news .nav-pills .nav-link {
        padding: 7px 15px;
        font-size: 14px;
    }
    .section-footer .nav.certifi>li>img {
        height: 55px;
    }
}
@media (max-width: 575px) { 
    .slide-swiper .swiper-progress-bar {
        left: 10%;
        width: 80%;
    }
    .slide-swiper .swiper-button-prev {
        left: 280px;
    }
    .slide-swiper .swiper-button-next {
        left: 300px;
    }
    .btn-pj {
        left: 50%;
        width: 180px;
        transform: translateX(-50%);
        bottom: 20px;
    }

}