@charset "UTF-8";
.btn:hover,.btn:focus{
    color: var(--bs-primary);
    border:1px solid var(--bs-primary);
    background-color: #fff;
}
.menu-icon{
    color: #fff;
}
.site-nav .has-sub .dropdown{
    margin-top: -6px !important;
}
.site-navbar{
   height: 80px;

}
.shadow {
    text-shadow: 1px 2px 2px #0000009e;
}
.nav-link{
    font-weight: 600;
    color: #fff;
}
.logo{
    width: 6.5rem;
    transform: translateY(-4px);
}

.logo img{
    width: 100%;
    object-fit: contain;
}
#menuOffcanvas{
    width: 80%;
}
#header-navbar.active{
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#header-navbar.active * {
    color: #000;
}
#header-navbar.active .site-nav .has-sub .dropdown{
    margin-top: 6px !important;
}
/*푸터*/
.site-footer-wrap{
background-color: #F5F5F5;
}

.banner{
    width: 100%;
    height: 270px;
    position: relative;

    overflow: hidden;
    margin-top:80px;
}
.banner .bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner .bg:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}
.banner h2{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 3;
    text-align: center;
    font-size: 3.125rem;
    pointer-events: none;
}


@media (max-width: 992px) {
    .logo{
        width: 7.5rem;
        transform: translateY(-3px);
    }
    .nav-link{
        font-size: 1rem;
    }
    .site-navbar{
        height: 60px;
    }
    .banner{
        margin-top: 60px;
    }
    .banner h2 {
        font-size: 2.5rem;
    }
}
/* 섹션 여백 - Bootstrap Breakpoints 기준
* xs: 0
* sm: 576px
* md: 768px
* lg: 992px
* xl: 1200px
* xxl: 1400px
*/

/* 기본 여백 (모바일) */
.section-mb { margin-bottom: 40px; }
.section-mt { margin-top: 40px; }
.section-mt-s { margin-top: 20px; }
.section-mb-s { margin-bottom: 20px; }
.section-pb { padding-bottom: 40px; }
.section-pt { padding-top: 40px; }
.section-pt-s { padding-top: 20px; }
.section-pb-s { padding-bottom: 20px; }

/* sm 브레이크포인트 (576px 이상) */
@media (min-width: 576px) {
    .section-mb { margin-bottom: 60px; }
    .section-mt { margin-top: 60px; }
    .section-mt-s { margin-top: 30px; }
    .section-mb-s { margin-bottom: 30px; }
    .section-pb { padding-bottom: 60px; }
    .section-pt { padding-top: 60px; }
    .section-pt-s { padding-top: 30px; }
    .section-pb-s { padding-bottom: 30px; }

}

/* md 브레이크포인트 (768px 이상) */
@media (min-width: 768px) {
    .section-mb { margin-bottom: 80px; }
    .section-mt { margin-top: 80px; }
    .section-mt-s { margin-top: 40px; }
    .section-mb-s { margin-bottom: 40px; }
    .section-pb { padding-bottom: 80px; }
    .section-pt { padding-top: 80px; }
    .section-pt-s { padding-top: 40px; }
    .section-pb-s { padding-bottom: 40px; }

}

/* lg 브레이크포인트 (992px 이상) */
@media (min-width: 992px) {
    .section-mb { margin-bottom: 100px; }
    .section-mt { margin-top: 100px; }
    .section-mt-s { margin-top: 50px; }
    .section-mb-s { margin-bottom: 50px; }
    .section-pb { padding-bottom: 100px; }
    .section-pt { padding-top: 100px; }
    .section-pt-s { padding-top: 50px; }
    .section-pb-s { padding-bottom: 50px; }
    .logo {
        width: 6rem;
    }
}

/* xl 브레이크포인트 (1200px 이상) */
@media (min-width: 1200px) {
    .section-mb { margin-bottom: 120px; }
    .section-mt { margin-top: 120px; }
    .section-mt-s { margin-top: 60px; }
    .section-mb-s { margin-bottom: 60px; }
    .section-pb { padding-bottom: 120px; }
    .section-pt { padding-top: 120px; }
    .section-pt-s { padding-top: 60px; }
    .section-pb-s { padding-bottom: 60px; }
    .logo {
        width: 7rem;
    }
}

/* xxl 브레이크포인트 (1400px 이상) */
@media (min-width: 1400px) {
    .section-mb { margin-bottom: 140px; }
    .section-mt { margin-top: 140px; }
    .section-mt-s { margin-top: 70px; }
    .section-mb-s { margin-bottom: 70px; }
    .section-pb { padding-bottom: 140px; }
    .section-pt { padding-top: 140px; }
    .section-pt-s { padding-top: 70px; }
    .section-pb-s { padding-bottom: 70px; }
    .logo {
        width: 7rem;
    }
}
.keep-all{
    word-break: keep-all;
}
/*메인*/
.main{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.main-title *{
    text-shadow: 1px 2px 2px #0000009e;
}
.main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

.main .bg:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 0;
}

.main .contents{
    max-width :80%;
    position: absolute;
    left: 0%;
   bottom: 10%;
    color: #fff;
    z-index: 5;


}
.main .contents h1{
    opacity: 0;
    transform: translateY(50px);
    border-bottom: 2px solid white;
    padding:0 5vw;
}
.main .contents p{
    line-height: 2;
    font-weight: 500;
    opacity: 0;
    transform: translateY(50px);
    padding-left: 5vw;
}
@media (max-width: 992px) {

}
/*회사소개*/
.company{
    overflow-x: hidden;
}
.company .section1 .img{
    border-radius: 10px;
    overflow: hidden;
}
.company .section1 img{
    object-fit: cover;
}
.company .section1 .contents {
    word-break: keep-all;
    line-height: 1.8;
}
/*브랜드 소개*/
@media (max-width: 575px) {
    .responsive-f5 {
        font-size: 1.125rem !important;  /* 18px */
    }
    .responsive-f6 {
        font-size: 0.9rem !important;  /* 18px */
    }
}

/*연혁*/
.history{
    overflow-x: hidden;
}
.history .section2 img{
    cursor: pointer;
}
/* 수직 선 */
.timeline-line {
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #AEAEAE;
    transform: translateX(-50%);
}

/* 항목 공통 */
.timeline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 120px 0;
    position: relative;
    visibility: hidden;
}

/* 동그라미 */
.timeline-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(176,131,70,0.5);
    position: relative;
    z-index: 2;
}
.timeline-circle:after{
    content: '';
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--bs-primary);
    transform: translateX(-50%) translateY(-50%);
}
/* 연도 텍스트 */
.timeline-content {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    z-index: 1;

}
.timeline-content:before{
    content: '';
    width: 30px;
    height: 2px ;
    background-color: #AEAEAE;
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
}
.timeline-content.right:before{
    left: -28px;
}
.timeline-content.left:before{
    right: -28px;
}

.timeline-item:nth-child(1){
    margin-top: 0;
}
    /* 왼쪽 연도 */
.timeline-content.left {
    right: calc(50% + 40px);
}

/* 오른쪽 연도 */
.timeline-content.right {
    left: calc(50% + 40px);
}
@media (max-width: 767px) {
    .section-mb{
        margin-bottom: 50px;
    }
}
.what_is_nurungji{
    overflow-x: hidden;
}
.left-hidden{
    opacity: 0;
    transform: translateX(-100px);
}
.right-hidden{
    opacity: 0;
    transform: translateX(100px);
}
.bottom-hidden{
    opacity: 0;
    transform: translateY(-100px);
}
.top-hidden{
    opacity: 0;
    transform: translateY(100px);
}
.fit-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature p{
    line-height: 1.8;
    font-weight: 500;
}
/* 모달 전체 */
.modal {
    display: none; /* 기본 숨김 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); /* 어두운 배경 */
}

/* 닫기 버튼 */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

/* 모달 이미지 */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%; /* 모바일에서 기본 최대 너비 */
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* sm 브레이크포인트 (576px 이상) */
@media (min-width: 576px) {
    .modal-content {
        max-width: 80%;
    }
}

/* md 브레이크포인트 (768px 이상) */
@media (min-width: 768px) {
    .modal-content {
        max-width: 70%;
    }
}

/* lg 브레이크포인트 (992px 이상) */
@media (min-width: 992px) {
    .modal-content {
        max-width: 60%;
    }
}

/* xl 브레이크포인트 (1200px 이상) */
@media (min-width: 1200px) {
    .modal-content {
        max-width: 50%;
    }
}

/* xxl 브레이크포인트 (1400px 이상) */
@media (min-width: 1400px) {
    .modal-content {
        max-width: 30%;
    }
}