@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

.z-index-1 {
    z-index: 1 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

/*swiper*/
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/*landing page css설정*/

.swiper2 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.swiper-wrapper {
    display: flex;
    position: relative;
    z-index: 0;
}


.swiper-wrapper .swiper-slide .text-box {
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 45%;
    z-index: 1000;
    transform: translate(-50%, -50%);
}


.swiper-wrapper .swiper-slide .text-box h2 {
    display: block;
    margin-top: 10px;
    padding: 15px 30px;
    /*fonts-size: 2vw;*/
    color: #090505;

}


/*section 별 bootstrap 클래스 수정 추가*/
/*#landing .section{*/
/*    display: block;*/
/*    height: 90%;*/
/*}*/

section .bg-dark {
    --bs--bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs--bg-opacity)) !important;
}

body {
    font-family: 'SCDream4';
}

/*마우스 hover*/

/* 사진 zoom */
.size-up:hover .landing-image {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -o-transform: scale(1.2);
    transition: transform 0.3s;

}

.tech-card-overlay .tech-overlay-items {
    position: relative;
    margin: 0;

}


.card-overlay .overlay-items {
    position: absolute;
    margin: 0;
    overflow: hidden;
    color: currentColor;
    margin-bottom: 50%;
}

.text-all {
    opacity: 1;
    font-size: 2vw;
}

/*laning page*/
@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-60 {
        width: 60% !important;
    }
}

@media (min-width: 992px) {
    .py-lg-15 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
}

.wrapper {
    height: 4vh;
    /*This part is important for centering*/
    display: grid;
    place-items: center;
}

.typing-demo {
    width: 32ch;
    animation: typing 2s steps(30), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: SCDream5;
    font-size: 2vw;
}




@media (max-width: 768px) {
    .typing-demo-md {
        width: 30ch;
        animation: typing 2s steps(30), blink .5s step-end infinite alternate;
        white-space: nowrap;
        overflow: hidden;
        border-right: 3px solid;
        font-family: SCDream5;
        font-size: 5vw;
    }
}


@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/*****************************/
/* Bootstrap 클래스 수정 & 추가 */
/*****************************/

/*landing*/
.landing-size {
    aspect-ratio: 1;
    background-position: center center !important;
}

@media (min-width: 576px) {
    .landing-size-sm {
        aspect-ratio: 1.3;
        background-position: center center !important;
    }
}

@media (min-width: 768px) {
    .landing-size-md {
        aspect-ratio: 1.6;
        background-position: center center !important;
    }
}

@media (min-width: 992px) {
    .landing-size-lg {
        aspect-ratio: 2.6;
        background-position: center center !important;
    }
}

.bg-center {
    background-position: center center !important;
}

/* 사이즈 관련된 부분*/
.size-4 {
    width: 4rem !important;
    height: 4rem !important;
}

/*높이 관련된 부분*/


/*넓이 관련된 부분*/
.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

/*패딩 관련된 부분*/
@media (min-width: 992px) {
    .ps-md-6 {
        padding-left: 17rem !important;
    }
}

.ps-3 {
    padding-left: 2rem !important;
}

.ps-8 {
    padding-left: 4.5rem !important;
}

.ps-9 {
    padding-left: 8rem !important;
}

.ps-10 {
    padding-left: 10rem !important;
}

.ps-20 {
    padding-left: 20% !important;
}

.px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}


.pb-lg-14 {
    padding-bottom: 9rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-11 {
    padding-bottom: 6rem !important;
}


pt-9 {
    padding-top: 9rem !important;
}

/*margin 관련된 부분*/
mt-5 {
    margin-top: 4% !important;
}


/*도형 부분*/


/*배경컬러 부분*/
.bg-cover {
    background-size: cover !important;
}

.bg-black {
    background-color: black;
}

.bg-blue {
    background-color: #71b6fc !important;
}

.bg-yellow {
    background-color: #fde3cf !important;
}

.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: #1c1639 !important;
}

.bg-tint-info {
    background-color: #deddf7 !important;
}

.bg-red {
    background-color: #ce1e1e !important;
}

.bg-test {
    background-image: url("../img/contact_bg.png");
}

.bg-product {
    background-image: url("../img/lesser_bg.png");
    background-size: cover;
    background-position: center;
}

.bg-main {
    background-image: url("../img/main_bg.jpg");
}

.bg-product2 {
    background-image: url("../img/user_bg.png");
    background-size: cover;
    background-position: center;
}


.bg-tech-opacity75 {
    background-color: rgba(109, 172, 206, 0.61);
}

.bg-lesser-ai-bottom {
    background-color: #d8d8da !important;
}


.highlight-container, .highlight {
    position: relative;
}

.highlight-container {
    display: inline-block;
}

.highlight-container:before {
    content: " ";
    display: block;
    height: 25%;
    width: 110%;
    margin-left: 3px;
    margin-right: 3px;
    position: absolute;
    background: #c7dbd8;
    /*transform: rotate(2deg);*/
    bottom: 3px;
    left: -1px;
    border-radius: 3rem;
    padding: 10px 3px 3px 10px;
}

/*텍스트 관련된 부분*/
@font-face {
    font-family: 'SCDream4';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/SCDream4.otf") format('opentype');
}

@font-face {
    font-family: 'SCDream5';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/SCDream5.otf") format('opentype');
}

@font-face {
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.text-gradient-light {
    background: linear-gradient(to right, #64faaf, #8ca6ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-keep-all {
    word-break: keep-all !important;
}

.fw-500 {
    font-weight: 500;
}

.fs-20 {
    font-size: 120%;
}

@media (min-width: 992px) {
    .fs-lg-5 {
        font-size: 1.25rem !important;
    }
}

.text-blue {
    color: #00008c !important;
}

.text-point {
    color: #1c5b9b !important;
}

.text-gray {
    color: #cdcccd !important;
}

.text-company-info {
    color: #777778 !important;
}

.text-lesser-system {
    color: #727273 !important;
}

.text-title {
    color: #515157 !important;
}

/*이미지 부분*/
.img-cover {
    object-fit: cover;
}

/*네비게이션 부분*/
.navbar-light .navbar-nav .nav-link.active {
    color: #1c5a9b !important;
    font-weight: 700;
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-5 {
    border-radius: 2rem;
}

#contact {
    background-image: url("/static/website/img/contact_bg.png");
    background-size: cover;
    background-position: center;
}

.btn:focus {
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}