@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media print {
	body {
		margin: 0 !important;
	}
}

body {
	word-break: keep-all;
}

.main-container {
	font-family: 'Lato';
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.ck-content {
	font-family: 'Lato';
	line-height: 1.6;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	min-width: 795px;
	max-width: 795px;
}


:root {
    --primary: #4795ba;
    --secondary: #525368;
    --light: #d8ebf1;
    --dark: #1e3380;
    --section-bg-color: #f9f9f9;
}

html {
    scroll-behavior: auto !important; /* 부드러운 스크롤을 비활성화 */
}

/*---------------------------------------
  CUSTOM STYLES               
-----------------------------------------*/
.board-background-color {
    background-color: #fafafa;
}

.font-family-kr {
    font-family: 'Noto Sans KR', sans-serif;
}

.description-text {
    font-size: 18px;
}

.custom-round-image {
    border-radius: 20px;
}

.custom-number-list-wrapper {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 10px 20px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.custom-number-list-point {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-right: 10px;
}

.custom-number-list-text {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    color: #717275;
}

.custom-list-card-wrapper {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.custom-list-card-title-wrapper {
    width: 100%;
    text-align: center;

}

.custom-list-card-title-wrapper h6 {
    font-family: 'Noto Sans KR', sans-serif;
}

.custom-list-card-wrapper p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    /* text-align: center; */
    line-height: 30px !important;
}

.my-masonry-grid {
    display: flex;
    margin-left: -30px; /* gutter size offset */
    width: auto;
}

.my-masonry-grid_column {
    padding-left: 30px; /* gutter size */
    background-clip: padding-box;
}


.number-card-container {
    height: 280px;
    border: 1px solid #e8e8e8;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.number-card-number-wrapper {
    position: absolute;
    top: -8px;
    left: -15px;
    padding: 0;
    width: 50px;
    height: 50px;
    transform: rotate(-30deg);
}

.number-card-number-wrapper span {
    color: #e8e8e8;
    font-size: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 900;
    /* line-height: 40px; */
    opacity: 0.5;
}

.number-card-title-wrapper {
    position: absolute;
    top: 40px;
    width: 100%;
}

.number-card-title-wrapper span {
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 30px;
    padding-right: 20px;
    word-break: keep-all;
    display: inline-block;
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
}

.number-card-body-wrapper {
    width: 100%;
    position: absolute;
    top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.number-card-body-wrapper p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 30px !important;
}


.btn-arrow-white-text .fa-arrow-right {
    color: #fff !important;
}

.nav-logo-img {
    height: 5vh;
}

.videoWrapper {
    transform: translateX(-10%);
}

.videoWrapper iframe {
    width: 120%;
    height: 120%;
    object-fit: cover;
    transform: translateY(-15%);
}

.navbar-nav .nav-item {
    font-family: 'Noto Sans KR', sans-serif;
}

.hero-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.margin-top-5vh {
    margin-top: 5vh;
}

span {
    font-family: 'Noto Sans KR', sans-serif;
}

.sub-title {
    display: block;
    font-size: 40px;
    font-weight: 600;
}

.sub-secondary-title {
    font-size: 30px;
    font-weight: 300;
}

.display-block {
    display: block;
}

.sub-hero-title {
    line-height: 5vh;
}

@media screen and (max-width: 1396px) {
    
    .number-card-container {
        height: 300px;
    }
}

@media screen and (max-width: 1195px) {
    
    .number-card-container {
        height: 370px;
    }
}

@media screen and (max-width: 991px) {
    .hero-title {
        font-size: 40px;
    }

    .sub-hero-title {
        font-size: 20px;
    }

    .number-card-container {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .hero-title {
        font-size: 25px;
    }

    .sub-hero-title {
        font-size: 13px;
        line-height: 3vh;
    }

    .margin-top-5vh {
        margin-top: 2vh;
    }

    .number-card-container {
        height: 250px;
    }
}

@media screen and (max-width: 360px) {
    .hero-title {
        font-size: 22px;
    }

    .sub-hero-title {
        font-size: 10px;
    }

    .margin-top-5vh {
        margin-top: 1vh;
    }
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-400 {
    font-weight: 400;
}

.rotate-180 {
    transform: rotate(180deg);
}


.subheader-image {
    position: relative;
    overflow: hidden;
}


.subheader-image-container {
    width: 100%;
    height: 40vh;
    max-height: 400px;
}

.subheader-image-text-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.subheader-image-text-wrapper h2 {
    color: white;
    font-family: 'Noto Sans KR', sans-serif;
}

.subheader-image-text-wrapper p {
    color: #eaecef;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    font-weight: 400;
}


@media (max-width: 991px) {
    .subheader-image-container {
        height: 20vh;
    }

    .subheader-image-text-wrapper h3 {
        font-size: 26px;
    }

    .subheader-image-text-wrapper p {
        font-size: 15px;
    }
}

/*---------------------------------------
  NAV BAR              
-----------------------------------------*/
.navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-menu-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* border-top: 1px solid #ebebeb; */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
}
  
.sub-menu-bar .dropdown-item {
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--p-color);
    font-size: 16px;
    font-weight: 500;
    padding: 7px 20px;
    text-decoration: none;
}
  
.sub-menu-bar .dropdown-item:hover {
    /* background-color: #f8f9fa; */
    color: black;
    text-decoration: none;
}

.sub-menu-wrapper {
    text-align: center;
    max-width: 150px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.wider-submenu {
    max-width: 180px;
}

.sub-menu-wrapper .dropdown-item:hover,
.sub-menu-wrapper .dropdown-item.active {
  background-color: #eaecef; /* 연한 회색 배경 */
  color: inherit; /* 글씨 색상은 상속된 색상 유지 */
  border-radius: 20px; /* 모서리를 둥글게 */
}

/* 서브 메뉴가 활성화되었을 때의 스타일 */
.sub-menu-wrapper .dropdown-item.active {
  background-color: #eaecef; /* 연한 회색 배경 */
  color: inherit; /* 글씨 색상은 상속된 색상 유지 */
  border-radius: 20px; /* 모서리를 둥글게 */
  box-shadow: none; /* 클릭 시 발생할 수 있는 그림자 효과 제거 */
  outline: none; /* 포커스 시 발생할 수 있는 테두리 제거 */
}

@media (max-width: 991px) {
    .sub-menu-bar {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
        margin-top: 5px;
    }
  
    .sub-menu-bar .dropdown-item {
        padding: 7px 15px;
    }

    .sub-menu-wrapper {
        text-align: start;
        max-width: 100%;
    }
    
    .wider-submenu {
        max-width: 100%;
    }

    .sub-menu-gap {
        display: none;
    }
}


.home-about-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-about-title-wrapper .sub-title {
    margin-bottom: 40px;
}

@media (max-width: 508px) {
    .home-about-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .home-about-title-wrapper .sub-title {
        margin-bottom: 0;
    }
}

/*---------------------------------------
  HOME > Events Popup               
-----------------------------------------*/
.home-events-popup-container {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    z-index: 10000;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-events-popup-wrapper {
    border: 1px solid rgb(69, 69, 69);
    margin-left: 20px;
    max-width: 400px;
    width: 25%;
    /* aspect-ratio: 1/1.3; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-events-popup-wrapper-img {
    width: 100%;
    height: auto;
}

.home-events-popup-wrapper-content {
    width: 100%;
    background-color: white;
    padding: 20px;
    overflow-y: auto;
    max-height: 600px;
    cursor: pointer;
}

.home-events-popup-wrapper-content-mobile {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 15px;
    overflow-y: auto;
    cursor: pointer;
    box-sizing: border-box;
}

.home-events-popup-footer-wrapper {
    width: 100%;
    height: 35px;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-size: 15px;
}

.home-events-popup-close-button {
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-event-card-content-container {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;

    font-size: 16px;
    font-weight: 600;
}

.home-event-card-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-event-card-content-wrapper img {
    margin-right: 10px;
}

.home-event-card-reverse-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.home-event-card-reverse-content-wrapper img {
    margin-left: 10px;
}

.home-event-card-content-img {
    width: 40px;
    height: auto;
}


@media (max-width: 1140px) {
    .home-events-popup-wrapper {
        width: 30%;
    }
}

@media (max-width: 760px) {

    .home-events-popup-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        max-width: 400px;
        aspect-ratio: 1/1.3;
    }

    .home-events-popup-wrapper {
        border: none;
    }

    .swipe-card__image-container {
        height: 80% !important;
        position: relative;
    }

    /* HTML 컨텐츠 오버레이 (썸네일이 없을 때) */
    .html-content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        padding: 20px;
        overflow-y: auto;
        z-index: 5;
        cursor: pointer;
    }
}

@media (max-width: 640px) {
    .swipe-card__container {
        border: 0.3px solid #a4afc1;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 연한 그림자 추가 */
    }

    .home-events-popup-wrapper {
        width: 70%;
        /* aspect-ratio: 1/1.5; */
    }
}

@media (max-width: 500px) {
    .home-events-popup-wrapper {
        width: 100%;
        /* aspect-ratio: 1/1.4; */
    }
}



/*---------------------------------------
  HOME > Carousel               
-----------------------------------------*/
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    position: absolute;
    top: 50%; /* 화면의 중간에 위치시킵니다 */
    transform: translateY(-50%);
    width: 5%; /* 너비를 조정하여 클릭 가능한 영역을 설정 */
    height: 100%; /* 버튼이 슬라이드 전체 높이를 차지하도록 설정 */
    z-index: 1;
}

.hero-carousel .carousel-control-prev {
    left: 10px; /* 왼쪽에서 약간 떨어진 위치로 설정 */
}

.hero-carousel .carousel-control-next {
    right: 10px; /* 오른쪽에서 약간 떨어진 위치로 설정 */
}

.hero-carousel-caption {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%; /* 화면의 세로 중간에 위치 */
    left: 50%; /* 화면의 가로 중간에 위치 */
    transform: translate(-50%, -50%); /* 요소를 정확히 중앙에 배치 */
    text-align: center; /* 텍스트를 중앙 정렬 */
    z-index: 10; /* 다른 요소들 위에 나타나도록 z-index 설정 */
}


.hero-carousel-image-container {
    width: 100%;
    aspect-ratio: 1/0.6;
    max-height: 90vh;
    /* background-color: lightblue; */
}

.hero-carousel-image-container img {
    width: 120%;
    object-fit: cover;
}

/* .hero-carousel-image-container iframe {
    width: 120%;
    object-fit: cover;
} */



.hero-carousel-container {
    
}

.hero-carousel-item-wrapper {
    transition: transform 0.5s ease;
    /* opacity: 0; */
}

.hero-carousel-item-wrapper.active {
    transform: translateX(0);
    left: 0;
    opacity: 1;
}

.hero-carousel-item-wrapper.prev {
    transform: translateX(-120%);
    left: 0;
    opacity: 1;
}

.hero-carousel-item-wrapper.next {
    transform: translateX(120%);
    left: 0;
    opacity: 1;
}

.hero-carousel-image-wrapper {
    
    transform: translateX(-10%);
}

.hero-carousel-image-wrapper img {
    width: 120%;
    object-fit: cover;
}



.hero-carousel-switch-button-wrapper {
    min-width: 50px;
    width: 7%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.hero-carousel-switch-button {
    width: 100%;
    aspect-ratio: 1/1;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-carousel-switch-button img {
    width: 60%;
    aspect-ratio: 1/1;
    opacity: 0.8;
}

.hero-carousel-switch-left-button-wrapper {
    left: 0;
}

.hero-carousel-switch-right-button-wrapper {
    right: 0;
}

.hero-carousel-nav-dots-wrapper {
    width: 100%;
    height: 5%;
    min-height: 65px;
    position: absolute;
    bottom: 8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.hero-carousel-nav-dot {
    width: 4%;
    max-width: 50px;
    height: 6px;
    border-radius: 10px;
    background-color: white;
    margin-right: 0.25%;
    margin-left: 0.25%;
    opacity: 0.35;
}

.hero-carousel-nav-dot-activate {
    opacity: 0.8;
}


/*---------------------------------------
  Ophthalmologist               
-----------------------------------------*/
.ophthalmologist-photo-container {
    background-color: #f2f2f2;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ophthalmologist-photo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.ophthalmologist-photo-wrapper img {
    /* width: 80%; */
    width: 65%;
}

.ophthalmologist-profile-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
}

.ophthalmologist-profile-name {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #7d7d7d;
}

.ophthalmologist-profile-highlight-name {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 50px;
    color: #222222;
}

.ophthalmologist-profile-oneword {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.ophthalmologist-profile-highlight-oneword {
    color: #3370f6;
}

.ophthalmologist-educational-background-wrapper {
    background-color: white;
    width: 100%;
    padding: 25px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}

.ophthalmologist-educational-background-wrapper li {
    font-family: 'Noto Sans KR', sans-serif;
}

.ophthalmologist-educational-background-label {
    background-color: #222;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.ophthalmologist-educational-background-item-label-wrapper {
    display: inline-block;
    width: 100px;
    font-weight: 600;
}

.ophthalmologist-item-title-wrapper {
    border-bottom: 1px solid #222;
}

.ophthalmologist-item-text-wrapper {
    display: inline-block;
    width: 200px;
    font-weight: 600;
}



@media (max-width: 1199px) {
    .ophthalmologist-profile-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .ophthalmologist-profile-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .ophthalmologist-profile-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ophthalmologist-item-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}




/*---------------------------------------
  Achievements               
-----------------------------------------*/
.achievement-card-container {
    position: relative;
    background: #fff;
    aspect-ratio: 1/1.2;
    border-radius: 20px;
    padding: 2rem;
    color: #333;
    box-shadow: 0 .25rem .25rem rgba(0,0,0,0.1), 0 0 1rem rgba(0,0,0,0.1);
    overflow: hidden;
}

.achievement-card__image-container {
    margin: -2rem -2rem 1rem -2rem;
}

.achievement-card__image {
    max-width: 100%;
    opacity: 0;
    animation: ImageFadeIn .8s 1.4s forwards;
}

.achievement-card__line {
    opacity: 0;
    animation: LineFadeIn .8s .8s forwards ease-in;
}

.achievement-card__svg {
    position: absolute;
    left: 0;
    top: 70px;
}

.achievement-card__title {
    color: #333;
    margin-top: 0;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.achievement-card__content {
    margin-top: -3rem;
    opacity: 0;
    animation: ContentFadeIn .8s 1.6s forwards;
}

@keyframes LineFadeIn {
    0% {
      opacity: 0;
      d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
      stroke: #fff;
    }
    50% {
      opacity: 1;
      d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
      stroke: #888BFF;
    }
    100% {
      opacity: 1;
      d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
      stroke: #545581;
    }
}

@keyframes ContentFadeIn {
    0% {
      transform: translateY(-1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}

@keyframes ImageFadeIn {
    0% {
      transform: translate(-.5rem, -.5rem) scale(1.05);
      opacity: 0;
      filter: blur(2px);
    }
    50% {
      opacity: 1;
      filter: blur(2px);
    }
    100% {
      transform: translateY(0) scale(1.0);
      opacity: 1;
      filter: blur(0);
    }
}

@media (max-width: 575px) {
    .achievements-card-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .achievement-card__svg {
        top: 110px;
    }
}   


/*---------------------------------------
  BBS               
-----------------------------------------*/
.bbs-list-header-container {
    padding: 15px 25px;
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; /* 부모 요소의 오버플로우를 숨깁니다 */

    color: #adb4bc;
    font-size: 12px;
    font-weight: 600;
}

.bbs-list-header-filter-icon-container {
    width: 2.0vw;
    min-width: 30px;
    font-size: 0.9em;
}

.bbs-list-header-title-wrapper {
    flex: 1;
    min-width: 0;
    padding-left: 15px;
}

.bbs-list-header-writer-wrapper {
    flex: 0.25;
    padding-left: 35px;
}

.bbs-list-header-views-wrapper {
    flex: 0.05;
}

.bbs-list-header-date-container {
    flex: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.bbs-list-item-container {
    background-color: #fff;
    padding: 15px 25px;
    margin-left: 8px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; /* 부모 요소의 오버플로우를 숨깁니다 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 연한 그림자 추가 */
}

.bbs-list-item-filter-icon-container {
    
    width: 2.0vw;
    min-width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    font-size: 0.9em;
}

.bbs-mini-list-item-filter-icon-wrapper {
    
    position: absolute;
    top: 12px;
    left: 20px;

    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    font-size: 6px;
}

.announce-mini-icon {
    background-color: #7facf1 !important;
    color: #eff5fd !important;
    font-weight: 600;
}

.announce-icon {
    /* background: linear-gradient(137deg, rgba(88,184,249,1) 0%, rgba(85,136,247,1) 100%); */
    background-color: #eff5fd;
    color: #7facf1;
}

.news-icon {
    /* background: linear-gradient(137deg, rgba(243,174,162,1) 0%, rgba(242,166,166,1) 35%, rgba(239,140,182,1) 100%); */
    background-color: #f3f0fb;
    color: #b8a1f5;
}

.news-mini-icon {
    background-color: #b8a1f5 !important;
    color: #f3f0fb !important;
    font-weight: 600;
}

.bbs-list-item-title-container {
    margin-left: 20px;
    margin-right: 20px;
    flex: 0.5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0; /* 자식 요소의 최소 너비를 0으로 설정 */
}

.bbs-list-item-title-wrapper {
    /* width: 100%; */
    flex: 1;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #676a6f;
    font-weight: 500;
    display: block; /* Flexbox 대신 block을 사용 */
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 말줄임(...) 표시 */
    box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
    min-width: 0;
    padding-left: 15px;
    /* margin-bottom: 5px; */
}

.bbs-list-item-date-container {
    flex: 0.2;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #676a6f;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.bbs-gap-wrapper {
    flex: 0.1;
}

.bbs-list-item-writer-wrapper {
    flex: 0.25;
    font-family: 'Noto Sans KR', sans-serif;
    color: #676a6f;
    font-size: 15px;
    font-weight: 500;
}

.bbs-list-item-views-wrapper {
    flex: 0.05;
    font-family: 'Noto Sans KR', sans-serif;
    color: #676a6f;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .mobile-display-none1 {
        display: none;
    }
}

@media (max-width: 766px) {
    .mobile-display-none2 {
        display: none;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-toggle {
    padding: 5px 10px;
    cursor: pointer;
    color: #6c7075;
    font-size: 13px;
    font-weight: 600;
}
  
.bbs-dropdown-menu {
    position: absolute;
    top: 30px;
    background-color: white;
    border: 1px solid #ced4da;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100px;
    z-index: 1;
    
}
  
.bbs-dropdown-menu li {
    padding: 5px 15px;
    cursor: pointer;
    color: #6c7075;
    font-size: 15px;
    font-weight: 500;
}
  
.bbs-dropdown-menu li:hover {
    background-color: #f8f9fa;
}

.board-detail-title-container {
    border-top: 2px solid rgb(45, 45, 45);
    border-bottom: 1px dotted rgb(171, 171, 171);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.board-detail-info-container {
    border-bottom: 1px dotted rgb(171, 171, 171);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 80px;
}

.board-detail-info-author-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1752c8;
    font-size: 16px;
    font-weight: 500;
}

.board-detail-info-container i {
    font-size: 6px;
    color: #b5c0c6;
    margin-left: 20px;
    margin-right: 20px;
}

.board-detail-info-author-wrapper a {
    color: #1752c8;
    font-size: 15px;
    font-weight: 500;
}

.board-detail-info-date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.board-detail-info-views-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.board-detail-info-content-wrapper {
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 1px dotted rgb(171, 171, 171);
}

.board-detail-info-content-wrapper img {
    max-width: 80%;
    height: auto;
    display: block;
}

.board-detail-navigation-button-container {
    border-bottom: 2px solid rgb(45, 45, 45);
}

.board-detail-navigation-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 50px 40px 50px;
}

.board-detail-navigation-button-wrapper.prev-button {
    align-items: flex-start;
    border-right: 1px dotted rgb(171, 171, 171);
}

.board-detail-navigation-button-wrapper.next-button {
    align-items: flex-end;
}

.board-detail-navigation-text {
    font-size: 18px;
    display: block;
    color: #5a5b5b;
}

.board-detail-navigation-text .fa-arrow-circle-left {
    margin-right: 15px;
}

.board-detail-navigation-text .fa-arrow-circle-right {
    margin-left: 15px;
}

.board-detail-navigation-title {
    font-size: 18px;
    color: #9fadb5;
    width: 100%;
    display: block; /* Flexbox 대신 block을 사용 */
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 말줄임(...) 표시 */
    box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
}

.next-button .board-detail-navigation-title {
    text-align: right;
}

.board-detail-back-to-list-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
}

.board-detail-etc-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.board-detail-main-into-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 508px) {
    .board-detail-info-container {
        flex-direction: column;
    }

    .board-detail-etc-wrapper {
        margin-top: 15px;
        width: 350px;
        /* justify-content: space-evenly; */
    }
}




/*---------------------------------------
  HOME > Research STYLES               
-----------------------------------------*/

.research {
  background: var(--section-bg-color);
}

.research-item {
    position: relative;
    text-align: center;
}

.research-item .research-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.research-item .research-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.research-item:hover .research-img img {
    /* transform: scale(1); */
}

.research-item .research-text {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.research-item:hover .research-text {
    background: rgba(15, 64, 66, 0.6);
}

.research-item .research-text h5,
.research-item .research-text .research-item-desc-text {
    transition: .3;
}

.research-item:hover .research-text h5 {
    color: #FFFFFF;
}

.research-item:hover .research-text .research-item-desc-text {
    color: var(--light);
}

.research-item .research-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.research-item:hover .research-text .btn-square {
    background: var(--light);
}

.research-item .research-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.research-item:hover .research-text .btn {
    width: 112px;
}

.research-item-desc-empty-text {
    opacity: 0;
}

.btn {
    transition: .5s;
    font-weight: 500;
}

.btn i {
    color: #4795ba !important;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.research-item-icon {
    width: 64px;
    height: auto;
}

.research-item-desc-text {
    font-size: 17px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 3); /* 1.2em은 라인 높이로, 3줄로 제한 */
    line-height: 1.2em; /* 필요에 따라 조정 */
}


/*---------------------------------------
  EQUIPMENT               
-----------------------------------------*/

/* .equipment, */
.related-equipment {
  background: var(--section-bg-color);
}

#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.equipment-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;

    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    transition: .3s;
    z-index: -2;
}


.equipment-inner::before,
.equipment-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 64, 66, 0.6);
    transition: .5s;
}

.equipment-inner::after {
    left: auto;
    right: 0;
}

.equipment-inner:hover::before,
.equipment-inner:hover::after {
    width: 50%;
}

.equipment-inner .equipment-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.equipment-inner:hover .equipment-text {
    transition-delay: .3s;
    opacity: 1;
}

.equipment-inner .equipment-text .btn {
    background: var(--light);
    color: var(--primary);
}

.equipment-inner .equipment-text .btn:hover {
    background: #8ad7de;
    color: var(--light);
}


.equipment-img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.equipment-detail-container {
    padding-left: 15px;
    padding-right: 15px;
}

.equipment-detail-image-wrapper {
    border: 1px solid rgb(223, 223, 223);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 300px;
    aspect-ratio: 1/1.3;
    max-height: 350px;
    margin: 0 auto;
}

.equipment-detail-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.equipment-detail-body-wrapper p {
    font-size: 18px;
}

.equipment-detail-title-wrapper {
    font-size: 21px;
    font-weight: 600;
}

/*---------------------------------------
  HOME > FOOTER              
-----------------------------------------*/
.footer-column-wrapper {
    padding-top: 2.5rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


/* color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size); */

.footer-logo-img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.footer-column-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 10px;
}

.footer-column-item-wrapper i {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    margin-right: 10px;
}

.footer-column-item-wrapper span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
}

.footer-column-title {
    color: rgba(255, 255, 255, 0.848) !important;
    font-size: 17px;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.footer-big-text i {
    font-size: 25px;
}

.footer-big-text span {
    font-size: 25px;
    font-weight: 600;
}

.footer-icon-wrapper {
    width: 30px;
}

.footer-lable {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.848) !important;
    margin-right: 15px;
}

.footer-gap-div {
    padding-left: 200px;
}

.top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #333;
    color: white;
    font-size: 20px;
    border: none;
    /* padding: 10px 15px; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-btn:hover {
    background-color: #555;
}





.border-red {
    border: 1px solid red;
}

@media (max-width: 1199px) {
    .footer-gap-div {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    .footer-gap-div {
        padding-left: 10px;
    }
}



/*---------------------------------------
  Specialties               
-----------------------------------------*/



/*---------------------------------------
  Appointments               
-----------------------------------------*/
.appointment-item-container {
    border: 1px solid #e8e8e8;
    padding: 50px 80px;
}

.appointment-item-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.appointment-item-title-wrapper img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.appointment-item-body-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.dot-list {
    list-style-type: none; /* 기본 목록 스타일 제거 */
    padding-left: 0;
}
  
.dot-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
  
.dot-list li::before {
    content: '•'; /* 점 문자 추가 */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #5c92bc; /* 점 색상 */
}


/*---------------------------------------
  AboutUs              
-----------------------------------------*/
.aboutus-showcase-center-image-wrapper {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
}

.aboutus-showcase-center-image-wrapper div {
    background-color: #78add1;
    width: 200px;
    height: 100px;
    border-top-right-radius: 50px;
}

.aboutus-showcase-side-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.aboutus-showcase-left-top-image-wrapper {
    width: 100%;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
}

.aboutus-showcase-left-center-wrapper {
    border-radius: 50px;
    background-color: #b6a495;
    width: 100%;
    height: 100px;
}

.aboutus-showcase-left-bottom-image-wrapper {
    width: 100%;
    border-bottom-left-radius: 50px;
}

.aboutus-showcase-right-top-wrapper {
    border-radius: 50px;
    border-bottom-right-radius: 0;
    background-color: #b6a495;
    width: 100%;
    height: 100px;
}

.aboutus-showcase-right-center-image-wrapper {
    width: 100%;
    border-radius: 50px;
}

.aboutus-showcase-right-bottom-image-wrapper {
    width: 100%;
    border-radius: 50px;
}   

.aboutus-showcase-part-side-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus-vision-container {
    padding: 20px;
}

.aboutus-vision-circle-wrapper {
    padding: 5%;
}

.aboutus-vision-circle-wrapper div {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.aboutus-vision-circle1 {
    background-color: #545b98;
}

.aboutus-vision-circle2 {
    background-color: #67a8dc;
}

.aboutus-vision-circle3 {
    background-color: #6fdbdf;
}

.aboutus-goodpoint-left-image-wrapper {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.aboutus-goodpoint-right-image-wrapper {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.aboutus-goodpoint-right-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
}

.aboutus-goodpoint-left-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 50px;
    padding-right: 50px;
}


@media (max-width: 1199px) {
    .aboutus-goodpoint-left-image-wrapper {
        height: 350px !important;
    }

    .aboutus-goodpoint-right-image-wrapper {
        height: 350px !important;
    }
}

@media (max-width: 991px) {
    .aboutus-goodpoint-left-image-wrapper {
        height: 350px !important;
    }

    .aboutus-goodpoint-right-image-wrapper {
        height: 350px !important;
    }
}


@media (max-width: 766px) {
    .aboutus-showcase-left-top-image-wrapper {
        margin-right: 7px;
        margin-bottom: 15px;
    }

    .aboutus-showcase-left-center-wrapper {
        height: 200px !important;
        margin-left: 7px;
        margin-bottom: 15px;
    }

    .aboutus-showcase-left-bottom-image-wrapper {
        height: 200px !important;
        margin-bottom: 15px;
    }

    .aboutus-showcase-center-image-wrapper {
        margin-bottom: 15px;
    }

    .aboutus-showcase-right-top-wrapper {
        display: none;
    }

    .aboutus-showcase-part-side-wrapper {
        flex-direction: row;
    }

    .aboutus-showcase-right-center-image-wrapper {
        margin-right: 7px;
    }

    .aboutus-showcase-right-bottom-image-wrapper {
        height: 200px !important;
        margin-left: 7px;
    }

    .aboutus-goodpoint-left-image-wrapper {
        height: 250px !important;
        margin-bottom: 20px;
    }

    .aboutus-goodpoint-right-image-wrapper {
        height: 250px !important;
        margin-bottom: 20px;
    }

    .aboutus-goodpoint-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .aboutus-showcase-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aboutus-goodpoint-left-image-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aboutus-goodpoint-right-image-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*---------------------------------------
  Non-Covered-Costs               
-----------------------------------------*/
.nccosts-update-text {
    font-size: 15px;
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
  
  .timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 100%;
    background-color: #13547a;
    position: absolute;
    left: 52px;
    top: 100px;
    overflow: hidden;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #8ac2e0;
    width: 100%;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress .hide-overpath {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: white;
  }
  
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 20px 0px 65px 145px;
  }
  
  .timeline-container .vertical-scrollable-timeline li:last-child {
    padding-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 40px;
  }
  
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8ac2e0;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    position: absolute;
    background-color: #8ac2e0;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: #fff;
  }
  
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 52px;
    z-index: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #13547a;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #13547a;
  }

  @media screen and (max-width: 991px) {
    .timeline-container .vertical-scrollable-timeline .list-progress {
        height: 75%;
    }
    
    .timeline-container .vertical-scrollable-timeline li {
        padding-left: 135px;
    }
  }



/*---------------------------------------
  Directions             
-----------------------------------------*/
.directions-info-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, .0);
}

.directions-info-row-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.directions-info-label-wrapper {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.directions-info-label-wrapper span {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
}

.directions-info-small-label {
    font-size: 18px;
    color: #2a2a2a !important;
}

.directions-info-body-wrapper {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.directions-info-body-wrapper span {
    font-size: 18px;
    color: grey;
}

.directions-info-body-wrapper.flex-direction-column {
    flex-direction: column;
}

.naver-button {
    background-color: #5ac467; /* 원하는 배경색 */
    border-color: #5ac467; /* 원하는 경계선 색 */
    color: white; /* 텍스트 색상 */
}

.naver-button:hover {
    background-color: rgb(95, 215, 101); /* 호버 시 배경색 */
    border-color: rgb(95, 215, 101); /* 호버 시 경계선 색 */
}

.naver-button:active,
.naver-button:focus {
  background-color: #5ac467; /* 클릭 시 배경색 */
  border-color: #5ac467; /* 클릭 시 경계선 색 */
  box-shadow: none; /* 클릭 시 Bootstrap 기본 그림자 제거 */
}

.kakao-button {
    background-color: #fae64d; /* 원하는 배경색 */
    border-color: #fae64d; /* 원하는 경계선 색 */
    color: #000; /* 텍스트 색상 */
}

.kakao-button:hover {
    background-color: #fcf092; /* 호버 시 배경색 */
    border-color: #fcf092; /* 호버 시 경계선 색 */
}

.kakao-button:active,
.kakao-button:focus {
  background-color: #fae64d; /* 클릭 시 배경색 */
  border-color: #fae64d; /* 클릭 시 경계선 색 */
  box-shadow: none; /* 클릭 시 Bootstrap 기본 그림자 제거 */
}

.directions-map {
    border-radius: 20px;
    filter: none;
    height: 50vh;
}




/*---------------------------------------
  ADMIN              
-----------------------------------------*/
.admin-login-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
}

.admin-login-wrapper {
    background-color: white;
    width: 350px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.admin-system-logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.admin-system-logo-wrapper img {
    width: 50%;
}

.admin-system-logo-wrapper span {
    font-size: 19px;
    margin-top: -4px;
    margin-left: 10px;
    font-weight: 500;
    color: #6b7795;
}

.admin-login-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.admin-login-error-wrapper {
    color: #f36e7d;
    width: 100%;
    word-wrap: break-word;
}





.admin-content {
    min-height: 100vh;
    background-color: #fafafa !important;
    margin-left: 350px; /* 기본적으로 Navbar가 펼쳐져 있을 때의 margin */
    transition: margin-left 0.3s ease, padding-top 0.3s ease; /* 부드러운 전환 */
}

.admin-content.collapsed {
    margin-left: 60px; /* Navbar가 접혔을 때의 margin */
}

.admin-nav-bar {
    background-color: white;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    transition: width 0.3s ease, height 0.3s ease;
    overflow: hidden;
    z-index: 1000;
    width: 350px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.admin-nav-bar-header-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.admin-nav-bar.collapsed {
    width: 60px; 
}
  
.admin-nav-bar.expanded {
    /* width: 350px; */
    padding-left: 10px;
    padding-right: 10px;
}
  
.admin-nav-bar.mobile {
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
}
  
.menu-list {
    width: 100%;
}

.admin-nav-bar.mobile .menu-list {
    display: none;
    flex-direction: column;
    width: 100%;
}
  
.admin-nav-bar.mobile.expanded .menu-list {
    display: flex;
}
  
.admin-nav-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
  
.admin-nav-bar ul li {
    margin: 10px 0;
    width: 100%;
}
  
.admin-nav-bar ul li a {
    color: #080a0c;
    text-decoration: none;
    padding: 10px;
    display: block;
}
  
.admin-nav-bar ul li a:hover {
    background-color: #f3f4f7;
    border-radius: 5px;
}

.nav-item .active {
    background-color: #f3f4f7;
    border-radius: 5px;
}
  
.toggle-button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.menu-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.nav-link {
    font-size: 16px;
    color: #080a0c; /* 부모 요소의 색상 상속 */
    text-decoration: none; /* 밑줄 제거 */
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #080a0c; /* 부모 요소의 색상 유지 */
}

.nav-link:active, .nav-link:focus, .nav-link.active {
    color: #080a0c; /* 부모 요소의 색상 유지 */
    outline: none; /* 선택된 요소에 대한 윤곽선 제거 */
}

.nav-link:hover .menu-icon {
    opacity: 1;
}

.nav-link.active .menu-icon {
    opacity: 1;
}

.admin-nav-bar-open-button-wrapper {
    position: absolute;
    top: 0;
    left: 60px;
    width: 50px;
    height: 60px;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


  
@media (max-width: 768px) {

    .admin-nav-bar-open-button-wrapper {
        display: none;
    }

    .admin-content {
        margin-left: 0 !important; /* 모바일 화면에서는 기본적으로 margin 제거 */
        padding-top: 60px; /* Navbar의 높이만큼 padding을 추가하여 콘텐츠가 가려지지 않도록 설정 */
    }

    .admin-content.expanded {
        padding-top: 545px; /* Navbar가 펼쳐졌을 때 추가적인 padding-top */
    }

    .nav-item {
        padding: 0 !important;
    }

    .admin-nav-bar {
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        bottom: auto;
        padding: 10px 20px;
        transition: height 0.3s ease;
    }
  
    .admin-nav-bar.collapsed {
        height: 60px;
    }
  
    .admin-nav-bar.expanded {
        height: auto;
    }
  
    .admin-nav-bar ul {
        display: none;
    }
  
    .admin-nav-bar.expanded ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }
  
    .admin-nav-bar ul li {
        margin: 0;
        padding: 15px;
        width: 100%;
    }
  
    .admin-nav-bar ul li a {
        padding: 15px;
        width: 100%;
    }
  
    .toggle-button {
        top: 10px;
        right: 10px;
        font-size: 24px;
        position: absolute;
    }
}



.admin-common-body {
    padding: 30px 5vw;
    min-height: 100vh;
    background-color: #fafafa !important;
}

.admin-bbs-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.board-pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.board-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.board-header-wrapper div {
    display: flex;
    align-items: center; /* 수직 가운데 정렬 */
    justify-content: center; /* 수평 가운데 정렬 (선택 사항) */
}

.board-header-wrapper h4 {
    font-weight: 500;
    margin: 0 !important;
}

.board-header-wrapper span {
    margin-left: 30px;
    color: #929292;
    font-size: 13px;
    font-weight: 500;
}

.admin-sub-header-text {
    color: #929292 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.admin-write-button {
    background-color: #498f97;
    color: white !important;
    border: none;
}

.admin-write-button-color2 {
    background-color: #4e9ea7;
}

.admin-write-button-color3 {
    background-color: #6eb5bd;
}

.admin-write-button:hover {
    background-color: #58a7af; /* 호버 시 배경색 */
    color: white !important; /* 호버 시 글씨 색 */
}


.admin-write-button i {
    color: white !important; /* 아이콘의 색상 변경 */
    margin-right: 10px;
}

.square-button {
    width: 30px; /* 원하는 크기로 설정 */
    height: 30px; /* 버튼을 정사각형으로 만듦 */
    padding: 0; /* 버튼 안의 내용에 대한 여백 제거 */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 연한 그림자 추가 */
}

.square-button i {
    color: rgb(50, 50, 50) !important; /* 아이콘 색상 검은색으로 설정 */
}

.square-button span {
    color: rgb(50, 50, 50) !important; /* 버튼 텍스트 색상 검은색으로 설정 */
}

.board-pagination-text {
    margin-right: 30px;
    color: #929292;
    font-size: 13px;
    font-weight: 500;
}

.nodata-wrapper {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #929292;
    font-weight: 500;
}

.event-card-container {
    height: 350px;
    padding-left: 5px;
    padding-right: 5px;
}

.event-card-wrapper {
    height: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 연한 그림자 추가 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.event-card-image-wrapper {
    border: 1px solid rgb(228, 228, 228);
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-size: cover; /* 이미지를 div에 꽉 채우도록 */
    background-position: top; /* 이미지가 div의 중심에 위치 */
    background-repeat: no-repeat; /* 이미지가 반복되지 않도록 */
    /* background-color: #c5c7f5; */
    background-color: #ecebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  /* 부모 div에 relative position 추가 */
    overflow: hidden;    /* 부모 div를 넘지 않도록 */
}

.event-card-image-wrapper img {
    width: auto;
    height: 40%;
}

.event-card-title {
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #546385;
    font-weight: 500;
}

.event-card-title-wrapper {
    width: 100%;
    display: block; /* Flexbox 대신 block을 사용 */
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 말줄임(...) 표시 */
    box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
    padding-right: 5px;
    padding-left: 5px;
}

.event-card-date {
    font-family: 'Noto Sans KR', sans-serif;
    color: #afb7d2;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
}

.custom-datepicker {
    width: 100% !important;
}

.react-datepicker__close-icon {
    transform: translateY(-15%); 
}







/*---------------------------------------
  AWARDS              
-----------------------------------------*/

.awards-card-container {
    height: 350px;
    padding-left: 5px;
    padding-right: 5px;
}

.awards-card-wrapper {
    height: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 연한 그림자 추가 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.awards-card-image-wrapper {
    border: 1px solid rgb(228, 228, 228);
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-size: cover; /* 이미지를 div에 꽉 채우도록 */
    background-position: top; /* 이미지가 div의 중심에 위치 */
    background-repeat: no-repeat; /* 이미지가 반복되지 않도록 */
    /* background-color: #c5c7f5; */
    background-color: #ecebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.awards-card-image-wrapper img {
    width: auto;
    height: 40%;
}

.awards-card-title {
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #546385;
    font-weight: 500;
}

.awards-card-title-wrapper {
    width: 100%;
    display: block; /* Flexbox 대신 block을 사용 */
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 말줄임(...) 표시 */
    box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
    padding-right: 5px;
    padding-left: 5px;
}

.awards-card-date {
    font-family: 'Noto Sans KR', sans-serif;
    color: #afb7d2;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
}

.admin-explore-image-uploader {
    width: 100%;
    aspect-ratio: 1/0.45;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.admin-explore-card-wrapper {
    border: 1px solid rgb(228, 228, 228);
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-size: cover; /* 이미지를 div에 꽉 채우도록 */
    background-position: center; /* 이미지가 div의 중심에 위치 */
    background-repeat: no-repeat; /* 이미지가 반복되지 않도록 */
    /* background-color: #c5c7f5; */
    background-color: #ecebeb;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.admin-explore-card-desc-wrapper {
    width: 90%;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 20px;
    display: block; /* Flexbox 대신 block을 사용 */
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 말줄임(...) 표시 */
    box-sizing: border-box; /* 패딩과 보더를 width에 포함 */
}

.loading-box-wrapper {
    width: 100%;
    aspect-ratio: 1/0.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-box-wrapper span {
    font-size: 16px;
    color: #7d7d7d;
    margin-top: 20px;
}


.bus-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bus-info-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bus-info-wrapper h4 {
    font-size: 20px;
}

.bus-info-wrapper span {
    font-size: 15px;
    font-weight: 500;
    color: #b3b3b3;
}

.bus-info-text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #787878 !important;
}

.green-bus {
    color: #7cde66;
    font-size: 35px;
    margin-right: 20px;
}

.directions-guide-text {
    font-size: 20px;
}

.directions-guide-text span {
    font-size: 15px;
    color: #787878;
}

.event-detail-now-yn-wrapper {
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #ced4da;
    background-color: #c6c6c6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.event-card-now-yn-wrapper {
    padding: 5px 15px;
    border: 1px solid #ced4da;
    background-color: #c6c6c6;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(-15deg);
}

.event-detail-now {
    background-color: #f7b035;
    border: 3px solid #f3f523;
    animation: borderGlow 0.5s infinite ease-in-out;
    transition: all 0.3s ease-in-out;
}

.event-card-now {
    background-color: #f7b035;
    border: 3px solid #f3f523;
    animation: borderGlow 0.5s infinite ease-in-out;
    transition: all 0.3s ease-in-out;
}


@keyframes borderGlow {
    0% {
      border-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }
    50% {
      border-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }
    100% {
      border-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }
}

.event-display-yn-button-wrapper {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #452119;
}

.event-display-yn-button-wrapper span {
    font-size: 13px;
    color: #ee4d4d;
}




.list-custom {
    margin-top: 15px;
}

.list-custom li {
    margin-bottom: 15px;
}


