@charset "utf-8";

html,
body {
    font-size: 1rem;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Poppins', 'pretendard', '나눔바른고딕', NanumBarunGothic, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}
a,
.nav-link {
    color: #111;
    text-decoration: none;
    transition: all .3s ease;
}
@media (max-width: 1199px) {
    .kso-contents {
        padding-top: 0 !important;
    }

    .kso-contents .sub-header {
        position: relative;
        top: 14px;
    }
}

@media (max-width: 767px) {
    .kso-contents .sub-header {
        top: 12px;
    }
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
#kso-container {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.sub-header {
    min-height: 360px;
    display: flex;
    align-items: center;
}

.sub-header .container,
.sub-header .row,
.sub-header .col {
    height: 100%;
}

.sub-header .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-page-title {
    margin: 0;
    transform: translateY(0);
}
.period {
    position: relative;
    display: inline-block;
    width: calc( .175rem + .5vw);
    height: calc( .175rem + .5vw);
    border-radius: 50%;
    background-color: rgb(var(--main-rgb));
    transform: translateY(5px);
}

#scollTop {
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgb(var(--main-rgb));
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    z-index: 99;
}
#scollTop .scroll-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.sub-header {
    background-repeat: no-repeat;
    background-position: center;
}
.sub-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: #3B4454;
    background: linear-gradient(180deg, rgba(59, 68, 84, 0) 40%, rgba(59, 68, 84, 0.64) 100%);
}
.bread-crumb {
    line-height: 0;
}
.bread-crumb a {
    color: #444;
}
.bread-crumb .bi {
    font-size: 12px;
    color: #C9C9C9;
}
footer {
    color: #adadad;
    background-color: #2f2f2f;
}
footer .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23eeeeee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
footer .footer-menu li a {
    position: relative;
}
footer .footer-menu .nav li:first-child a {
    padding-left: 0;
}




/*bs style*/
.modal-backdrop {
    --bs-backdrop-bg: #fff;
}
.modal-backdrop.show {
    opacity: 1;
}


@media screen and (min-width: 1200px) {

}


@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {

}    

@media screen and (max-width: 575px) {
    .container-xs {
        --bs-gutter-x: 2.5rem;
    }
}

/************************************************
* Sub header fixes - 2026-04-17
************************************************/
.sub-header {
    position: relative;
    min-height: 360px;
    margin-top: 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-header:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: linear-gradient(180deg, rgba(59, 68, 84, 0.16) 0%, rgba(59, 68, 84, 0.62) 100%);
}
.sub-header .container,
.sub-header .row,
.sub-header .col {
    position: relative;
    z-index: 2;
    min-height: inherit;
}
.sub-page-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
}
.sub-page-hidden-nav,
.bread-crumb,
.sub-header nav {
    display: none !important;
}
@media (max-width: 1199px) {
    .sub-header {
        min-height: 300px;
        margin-top: 0 !important;
        border-radius: 2rem !important;
    }
    .sub-page-title {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
    }
}
@media (max-width: 767px) {
    .sub-header {
        min-height: 260px;
        margin-top: 0 !important;
    }
    .sub-page-title {
        font-size: 2rem;
    }
}


/* Mobile header top spacing fix - 2026-04-17 */
@media (max-width: 1199px) {
    .header {
        padding-top: 10px;
    }

    .header .logo,
    .header-right {
        height: 68px;
    }
}

@media (max-width: 767px) {
    .header {
        padding-top: 8px;
    }

    .header .logo,
    .header-right {
        height: 64px;
    }
}
.doctor-profile-intro {
  width: 100%;
}

/* 상단 문구 */
.doctor-message {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

/* 약력 카드 */
.doctor-career {
  width: 100%;
}

.career-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #f1e6ea;
  transition: all 0.3s ease;
}

.career-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* 리스트 */
.career-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 17px;
  color: #2a2a2a;
  line-height: 1.6;
  font-weight: 500;
}

.career-item:last-child {
  margin-bottom: 0;
}

/* 포인트 */
.career-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d96b8a;
}

/* 모바일 */
@media (max-width: 768px) {
  .doctor-message {
    font-size: 18px;
  }

  .career-card {
    padding: 20px;
  }

  .career-item {
    font-size: 15px;
  }
}