/* 연구실 페이지 최상단 ResearchWho 헤더 시작 */
.lab-header {
    width: 100%;
    min-width: 1200px;
    height: 35px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1;
}

.lab-header__content {
    max-width: 1200px;
    min-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
}

.lab-header__content > a:first-child {
    margin-right: 5px;
}

.lab-header__content > a:first-child > img {
    width: 22px;
}

.lab-header__content > a:last-child > img {
    height: 18px;
}
/* 연구실 페이지 최상단 ResearchWho 헤더 끝 */

/* 연구실 페이지 최상단 ResearchWho 헤더가 Fixed이므로 전체를 감싸고 35px을 내려 놓음. */
.lab-container {
    width: 100%;
    min-width: 1200px;
    margin-top: 35px;
}

/* 연구실 페이지 네비게이션 시작 */
.lab-navigation {
    width: 100%;
    min-width: 1200px;
    padding: 5px 0 8px 0;
    display: flex;
    justify-content: center;
}

.lab-navigation__content {
    max-width: 907px;
    min-width: 907px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.lab-navigation__content > a {
    color: #000000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.lab-navigation__content > div {
    display: flex;
    gap: 60px;
}

.lab-navigation__content > div > a {
    color: #9B9B9B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lab-navigation__content > div > a.active {
    color: #4A4A4A;
    font-weight: 600;
}
/* 연구실 페이지 네비게이션 끝 */

/* 연구실 홈 화면 배너 시작 */
.lab-home-banner {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.lab-home-banner__content {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.lab-home-banner__content > div {
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
}

.lab-home-banner__content > div > img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.lab-home-banner__content > div > div {
    max-width: 700px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.lab-home-banner__controller {
    position: absolute;
    z-index: 1;
    min-width: 907px;
    max-width: 907px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 255px 0 21px 0;
}

.lab-home-banner__controller > div:first-child {
    display: flex;
    justify-content: space-between;
}

.lab-home-banner__controller > div:first-child > button {
    font-size: 50px;
    color: #FFFFFF;
}

.lab-home-banner__controller > div:last-child {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #FFFFFF;
    font-size: 8px;
}
/* 연구실 홈 화면 배너 끝 */

/* 연구실 배너 시작 */
.lab-banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lab-banner > img {
    object-fit: cover;
}

.lab-banner > div {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* 연구실 배너 끝 */

/* 연구실 공통 버튼 시작 */
.lab-common-button-wrapper {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.lab-common-button-wrapper__content {
    min-width: 907px;
    max-width: 907px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.lab-common-button-wrapper__content button,
.lab-common-button-wrapper__content a {
    border-radius: 5px;
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    width: 124px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lab-common-button-wrapper__content button > img,
.lab-common-button-wrapper__content a > img {
    width: 20px;
}

.lab-common-button-wrapper__content button > div,
.lab-common-button-wrapper__content a > div {
    color: #4A4A4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* 연구실 공통 버튼 끝 */

/* 연구실 Custom Body 부분 시작 */
.lab-custom-body {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lab-custom-body__wrapper {
    min-width: 882px;
    max-width: 882px;
}
/* 연구실 Custom Body 부분 끝 */

/* 연구실 Footer 시작 */
.lab-footer {
    width: 100%;
    border-top: 1px solid #DADADA;
    padding: 30px 0 46px 0;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.lab-footer__wrapper {
    min-width: 882px;
    max-width: 882px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lab-footer__title {
    color: #000000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}

.lab-footer__detail {
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lab-footer__copyright {
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.lab-footer__logo-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}
/* 연구실 Footer 끝 */

/* 웹 페이지 메시지 모달 시작 */
.alert-confirm-modal-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
}

.alert-confirm-modal-container.hide {
    display: none;
}

.alert-confirm-modal {
    min-width: 500px;
    max-width: 500px;
    height: 241px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 150px;
    border: 1px solid #DADADA;
}

.alert-confirm-modal__header {
    border-bottom: 1px solid #DADADA;
    color: #4A4A4A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 20px;
}

.alert-confirm-modal__body {
    padding: 20px;
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alert-confirm-modal__body > div:first-child {
    color: #4A4A4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.alert-confirm-modal__body > div:last-child {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.alert-confirm-modal__body > div:last-child > button {
    padding: 12px 60px;
    border-radius: 5px;
    color: var(--point-button-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background-color: rgba(70, 0, 189, 0.04);
}

.alert-confirm-modal__body > div:last-child > button.hide {
    display: none;
}

.alert-confirm-modal__body > div:last-child > button:last-child {
    color: #FFFFFF;
    background-color: var(--point-button-color);
}
/* 웹 페이지 메시지 모달 끝 */
