@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    background-color:#fff;
    overflow-x: hidden;
}
html,
body {
    cursor: url(../img/cursor_triangle.png) 10 0, 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) 10 0, 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: #000;
}
/*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;
}
.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;
    background-color: #000;
}
#kso-container .kso-promotion:before {
    content: '';
    position: absolute;
    left: 0;top: 0;
    inset: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/img-main.svg);
    transform: translate(0);
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;    
}
@keyframes fadeIn {
  to { opacity: 1; }
}

.visual-caption h1 {
    line-height: 0;
}

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

.page-swiper {
    width: 100%;
    height: 100%;
}
.page-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 12px;    
}
.page-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-swiper .swiper-slide {
    width: 25%;
}
.page-swiper .swiper-scrollbar {
  background-color: rgba(255, 255, 255, .1);
}
.swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
}
.page-swiper.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.display-section {
    position: relative;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.4;
}

#kso-container section {
    position: relative;
    background-color: #000;
}
#kso-container section:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: 0.5;       
/*  z-index: -1;   */
}
#kso-container .section-portfolio:before {
    background-image: url(../img/bg-portfolio.png);
    opacity: 0.6; 
}
#kso-container .section-soscut:before {
    background-image: url(../img/bg-soscut.png);
    background-size: cover;
}
#kso-container .section-contact:before {       
    background-image: url(../img/bg-contact.png);
}

.section-portfolio .img-3d1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 375px;
    background-image: url(../img/Img-3d1.png);
    opacity: 1;
    transform: translate(50px, -50px);
}
.section-portfolio .img-3d2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 159px;
    height: 159px;
    background-image: url(../img/Img-3d2.png);
    opacity: 1;
    transform: translate(150px, 200px);
}
.section-portfolio .img-3d3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 332px;
    height: 332px;
    background-image: url(../img/Img-3d3.png);
    opacity: 1;
    transform: translate(0, 70px);
}
.section-portfolio .img-3d4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background-image: url(../img/Img-3d4.png);
    opacity: 1;
    transform: translate(-200px, 100px);
}
.section-soscut .img-3d5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 390px;
    background-image: url(../img/Img-3d5.png);
    opacity: 1;
    transform: translate(200px, -250px);
}

.z-1 {
    z-index: 1;
}
.count {
    font-size: 32px;
    font-weight: 800;
}
.bg-black {width: 100vw;background-color: #000000;}
.rounded-thumb {border-radius: 30px;}

.btn-hyface {
    display: inline-block;
    padding: .78rem 2rem;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    transition: all .3s ease;
}
.trans i,
.btn-hyface i {
    color: #fff;
    transition: all .3s ease;
}
.btn-hyface:hover {
    color: #E9328C;
    background-color: #fff;
}
.trans:hover i,
.btn-hyface:hover i {
    color: #E9328C;
    transform: translateX(.5rem);
}
.btn-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    color: rgba(255, 255, 255, .5);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
/*    transition: all .3s ease;*/
    z-index: 3;
}
.btn-down i {
    font-size: 36px; 
    transition: all .3s ease;   
}
.btn-down:hover i {
    color: #fff;
}
.btn-down:hover {
    border-color: #fff;
    transform: translateY(10px);
}

.section-footer {
    font-size: 11px;
    color: rgba(99, 99, 99, 1);
    background-color: #0C0C0C;
}
.section-footer .nav.certifi>li {
    align-items: center;
    display: flex;    
    position: relative;
    height: 43px;
}
.section-footer .nav.certifi>li:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 10px;
    width: 1px;
    height: 23px;
    background-color: rgba(255,255,255,.2);
}
.section-footer .nav.certifi>li:last-child:before {
    display: none;
}

.footer-logo>img{
    max-width: 209px;
}
.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;
    }
    .s-50 {
        font-size: 50px;
    }
}
@media (min-width: 1200px) {   
    .navik-header.header-transparent {
        top: 3rem;
    }   
    .sub-header .sub-header-caption h1 {
        font-size: 120px;
    }  
    #kso-container .kso-promotion:before {
        background-position: center 10rem;
    }    
    .count {
        font-size: 64px;
    }
    .count-text {
        font-size: 32px;
        line-height: 2;
    }
    .section-footer {
        font-size: 18px;
    }
    .section-footer .footer-menu a {
        font-size: 22px;
        padding: 0 25px;
    }
    .section-footer .footer-menu li:last-child a {
        padding-right: 0;
    }
    .section-footer .nav.certifi>li {
        margin-left: 50px;
    }
}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;}
    .visual-caption h1 img {
        max-height: 123px;
    }
}   
@media (max-width: 1339px) { 
    .visual-caption h1 img {
        max-height: 100px;
    }
} 

@media (max-width: 1199px) {
    .navik-header.header-transparent {
        background-color: #000;
    }
    .navik-header .logo {padding: 0;text-align: left;}
    .navik-menu-fixed .overlay-dropdown-plus {
        top: 9px;
    }
    .visual-caption h1 img {
        max-height: 100px;
    }
    .sub-header .sub-header-caption h1 {
        font-size: 48px;
    }
    .page-swiper-wrap {
        margin-right: 0;
    }
    .section-footer .nav.certifi>li {
        margin: 0 10px;
    }    
    .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;
    }
    #kso-container .kso-promotion:before {
        background-size: contain;
        background-position: center 70%;
    }
    .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;
    }
    .display-section {
        font-size: 42px;
    }
    .bg-cover {
        background-size: cover;
    }
    .section-portfolio .img-3d1 {
        width: 200px;
        height: 200px;
        transform: translate(50px, -50px);
    }
    .section-portfolio .img-3d2 {
        width: 100px;
        height: 100px;
        transform: translate(50px, 150px);
    }
    .section-portfolio .img-3d3 {
        width: 200px;
        height: 200px;
        transform: translate(0, 70px);
    }
    .section-portfolio .img-3d4 {
        width: 280px;
        height: 280px;
        transform: translate(-150px, 0);
    }
    .section-soscut .img-3d5 {
        width: 300px;
        height: 234px;
        transform: translate(100px, 0px);
    }    
}
@media (max-width: 767px) { 
    .navik-header .logo img.logo-svg {
        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>svg {
        height: 30px;
    }
    .display-section {
        font-size: 22px;
        line-height: 1.6;
    }
    .btn-hyface {
        padding: .56rem 1.5rem;
        font-size: 18px;
        border-width: 2px;
    }
    .section-portfolio .img-3d1 {
        width: 150px;
        height: 150px;
        transform: translate(0px, -120px);
    }
    .section-portfolio .img-3d2 {
        width: 60px;
        height: 60px;
        transform: translate(0, 50px);
    }
    .section-portfolio .img-3d3 {
        width: 130px;
        height: 130px;
        transform: translate(-20px, 70px);
    }
    .section-portfolio .img-3d4 {
        width: 150px;
        height: 150px;
        transform: translate(-50px, 50px);
    }
    .section-soscut {
        overflow: hidden;
    }
    .section-soscut .img-3d5 {
        width: 200px;
        height: 156px;
        transform: translate(50px, -100px);
    }
    .section-footer .copyright {
        font-size: 10px;
    }
    .section-footer .footer-menu a {
        font-size: 14px;
    }
}
@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;
    }
    .w-130 {
        width: 130px;
    }

}