@charset "utf-8";
/* ==========================================================================
   Column View Banner CSS
   ========================================================================== */

/* List Page s */
   #column_list.column-list-page .sec-sub-visual{background-image: url(./img/column_list_bn.webp);}
   .main-header { background: var(--color-sig1); }
   .introTitleSect .sect_title_wrap .sect_desc { line-height: 1.45; text-align: center; }
   #bo_gall{width: 100%; max-width: 100%; padding-block: 200px;}
   #fboardlist{ width: 92%; max-width: 1400px; margin-inline: auto;}
   #gall_ul{display: flex; flex-wrap: wrap;}
   #bo_gall .gall_href .gall_title_wrap{flex-direction: column; padding: 15px 10px;}
   #bo_gall .gall_href .gall_title_wrap .gall_title{width: 100%; margin-bottom: 15px; font-size: 18px; font-weight: 600; color: #323232; font-family: var(--ft-suit);}
   #bo_gall .gall_href .gall_title_wrap .event-date{width: 100%; text-align: left; font-size: 18px; font-weight: 600; color: #727272; font-family: var(--ft-suit);}
   
   #column_list .bo-head {max-width: 1400px;margin-inline: auto;}
   #column_list #bo_cate ul {
      gap: 0;
      margin: 0;
      display: flex;
      border-bottom: 1px solid #1717174d;
      gap: 10px;
   }
   #column_list #bo_cate li {
      width: 100%;
   }
   #column_list #bo_cate a {
    height: auto;
    line-height: 1;
    padding-block: 19px;
    background: unset;
    font-size: 18px;
    color: #ababab;
    border-radius: unset;
    white-space: nowrap;
    transition: all 0.3s ease;
   }
   #column_list #bo_cate li:hover a {
    transform: scale(1.06);
    color: #323232;
   }
   #column_list #bo_cate #bo_cate_on {
    color: #323232;
    border-bottom: 3px solid var(--color-primary);
   }
   #column_list #bo_cate li:hover  #bo_cate_on {
    transform: scale(1);
   }
   #bo_gall #bo_sch {
      margin-top: 85px;
      margin-bottom: 140px;
   }
   #bo_gall #bo_sch select#sfl {
      width: 95px;
      height: 40px;
      border-radius: 8px;
      font-size: 16px;
      color: #5c5c5c;
      padding-inline: 5px;
   }
   #bo_gall #bo_sch .sch_input {
      width: 280px;
      height: 40px;
      border-radius: 8px !important;
      color: #323232;
   }
   #bo_gall #bo_sch .sch_btn {
      background: unset;
      width: auto;
      height: auto;
      font-size: 16px;
      color: #5c5c5c;
      font-weight: 500;
   }
   #column_list {
       list-style: none;
       padding: 0;
       margin: 0;
       border-top: 1px solid #efebe7;
   }
   #column_list .column-item {
       border-bottom: 1px solid #efebe7;
       transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
       box-sizing: border-box;
   }
   #column_list .column-item:hover {
       background: url('./img/column_list_hover_bg.webp') no-repeat center center / cover;
       border-color: transparent;
   }
   #column_list .column-inner {
       width: 100%;
   }
   #column_list .column-inner a {
       display: flex;
       height: 158px;
       align-items: center;
       justify-content: space-between;
       text-decoration: none;
       padding-inline: 40px;
       box-sizing: border-box;
   }
   #column_list .column-inner a .column-number {
       width: 64px;
       height: 64px;
       background-color: var(--color-primary);
       border-radius: 50%;
       font-family: var(--ft-noto-serif);
       font-weight: 700;
       font-size: 20px;
       line-height: 28px;
       color: #ffffff;
       display: flex;
       align-items: center;
       justify-content: center;
       flex-shrink: 0;
   }
   #column_list .column-inner a .column-subject {
       flex: 1;
       margin-left: 30px;
       text-align: left;
   }
   #column_list .column-inner a .column-subject p {
       font-weight: 700;
       font-size: 20px;
       line-height: 28px;
       color: #323232;
       word-break: keep-all;
       transition: color 0.3s ease-in-out;
       display: flex;
       align-items: center;
   }
   #column_list .column-inner a .column-subject p .column-notice {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       width: 53px;
       height: 26px;
       border: 1px solid #323232;
       border-radius: 13px;
       font-weight: 700;
       font-size: 16px;
       color: #323232;
       margin-right: 10px;
       box-sizing: border-box;
       transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
       flex-shrink: 0;
   }
   #column_list .column-item:hover .column-inner a .column-subject p {
       color: #ffffff;
   }
   #column_list .column-item:hover .column-inner a .column-subject p .column-notice {
       border-color: #ffffff;
       color: #ffffff;
   }
   #column_list .column-inner a .column-more {
       display: inline-flex;
       align-items: center;
       gap: 12px;
       font-family: var(--ft-cormorant);
       font-weight: 500;
       font-size: 24px;
       line-height: 34px;
       color: #323232;
       text-decoration: none;
       border-bottom: 1px solid #323232;
       padding-bottom: 4px;
       transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
   }
   #column_list .column-inner a .column-more img {
       height: 10px;
       transition: filter 0.3s ease-in-out;
   }
   #column_list .column-item:hover .column-inner a .column-more {
       color: #ffffff;
       border-color: #ffffff;
   }
   #column_list .column-item:hover .column-inner a .column-more img {
       filter: brightness(0) invert(1);
   }
   #column_list .empty_list {
       text-align: center;
       padding: 80px 20px;
       font-size: 18px;
       color: #777;
       border-bottom: 1px solid #efebe7;
   }

   /* Pagination s */
   .pg_wrap {
      max-width: 1400px;
       clear: both;
       margin: 80px auto;
       text-align: center;
   }
   .pg_wrap .pg {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       gap: 0px;
       list-style: none;
       padding: 0;
       margin: 0;
   }
   .pg_wrap .pg > .pg_page {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       height: auto;
       min-width: unset;
       font-weight: 700;
       color: #727272;
       font-size: 20px;
       letter-spacing: -0.02em;
       text-decoration: none;
       border-bottom: 2px solid transparent;
       padding-bottom: 2px;
       box-sizing: border-box;
       transition: all 0.3s ease;
       font-family: var(--ft-suit, sans-serif);
       background-color: unset;
       border: unset;
   }
   .pg_wrap .pg > .pg_page:hover {
       color: #323232;
       border-bottom: 2px solid #323232;
   }
   .pg_wrap .pg > .pg_current {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       height: 35px;
       min-width: 25px;
       font-weight: 700;
       color: #323232;
       font-size: 20px;
       letter-spacing: -0.02em;
       border-bottom: 2px solid #323232;
       padding-bottom: 2px;
       box-sizing: border-box;
       font-family: var(--ft-suit, sans-serif);
      background: unset;
      border: unset;
      font-weight: 700;
   }
   
    .pg_wrap .pg > .pg_page.pg_start,
    .pg_wrap .pg > .pg_page.pg_prev,
    .pg_wrap .pg > .pg_page.pg_next,
    .pg_wrap .pg > .pg_page.pg_end {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: unset;
        border: none;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        border-bottom: none;
        transition: opacity 0.3s ease;
    }
    .pg_wrap .pg > .pg_page.pg_start:hover,
    .pg_wrap .pg > .pg_page.pg_prev:hover,
    .pg_wrap .pg > .pg_page.pg_next:hover,
    .pg_wrap .pg > .pg_page.pg_end:hover {
        opacity: 0.7;
        border-bottom: none;
    }
    .pg_wrap .pg > .pg_page.pg_start::before,
    .pg_wrap .pg > .pg_page.pg_prev::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 6px solid #c9c9c9;
        text-indent: 0;
    }
    .pg_wrap .pg > .pg_page.pg_next::before,
    .pg_wrap .pg > .pg_page.pg_end::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #c9c9c9;
        text-indent: 0;
    }
   /* Pagination e */

   /* List Page e */

/* View Page s */
#content.column-page .sec-sub-visual { background-image: url('./img/column_view_bn.webp'); background-position: 90% center; }
#content.column-page .column-article {padding-block: 140px 200px;width: 92%; max-width: 1240px; margin-inline: auto;}
#content.column-page .column-article .title_wrap{position: relative; background: #f8ede6;}
#content.column-page .column-article .title_wrap .event-date{position: absolute; top: 50%; right: 39px; transform: translateY(-50%);}
#content.column-page .column-article #bo_v_title { color: #323232; }
#content.column-page .column-article .title_wrap .event-date { font-size: 18px; color: #666; }
#content.column-page .column-article #bo_v_atc { max-width: 860px; width: 100%;}
#content.column-page .column-article #bo_v_con { max-width: 100%; width: 100%;}
#content.column-page .column-header {display: flex; align-items: center;}
#content.column-page .column-notice {border: 1px solid #323232;font-size: var(--fz-16);border-radius: 13px;padding: 5px 12px;margin-right: 10px;}

/* 좌측 고정 목차 (TOC) 및 레이아웃 스타일 */
.bo_v_wrap { display: flex; justify-content: center; align-items: flex-start; gap: 25px; max-width: 1400px; margin: 0 auto; position: relative; }
.bo_v_toc { width: 355px; flex-shrink: 0; display: none; position: sticky; top: 100px; z-index: 99; margin: 5rem 0 4.25rem; }
.bo_v_toc .toc_box { width: 100%; box-sizing: border-box; }
.bo_v_toc .toc_list { list-style: none; padding: 0; margin: 0; width: 100%; }
.bo_v_toc .toc_list li { position: relative; display: block; padding: 20px 20px 15px 40px; border-top: 1px solid #f4e0d2; box-sizing: border-box; }
.bo_v_toc .toc_list li:first-child { border-top: 2px solid #c24f02; }
.bo_v_toc .toc_list li:last-child { border-bottom: 1px solid #f4e0d2; }
.bo_v_toc .toc_list li::before { content: ''; position: absolute; left: 20px; top: 31.5px; width: 5px; height: 5px; background-color: #c24f02; border-radius: 50%; opacity: 0; transition: opacity 0.2s ease; pointer-events: none; }
.bo_v_toc .toc_list li a { font-family: 'SUIT', sans-serif; font-size: 17px; font-weight: 500; line-height: 28px; color: #666666; text-decoration: none; word-break: keep-all; transition: color 0.2s ease; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.bo_v_toc .toc_list li.active::before, .bo_v_toc .toc_list li:hover::before { opacity: 1; }
.bo_v_toc .toc_list li.active a, .bo_v_toc .toc_list li:hover a { color: #424141; font-weight: 700; }

/* 진료 예약 섹션 */
.sec-column-reservation { position: relative; width: 100%; max-width: 1240px; background: url('./img/column_cta_bg.webp') no-repeat center center / cover; padding: 70px 20px; margin: 60px auto; text-align: center; box-sizing: border-box; overflow: hidden; }
.sec-column-reservation .res-inner { max-width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.sec-column-reservation .res-sub-ttl { font-family: 'Cormorant', serif; font-size: 20px; font-weight: 600; color: #ededed; letter-spacing: 0; margin: 0 0 10px 0; line-height: 1.2; }
.sec-column-reservation .res-ttl { font-family: 'Noto Serif KR', 'Source Han Serif K', serif; font-size: 42px; font-weight: 500; color: #ffffff; margin: 0 0 15px 0; line-height: 1.3; word-break: keep-all; }
.sec-column-reservation .res-desc { font-family: 'SUIT', sans-serif; font-size: 20px; font-weight: 500; color: #e9e9e9; margin: 0 0 45px 0; line-height: 1.4; word-break: keep-all; }
.sec-column-reservation .res-btn-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 21px; width: 100%; max-width: 684px; }
.sec-column-reservation .res-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: 214px; height: 66px; padding: 18px 36px; background: rgba(255, 255, 255, 0.1); border: 1px solid #ffffff; font-family: 'SUIT', sans-serif; font-size: 17px; font-weight: 500; color: #ffffff; text-decoration: none; box-sizing: border-box; transition: background 0.3s ease, border-color 0.3s ease; }
.sec-column-reservation .res-btn:hover { background: rgba(255, 255, 255, 0.25); }
.sec-column-reservation .res-btn svg { width: 41px; height: 7px; flex-shrink: 0; }
/* View Page e */

@media (max-width: 1024px) {
   #bo_gall .gall_href .gall_title_wrap{padding: 10px 7px;}
   #bo_gall .gall_href .gall_title_wrap .gall_title{font-size: var(--fz-14); margin-bottom: 10px;}
   #bo_gall .gall_href .gall_title_wrap .event-date{font-size: var(--fz-13);}

   /* List Page Responsive */
   #column_list .bo-head { padding-inline: 15px; }
   #bo_gall #bo_sch { margin-top: 40px; margin-bottom: 60px; }
   #bo_gall {padding: 60px 0;}
   
   #column_list #bo_cate ul {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 8px;
       border-bottom: none;
   }
   #column_list #bo_cate li {
       width: auto;
   }
   #column_list #bo_cate a {
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 14px;
       padding-block: 12px;
       border: 1px solid #efebe7;
       background-color: #fdfdfd;
       border-radius: 4px;
       text-align: center;
       transition: all 0.2s ease;
   }
   #column_list #bo_cate #bo_cate_on {
       color: var(--color-primary);
       border: 1px solid var(--color-primary);
       background-color: #fff;
   }
   #column_list .column-inner a {
       display: grid;
       grid-template-columns: auto 1fr;
       grid-template-rows: auto auto;
       height: auto;
       padding-block: 20px;
       padding-inline: 15px;
       gap: 12px 15px;
   }
   #column_list .column-inner a .column-number {
       grid-column: 1;
       grid-row: 1;
       align-self: center;
       width: 30px;
       height: 30px;
       font-size: var(--fz-14);
   }
   #column_list .column-inner a .column-subject {
       grid-column: 2;
       grid-row: 1;
       margin-left: 0px;
       width: auto;
       align-self: center;
   }
   #column_list .column-inner a .column-subject p {
       font-size: var(--fz-16);
       line-height: 22px;
   }
   #column_list .column-inner a .column-subject p .column-notice {
       width: 46px;
       height: 22px;
       font-size: var(--fz-14);
       margin-right: 6px;
       border-radius: 11px;
   }
   #column_list .column-inner a .column-more {
       grid-column: 1 / span 2;
       grid-row: 2;
       justify-self: flex-end;
       font-size: var(--fz-16);
       line-height: 26px;
       gap: 8px;
       padding-bottom: 2px;
       margin-top: 5px;
   }
   #column_list .column-inner a .column-more img {
       height: 8px;
   }
   #bo_gall #bo_sch .sch_input {
       width: auto;
   }
   #bo_gall #bo_sch select#sfl {
      font-size: var(--fz-14);
   }
   #bo_gall #bo_sch .sch_btn {
      font-size: var(--fz-14);
   }
   /* List Page e */
   
   /* View Page s */
    .main-header .header_infoPage_btn { border: 0.1778vw solid #fff; }
    .bo_contents #bo_sch select#sfl{background: url(/img/select_arrow001.png) no-repeat calc(100% - 0.85rem) center;border:0.1389vw solid #c8c8c8;}
    .bo_contents #bo_sch .sch_input{border:0.1389vw solid #c8c8c8;background: url(/img/sch_btn222.png) no-repeat calc(100% - 0.85rem) center;}
    .bo_contents #bo_sch .sch_btn{right:2.9167vw;}
    .if_date{margin-left:auto;color:#606060; font-size: 0.85rem;}
    .btn_v_02{left: 50%;transform: translate(-50%, 0);}
    .btn_v_02 a,
    .btn_v_01 a{width:12.7604vw;height:4.9479vw;line-height:4.9479vw;border-radius:2.474vw;font-size:1.6927vw;margin:0 auto;transition: .3s; font-size: 2.3438vw !important;}
    .btn_v_03{width:12.7604vw;height:4.9479vw;line-height:4.9479vw;border-radius:2.474vw;font-size:1.6927vw;margin:0 auto;transition: .3s; font-size: 2.3438vw !important;}
    .btn_bo_user_btm_v{ width: 100%;}
    .btn_v_02 a,
    .btn_v_01 a { font-size: 2.8438vw !important; }
    .subbbs2-view-wrap{margin-top: 60px;}
    #bo_v_title{font-size: var(--fz-18);}
    .title_wrap .event-date{position: static; margin-top: 15px; font-size: var(--fz-16);}
    #content.column-page .column-article {padding-block: 60px;}
    .bo_v_wrap { display: flex; flex-direction: column; gap: 30px; }
    .bo_v_toc { display: block; width: 100%; max-width: 100%; position: static; margin: 40px 0 30px 0; }
    .bo_v_toc .toc_list li { padding-left: 20px; }
    .bo_v_toc .toc_list li::before { display: none; }
    .bo_v_toc .toc_list li.active a, .bo_v_toc .toc_list li:hover a { color: #666666; font-weight: 500; }
    .bo_v_toc .toc_list li a {font-size: 16px;}
    .bo_v_wrap #bo_v_atc { max-width: 100%; margin: 0 auto; padding-top: 0; }

    /* 진료 예약 섹션 모바일 (Figma Node 96:17) */
    .sec-column-reservation { padding: 45px 20px; margin: 40px auto; }
    .sec-column-reservation .res-sub-ttl { font-size: 14px; margin-bottom: 7px; }
    .sec-column-reservation .res-ttl { font-size: 26px; margin-bottom: 16px; }
    .sec-column-reservation .res-desc { font-size: 16px; line-height: 24px; margin-bottom: 30px; }
    .sec-column-reservation .res-btn-group { flex-direction: column; gap: 4px; max-width: 100%; }
    .sec-column-reservation .res-btn { width: 100%; height: 48px; padding: 14px 20px; font-size: 14px; }
    /* View Page e */
}