html {
    scroll-behavior: smooth;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.video-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
}
.sticky-nav {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
}
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (max-width: 768px) {
    .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.video-section {
    position: relative;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

/* ÅØ½ºÆ® */
.content {
    color: white;
    z-index: 1;
}

.video-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}




body {
    font-family: 'Pretendard', sans-serif;
}




/*.modal-footer {*/
/*    padding: 16px 24px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    border-top: 1px solid #eee;*/
/*}*/

/*.modal-footer label {*/
/*    font-size: 0.9rem;*/
/*    color: #555;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 6px;*/
/*    cursor: pointer;*/
/*}*/

/*.listing-footer {*/
/*    justify-content: flex-end;*/
/*    gap: 8px;*/
/*}*/

/*#footer {*/
/*    scroll-margin-top: 90px;*/
/*}*/

/*.footer {*/
/*    !*background: var(--shark-5);*!*/
/*    padding: 36px 0;*/
/*}*/

/*.footer img {*/
/*    height: 16px;*/
/*}*/

/*!*.footer-info {*!*/
/*!*    margin: 24px 0 0 0;*!*/
/*!*}*!*/

/*.footer-info p {*/
/*    !*color: var(--Shark-500);*!*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    line-height: 20px;*/
/*}*/

/*.footer-info p.mt-6 {*/
/*    margin: 24px 0 0 0;*/
/*}*/


/* ===== footer ===== */
.footer {
    width: 100%;
    background: #f6f6f6;
    /*border-top: 1px solid #E7E7E7;*/
    /*margin-top: 40px;*/
    padding: 32px 0;
    font-family: 'Noto Sans KR', sans-serif;
    color: #454545;
}

.footer .container {
    position: relative;
}

/* »ó´Ü ¸µÅ© ¶óÀÎ */
.footer .container > div:first-child {
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #454545;
}

.footer .container > div:first-child span {
    color: #414141;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.footer .container > div:first-child span:hover {
    color: rgb(68,84,106);
}

/* family site */
#familySite {
    position: absolute !important;
    right: 15% !important;
    width: 130px !important;
    height: 30px !important;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background: #ffffff;
    color: #454545;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    padding: 0 8px;
    outline: none;
}

#familySite option {
    color: #454545;
    background: #ffffff;
}

/* ·Î°í */
.footer img {
    display: block;
    margin: 24px 0 !important;
    height: auto;
}

/* È¸»ç Á¤º¸ */
.footer-info {
    border-top: 1px solid #E7E7E7;
    padding-top: 16px;
}

.footer-info p {
    /*margin: 0 0 6px 0;*/
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 400;
    /*line-height: 1.7;*/
}

.footer-info p:first-child {
    color: #454545;
    font-size: 12px;
    font-weight: 400;
}

.footer-info .mt-6 {
    margin-top: 8px;
    color: #6D6D6D;
    font-size: 12px;
}




/*.container,*/
/*.container-fluid,*/
/*.container-lg,*/
/*.container-md,*/
/*.container-sm,*/
/*.container-xl,*/
/*.container-xxl {*/
/*    width: 100%;*/
/*    padding-right: var(--bs-gutter-x, .75rem);*/
/*    padding-left: var(--bs-gutter-x, .75rem);*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    max-width: 1400px;*/
/*}*/
