

/*
############################################################
    Basic Style
############################################################
*/

:root {
    /* 포커스 컬러만 바꾸고 싶으면 여기 값만 변경 */
    --accent-color: #ff8754;
    --accent-color-association: #FF120A;
    --accent-color-society: #ff8000;
    --accent-color-exhibition: #ff0daa;
    --accent-color-paper: #d829ff;
    --accent-color-conference: #9251ff;

    /* border */
    --border-color-gray10: #e4e4e4;
    --border-color-gray20: #c1c1c1;
    --border-color-gray60: #919191;
    --border-color-gray80: #595959;
    --border-color-gray100: #000000;

    /* header */
    --header-height: 125px;
}

body>.section {}

.no_img {background: #eee;}


a {text-decoration: none; cursor: pointer;
    color: #555555;}
a:hover {color: #222222;}


/* UIKIT */
.uk-button-primary {background-color: #2d6398;}
.uk-label {font-size: 1.3rem;}
.uk-label.cmmn {background: #686973;}
.uk-label.ko {background: #6972b7;}
.uk-label.en {background: #9072c4;}

.uk-label.perm {background: #869372;}
.uk-label.deny {background: #676767;}

.uk-input {font-size: 1.5rem; font-weight: 300;}
.uk-button {font-size: 1.5rem; font-weight: 500; margin-right: 5px;}
.uk-button:last-child {margin-right: 0px;}
.uk-button-large {font-size: 1.5rem; font-weight: 500;}

.uk-alert-primary {font-size: 1.5rem; line-height: 2rem;}
form .uk-text-meta {font-size: 1.3rem; display: inline-block; margin-top: 10px;}
.uk-form-label {color: #222; font-size: 1.2rem; line-height: 180%;}
.uk-select:not([multiple]):not([size]) {font-size: 14px;}

.chk_agree {display: flex; align-items: center; justify-content: flex-start; column-gap: 10px;}
.chk_agree label {font-size: 1.3rem; line-height: normal; height: 100%;}
.uk-checkbox {margin-top: 0;}

.uk-placeholder {}

.uk-button-primary, .uk-background-primary {background-color: #E60012; color: #FFF;}
.uk-button-primary:hover, .uk-background-primary:hover {background-color: #a1000d;}
.uk-button-secondary, .uk-background-secondary {background-color: #F08300; color: #FFF;}
.uk-button-secondary:hover, .uk-background-secondary:hover {background-color: #ba6600;}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: ">";
    display: inline-block;
    margin: 0 10px 0 calc(10px - 4px);
    font-size: 1.2rem;
    color: #ccc;
}

.uk-form-width-medium {width: 200px;}
@media (max-width: 768px){
    .uk-form-width-medium {width: 100%;}
}


.uk-button-large {min-width: 130px;}
.btn_divide {width: 100%; height: 1px; background: #eee; margin-top: 50px; margin-bottom: 30px;}
.uk-button.normal {background: #777; color: #fff; border: 1px solid #777;}


.mt_1 {margin-top: 1px;}
.mt_2 {margin-top: 2px;}
.mt_3 {margin-top: 3px;}
.mt_4 {margin-top: 4px;}
.mt_5 {margin-top: 5px;}
.mt_6 {margin-top: 6px;}
.mt_7 {margin-top: 7px;}
.mt_8 {margin-top: 8px;}
.mt_9 {margin-top: 9px;}
.mt_10 {margin-top: 10px;}


.item {width: 100%;}

.flx {display: flex;}
div.flx.fdr {flex-direction: row; }
div.flx.fdc {flex-direction: column; }

ol {list-style: decimal; margin: 10px 0; padding: 0 0 0 30px;}
ol>li {line-height: 160%; margin-bottom: 10px; font-weight: 300; color: #666;}
ol>li>ol {list-style: lower-alpha; margin: 10px 0; padding: 0 0 0 30px;}
ol>li>ol>li {font-size: 14px; line-height: 140%; color: #999;}
ul {list-style: none; margin: 10px 0; padding: 0 0 0 20px;}
ul>li {line-height: 160%;}
ul.lst_style {list-style: disc; margin: 10px 0; padding: 0 0 0 20px;}
@media (max-width: 640px) {
    ul {list-style: none; margin: 0;}
}


.rule {}
.rule p {font-size: 15px; padding: 5px 10px;}
.rule h5 {margin-top: 20px; font-weight: 700;}

.cmmt {font-size: 1.4rem; color: #9f7070;}

.grd {display: grid;}
.grd.gtc_1_1 {grid-template-columns: 1fr 1fr;}
.cg_40 {column-gap: 40px;}

.brdr_t_light {border-top: 1px solid var(--border-color-gray10);}
.brdr_b_light {border-bottom: 1px solid var(--border-color-gray10);}

.pd_t_10 {padding-top: 10px;}
.pd_t_20 {padding-top: 20px;}
.pd_t_30 {padding-top: 30px;}
.pd_t_40 {padding-top: 40px;}
.pd_t_50 {padding-top: 50px;}

/*
############################################################
    Element
############################################################
*/

body.sub {background: #FFFFFF;}



/*
############################################################
    UNIT
############################################################
*/


/*
===== button */
.bttn {border: 1px solid #999; border-radius: 5px; background: #fff; color: #333;}
/*
---------- button basic */
.bttn.bttn_bsc {
    color: #fff; font-size: 14px; font-weight: 500;
    background: #333; padding: 6px 30px; border-radius: 999px;}
/*
---------- button basic_line */
.bttn.bttn_bsc_line {
    color: #383838; font-size: 18px; font-weight: 500;
    background: #FFF; width: 165px; height: 44px; border-radius: 10px;}
/*
---------- button basic_more */
.bttn.bttn_bsc_more {
    color: #FFF; font-size: 11px; font-weight: 300;
    background: #777; padding: 1px 10px; border-radius: 5px;}
/*
---------- button dwnld */
.bttn.bttn_dwnld {
    color: #fff; font-size: 14px; font-weight: 500;
    width: 100%; background: #333; padding: 6px 30px; border: 0; border-radius: 5px;}
/*
---------- button pay */
.bttn.bttn_pay {
    color: #fff; font-size: 18px; font-weight: 500;
    background: #333; padding: 8px 20px; border: 0; border-radius: 5px;}

/* ===== side_menu */
ul.side_menu { text-align: right; }
ul.side_menu > li {
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(228,228,228,0) 0%, #eee 100%) 1;
}
ul.side_menu > li > a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #575757;
    white-space: nowrap;
}

/* ✅ 포커스(현재 페이지) 컬러만 변경 */
ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color);}
.association ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color-association);}
.society ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color-society);}
.exhibition ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color-exhibition);}
.paper ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color-paper);}
.conference ul.side_menu > li > a.focus, ul.side_menu > li > a[aria-current="page"] {color: var(--accent-color-conference);}


/* ----- side_submenu */
ul.side_submenu { text-align: right; margin-top: 5px; }
ul.side_submenu > li { }
ul.side_submenu > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #343434;
    line-height: 160%;
    /*padding-right: 7px;
    margin-right: 3px;
    border-right: 1px solid #ddd;*/
}

/* ✅ 서브메뉴 포커스(현재 페이지) 컬러만 변경 */
ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color); font-weight: 400;}
.association ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color-association); font-weight: 400;}
.society ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color-society); font-weight: 400;}
.exhibition ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color-exhibition); font-weight: 400;}
.paper ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color-paper); font-weight: 400;}
.conference ul.side_submenu > li > a.focus, ul.side_submenu > li > a[aria-current="page"] { color: var(--accent-color-conference); font-weight: 400;}


/*
----- cont_box */
.cont_box {font-size: 14px;}
.cont_box li {display: flex; column-gap: 20px; line-height: 160%;}
.cont_box li .box_subj {display: inline-block; flex: 0 0 60px; width: 60px; font-weight: 500;}
.cont_box li .box_cont {display: inline-block; flex: 1 1 auto; min-width: 0; font-size: 14px;}



/*
----- list_box */
ul.list_box {font-size: 14px; line-height: 140%;}
ul.list_box li {display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 20px; font-size: 13px; line-height: 180%;}
ul.list_box li .subj {flex: 0 0 40px; width: 40px; text-align: right;}
ul.list_box li .exp {flex: 1 1 auto; min-width: 0; text-align: left; color: #343434;}

ul.list_box.dnload {font-size: 16px; line-height: 120%; width: 100%; border-top: 2px solid var(--border-color-gray80);}
ul.list_box.dnload li {display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 20px; font-size: 16px; line-height: 180%; border-bottom: 1px solid var(--border-color-gray20);}
ul.list_box.dnload li>span {display: flex; align-items: center; padding: 7px 20px; height: 100%;}
ul.list_box.dnload li .no {flex: 0 0 60px; width: 60px; text-align: center;}
ul.list_box.dnload li .subj {flex: 1 1 auto; min-width: 0; text-align: left;}
ul.list_box.dnload li .dnload {flex: 0 0 160px; width: 160px; align-items: center; text-align: center;}
ul.list_box.dnload li .dnload .bttn {
    color: #fff; font-size: 14px; font-weight: 500;
    width: 100%; background: #333; padding: 2px 20px; border: 0; border-radius: 5px;}
@media (max-width: 640px) {
    ul.list_box.dnload {padding-left: 0;}
    ul.list_box.dnload li {column-gap: 0;}
    ul.list_box.dnload li>span {padding: 7px 0;}
    ul.list_box.dnload li .no {flex: 0 0 30px; width: 30px; a}
    ul.list_box.dnload li .dnload {flex: 0 0 100px; width: 100px;}
}

/*
----- latest_notice */
.latest_ntc {
    display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; row-gap: 15px;
    font-size: 12px; font-weight: 300; color: #000; padding: 17px 40px;}
.latest_ntc .ttl {font-size: 24px; font-weight: 500; line-height: 120%;}
.latest_ntc .cntxt {width: 100%;}
.latest_ntc .cntxt .lst_box .pst_lst {padding: 0; margin: 0;}
.latest_ntc .cntxt .lst_box .pst_lst .pst_itm {line-height: 140%;}

/*
----- latest_basic */
.latest_view {
    display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 25px;
    font-size: 14px; font-weight: 300; color: #000;}
.latest_view>.cntxt {display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; row-gap: 15px; margin-right: 40px; height: 100%;}
.latest_view>.cntxt>div {display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; row-gap: 15px;}
.latest_view>.cntxt .ttl {font-size: 24px; font-weight: 500; line-height: 120%;}
.latest_view>.cntxt .cont_box {font-size: 14px; margin: 0; padding: 0;}
.latest_view>.cntxt .cont_box li {line-height: 160%;}
.latest_view>.cntxt .cont_box .box_subj {display: inline-block; min-width: 60px; font-weight: 500;}
.latest_view>.cntxt .cont_box .box_cont {font-size: 14px; line-height: 140%;}


/*
----- list */
.lst_box {font-size: 12.5px; font-weight: 300; color: #000;}
.lst_box>.pst_lst {display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; row-gap: 5px;}
.lst_box>.pst_lst>.pst_itm {width: 100%;}
.lst_box>.pst_lst>.pst_itm>.pst_lnk {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.lst_box>.pst_lst>.pst_itm>.pst_lnk>.pst_ttl {display: inline-block;}
.lst_box>.pst_lst>.pst_itm>.pst_lnk>.pst_date {display: inline-block;}
@media (max-width: 640px) {
    .lst_box>.pst_lst>.pst_itm>.pst_lnk {column-gap: 20px;}
    .lst_box>.pst_lst>.pst_itm>.pst_lnk>.pst_ttl {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
    .lst_box>.pst_lst>.pst_itm>.pst_lnk>.pst_date {white-space: nowrap; text-align: right;}
}

/*
----- table */
.table-wrap {overflow-x: auto; -webkit-overflow-scrolling: touch; border-top: 1px solid #e5e7eb; border-top: 2px solid var(--border-color-gray80); width: 100%;}
.tbl {width: 100%; border-collapse: collapse; font-size: clamp(1.4rem, 0.4vw + 0.8rem, 1rem); min-width: 28rem;}
.tbl th, .tbl td {padding: 0.8rem 1rem; border-bottom: 1px solid var(--border-color-gray20); text-align: left; vertical-align: middle; white-space: nowrap;}
.tbl thead th {background: #fff; position: sticky; top: 0; z-index: 1;}
.tbl .col-no {width: 5rem; }
.tbl .col-dl {width: 8rem; }
.tbl a {text-decoration: underline; }

/* 모바일: 카드처럼 접기 */
@media (max-width: 640px) {
    .tbl {border-collapse: separate; border-spacing: 0 0.75rem; min-width: 0; }
    .tbl th, .tbl td {padding: 0.2rem 1rem;}
    .tbl thead {display: none; }
    .tbl tr {display: grid; grid-template-columns: 1fr; gap: 0.5rem; padding: 0.9rem 1rem; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; margin-bottom: 10px;}
    .tbl td {border: 0; display: grid; grid-template-columns: 5ch 1fr; gap: 0.25rem 0.75rem; white-space: normal;}
    .tbl td::before {content: attr(data-label); font-weight: 600; color: #475569;}
    .tbl .col-no, .tbl .col-dl {width: auto; }
}

/*
----- tab */
.tab-wrap {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; flex-direction: row; border: 1px solid var(--border-color-gray20); width: 100%;}
.tab {display: flex; align-items: center; justify-content: center; flex: 1 1 auto; white-space: nowrap; font-size: 20px; padding: 7px 20px; border-right:1px solid var(--border-color-gray20);}
.tab.focus {background: #efefef;}
.tab:last-child {border-right: 0;}
@media (max-width: 640px) {
    .tab:nth-child(3) {border-right:0;}
    .tab:nth-child(1),
    .tab:nth-child(2),
    .tab:nth-child(3) {border-bottom:1px solid var(--border-color-gray20);}
}


/* ---------- breadcrumb */
.breadcrumb {display: flex; align-items: center; justify-content: flex-end; padding: 18px 40px 12px;}
@media (max-width: 640px) {
    .breadcrumb {padding-right: 20px;}
}

/* ---------- tit_block */


/* ---------- pg_cont  */







/*
############################################################
    Layout Structure
############################################################
*/




/*
===== layout_pg_sub */
.layout_pg_sub {
    display: flex; align-items: flex-start; gap: 60px;
    background: #fff; padding: 0 40px 60px;}
@media (max-width: 640px) {
    .layout_pg_sub {padding: 0 20px 40px; flex-direction: column; gap: 0;}
}

/*
===== layout_pg_full (전체 너비 레이아웃 - 사이드바 없음) */
.layout_pg_full {
    display: block;
    background: #fff;
    padding: 0 40px 40px;
    max-width: 1268px;
    margin: 0 auto;
}
.layout_pg_full .pg_full_cont {
    width: 100%;
}
@media (max-width: 640px) {
    .layout_pg_full {padding: 20px;}
}

/*
---------- pg_sub_side */
.layout_pg_sub .pg_sub_side {flex: 0 0 200px; width: 200px; align-items: flex-start;}
.layout_pg_sub .pg_sub_side .sub_ttl_box {
    display: flex; align-items: flex-start; justify-content: flex-end; padding-top: 25px;
    width: 200px; height: 200px;
    background: #888 url("/static/images/left_bg_default.png") center/cover no-repeat;}
.layout_pg_sub .pg_sub_side .sub_ttl_box .sub_ttl {
    border: 0; border-bottom: 1px solid transparent; width: 100%;
    border-image: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,.5) 100%) 1;}
.layout_pg_sub .pg_sub_side .sub_ttl_box .sub_ttl .ttl_txt {
    display: block; padding: 0 10px 5px 20px;
    color: #FFF; text-align: right; font-size: 24px; font-weight: 500; line-height: normal;}
@media (max-width: 640px) {
    .layout_pg_sub .pg_sub_side {flex: 0 0 auto; width: auto; align-items: flex-start;}
    .layout_pg_sub .pg_sub_side .sub_ttl_box { padding-top: 0; width: auto; height: unset; background: transparent;}
    .layout_pg_sub .pg_sub_side .sub_ttl_box .sub_ttl {border-bottom: 0; border-image: unset;}
    .layout_pg_sub .pg_sub_side .sub_ttl_box .sub_ttl .ttl_txt {padding: 10px 10px 5px 0; color: #222; text-align: left; font-size: 28px; font-weight: 500; line-height: normal;}
}


/*
---------- pg_sub_cont */
.layout_pg_sub .pg_sub_cont {
    flex: 1 1 auto; min-width: 0; align-items: flex-start;
    border-top: 1px solid var(--border-color-gray10);}


/*
===== layout_cont_sub */
.layout_cont_sub {
    display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; row-gap: 20px;}
.layout_cont_sub.fdr {
    flex-direction: row; column-gap: 40px; border-bottom: 1px solid var(--border-color-gray10); padding-bottom: 22px;
}
.layout_cont_sub.fdr .col {
    flex: 1 1 auto; min-width: 0;
}
.layout_cont_sub.fdr .col.side {
    flex: 0 0 180px; width: 180px;
}
@media (max-width: 640px) {
    .layout_cont_sub.fdr {flex-direction: column !important; align-items: center;}
    .layout_cont_sub.fdr .col.side {flex: 0 0 250px; width: 250px;}
    .layout_cont_sub.fdr .col.side img {width: 100%;}
}


/*
---------- cont_head */
.layout_cont_sub .cont_head {}
/*
---------- cont_body */
.layout_cont_sub .cont_body {
    display: flex; align-items: flex-start; column-gap: 40px;}
.layout_cont_sub .cont_body .item {flex: 1 1 auto; min-width: 0;}
.layout_cont_sub .cont_body .item.side {flex: 0 0 170px; width: 170px;}
.layout_cont_sub .cont_body .item.side img {width: 100%;}
.layout_cont_sub .side img {border: 1px solid var(--border-color-gray10);}
@media (max-width: 640px) {
    .layout_cont_sub .cont_body {flex-direction: column; row-gap: 20px;}
    .layout_cont_sub .cont_body .item {flex: 1 1 auto; min-width: 0; order: 0; grid-template-columns: none !important;}
    .layout_cont_sub .cont_body .item.side {flex: 0 0 170px; width: 170px; order: -1;}
}


/*
--------------- cont_box */
.layout_cont_sub .cont_body .cont_box {margin-top: 30px; line-height: 160%;}
.layout_cont_sub .cont_body .cont_box .box_subj {text-align: right;}
.layout_cont_sub .cont_body .cont_box .box_cont {}
/*
--------------- cont_box */
.layout_cont_sub .cont_body .item .cont_subj {font-weight: 500; margin-bottom: 10px; color: #222;}
.layout_cont_sub .cont_body .item h3.cont_subj {font-size: 24px;}
.layout_cont_sub .cont_body .item h4.cont_subj {font-size: 18px; margin-top: 20px; margin-bottom: 5px;}
.layout_cont_sub .cont_body .item p {font-size: 14px; font-weight: 300; color: #999;}

.layout_cont_sub .cont_body.flx.fdc>.item


/*
===== layout_history */
.layout_history {
    display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; row-gap: 20px;}
/*
---------- item */
.layout_history .item {
    display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 20px; padding: 10px 0;}
.layout_history .item .year {flex: 0 0 90px; width: 90px; font-size: 40px; font-weight: 500; line-height: 120%; letter-spacing: -1px; color: #818181;}
.layout_history .item .year span {font-weight: 100; color: #bcbcbc;}
.layout_history .item ul {flex: 1 1 auto; min-width: 0; padding-left: 10px; border-left: 1px solid #e3e3e3;}
@media (max-width: 640px) {
    .layout_history .item {flex-direction: column; row-gap: 10px; padding: 10px 0;}
    .layout_history .item .year {flex: 0 0 30px;}
}



/*
----- content guide */
.header>.container .nav>.container .section>.container,
.wrap>.container>.section.wrap>.container,
.footer>.container {width: 1200px; height: 100%; /*border-left: 1px solid red; border-right: 1px solid red;*/}
@media (max-width: 640px) {
    .header>.container .nav>.container .section>.container,
    .wrap>.container,
    .footer>.container {width: 96%;}
}

/*
----- .header */
.header {height: var(--header-height); background: #009080;}
.header>.container {width: 100%;}


/*
---------- .nav */
.nav .container>.item.bi {width: 25%; justify-content: flex-start;}
.nav .container>.item.menu {width: auto;}
.nav .container>.item.func {width: 25%; justify-content: flex-end;}
.nav .container>.item.auth ul li a {font-size: 1.4rem;}
@media (max-width: 640px) {
    .nav .container>.item.menu {display: none;}
}

/*
--------------- nav_glbl */
.nav_glbl {height: 45px; background: #073e38;}
.nav_glbl>.container {}
.nav_glbl .welcome-msg {font-size: 14px; color: #fff;}
.nav .nav_glbl ul>li>a {color: #999;}
.nav .nav_glbl ul>li.reservation-btn {
    display: flex;
    align-items: center;
}
.nav .nav_glbl ul>li.reservation-btn>a {
    background: #e8e8e8;
    color: #000000;
    height: auto;
    padding: 4px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}
.nav .nav_glbl ul>li.reservation-btn>a:hover {
    background: #d0d0d0;
    transform: scale(1.05);
}

/*
--------------- nav_web */
.nav_web {height: 80px;background: #009080;}
.nav_web>.container {}
.hd_logo {width: 160px;}


.nav .nav_web .end ul {display: none;}
@media (max-width: 1140px) {
    .nav .nav_web .end ul {display: flex;}
}



.sub_menu_bg {
    overflow: hidden;
    top: 105px;
    height: 0;
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    background-color: #FFF;}
.sub_menu_bg.active {
    position: absolute; top: 105px; left: 0; right: 0; width: 100%;
    height: 200px; 
    max-height: 200px;
    opacity: 1;}
@media (max-width: 1140px) {
    .sub_menu_bg {display: none;}
}
/* .nav .sub_menu */
/*#HD .nav .sub_menu {position: absolute; top: 100%; left: 0; right: 0; z-index: 1; padding-top: 10px;
    opacity: 0; visibility: hidden; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}*/

/*#HD .sub_menu_tray {opacity: .8; visibility: visible; transform: translateY(0);}
.home #HD .sub_menu_tray{opacity: .4;}*/

/* 서브메뉴 숨기기 */
/*
#HD .nav .sub_menu {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    color: #fff;
    padding-top: 10px;}
    */
/* 서브메뉴 보이기 */
//*
#HD .nav .sub_menu.active {
    max-height: 80px;
    opacity: 1;}
*/
/*
#HD .sub_menu_tray {
    overflow: hidden;
    top: 90px;
    height: 0;
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    background-color: #000;}
#HD .sub_menu_tray.active {
    position: absolute; top: 90px; left: 0; right: 0; width: 100%;
    border-top: 1px solid rgba(50,50,50,.5);
    height: 80px; 
    max-height: 80px;
    opacity: .8;}
.home #HD .sub_menu_tray.active {opacity: .6;}
*/


/*
--------------- nav_mbl */
.nav_mbl {background: #fff;}
.nav_mbl>.container {padding: 20px; background: #FFF; width: 100% !important;}
.nav .nav_mbl>.container>ul>li {border-bottom: 1px solid var(--border-color-gray10);}



/*
---------- nav common */


/* nav item */
.nav .item ul li.lngg {display: flex; align-items: center; justify-content: center; column-gap: 5px;}
.nav .item.auth {}
.nav .item.func {column-gap: 30px;}


/* nav item ul */


/* nav item.menu */
.nav .item.menu>ul>li.focus>a {color: #FFFFFF;} /* primary color */


/* .nav item.menu .mbl */
.nav .item.menu>.mbl {display: none;}
.nav .item.menu>.mbl a {width: 40px;}


/*
----- wrap */
.section.wrap {margin-top: var(--header-height);}
.sub .section.wrap>.container {
    display: flex; align-items: flex-start; justify-content: center;
    flex-direction: column;}



/*
---------- visual */
.sub .section.visual {}

/*
---------- contents */

/*
--------------- contents */




/*
----- footer */
.footer {background: #BDBEC4;}
.footer .cont1 .container {
    display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 20px; margin: 35px 0;
    color: #222; font-size: 12px; line-height: 160%;}
.footer .cont1 .container .cntxt {
    display: flex; align-items: flex-start; justify-content: flex-start;
    flex-direction: column; row-gap: 5px;}
.footer .cont1 .container .cntxt span {display: inline-block; margin-right: 10px; color: #000;}
.footer .cont1 .container .cntxt .copy {color: #777; font-size: 11px;}







/*
############################################################
    PAGES
############################################################
*/

/*
##### home */
.home {background: #FFFFFF;}
.home .visual,
.home .contents .container .sect2 {margin-top: 0px; margin-bottom: 0px;}
.home .visual .cont2 {display: flex; align-items: stretch;}
.home .visual .cont2 .notice {flex: 1 1 auto; min-width: 0; background: #fff; overflow: hidden; max-height: 300px;}
.home .visual .cont2 .notice .latest_ntc {min-width: 420px;}
.home .visual .cont2 .banner {
    /*max-width: 700px;*/ margin: 0 auto;
    width: 700px; flex: 0 0 auto; height: 300px;overflow: hidden;}
.home .visual .cont2 .banner .banner-slider { overflow: hidden; }
.home .visual .cont2 .banner .banner-slider .slide { position: relative; }
.home .visual .cont2 .banner img{
  display: block; width: 100%; height: auto; transform-origin: center;}


/* 모션 민감 사용자 배려 */
@media (prefers-reduced-motion: reduce){
  .container.banner img{ animation: none; transform: none; }
}

@media (max-width: 640px) {
    .home .visual .cont2 {display: flex; align-items: stretch; flex-wrap: wrap; flex-direction: column-reverse;}
    .home .visual .cont2 .notice .latest_ntc {min-width: 100%; padding: 17px 20px;}
    .home .visual .cont2 .banner {width: 100%; flex: 0 0 auto; height: auto;}
}




.home .visual .container .slick-prev,
.home .visual .container .slick-next { 
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 0px);
    display: block;
    width: 20px;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev.custom-prev {
    left: 10px;
}
.slick-prev:before {content: '';}

.slick-next.custom-next {
    right: 10px;
}
.slick-next:before {content: '';}

.slick-dots {bottom: 0;}
.slick-dots li {margin: 0;}
.slick-dots li button:before {font-size: 10px;color: #FFFFFF;}
.slick-dotted.slick-slider {margin-bottom: 0;}

/*
##### sub */
.sub .item {font-size: 15px;}
.sub .item.rule {font-size: 13px;}
@media (max-width: 640px) {
    .sub .nav_web .item.strt {padding-left: 2%;}
    .sub .nav_web .item.end img.icon {padding-right: 2%; width: 36px;}
}

.sub .contents {background: #fff; font-size: 15px;}
.sub.auth .contents {padding: 50px;}
.sub.login .contents {margin: 7vw auto;}
.sub .sub_menu_box {margin-top: 25px;}
.sub .sub_menu_box h2 {text-align: right; color: #000; font-weight: 500; padding-bottom: 4px; border-bottom: 3px solid #eee; }
@media (max-width: 640px) {
    .sub .sub_menu_box {display: none;}
}

.sub_menu_box h2.focus {color: var(--accent-color);}
.association .sub_menu_box h2.focus {color: var(--accent-color-association);}
.society .sub_menu_box h2.focus {color: var(--accent-color-society);}
.exhibition .sub_menu_box h2.focus {color: var(--accent-color-exhibition);}
.paper .sub_menu_box h2.focus {color: var(--accent-color-paper);}
.conference .sub_menu_box h2.focus {color: var(--accent-color-conference);}


.association .layout_pg_sub .pg_sub_side .sub_ttl_box {background: #6B8E23 url("/static/images/left_bg_association.png") center/cover no-repeat;}
.blackwood .layout_pg_sub .pg_sub_side .sub_ttl_box {background: #4A3728 url("/static/images/left_bg_blackwood.png") center/cover no-repeat;}
.sebigreen .layout_pg_sub .pg_sub_side .sub_ttl_box {background: #2E8B57 url("/static/images/left_bg_sebigreen.png") center/cover no-repeat;}
.stayhouse .layout_pg_sub .pg_sub_side .sub_ttl_box {background: #5D6D7E url("/static/images/left_bg_stayhouse.png") center/cover no-repeat;}
.info .layout_pg_sub .pg_sub_side .sub_ttl_box {background: #708090 url("/static/images/left_bg_info.png") center/cover no-repeat;}
/*.contest .layout_pg_sub .pg_sub_side .sub_ttl_box {background: url("/static/images/left_bg_contest.png");}*/
.society .layout_pg_sub .pg_sub_side .sub_ttl_box {background: url("/static/images/left_bg_society.png");}
.exhibition .layout_pg_sub .pg_sub_side .sub_ttl_box {background: url("/static/images/left_bg_exhibition.png");}
.paper .layout_pg_sub .pg_sub_side .sub_ttl_box {background: url("/static/images/left_bg_paper.png");}
.conference .layout_pg_sub .pg_sub_side .sub_ttl_box {background: url("/static/images/left_bg_conference.png");}
@media (max-width: 640px) {
    .sub .layout_pg_sub .pg_sub_side .sub_ttl_box {background: none !important;}
}


/*
---------- cont_head */
.sub .cont_head {padding: 20px 0 0;}
.sub .cont_head .cont_subj {color: #555; font-size: 28px; font-weight: 600; line-height: 130%;}
.sub .col .cont_head .cont_subj {font-size: 24px; font-weight: 500;}
@media (max-width: 640px) {
    .sub .cont_head {padding: 10px 0 0;}
    .sub .cont_head .cont_subj {font-size: 20px;}
}
/*
---------- cont_body */
.sub .cont_body {min-height: 100px; /*border: 1px solid #cbe496;*/}
.sub .cont_body .item p {color: #404040; font-size: 16px; font-weight: 400; line-height: 150%; margin-bottom: 10px;}
.sub .cont_body .signature {display: flex; align-items: flex-end; justify-content: flex-end; flex-direction: column; row-gap: 30px; margin-top: 50px;}
.sub .cont_body .signature .org {color: #000; text-align: right; font-size: 18px; font-weight: 400; line-height: 150%;}
.sub .cont_body .signature .sign {}


/*
########## link_panel */
.home .contents .link_panel {
    display: flex; align-items: center; justify-content: space-between; padding: 0 40px; column-gap: 60px;
    height: 150px; background: #ccc;}


.home .contents .link_panel .item {display: flex; align-items: center; justify-content: center; flex-direction: column; row-gap: 7px; font-size: 18px; font-weight: 500; color: #000; min-width: 110px; white-space: nowrap;}
.home .contents .link_panel .item>a {display: flex; align-items: center; justify-content: center; background: #fff;}
.home .contents .link_panel .item>span {font-size: 18px; color: #fff; font-weight: 500;}

.home .contents .link_panel .link_group {display: flex; align-items: center;justify-content: center; flex-direction: row; column-gap: 30px;}
.home .contents .link_panel .link_group .item {}
.home .contents .link_panel .link_group .item>a {width: 69px; height: 69px; border-radius: 999px;}

.home .contents .link_panel .info_group,
.home .contents .link_panel .qstn_group {display: flex; align-items: center; justify-content: center;flex-direction: column; row-gap: 12px; width: auto;}
.home .contents .link_panel .info_group .item {width: auto;}
.home .contents .link_panel .qstn_group .item {width: auto;}
.home .contents .link_panel .info_group .item>a,
.home .contents .link_panel .qstn_group .item>a {width: 165px; height: 44px; border-radius: 10px; border: 0;}
@media (max-width: 640px) {
    .home .contents .link_panel .item {min-width: 94%;}
    .home .contents .link_panel .link_group .item {min-width: 20%; width: auto; max-width: 10%;}
    .home .contents .link_panel {
        flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding: 20px 10px; column-gap: 0px; row-gap: 20px; width: 50%;
        width: 100%; height: auto; background: linear-gradient(180deg, #FA0 68.27%, #FF8400 100%);}
    .home .contents .link_panel .link_group {column-gap: 0;}
    .home .contents .link_panel>div {}
    .home .contents .link_panel .info_group,
    .home .contents .link_panel .qstn_group {width: 50%; row-gap: 4px;}
    .home .contents .link_panel .info_group {order: 1;}
    .home .contents .link_panel .link_group {align-items: flex-start;column-gap: 0;}
    .home .contents .link_panel .link_group {order: 3; flex: 1 1 100%; flex-wrap: wrap; row-gap: 20px;}
    .home .contents .link_panel .link_group .item>a {width: 60px; height: 60px; padding: 14px;}
    .home .contents .link_panel .item>span {font-size: 14px; color: #fff; font-weight: 500; max-width: 70%;white-space: normal; word-wrap: break-word; word-break: keep-all; text-align: center; line-height: 120%;}
    .home .contents .link_panel .qstn_group {order: 2;}
    .home .contents .link_panel .info_group .item>a,
    .home .contents .link_panel .qstn_group .item>a {width: 100%; height: 44px; font-size: 16px;}
}



/*
########## latest_2 */
.home .contents .latest_panel {
    display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column;
    min-height: 300px; height: auto; padding: 25px 40px 35px; background: #fff;}
.home .contents .latest_panel .container {display: flex; flex-wrap: wrap;}
.home .contents .latest_panel .container .item {flex-basis: 50%;}
@media (max-width: 640px) {
    .home .contents .latest_panel {padding: 25px 20px 35px;}
    .home .contents .latest_panel .container {flex-direction: column; row-gap: 60px;}
    .latest_view {flex-direction: column;row-gap: 20px; align-items: center;}
    .latest_view>.cntxt {margin-right: 0; align-items: center;}
    .latest_view>.cntxt .bttn.bttn_bsc { width: 50%;}
}



/*
##### .sub layout_cont_sub */
.society_overview .layout_cont_sub .cont_body {display: flex; align-items: center; row-gap: 30px; min-height: auto;}
.society_overview .layout_cont_sub .cont_body .item.circle {flex: 0 0 170px; width: 170px; font-size: 20px; font-weight: 500; color: #2a2a2a}
.society_overview .layout_cont_sub .cont_body .item.circle span {display: flex; align-items: center; justify-content: center; border: 10px solid #ffbc86;
    background: linear-gradient(180deg, #FFFFFF 0%, #ededed 100%); border-radius: 999px; width: 150px; height: 150px;}
.society_overview .layout_cont_sub .cont_body .item {flex: 1 1 auto; min-width: 0; font-size: 15px; }
.society_overview .layout_cont_sub .cont_body .item p,
.society_overview .layout_cont_sub .cont_body .item ul li {line-height: 160%;}

/*
############################################################
    Blackwood Minimal Style
    - 미니멀, 화이트스페이스 중심
    - 테두리/박스 최소화
    - 깔끔한 타이포그래피
############################################################
*/

/* ===== 기본 컨텐츠 스타일 */
.bw-content {
    font-size: 15px;
    color: #212121;
    line-height: 1.8;
}

.bw-content p {
    margin-bottom: 25px;
    font-weight: 300;
}

/* ===== 이미지 */
.bw-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.bw-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.bw-img:hover img {
    transform: scale(1.03);
}

/* 이미지 플레이스홀더 */
.bw-img-placeholder {
    width: 100%;
    background: #f0f0f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
}

.bw-img-placeholder.square { aspect-ratio: 1/1; }
.bw-img-placeholder.wide { height: 300px;}
.bw-img-placeholder.portrait { aspect-ratio: 3/4; }

/* ===== 섹션 타이틀 - 미니멀 */
.bw-title {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.bw-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 60px 0 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 50px;
}
.bw-subtitle::before,
.bw-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #d8d8d8;
}
.bw-subtitle::before {
    left: 0;
}
.bw-subtitle::after {
    right: 0;
}
.bw-subcontext {
    
}
.bw-subcontext>div {
    text-align: center; font-size: 18px; line-height: 1.4; margin-bottom: 10px;
}

/* ===== 텍스트 블록 */
.bw-text {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 30px;
}

.bw-text-sm {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

.bw-text-lg {
    font-size: 24px;
    color: #333;
    line-height: 1.9;
    text-align: center;
    margin: 30px 0;
}

.sub .cont_body .item p.bw-text-lg {
    font-size: 18px;
}

/* ===== 이미지 갤러리 - 심플 그리드 */
.bw-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.bw-gallery.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.bw-gallery.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.bw-gallery-item {
    border-radius: 10px;
    overflow: hidden;
}

.bw-gallery-item .bw-img-placeholder {
    margin-bottom: 0;
    
}

.bw-gallery-caption {
    padding: 12px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

/* ===== 정보 리스트 - 미니멀 */
.bw-info-list {
    margin: 30px 0;
}

.bw-info-row {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.bw-info-row:last-child {
    border-bottom: none;
}

.bw-info-label {
    flex: 0 0 120px;
    color: #888;
    font-weight: 400;
}

.bw-info-value {
    flex: 1;
    color: #212121;
}

/* ===== 단순 테이블 */
.bw-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.bw-table th,
.bw-table td {
    padding: 16px 12px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.bw-table th {
    font-weight: 500;
    color: #212121;
    background: transparent;
}

.bw-table td {
    color: #555;
}

.bw-table thead th {
    border-bottom: 2px solid #212121;
    padding-bottom: 12px;
}

/* ===== 특징/기능 설명 - 심플 */
.bw-features {
    margin: 40px 0;
}

.bw-feature {
    margin-bottom: 35px;
}

.bw-feature-title {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 8px;
}

.bw-feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* 2열 그리드 */
.bw-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    margin: 40px 0;
}

/* ===== 안내문 - 심플 */
.bw-notice {
    background: #f6f6f6;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 10px;
}

.bw-notice p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.bw-notice-title {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 8px;
}

/* ===== 연락처 - 심플 */
.bw-contact {
    background: #073e38;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0 0;
}

.bw-contact-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.bw-contact-row {
    display: flex;
    margin-bottom: 12px;
    font-size: 15px;
}

.bw-contact-row:last-child {
    margin-bottom: 0;
}

.bw-contact-label {
    width: 80px;
    color: rgba(255,255,255,0.7);
}

.bw-contact-value {
    color: #fff;
}

/* ===== 메뉴 리스트 (카페) - 심플 */
.bw-menu-section {
    margin: 50px 0;
}

.bw-menu-title {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bw-menu-title .title-main {
    font-weight: 500 !important;
}

.bw-menu-title .title-sub {
    font-weight: 300 !important;
}

.bw-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.bw-menu-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
}

.bw-menu-name {
    color: #333;
}

.bw-menu-price {
    color: #009080;
    font-weight: 500;
}

/* ===== 객실/상품 - 심플 카드 */
.bw-room {
    margin-bottom: 50px;
}

.bw-room-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bw-room-img .bw-img-placeholder {
    margin-bottom: 0;
    border-radius: 0;
    aspect-ratio: 16/10;
}

.bw-room-name {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 8px;
}

.bw-room-info {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

.bw-room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.bw-room-features span {
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    padding: 6px 14px;
    border-radius: 20px;
}

.bw-room-price {
    font-size: 14px;
    color: #555;
}

.bw-room-price strong {
    font-size: 18px;
    font-weight: 500;
    color: #009080;
}

/* ===== 지도 */
.bw-map {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
    margin: 30px 0;
}

/* ===== 버튼 */
.bw-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.bw-btn:hover {
    background: #333;
    color: #fff;
}

.bw-btn-outline {
    background: transparent;
    color: #212121;
    border: 1px solid #ccc;
}

.bw-btn-outline:hover {
    background: #f5f5f5;
    color: #212121;
}

/* ===== 구분선 */
.bw-divider {
    height: 1px;
    background: #eee;
    margin: 50px 0;
}

/* ===== 간격 유틸리티 */
.bw-mt-sm { margin-top: 20px; }
.bw-mt-md { margin-top: 40px; }
.bw-mt-lg { margin-top: 60px; }
.bw-mb-sm { margin-bottom: 20px; }
.bw-mb-md { margin-bottom: 40px; }
.bw-mb-lg { margin-bottom: 60px; }

/* ===== 반응형 */
@media (max-width: 768px) {
    .bw-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .bw-gallery.cols-3,
    .bw-gallery.cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .bw-features-grid {
        grid-template-columns: 1fr;
    }
    .bw-menu-list {
        grid-template-columns: 1fr;
    }
    .bw-info-label {
        flex: 0 0 100px;
    }
    .bw-contact {
        padding: 30px 25px;
    }
}

/* ===== 조합소개 히어로 섹션 */
.bw-hero-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.bw-hero-logo img {
    width: 510px;
    max-width: 100%;
    height: auto;
}

.bw-hero-copy {
    font-size: 48px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.bw-hero-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.bw-hero-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.bw-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.bw-hero-img:hover img {
    transform: scale(1.03);
}

.bw-greeting {
    text-align: left;
}

.bw-vision img {
    width: 750px;
}
.bw-biz {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bw-biz .row {width: 100%;}
.bw-biz .item {border-radius: 15px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bw-biz .fill .item {width: 100%; height: 500px; overflow: hidden; background-image: url("/static/images/biz1.jpg");}
.bw-biz .col4 {
    display: flex;
    gap: 20px;
}
.bw-biz .col4 .item {flex: 1; height: 400px;}
.bw-biz .col4 .item.item1 {background-image: url("/static/images/biz2.jpg");}
.bw-biz .col4 .item.item2 {background-image: url("/static/images/biz3.jpg");}
.bw-biz .col4 .item.item3 {background-image: url("/static/images/biz4.jpg");}
.bw-biz .col4 .item.item4 {background-image: url("/static/images/biz5.jpg");}

@media (max-width: 1024px) {
    .bw-biz .fill .item {height: 350px;}
    .bw-biz .col4 {flex-wrap: wrap;}
    .bw-biz .col4 .item {flex: 1 1 calc(50% - 10px); height: 300px;}
}

@media (max-width: 640px) {
    .bw-biz .fill .item {height: 250px;}
    .bw-biz .col4 {flex-direction: column;}
    .bw-biz .col4 .item {flex: 1 1 100%; height: 250px;}
}    
    

.bw-org img {
    width: 580px;
}


.sub .cont_body .item .bw-greeting p {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
}

.sub .cont_body .item .bw-greeting p span {
    font-size: 24px;
}

.bw-greeting .bw-signature {
    margin-top: 50px;
    font-weight: 500;
    color: #009080;
}

.sub .cont_body .item h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #212121;
    margin: 60px 0 40px;
}

.sub .cont_body .item h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    color: #212121;
    margin: 60px 0 40px;
}

@media (max-width: 768px) {
    .bw-hero-copy {
        font-size: 28px;
    }
    .bw-hero-images {
        grid-template-columns: 1fr;
    }
    .bw-greeting p {
        font-size: 18px;
    }
}

/*
##### visual */
.visual .bw-img-placeholder {font-size: 30px; color: #ccc; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.visual .bw-img-placeholder>span {font-size: 60px; font-weight: 500;; color: #fff;}
.blackwood .visual .bw-img-placeholder {background-image: url("/static/images/bw_visual.jpg");}
.sebigreen .visual .bw-img-placeholder {background-image: url("/static/images/sg_visual.jpg");}
.stayhouse .visual .bw-img-placeholder {background-image: url("/static/images/sh_visual.jpg");}
.info .visual .bw-img-placeholder {background-image: url("/static/images/if_visual.jpg");}


/*
##### home-slider */
.home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-slider-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.home-slider-track {
    display: flex;
    width: 200%;
    transition: transform 0.6s ease-in-out;
}

.home-slider-slide {
    width: 50%;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home-slider-slide.active {
    opacity: 1;
    position: relative;
}

.home-slider-slide img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    display: block;
}

/* 인디케이터 */
.home-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.home-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.home-slider-dot.active {
    background: rgba(255, 255, 255, 1);
}

.home-slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* 텍스트 오버레이 */
.home-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.home-slider-text p {
    font-size: 72px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
    .home-slider-text p {
        font-size: 48px;
    }
}

@media (max-width: 640px) {
    .home-slider-text p {
        font-size: 28px;
    }
    .home-slider-wrapper,
    .home-slider-slide img {
        height: 350px;
    }
}

.home .bw-hero-copy {margin-top: 50px; margin-bottom: 30px;}
.home-sub-copy h4 {font-size: 18px; text-align: center;}

.ft_logo {width: 200px;}

/* 세비그린 카페 메인 이미지 */
.sg-main {
    background-image: url("/static/images/sg_main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 블랙우드 목공방 메인 이미지 */
.bw-main {
    background-image: url("/static/images/bw_main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 스테이하우스 메인 이미지 */
.sh-main {
    background-image: url("/static/images/sh_main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 예약 버튼 */
.bw-reserve-btn-wrap {
    display: flex;
    justify-content: center;
    margin: 60px 0 40px;
}

.bw-reserve-btn {
    display: inline-block;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.bw-reserve-btn:hover {
    background-color: #555;
    color: #fff;
}

/* 목공방 갤러리 이미지 */
.bw-img1 {
    background-image: url("/static/images/bw-img1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bw-img2 {
    background-image: url("/static/images/bw-img2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bw-img3 {
    background-image: url("/static/images/bw-img3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bw-img4 {
    background-image: url("/static/images/bw-img4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 세비그린 카페 갤러리 이미지 */
.sg-img1 {
    background-image: url("/static/images/sg-img1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sg-img2 {
    background-image: url("/static/images/sg-img2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sg-img3 {
    background-image: url("/static/images/sg-img3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sg-img4 {
    background-image: url("/static/images/sg-img4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 게시판 - 게시글 없음 */
.uk-placeholder .uk-position-center {
    font-size: 18px;
}

/* 세비그린 메뉴 이미지 */
.sg-menu-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

/* ================================================
   스테이하우스 예약 시스템 CSS
   ================================================ */

/* 예약 조회 섹션 */
.reservation-lookup-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.lookup-form {
    margin-top: 15px;
}
.lookup-inputs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.lookup-input {
    flex: 1;
    min-width: 150px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}
.lookup-btn {
    padding: 12px 25px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}
.lookup-btn:hover {
    background: #555;
}
.lookup-result {
    margin-top: 20px;
}
.no-result {
    text-align: center;
    color: #666;
    padding: 20px;
}
.reservation-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reservation-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.res-status {
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    height: fit-content;
}
.res-status.pending {
    background: #fff3cd;
    color: #856404;
}
.res-status.confirmed {
    background: #d4edda;
    color: #155724;
}
.res-status.cancelled {
    background: #f8d7da;
    color: #721c24;
}
.res-info p {
    margin: 5px 0;
    font-size: 14px;
}

/* 객실 선택 */
.room-selection {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.room-card {
    flex: 1;
    min-width: 250px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.room-card:hover {
    border-color: #999;
}
.room-card.selected {
    border-color: #333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.room-img {
    height: 150px;
    background: #ddd;
    background-size: cover;
    background-position: center;
}
.room-img.room-black {
    background-image: url("/static/images/room-black.jpg");
}
.room-img.room-wood {
    background-image: url("/static/images/room-wood.jpg");
}
.room-info {
    padding: 20px;
}
.room-name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.room-desc {
    margin: 0 0 8px;
    color: #666;
    font-size: 14px;
}
.room-price {
    margin: 0 0 5px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.room-capacity {
    margin: 0;
    color: #888;
    font-size: 13px;
}

/* 선택된 객실 표시기 */
.selected-room-indicator {
    background: linear-gradient(135deg, #009080 0%, #00b09b 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.selected-room-indicator .indicator-label {
    opacity: 0.9;
}
.selected-room-indicator .indicator-value {
    font-weight: 700;
    font-size: 17px;
}

/* 달력 범례 */
.calendar-legend {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.legend-color.available {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
}
.legend-color.pending {
    background: #fff3e0;
    border: 1px solid #ffcc80;
}
.legend-color.booked {
    background: #ffebee;
    border: 1px solid #ef9a9a;
}

/* 달력 컨테이너 */
.calendar-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.calendar-month {
    flex: 1;
    min-width: 280px;
    max-width: calc(33.333% - 10px);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}
.calendar-header {
    background: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.calendar-title {
    font-size: 16px;
    font-weight: 500;
}
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}
.day-name {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
.day-name:first-child {
    color: #e53935;
}
.day-name:last-child {
    color: #1565c0;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
    padding: 12px 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    min-height: 45px;
}
.calendar-day.empty {
    cursor: default;
}
.calendar-day.past {
    color: #ccc;
    cursor: not-allowed;
}
.calendar-day.available {
    background: #e8f5e9;
}
.calendar-day.available:hover {
    background: #c8e6c9;
}
.calendar-day.pending {
    background: #fff3e0;
    cursor: not-allowed;
}
.calendar-day.booked {
    background: #ffebee;
    cursor: not-allowed;
}
.calendar-day.selected {
    background: #333 !important;
    color: #fff !important;
    border-radius: 5px;
}
.calendar-day.in-range {
    background: #e3f2fd;
}
.day-number {
    font-size: 14px;
}

/* 선택 정보 */
.selection-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.info-box {
    margin-bottom: 20px;
}
.selection-info .info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.selection-info .info-row:last-child {
    border-bottom: none;
}
.selection-info .info-row.total {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #333;
    border-bottom: none;
}
.selection-info .info-label {
    color: #666;
    font-size: 14px;
}
.selection-info .info-value {
    font-weight: 500;
    font-size: 14px;
}
.selection-info .info-row.total .info-value {
    font-size: 18px;
    color: #e53935;
}
.reserve-btn {
    width: 100%;
    padding: 15px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}
.reserve-btn:hover {
    background: #555;
}

/* 예약 모달 */
.reservation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.reservation-modal.active {
    display: flex;
}
.modal-content {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
}
.modal-content.modal-small {
    max-width: 400px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.modal-header h3 {
    margin: 0;
    font-size: 18px;
}
.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}
.modal-body {
    padding: 20px;
}

/* 폼 요약 */
.form-summary {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.summary-row.total {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 12px;
}
.summary-label {
    color: #666;
    font-size: 13px;
}
.summary-value {
    font-weight: 500;
    font-size: 13px;
}
.summary-row.total .summary-value {
    color: #e53935;
    font-size: 15px;
}

/* 폼 그룹 */
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}
.form-group .required {
    color: #e53935;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.form-group textarea {
    resize: vertical;
}
.phone-verify-group {
    display: flex;
    gap: 10px;
}
.phone-verify-group input {
    flex: 1;
}
.verify-btn {
    padding: 12px 15px;
    background: #666;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
}
.verify-btn:hover {
    background: #555;
}
.verify-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.verify-timer {
    margin-top: 8px;
    font-size: 13px;
    color: #e53935;
}

/* 체크박스 */
.checkbox-group {
    margin-top: 25px;
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.checkbox-text {
    font-size: 13px;
    line-height: 1.5;
}
.privacy-link {
    color: #1565c0;
    text-decoration: none;
}
.privacy-link:hover {
    text-decoration: underline;
}

/* 폼 액션 버튼 */
.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.btn-cancel {
    flex: 1;
    padding: 14px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.btn-cancel:hover {
    background: #e0e0e0;
}
.btn-submit {
    flex: 2;
    padding: 14px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.btn-submit:hover {
    background: #555;
}
.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* 개인정보 처리방침 */
.privacy-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.8;
}
.privacy-actions {
    margin-top: 20px;
    text-align: center;
}
.privacy-actions .btn-submit {
    max-width: 200px;
}

/* 예약 완료 */
.complete-content {
    text-align: center;
}
.complete-icon {
    width: 60px;
    height: 60px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}
.complete-message {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.complete-sub {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}
.complete-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 20px;
}
.complete-info p {
    margin: 8px 0;
    font-size: 14px;
}
.bank-info {
    background: #fff3e0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.bank-info p {
    margin: 5px 0;
    font-size: 14px;
}
.complete-actions {
    margin-top: 20px;
}
.complete-actions .btn-submit {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

/* 반응형 */
@media (max-width: 1200px) {
    .calendar-month {
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 768px) {
    .room-selection {
        flex-direction: column;
    }
    .room-card {
        min-width: 100%;
    }
    .calendar-container {
        flex-direction: column; 
    }
    .calendar-month {
        min-width: 100%;
        max-width: 100%;
    }
    .lookup-inputs {
        flex-direction: column;
    }
    .lookup-input,
    .lookup-btn {
        width: 100%;
    }
}



.bttn.basic {
    padding: 10px 30px;
    background: #009080;
    border: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 999pc;
    display: inline-block;
    width: auto;
}

/* ===== 홈 이미지 갤러리 ===== */
.home-gallery {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gallery-item {
    flex: 1;
    max-width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.mt_30 {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .gallery-grid {
        flex-wrap: wrap;
    }
    .gallery-item {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ===== 홈 소개 섹션 ===== */
.home-intro-section {
    background: #fff;
    padding: 50px 0;
}

.home-intro-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 9px;
}

.home-intro-text {
    flex: 0 0 340px;
    background: #000;
    color: #fff;
    padding: 32px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    height: auto;
    min-height: 679px;
}

.home-intro-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #fff;
}

.home-intro-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #fff;
}

.home-intro-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    width: fit-content;
}

.home-intro-btn:hover {
    color: #ccc;
    border-color: #ccc;
}

.home-intro-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.intro-img-row {
    display: flex;
    gap: 9px;
}

.intro-img {
    overflow: hidden;
    border-radius: 20px;
}

.intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.intro-img:hover img {
    transform: scale(1.03);
}

.intro-img-small {
    flex: 5;
    height: 390px;
}

.intro-img-large {
    flex: 7;
    height: 390px;
}

.intro-img-full {
    width: 100%;
    height: 280px;
}

@media (max-width: 1024px) {
    .home-intro-wrapper {
        flex-direction: column;
    }
    .home-intro-text {
        flex: none;
        width: 100%;
        padding: 32px;
        border-radius: 20px;
        min-height: auto;
    }
    .intro-img-small,
    .intro-img-large {
        height: 300px;
    }
    .intro-img-full {
        height: 220px;
    }
}

@media (max-width: 640px) {
    .home-intro-text h3 {
        font-size: 24px;
    }
    .intro-img-row {
        flex-direction: column;
    }
    .intro-img-small,
    .intro-img-large {
        flex: none;
        height: 250px;
    }
    .intro-img-full {
        height: 200px;
    }
}

/* ===== 홈 체험 섹션 ===== */
.home-experience-section {
    background: #5a94f6;
    padding: 58px 0;
}

.home-experience-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 7px;
}

.experience-images {
    flex: 1;
    display: flex;
    gap: 7px;
}

.experience-img {
    flex: 1;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
}

.experience-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.experience-img:hover img {
    transform: scale(1.03);
}

.experience-text {
    flex: 0 0 340px;
    color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #fff;
}

.experience-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #d8d8d8;
}

.experience-btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 27px;
    border: 2px solid #fff;
    border-radius: 4px;
    width: fit-content;
    transition: all 0.3s ease;
}

.experience-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 1024px) {
    .home-experience-wrapper {
        flex-direction: column;
    }
    .experience-text {
        flex: none;
        width: 100%;
        padding: 32px 15px;
    }
    .experience-img {
        height: 280px;
    }
}

@media (max-width: 640px) {
    .experience-images {
        flex-direction: column;
    }
    .experience-img {
        height: 250px;
    }
    .experience-text h3 {
        font-size: 28px;
    }
}

/* ===== 홈 세비촌 섹션 ===== */
.home-sebichon-section {
    background: #f6f6f6;
    padding: 28px 0 33px;
}

.home-sebichon-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 9px;
}

.sebichon-header {
    flex: 0 0 340px;
    padding: 0 15px;
}

.sebichon-header h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #000;
}

.sebichon-header p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #656565;
}

.sebichon-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sebichon-row {
    display: flex;
    gap: 9px;
}

.sebichon-row-first {
    gap: 9px;
}

.sebichon-img-small {
    flex: 0 0 33.33%;
    height: 265px;
    overflow: hidden;
    border-radius: 20px;
}

.sebichon-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sebichon-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px;
    border-radius: 20px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.sebichon-card:hover {
    transform: translateY(-3px);
}

.sebichon-card-white {
    flex: 1;
    background: #fff;
}

.sebichon-card-white h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #000;
}

.sebichon-card-white p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #333;
}

.sebichon-card-bg {
    flex: 1;
    height: 200px;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    align-items: flex-end;
}

.card-label {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.card-label-dark {
    color: #000;
}

.sebichon-card-feature {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 32px;
}

.sebichon-card-feature h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #000;
}

.sebichon-card-feature .divider-img {
    height: 28px;
    margin-bottom: 20px;
}

.sebichon-card-feature p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #757575;
}

.sebichon-card-capacity {
    flex: 7;
    height: 180px;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.capacity-label {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.capacity-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.sebichon-card-blue {
    flex: 5;
    height: 180px;
    background: #2965ff;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stayhouse-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.stayhouse-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1024px) {
    .home-sebichon-wrapper {
        flex-direction: column;
    }
    .sebichon-header {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .sebichon-row-first {
        flex-direction: column;
    }
    .sebichon-img-small {
        flex: none;
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 640px) {
    .sebichon-header h3 {
        font-size: 28px;
    }
    .sebichon-row {
        flex-direction: column;
    }
    .sebichon-card-bg {
        height: 180px;
    }
    .sebichon-card-white h4,
    .sebichon-card-feature h4 {
        font-size: 24px;
    }
    .card-label {
        font-size: 36px;
    }
    .capacity-number,
    .stayhouse-text,
    .stayhouse-title {
        font-size: 28px;
    }
    .sebichon-card-capacity,
    .sebichon-card-blue {
        height: 150px;
    }
}

/*
##### auth */

/* 목공방 소개 페이지 추가 이미지 섹션 */
.bw-overview-images {
    margin: 30px 0;
}

.bw-overview-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.bw-overview-image-box {
    overflow: hidden;
    height: 400px;
}

.bw-overview-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.bw-overview-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.bw-overview-description {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.bw-overview-description p {
    margin-bottom: 20px;
}

/* 반응형 */
@media (max-width: 768px) {
    .bw-overview-images-grid {
        grid-template-columns: 1fr;
    }
    
    .bw-overview-image-box {
        height: 300px;
    }
    
    .bw-overview-title {
        font-size: 28px;
    }
    
    .bw-overview-description {
        font-size: 18px;
    }
}

/* 강사 소개 프로필 */
.bw-instructor-profile {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bw-instructor-photo {
    width: 180px;
    flex-shrink: 0;
}

.bw-instructor-info {
    flex: 1;
    min-width: 250px;
}

.bw-instructor-name {
    margin-bottom: 15px;
}

.bw-instructor-info .bw-info-list {
    margin-top: 0;
}

@media (max-width: 768px) {
    .bw-instructor-profile {
        gap: 20px;
    }
    
    .bw-instructor-photo {
        width: 120px;
    }
}

.bw-overview-image-full {
    margin-bottom: 30px;
    width: 100%;
}

.bw-overview-image-full img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

    .bw-workshop-cards {
        grid-template-columns: 1fr;
    }
    
    .bw-workshop-card-title {
        font-size: 20px;
    }
    
    .bw-workshop-list li {
        font-size: 16px;
    }
    
    .bw-workshop-images {
        grid-template-columns: 1fr;
    }
    
    .bw-workshop-image {
        height: 400px;
    }
}

/* 목공방 안내 섹션 */
.bw-workshop-section {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 400px;
}

/* 내부 container의 width 제한 해제하고 max-width로 중앙 정렬 */
.bw-workshop-section .container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bw-workshop-bg {
    background-image: url('https://cdn.imweb.me/thumbnail/20250529/5fe1095906914.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.bw-workshop-spacer-top {
    height: 73px;
}

.bw-workshop-spacer-mid {
    height: 30px;
}

.bw-workshop-spacer-bottom {
    height: 40px;
}

/* 안내 카드 */
.bw-workshop-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.bw-workshop-card {
    background-color: #ffffff;
    padding: 30px;
}

.bw-workshop-card-content {
    text-align: left;
}

.bw-workshop-icon {
    width: 65px;
    margin-bottom: 10px;
}

.bw-workshop-card-title {
    color: rgb(0, 144, 128);
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}

.bw-workshop-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bw-workshop-list li {
    font-size: 22px;
    margin-bottom: 10px;
}

.bw-workshop-list li:before {
    content: "- ";
}

/* 이미지 섹션 */
.bw-workshop-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.bw-workshop-image {
    height: 800px;
    overflow: hidden;
}

.bw-workshop-image img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* 반응형 */
@media (max-width: 768px) {
    .bw-workshop-cards {
        grid-template-columns: 1fr;
    }
    
    .bw-workshop-card-title {
        font-size: 20px;
    }
    
    .bw-workshop-list li {
        font-size: 16px;
    }
    
    .bw-workshop-images {
        grid-template-columns: 1fr;
    }
    
    .bw-workshop-image {
        height: 400px;
    }
}
