@charset "utf-8";
@import url('fonts.css');
/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:15px;font-family:'Pretendard', dotum, sans-serif;background:#E9E9E9}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;font-family:'Pretendard', dotum, sans-serif;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', dotum, sans-serif;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
outline:none;
}

.placeholdersjs {color:#aaa !important}

.is-hidden{display:none !important;}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1440px}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#container_wr,
#ft_wr {width:1440px}
html.no-scroll,body.no-scroll{overflow:hidden;height:100%;}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}

.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd_h1{font-size: 0px;}
#hd{position:fixed;top:0;left:0;width:100%;z-index:10000;background:#fff;}
#tnb { height:36px; background:#f5f5f5; font-size:12px; }
#tnb .inner { display:flex; align-items:center; justify-content:space-between; height:36px; max-width:1440px; margin:0 auto; }
.tnb-left { display:flex; align-items:center; }
.tnb-link { display:flex; align-items:center; gap:5px; height:36px; padding:0 10px; color:#000; text-decoration:none; border-right:1px solid #fff; }
.tnb-link:first-child { background:#0b7ed8; color:#fff; font-weight:600; }
.tnb-link img { width:13px; height:13px; }
.hd_login { display:flex; align-items:center; margin:0; padding:0; list-style:none; }
.hd_login li { position:relative; }
.hd_login li a { display:block; padding:0 8px; line-height:36px; color:#777; text-decoration:none; }
.hd_login li:not(:last-child)::after { content:''; position:absolute; right:0; top:50%; width:1px; height:10px; background:#ddd; transform:translateY(-50%); }
.hd_login img { width:13px; height:13px; vertical-align:middle; margin-right:4px; }

#hd_wrapper{margin:0 auto;padding:0px 0px;display:flex;align-items:center;background:#0086D3; width: 100%; height: 44px;}
#logo{flex:0 0 auto;margin:0;}
#logo img{height:58px;width:auto;display:block;}


.hd_sch_area { height:100px; background:#fff; }
.hd_sch_area .inner { display:flex; align-items:center; justify-content:flex-start; width:1440px; height:100%; margin:0 auto; }
#logo { flex:0 0 auto; }
#logo img { display:block; height:58px; }
.hd_sch_wr { position:relative; left:80px; display:flex; align-items:center; }
#hd_sch { width:445px; height:52px; margin:0; border:3px solid #ff3dad; box-sizing:border-box; }
#hd_sch form { display:flex; align-items:center; width:100%; height:100%; }
#sch_stx { flex:1; height:100%; padding:0 12px; border:0; outline:none; font-size:13px; color:#555; box-sizing:border-box; }
#sch_stx::placeholder { color:#999; }
#sch_submit { width:56px; height:100%; border:0; background:transparent; cursor:pointer; }
#sch_submit i { font-size:22px; color:#008ee6; transition:all .25s ease; }
#sch_submit:hover i { transform:scale(1.12); color:#006fc4; }
.hd_quick { display:flex; align-items:center; gap:28px; margin-left:auto; }
.hd_quick a { display:flex; flex-direction:column; align-items:center; gap:7px; color:#222; font-size:12px; text-decoration:none; }
.hd_quick a:hover .quick-icon { transform:translateY(-3px); }
.hd_quick em { font-style:normal; line-height:1; }
.quick-icon { display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%; color:#fff; font-size:16px; transition:all .25s ease; }
.quick-icon.orange { background:#ff5200; }
.quick-icon.pink { background:#e83765; }
.quick-icon.green { background:#29b500; }
.quick-icon.yellow { background:#f2b900; }
.quick-icon.purple { background:#7629d6; }
.quick-icon.blue { background:#3b5bec; }
#wrapper { padding-top:180px; }

/* 메인메뉴 */
#gnb { position:relative; width:100%; height:46px; background:#0788cf; border-top:1px solid #27a6e8; border-bottom:1px solid #006eae; }
#gnb > h2 { position:absolute; font-size:0; line-height:0; overflow:hidden; }
#gnb .gnb_wrap { width:1440px; height:46px; margin:0 auto; position:relative; }
#gnb #gnb_1dul { display:flex; align-items:stretch; width:100%; height:46px; margin:0; padding:0; list-style:none; }
#gnb #gnb_1dul > li { position:relative; flex:1; height:46px; line-height:46px; text-align:center; border-left:1px solid rgba(255,255,255,.35); border-right:1px solid rgba(0,92,150,.25); }
#gnb #gnb_1dul > li:first-child { flex:0 0 44px; display:flex; align-items:center; justify-content:center; }
#gnb #gnb_1dul > li:first-child a { display:flex; align-items:center; justify-content:center; width:44px; height:44px; padding:0; }
#gnb #gnb_1dul > li:first-child img { display:block; width:16px; height:16px; }
#gnb #gnb_1dul > li:hover { background:#0076bd; }
#gnb #gnb_1dul > li:hover > .gnb_1da { color:#fff; }
#gnb #gnb_1dul > li:last-child{border-right:1px solid rgba(255,255,255,.35);}
.gnb_1da { display:block; height:46px; padding:0 15px; color:#fff; font-size:16px; font-weight:700; text-decoration:none; transition:all .25s ease; }
.gnb_1da .gnb-new-ico { width:auto; height:16px; margin-right:3px; vertical-align:middle; }
.gnb_1dli.gnb_al_li_plus .gnb_1da { padding-right:15px; }
.gnb_2dul { display:block; position:absolute; left:0; top:46px; width:100%; min-width:170px; padding:0; opacity:0; visibility:hidden; transform:translateY(8px); transition:all .25s ease; z-index:1000; }
.gnb_2dul .gnb_2dul_box { margin:0; padding:8px 0; list-style:none; background:#fff; border:1px solid #d9e3ec; border-top:0; box-shadow:0 8px 18px rgba(0,0,0,.12); }
.gnb_2dli { width:100%; line-height:1; border-bottom:1px solid #f0f2f5; }
.gnb_2dli:last-child { border-bottom:0; }
.gnb_2da { display:flex; align-items:center; justify-content:flex-start; gap:6px; padding:13px 10px 13px 14px; color:#333; font-size:15px; font-weight:500; line-height:1.3; text-align:left; text-decoration:none; background:#fff; transition:all .22s ease; }
.gnb_2da i { color:#0788cf; font-size:14px; }
.gnb_2da:hover { color:#0788cf; background:#f3f9ff; font-weight:700; }
.gnb_1dli:hover .gnb_2dul { opacity:1; visibility:visible; transform:translateY(0); }
.gnb_1dli_over .gnb_2dul { opacity:1; visibility:visible; transform:translateY(0); }
.gnb_1dli_over2 .gnb_2dul { opacity:1; visibility:visible; transform:translateY(0); right:0; left:auto; }
.gnb_wrap .gnb_empty { width:100%; padding:10px 0; color:#fff; text-align:center; line-height:26px; }
.gnb_wrap .gnb_empty a { color:#fff; text-decoration:underline; }

#gnb .gnb_2dli { position:relative; }
#gnb .gnb_3dul { display:none; position:absolute; top:0; left:100%; min-width:130px; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.12); z-index:10000; }
#gnb .gnb_2dli:hover > .gnb_3dul { display:block; }
#gnb .gnb_3dul_box { margin:0; padding:0; list-style:none; }
#gnb .gnb_3dli { border-bottom:1px solid #eee; }
#gnb .gnb_3dli i { color:#0788cf; font-size:14px; }
#gnb .gnb_3da { display:flex; align-items:center; justify-content:flex-start; gap:6px; height:42px; padding:0 14px; color:#5f5f5f; font-size:15px; font-weight:700; text-decoration:none; background:#fff; white-space:nowrap; }
#gnb .gnb_3da:hover { background:#f2f7ff; color:#0078d7; }
#gnb .gnb_2dli { position:relative; }
#gnb .gnb_3dul { display:none; position:absolute; top:0; left:100%; min-width:140px; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.12); z-index:10000; }
#gnb .gnb_2dli:hover > .gnb_3dul { display:block; }
#gnb .gnb_2dli.gnb-up > .gnb_3dul { top:auto; bottom:0; }
#gnb .gnb_2dli:nth-last-child(-n+3) > .gnb_3dul { top:auto; bottom:0; }

/* 중간 레이아웃 */
#wrapper {}

#container_wr {display: flex; justify-content: space-between; margin: 0px auto; gap:20px}
#aside {padding:0;height:100%;margin:20px 0 20px 0px; }

#container {position:relative;min-height:500px;height:auto !important;margin:20px 0;width:100%;zoom:1; padding-bottom: 40px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:10px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:20px 0px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}


#aside ul li{padding: 10px 0px 0px;}
#aside ul li img{padding: 0px;}
/* 하단 레이아웃 */
#ft {background:#222222;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0 auto;padding:40px 0;position:relative;display:flex; justify-content: space-between;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:60%;float:left;padding:0 20px; text-align: left;}

#ft_link {text-align:left; margin-right: 20px;}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

.contact-box{width:400px;}
.contact-item{display:flex;align-items:center;gap:10px;margin-bottom:20px;}
.contact-item:last-child{margin-bottom:0;}


.contact-text{color:#ffffff;font-size:28px;font-weight:700;letter-spacing:0.5px; text-align: left;}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */

.btn-area{display: flex; justify-content: space-between; margin: 20px 0px;}
.btn-area-center{display: flex; justify-content: center; margin: 20px 0px;}
.btn_more_opt{ padding: 6px 10px !important;}
.is_list_btn{padding: 12px 10px !important;}

a.btn,.btn {
  padding:10px;
  text-align:center;
  white-space: nowrap; 
  font-weight:bold;
  border:0;
  font-size:16px;
  display:flex;
  align-items:center;
  -webkit-transition:background-color 0.3s ease-out;
  -moz-transition:background-color 0.3s ease-out;
  -o-transition:background-color 0.3s ease-out;
  transition:background-color 0.3s ease-out; /* ← 세미콜론 필요 */
}
a.btn01 {padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border-radius: 4px;border: 2px solid #0D74DB; background: #FBFDFF;color:#0D74DB;cursor:pointer;}
.btn_submit:hover {background:#f5f9ff}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {color:#313131; border: 1px #313131 solid; background: #fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#fff;color:#000;border: 1px #313131 solid;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#e6e6e6}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:32px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {border-radius: 4px;border: 2px solid #0D74DB; background: #FBFDFF;color:#0D74DB;cursor:pointer;}
.btn_b01:hover, .btn_b01:hover {background:#f5f9ff}
a.btn_b02,.btn_b02 {border-radius: 4px;border: 2px solid #0D74DB; background: #FBFDFF;color:#0D74DB;cursor:pointer;}
a.btn_b02:hover, .btn_b02:hover {background:#eff7ff}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}
.btn-outline{display:flex;align-items:center;gap:8px;height:32px;padding:0 18px;border-radius:4px;font-size:16px;font-weight:700; word-break: keep-all;text-decoration:none;transition:all .2s ease;}
.btn-report{border:2px solid #f04dbb;color:#f04dbb;background:#fff;}
.btn-report:hover{background:#f04dbb;color:#fff;}

.btn-list{border:2px solid #0d6efd;color:#0d6efd;background:#fff;}
.btn-list:hover{background:#0d6efd;color:#fff;}
.btn-ico{font-size:18px;line-height:1;}

/* 게시판 목록/상세 상단 버튼(관리자, RSS, 검색, 글쓰기, 더보기 등) 공통 스타일 */
.btn_bo_user { margin:0; padding:0; list-style:none; display:flex; align-items:center; gap:6px; }
.btn_bo_user > li { position:relative; float:none; height:38px; margin:0; background:#fff; border:1px solid #d9e0e8; border-radius:9px; text-align:center; box-shadow:0 2px 6px rgba(15,23,42,.06); overflow:visible; }
.btn_bo_user > li > a, .btn_bo_user > li > button { display:flex; align-items:center; justify-content:center; gap:6px; height:100%; padding:0 14px; border:0; border-radius:9px; background:#fff; color:#2563eb; font-size:15px; text-decoration:none; cursor:pointer; white-space:nowrap; }
.btn_bo_user > li:hover { border-color:#2563eb; box-shadow:0 6px 16px rgba(37,99,235,.16); transform:translateY(-1px); }
.btn_bo_user > li:hover > a, .btn_bo_user > li:hover > button { color:#2563eb; }
.btn_bo_user .btn_label { font-size:13px; font-weight:700; }

.btn_bo_adm { float:left; display:flex; align-items:center; gap:6px; margin:0; padding:0; list-style:none; }
.btn_bo_adm li { float:none; margin:0; }
.btn_bo_adm input { height:36px; padding:0 13px; border:1px solid #d9e0e8; border-radius:9px; background:#fff; color:#475569; font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; vertical-align:middle; box-shadow:0 2px 6px rgba(15,23,42,.05); }
.btn_bo_adm input:hover { border-color:#2563eb; color:#2563eb; box-shadow:0 6px 16px rgba(37,99,235,.14); }

/* 기본테이블 */
.tbl_wrap table { width:100%; border-collapse:collapse; border-spacing:0; background:#fff; border-top:2px solid #1686d9; border-bottom:1px solid #d9d9d9; }
.tbl_wrap caption { padding:10px 0; font-weight:bold; text-align:left; }

.tbl_head01 { margin:0 0 10px; }
.tbl_head01 caption { padding:0; font-size:0; line-height:0; overflow:hidden; }
.tbl_head01 thead th { position:relative; height:46px; padding:0 14px; background:#fff; border-top:0; border-bottom:1px solid #d9d9d9; color:#000; font-size:15px; font-weight:700; text-align:center; }
.tbl_head01 thead th + th:before { content:""; position:absolute; left:0; top:50%; width:1px; height:14px; margin-top:-7px; background:#d6d6d6; }
.tbl_head01 thead th input { vertical-align:top; }
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}

.tbl_head01 td { height:58px; padding:10px 12px; border-bottom:1px solid #e5e5e5; color:#555; font-size:14px; line-height:1.4; word-break:break-all; }
.tbl_head01 tbody tr:hover td { background:#fafafa; }
.tbl_head01 a:hover { text-decoration:underline; }

.tbl_head01 tfoot th,
.tbl_head01 tfoot td { padding:10px 0; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; background:#f7f7f7; text-align:center; }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea,.frm_input { border:1px solid #d0d3db; background:#fff; color:#000; vertical-align:middle; border-radius:4px; padding:10px; }
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea,.frm_input:focus { border-color:#eb98c4; box-shadow:0 0 0 3px rgba(242,53,154,.12); outline:none; }
.tbl_frm01 textarea {padding:2px 2px 3px}
#bo_w select.frm_input { padding:10px 40px 10px 10px; border:1px solid #d0d3db;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center; color:#111; font-size:15px; font-weight:600; appearance:none; -webkit-appearance:none; -moz-appearance:none; cursor:pointer; }
#bo_w select.frm_input:focus { border-color:#eb98c4; box-shadow:0 0 0 3px rgba(242,53,154,.12); outline:none; }
#bo_w select.frm_input:hover { border-color:#999; }
#bo_w select.frm_input option { color:#111; font-size:15px; }

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center; display: flex; align-items: center; justify-content: center; margin:20px 0px}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px; line-height: 42px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.tab-latest-wrap{background:#fff;border-radius:10px;padding:25px 20px;box-shadow:0 16px 40px rgba(26,72,255,0.10);}
.tab-head{display:flex;gap:40px;align-items:flex-end;border-bottom:1px solid #e9edf3;padding-bottom:14px;margin-bottom:18px;}
.tab-btn{border:0;background:transparent;font-size:18px;font-weight:900;letter-spacing:-1px;color:#9aa0a6;cursor:pointer;position:relative;padding:0 0 10px;}
.tab-btn.is-active{color:#0b5fff;}
.tab-btn.is-active:after{content:"";position:absolute;left:0;bottom:0px;width:100%;height:2px;background:#0b5fff;}
.tab-body{}
.tab-panel{display:none;}
.tab-panel.is-active{display:block;}

.form-control-inline{display: flex; flex-direction: row; align-items: center;}
.app-header{display:none;}
@media (max-width:1024px){
  .app-header{display:block;}
}
.app-header{position:sticky;top:0;z-index:2000;background:#fff;border-bottom:1px solid rgba(0,0,0,.10);width:100%;}
.app-header-inner{height:50px;display:flex;align-items:center;gap:12px;padding:0 10px;width:100%;}
.app-hamburger{width:44px;height:44px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto; position: absolute; left: 0px;}
.hamburger-ico{width:22px;height:16px;position:relative;display:block;}
.hamburger-ico:before,.hamburger-ico:after{content:"";position:absolute;left:0;right:0;height:2px;background:#111;border-radius:2px;}
.hamburger-ico:before{top:0;box-shadow:0 7px 0 #111;}
.hamburger-ico:after{bottom:0;}
.app-logo{margin:0;flex:1;display:flex;align-items:center;min-width:0;}
.app-logo a{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0;}
.app-logo img{height:28px;display:block;}
.app-actions{display:flex;align-items:center;gap:0;flex:0 0 auto;}
.app-action{width:44px;height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none;}
.action-ico{width:30px;height:30px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center;}
.action-ico.ico-user{background-image:url('../img/user.svg');}
.action-ico.ico-lock{background-image:url('../img/login.svg');}
.action-ico.ico-logout{background-image:url('../img/ico-logout.svg');}
.action-ico.ico-useredit{background-image:url('../img/ico-useredit.svg');}

/* 추가: 2단 메뉴 */
.app-header-nav{border-top:1px solid rgba(0,0,0,.08);background:#fff;}
.app-header-nav-inner{height:46px;display:flex;align-items:center;gap:10px;overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch; padding-left: 40px;}
.app-header-nav-inner::-webkit-scrollbar{display:none;}
.app-nav-link{display:inline-flex;align-items:center;height:46px;color:#111;text-decoration:none;font-weight:800;font-size:16px;letter-spacing:-.2px;padding:0 2px;}
.app-nav-link.is-active{color:#2f67ff;}

.side-nav{position:fixed;inset:0;z-index:10000;pointer-events:none;}
.side-nav.is-open{pointer-events:auto;}
.side-nav-dim{position:absolute;inset:0;background:rgba(0,0,0,.35);opacity:0;transition:opacity .25s ease;}
.side-nav.is-open .side-nav-dim{opacity:1;}
.side-nav-panel{position:absolute;top:0;left:0;height:100%;width:min(86vw,360px);background:#fff;transform:translateX(-100%);transition:transform .28s cubic-bezier(.2,.9,.2,1);display:flex;flex-direction:column;box-shadow:8px 0 30px rgba(0,0,0,.18);}
.side-nav.is-open .side-nav-panel{transform:translateX(0);}

.side-nav-top{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(0,0,0,.08);}
.side-nav-brand{display:flex;align-items:center;text-decoration:none;}
.side-nav-brand img{height:24px;display:block;}
.side-nav-close{width:44px;height:44px;border:0;background:transparent;font-size:40px;line-height:1;cursor:pointer;}

.side-nav-body{padding:14px;overflow:auto;-webkit-overflow-scrolling:touch;}
.side-nav-primary{display:flex;align-items:center;justify-content:center;height:52px;background:#285AC8;color:#fff;text-decoration:none; font-size: 18px;font-weight:700;}
.side-nav-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(0,0,0,.14);overflow:hidden;background:#fff;font-size: 18px;}
.side-nav-item{height:52px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#111;font-weight:700;border-right:1px solid rgba(0,0,0,.14);border-bottom:1px solid rgba(0,0,0,.14);}
.side-nav-item:nth-child(2n){border-right:0;}
.side-nav-item:nth-last-child(-n+2){border-bottom:0;}

.side-nav-auth{display:flex;gap:10px;margin:12px 0;}
.side-nav-authbtn{flex:1;height:46px;border:1px solid rgba(0,0,0,.14); background: #F3F3F3;font-size: 18px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#111;font-weight:700;}
.auth-ico{width:20px;height:20px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center;}
.auth-ico.ico-user{background-image: url('../img/user.svg');}
.auth-ico.ico-lock{background-image:url('../img/login.svg');}

.side-nav-search{margin:8px 0 12px; border-bottom: 2px solid #000;}
.side-nav-search form{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(0,0,0,.1);padding-top:10px;}
.side-nav-input{flex:1;height:44px;border:0;outline:0;font-size:14px;}
.side-nav-submit{width:44px;height:44px;border:0;background:transparent;cursor:pointer;background-image:url('../img/ico-search.svg');background-repeat:no-repeat;background-position:center;background-size:24px;}

.side-nav-banners{display:flex;flex-direction:column;gap:10px;padding-bottom:10px;}
.side-nav-banner{display:block;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);}
.side-nav-banner img{width:100%;height:auto;display:block;}

.no-scroll{overflow:hidden;}
.m-bottom-nav{display: none;}
.top-banner{margin-bottom: 40px;}
.banner-pc{display:block;}
.banner-mo{display:none;}

@media (max-width:768px){
  .banner-pc{display:none;}
  .banner-mo{display:block; width: 100%;}
}

#bo_gall, #bo_list{margin-top: 20px;}

.bo-search-box{display:flex;align-items:center;gap:8px;width:260px;height:40px;padding:0 10px;border:2px solid #3b82f6;border-radius:10px;background:#fff;}
.bo-search-box input{flex:1;height:100%;border:0;outline:0;font-size:14px;color:#111;background:transparent;}
.bo-search-box input::placeholder{color:#9ca3af;}
.bo-search-btn{width:34px;height:34px;border:0;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2563eb;}
.bo-search-btn:hover{background:#eff6ff;}
.bo-search-box:focus-within{box-shadow:0 0 0 4px rgba(59,130,246,.15);}

.name-area{display: flex; align-items: center; justify-content: center;}

#bo_list .m-writer{display:inline-flex;align-items:center;gap:6px;}
#bo_list .m-writer .profile_img,#bo_list .m-writer img{width:18px;height:18px;border-radius:50%;object-fit:cover;display:block;}
#bo_list .m-list-meta{display:none;}
.td_name{text-align: center !important;}

/* ================================
  Responsive (Mobile)
  - 기존 CSS 맨 아래 추가
================================ */

@media (max-width: 768px){
  .is-hide-mobile{display:none !important;}
  #hd,#wrapper,#ft{min-width:0; width: 100%;}
  #hd_pop,#hd_wrapper,#tnb .inner,#container_wr,#ft_wr{width:100%;max-width:100%;box-sizing:border-box;}
  body{font-size:14px;}
  #hd{position:sticky;top:0;}
  #wrapper{padding-top:0;}
  #container_wr{flex-direction:column;gap:16px;}
  #aside{width:100%;margin:0 0 16px;padding:0; display: none;}
  #container{width:100%;padding: 15px 10px 60px;margin:0px 0;min-height:auto;}
  picture img{width: 100%;}
  .lt_wr{width:100%;}

  #tnb{display: none;}
  #hd_wrapper{padding:0px 0;gap:0px;}
  #logo img{height:28px;display: none;}
  #gnb .gnb_wrap{padding:0;gap:10px; display: none;}
  #gnb #gnb_1dul{gap:10px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  #gnb #gnb_1dul::-webkit-scrollbar{display:none;}
  .hd_sch_wr{width:100%;margin-left:0; display: none;}
  #hd_sch{border-bottom:2px solid #000;width:100%;display: none;}

  #sch_submit{height:40px;}
  #container_wr{margin:0 auto;}
  #ft_wr{flex-direction:column;gap:18px;padding:28px 16px 80px;}
  #ft_wr .ft_cnt{width:100%;padding:0;}
  #ft_link{margin-right:0;}
  #ft_copy{width:100%;padding:16px 0px;}
  .contact-box{width:100%;}
  .contact-text{font-size:18px;}
  #top_btn{right:14px;bottom:14px;width:44px;height:44px;line-height:40px;}

  .m-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:990;display:grid;grid-template-columns:repeat(5,1fr);align-items: center;padding:10px 10px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(0,0,0,.08); width: 100%;}
  .m-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none;color:#111;min-width:0;}
  .m-nav-txt{font-size:14px;font-weight:700;white-space:nowrap; color: #000;}
  .m-nav-ico{width:26px;height:26px;background:center/contain no-repeat;opacity:.95;}
  .m-nav-item.is-home{position:relative;transform:translateY(-18px);}
  .m-nav-item.is-home .m-nav-home{width:74px;height:74px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#2f67ff;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.18);border:6px solid #fff;}
  .m-nav-item.is-home .m-nav-ico{filter:brightness(0) invert(1);}
  .m-nav-item[aria-current="page"] .m-nav-txt{color:#fff;}
  .m-nav-item[aria-current="page"] .m-nav-ico{opacity:1;}
  .ico-home{background: url(../img/ico-home.svg) center center no-repeat;}
  .ico-bojeung{background: url(../img/ico-bojeung.svg) center center no-repeat;}
  .ico-event{background: url(../img/ico-event.svg) center center no-repeat;}
  .ico-community{background: url(../img/ico-community.svg) center center no-repeat;}
  .ico-attendance{background: url(../img/ico-attendance.svg) center center no-repeat;}

  .bo-search-box{width:140px;padding:0 4px 0px 0px;border-width:1.5px;border-radius:4px;}
  .bo-search-box input{font-size:15px; padding: 0px 10px; width: 100%;}
  .bo-search-btn{width:24px;height:24px;}
  .bo-search-box:focus-within{box-shadow:0 0 0 3px rgba(59,130,246,.2);}

  .bo-search{width:auto;max-width:150px;}
  .bo-search-label{padding:0 8px;}
  .bo-search-label span{display:none;}
  .bo-search input{padding:0 8px;font-size:13px;}

  /*
  .tbl_head01 .tbl_wrap{border:0;}
  .tbl_head01 table{width:100%;border:0;}
  .tbl_head01 caption{display:none;}
  .tbl_head01 thead{display:none;}
  .tbl_head01 tbody, .tbl_head01 tr, .tbl_head01 td{display:block;width:100%;}
  .tbl_head01 td{padding:10px;line-height:1.6em;height:auto;font-size:13px;}
  .tbl_head01 tbody tr{position:relative;;border:1px solid #e9edf3;background:#fff;}
  .tbl_head01 tbody tr{background:#fff;}
  .tbl_head01 tbody tr:nth-child(even){background:#f7f9fc;}
*/
  #bo_list tbody .even td{background:transparent !important;}
  #bo_list .tbl_head01{border:0;}
  #bo_list .tbl_head01 tr{padding:14px 12px;border-bottom:1px solid #eaeaea;}
  #bo_list .tbl_head01 td{border:0 !important;height:auto;line-height:1.4; padding-top: 6px; padding-bottom: 4px; }

  #bo_list .td_name,
  #bo_list .td_num {display:none;}
  #bo_list .td_datetime{width: 100% !important;display: block;  text-align: left  !important; position: relative; padding-left: 15px !important; font-size: 15px;}
  #bo_list .td_datetime::before{content: ''; display: block; background: url(../img/ico-clock.svg); width: 12px; height: 12px; position: absolute; left:0px; top:10px}
  #bo_list .td_subject{padding:0 !important;}
  #bo_list .td_subject .bo_tit{display: flex;}
  #bo_list .td_subject .bo_tit a{display:block;font-size:16px;line-height:1.35;color:#111;}
  #bo_list .bo_cate_link{float:none;display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;margin:0 0 8px;border-radius:999px;font-size:12px;background:#eef4ff;color:#2f67ff; display: none;}
  #bo_list .m-list-meta{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:#6b7280;}
  #bo_list .m-list-meta .m-dot{width:3px;height:3px;border-radius:50%;background:#cbd5e1;display:inline-block;}
  #bo_list .td_chk{position:absolute;right:12px;width:auto;border:0 !important;background:transparent;}
  #bo_list .td_chk .chk_box{display:flex;align-items:center;justify-content:center;}
  #bo_list .td_chk .chk_box label span{width:18px;height:18px;border-radius:4px;}
  #bo_list .bo_notice{background:#efefef;}
  #bo_list .bo_notice td{background:transparent !important;border:0;padding:4px 0 !important;height:auto;line-height:1.4;}
  #bo_list .bo_notice td:first-child{font-size:15px;font-weight:700;color:#111;}
  #bo_list .bo_notice td:last-child{font-size:12px;color:#888;}
  .bo_notice .notice_icon{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;border-radius:999px;color:#111;font-weight:700;}
 

  #bo_list .td_subject .bo_tit{ display: flex; flex-direction: row; align-items: center;}
  #bo_list .m-list-meta{display:flex;align-items:center;gap:10px;margin-top:8px;font-size:15px;color:#6b7280; justify-content: space-between;}

  #bo_list .m-list-meta .m-hit,#bo_list .m-list-meta .m-writer,#bo_list .m-list-meta .m-date{display:inline-flex;align-items:center;gap:6px;}
  #bo_list .m-ico{display:inline-block;width:14px;height:14px;background-size:contain;background-repeat:no-repeat;opacity:.8;}
  #bo_list .m-ico-eye{background-image:url(../img/ico-eye.svg);}
  #bo_list .m-ico-clock{background-image:url(../img/ico-clock.svg); margin-left: 10px;}

  .bo_write_tbl{display:block;border:0; }
  .bo_write_tbl tbody,.bo_write_tbl tr{display:block;width:100%;}
  .bo_write_tbl tr{border-top:1px solid #e5e7eb;overflow:hidden;background:#fff;}
  .bo_write_tbl th{display:flex; align-items: flex-start;width:100%;padding:10px 14px;font-size:13px;font-weight:600;background:#f8fafc;border:0;border-bottom:1px solid #e5e7eb;}
  .bo_write_tbl td{display:block;width:100%;padding:12px 14px;border:0;}
  .bo_write_tbl .frm_input.full_input{height:48px;font-size:15px;}
  .bo_write_tbl textarea.frm_input{min-height:140px;font-size:15px;}
  .bo_file_now{gap:8px;}
  .frm_info{font-size:12px;}
  #bo_w .bo_write_tbl #autosave_wrapper{flex-direction:column;align-items:stretch;gap:8px;}
  #bo_w .bo_write_tbl #btn_autosave{width:100%;height:46px;}

 
  .bo_v_option{margin-bottom: 15px;}
  #bo_v_title .bo_v_tit{font-size: 18px !important;}
  #bo_v_info{flex-direction: column;}
  .bo_v_com {margin:0px 0px 10px !important;float:right}
  .bo_v_com > li {position:relative;float:left;}

  #bo_vc article .cm_wrap {float:left;max-width:100% !important;width:100% !important}
  .cmt-bottom{display:flex;align-items:flex-end !important;justify-content:space-between;gap:6px !important;margin-top:0px !important; width: 100%; flex-direction: column;}
  
  #bo_vc { background:#EDEFF9; padding: 10px !important; margin: 40px 0px 20px;}
  .bo_v_nb li .nb_date{display: none;}
  .lt_arrow{display: none !important;}

  .top-banner{margin-bottom: 20px;}
}


/* 탭 영역: 모바일 간격/폰트 */
@media (max-width: 768px){
  .tab-latest-wrap{padding:18px 14px;border-radius:12px;}
  .tab-head{gap:18px;padding-bottom:10px;margin-bottom:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .tab-head::-webkit-scrollbar{display:none;}
  .tab-btn{font-size:16px;padding:0 0 8px;white-space:nowrap;}

}

/* 버튼/폼: 터치 타겟 개선 */
@media (max-width: 768px){
  a.btn,.btn{font-size:16px;padding:10px 14px; word-break: keep-all; }
  .btn-report{padding:15px 14px;}
  .frm_input{height:44px;}
  .btn-area{gap:10px;flex-wrap:wrap;}
  .btn-area>*{flex:1;min-width:140px;justify-content:center;}
}
.reg-or{color:#e53935;font-weight:700;margin-left:6px;}
.reg-help{display:block;margin-top:6px;font-size:12px;color:#8a8f98;}

.reg-hp-line{display:flex;gap:10px;align-items:center;}
.btn-hp-cert{white-space:nowrap;height:48px;padding:0 16px;border-radius:10px;}
.bo-total-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;} 
.bo-total-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;} 
.bo-total-page{opacity:.8;} 
.bo-sort{display:flex;align-items:center;} 
.bo-sort-select{height:40px;min-width:140px;border-radius: 10px;padding:0 34px 0 12px;border: 2px solid #3b82f6;background:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;line-height:34px;font-size:13px;cursor:pointer;} 
.bo-sort{position:relative;} 
.bo-sort:after{content:"";position:absolute;right:12px;top:50%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6b7280;transform:translateY(-30%);pointer-events:none;}

/* 추가 */

.bo-title-row { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:24px; border-bottom:1px solid #d8d8d8; }
.bo-title { position:relative; display:flex; align-items:center; gap:8px; margin:0; padding:0 0 14px; color:#008ed6; font-size:22px; font-weight:800; line-height:1.2; }
.bo-title::after { content:""; position:absolute; left:0; bottom:-1px; width:230px; height:2px; background:#ff3b9d; }
.bo-title i { color:#008ed6; font-size:20px; }
.bo-title span { color:#777; font-weight:500; }
.bo-search { display:flex; align-items:center; width:280px; height:30px; border:1px solid #d6d6d6; border-radius:9px; overflow:hidden; background:#fff; }
.bo-search-label { flex:0 0 auto; display:flex; align-items:center; gap:5px; height:100%; padding:0 12px; border-right:1px solid #e5e5e5; background:#f5f8fb; color:#008ed6; font-size:13px; font-weight:700; white-space:nowrap; }
.bo-search-label i { font-size:12px; }
.bo-search input { flex:1; min-width:0; height:100%; padding:0 14px; border:0; color:#333; font-size:14px; outline:none; }
.bo-search button { flex:0 0 30px; width:30px; height:30px; border:0; background:#008ed6; color:#fff; font-size:15px; cursor:pointer; }
.bo-category { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.bo-category a { display:flex; align-items:center; justify-content:center; min-width:98px; height:38px; padding:0 18px; border-radius:3px; background:#aaa; color:#fff; font-size:14px; font-weight:700; text-decoration:none; }
.bo-category a.active { background:#008ed6; }

.side-accordion { display:flex; flex-direction:column; gap:14px; margin-top: 20px; }
.acc-item { overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.15); }
.acc-title { display:flex; align-items:center; justify-content:space-between; width:100%; height:46px; padding:0 16px; border:0; color:#fff; font-size:16px; font-weight:800; cursor:pointer; }
.acc-title span { display:flex; align-items:center; gap:6px; }
.acc-content { display:none; padding:12px 14px; background:#fff; }
.acc-item.active .acc-content { display:block; }
.acc-row { display:flex; align-items:center; justify-content:space-between; height:34px; }
.acc-row > span { display:flex; align-items:center; gap:3px; color:#111; font-size:14px; font-weight:700; }
.acc-row > div { display:flex; gap:4px; }
.acc-row a { display:flex; align-items:center; justify-content:center; width:38px; height:30px; border-radius:3px; background:#078fd8; color:#fff; font-size:13px; font-weight:700; text-decoration:none; }
.acc-row a:last-child { background:#ffc400; color:#fff; }
.acc-green .acc-title { background:#83a91f; }
.acc-orange .acc-title { background:#e95b13; }
.acc-red .acc-title { background:#df0012; }
.acc-pink .acc-title { background:#d01886; }
.acc-yellow .acc-title { background:#c9b900; }
.acc-blue .acc-title { background:#4a90db; }
.acc-mint .acc-title { background:#6b9f79; }
.acc-purple .acc-title { background:#936ca0; }
.acc-lightpink .acc-title { background:#ea7fba; }
.acc-coral .acc-title { background:#ef8292; }
.acc-violet .acc-title { background:#8e84ef; }

.acc-community .acc-title { background:#ff3b9d; }
.acc-community .acc-content { padding:14px 16px; }
.acc-community .acc-content a { display:flex; align-items:center; gap:10px; height:32px; color:#222; font-size:14px; font-weight:600; text-decoration:none; }
.acc-community .acc-content a i { width:16px; color:#078fd8; font-size:14px; text-align:center; }

.shop-tab-area { display:flex; align-items:center; gap:10px; margin:20px 0 20px; }
.shop-search { display:flex; flex:0 0 160px; height:42px; overflow:hidden; border:1px solid #d8d8d8; border-radius:8px; background:#fff; }
.shop-search input { flex:1; min-width:0; height:100%; padding:0 12px; border:0; color:#333; font-size:14px; outline:none; }
.shop-search button { flex:0 0 42px; width:42px; height:42px; border:0; background:#008ed6; color:#fff; font-size:18px; cursor:pointer; }
.shop-tabs { display:flex; align-items:center; gap:5px; flex:1; overflow-x:auto; white-space:nowrap; }
.shop-tabs a { display:flex; align-items:center; justify-content:center; min-width:72px; height:42px; padding:0 14px; border-radius:4px; background:#aaa; color:#fff; font-size:14px; font-weight:700; text-decoration:none; }
.shop-tabs a.active { flex-direction:column; background:#008ed6; line-height:1.1; }
.shop-tabs a span { margin-top:2px; font-size:12px; font-weight:800; }
.shop-admin-box { margin:20px 0; padding:24px; background:#fff; border:1px solid #dcdfe5; border-radius:10px; }
.shop-admin-box h3 { margin:0 0 16px; font-size:18px; font-weight:700; color:#111; }
.shop-form-row { display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.shop-form-row label { width:110px; font-size:14px; font-weight:700; color:#222; }
.shop-form-row input, .shop-form-row select { width:360px; height:42px; padding:0 12px; border:1px solid #ccc; border-radius:6px; background:#fff; font-size:14px; box-sizing:border-box; }
.shop-check-list { display:flex; flex-wrap:wrap; gap:16px; margin:0 0 18px 124px; }
.shop-check-list label { display:flex; align-items:center; gap:6px; font-size:14px; font-weight:600; color:#222; }
@media(max-width:1024px) { .shop-form-row { display:block; } .shop-form-row label { display:block; width:100%; margin-bottom:6px; } .shop-form-row input, .shop-form-row select { width:100%; } .shop-check-list { margin-left:0; } }

.store-view-wrap { margin:0 0 40px; background:#fff; }
.store-top { display:flex; align-items:center; gap:10px; padding:15px 0px; border-bottom:1px solid #ddd; font-size:24px; font-weight:700; color:#222; }

.store-info-wrap { display:grid; grid-template-columns:500px 1fr; gap:20px; padding:25px 0px; }
.store-thumb { width:100%; height:350px; overflow:hidden; border:1px solid #ddd; }

.store-thumb img {
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}
.store-info { border-top:1px solid #d9dce3; }
.store-info dl { display:grid; grid-template-columns:140px 1fr; margin:0; border-bottom:1px solid #d9dce3; }
.store-info dt { display:flex; align-items:center; min-height:54px; padding:0 15px; background:#eef0f6; color:#444; font-size:15px; font-weight:700; }
.store-info dd { display:flex; align-items:center; min-height:54px; margin:0; padding:0 15px; color:#333; font-size:15px; font-weight:500; }
.coupon-btn { display:inline-flex; align-items:center; justify-content:center; height:28px; padding:0 12px; background:#0d8ddb; color:#fff; font-size:13px; font-weight:700; text-decoration:none; border-radius:3px; }
.store-btns { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top: 20px; }
.store-btns a { display:flex; align-items:center; justify-content:center; height:50px; background:#0d8ddb; color:#fff; font-size:18px; font-weight:700; text-decoration:none; border-radius:4px; }
.store-btns a:first-child { background:#315fc8; }
.store-btns a:hover { opacity:.9; }
.store-rating { color:#ff73b3; font-size:24px; font-weight:700; }
.store-content-title { margin:40px 0 30px; text-align:center; font-size:42px; font-weight:800; color:#111; }

#bo_v_title { display:none; }
#bo_v_info { display:none; }
#bo_v_share { display:none; }
#bo_v_img { display:none; }
#bo_v_atc_title { display:none; }

@media (max-width:1024px) {
.store-info-wrap { grid-template-columns:1fr; padding:15px; }
.store-thumb img { height:auto; }
.store-btns { grid-template-columns:1fr; padding:15px; }
.store-info dl { grid-template-columns:100px 1fr; }
.store-top { font-size:18px; }
}

.gnb_2dli_title { padding:12px 20px 6px; color:#008fd3; font-size:13px; font-weight:800; border-top:1px solid #e5e5e5; }
.gnb_2dli_title span { display:block; }

#bo_cate #bo_cate_ul { display:flex; flex-wrap:wrap;  margin:0 0 25px; padding:0; }
#bo_cate #bo_cate_ul li { list-style:none; }
#bo_cate #bo_cate_ul li a { display:inline-flex; align-items:center; justify-content:center; min-width:76px; height:36px; padding:0 14px; border:1px solid #d7dce5; border-radius:4px; background:#fff; color:#333; font-size:14px; font-weight:700; text-decoration:none; }
#bo_cate #bo_cate_ul li a:hover { border-color:#008fd3; color:#008fd3; }
#bo_cate #bo_cate_ul li a.bo_cate_on { background:#008fd3 !important; border-color:#008fd3 !important; color:#fff !important; }

.store-manage-btns { display:flex; justify-content:flex-end; gap:8px; padding:0 25px 25px; }
.store-manage-btns a { display:inline-flex; align-items:center; justify-content:center; min-width:80px; height:38px; padding:0 14px; border-radius:4px; color:#fff; font-size:14px; font-weight:700; text-decoration:none; }
.store-edit-btn { background:#315fc8; }
.store-delete-btn { background:#e03131; }
.store-list-btn { background:#555; }

.store-manage-btns a:hover { opacity:.9; color:#fff; }
.store-bottom-btn { display:flex; justify-content:center; margin:35px 0 20px; }
.btn-list { display:inline-flex; align-items:center; justify-content:center; min-width:140px; height:44px; padding:0 20px; border-radius:4px; background:#555; color:#fff; font-size:15px; font-weight:700; text-decoration:none; }
.btn-list:hover { background:#333; color:#fff; }

.store-area { display:inline-flex; align-items:center; justify-content:center; min-width:80px; height:32px; padding:0 12px; border-radius:6px; color:#fff; font-size:14px; font-weight:700; }

/* 업소정보/업소후기/업소쿠폰 상세페이지 공통 즐겨찾기 버튼 */
.favorite-btn { display:inline-flex; align-items:center; gap:6px; margin-left:auto; padding:0 14px; height:34px; border:1px solid #ddd; border-radius:999px; background:#fff; color:#555; font-size:14px; font-weight:700; cursor:pointer; white-space:nowrap; transition:.15s; }
.favorite-btn:hover { border-color:#ff6b90; color:#ff6b90; }
.favorite-btn .fa-heart, .favorite-btn .fa-heart-o { font-size:15px; }
.favorite-btn.is-active { border-color:#ff3061; background:#fff0f4; color:#ff3061; }
.favorite-btn.is-active .fa-heart { color:#ff3061; }

@keyframes favorite_pop {
    0%   { transform:scale(1); }
    30%  { transform:scale(1.4); }
    60%  { transform:scale(0.9); }
    100% { transform:scale(1); }
}
.favorite-btn .fa-heart.pop, .favorite-btn .fa-heart-o.pop { display:inline-block; animation:favorite_pop .4s ease; }

.store-area.cate-green { background:#88af16; }
.store-area.cate-orange { background:#f4660f; }
.store-area.cate-red { background:#ef0017; }
.store-area.cate-pink { background:#d61b91; }
.store-area.cate-yellow { background:#d6c300; }
.store-area.cate-blue { background:#548fd1; }
.store-area.cate-mint { background:#79a97d; }
.store-area.cate-purple { background:#9a79ad; }
.store-area.cate-lightpink { background:#df77b7; }
.store-area.cate-coral { background:#e67b8c; }
.store-area.cate-violet { background:#8b7be8; }

.store-list-section { margin-bottom:36px; }
.store-list-title { margin:0 0 18px; padding-left:14px; border-left:5px solid #008fd3; color:#111; font-size:24px; font-weight:800; }
.store-card-list { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin:0; padding:0; }
.store-card-list .gall_li { width:auto !important; list-style:none; }
.premium-store-list{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}
.normal-store-list{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;}
.premium-store-list .gall_li,
.normal-store-list .gall_li{width:auto;margin:0;padding:0;float:none;}


#gall_ul.gall_row { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin:0; padding:0; }
#gall_ul .gall_li { width:auto !important; list-style:none; }
.store-card { position:relative; overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 8px 24px rgba(0,0,0,.08); width:100%; }
.store-card-img { position:relative; display:block; overflow:hidden; }
.store-card-img img { display:block; width:100%; height:100%; object-fit:cover; }
.store-card-img .no_image { display:flex; align-items:center; justify-content:center; height:180px; background:#f2f4f7; color:#8a94a6; font-size:14px; }
.store-card-img .no_image-map { flex-direction:column; gap:6px; background:#eaf2ff; color:#3a8afd; font-weight:700; }
.store-card-img .no_image-map i { font-size:22px; }
.store-map-wrap { border-radius:8px; overflow:hidden; }
.store-map-wrap iframe { display:block; }
.store-map-section { margin:30px 0; }
.store-map-section .store-map-title { display:flex; align-items:center; height:44px; margin:0 0 10px; padding:0 15px; background:#eef0f6; color:#444; font-size:15px; font-weight:700; border-radius:4px; }

/* 게시판 목록 작성자 등급 표시 */
.writer-info { display:flex; align-items:center; justify-content:flex-start; gap:6px; }
.writer-info .level-icon { width:24px; height:24px; object-fit:contain; }

/* 업소정보 위치 지도보기 */
.map-view-link { display:inline-flex; align-items:center; gap:4px; margin-left:8px; padding:3px 10px; border-radius:20px; background:#eaf2ff; color:#0d74db; font-size:0.85em; font-weight:700; text-decoration:none; vertical-align:middle; }
.map-view-link:hover { background:#d8e8ff; }
.premium-ribbon {
    position:absolute;
    top:0;
    right:0;
    width:70px;
    height:70px;
    background:#83ad20;
    clip-path:polygon(100% 0, 0 0, 100% 100%);
    z-index:5;
}

.premium-ribbon span {
    position:absolute;
    top:18px;
    right:5px;
    color:#fff;
    font-size:13px;
    font-weight:700;
    transform:rotate(45deg);
}
.store-card-body { padding:10px; }
.store-card-title { display:flex; align-items:center; gap:5px; margin-bottom:10px; }
.store-card-cate { display:inline-flex; align-items:center; height:30px; padding:0 10px; border-radius:6px; background:#83ad20; color:#fff; font-size:13px; font-weight:800; }
.store-card-title a { color:#000; font-size:16px; font-weight:900; text-decoration:none; }
.store-card-contact { display:flex; align-items:center; gap:5px; margin-bottom:12px; }
.store-card-contact span { display:inline-flex; align-items:center; justify-content:center; height:28px; padding:0 14px;  border-radius:6px; background:#f43fa0; color:#fff; font-size:15px; font-weight:800; }
.store-card-contact strong { color:#000; font-size:16px; font-weight:500; }
.store-card-location { display:flex; align-items:center; gap:5px; color:#666; font-size:15px; font-weight:700; }
.store-card-location i { color:#5aa8ff; font-size:16px; }
.store-card-btns { display:grid; grid-template-columns:1fr 1fr; padding: 0px 10px 10px 10px; }
.store-card-btns a { display:flex; align-items:center; justify-content:center; height:40px; color:#fff; font-size:15px; font-weight:700; text-decoration:none; }
.info-btn { background:#f43fa0; }
.review-btn { background:#4196df; }
.store-card-check { position:absolute; left:10px; top:10px; z-index:5; }


.coupon-row dd { align-items:center; padding:14px 0px 14px 16px; gap:10px }
.coupon-img-link { display:block; max-width:260px; }
.coupon-img { display:block; width:100%; height:auto; border:1px solid #ddd; border-radius:6px; }

.premium-badge-img { position:absolute; top:10px; left:10px; z-index:3; display:block; width:80px; }
.premium-badge-img img { display:block; width:100%; height:auto; }
.coupon-badge-img { position:absolute; left:10px; bottom:14px; z-index:5; display:block; width:80px; height:auto; }
.coupon-badge-img img { display:block; width:100%; height:auto; }

.premium-store-list { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; margin:30px 0 50px; }
.premium-store-list .store-card { width:auto; margin:0; }

.intro-section { padding:0 0px 40px; }
.intro-section h2 { margin:0 0 34px; padding-top:14px; font-family: 'Paperozi'; color:#111; font-size:34px; font-weight:700; text-align:center; letter-spacing:-1px; }
.intro-section h2 span { color:#f2359a; }
.intro-card { position:relative; display:flex; min-height:510px; padding:36px 0px 40px; background:#fff; border-radius:8px 8px 0 0; overflow:hidden; }
.intro-text { position:relative; z-index:2; width:66%; max-width:760px; }
.intro-block { margin-bottom:24px; }
.intro-block h3, .guide-block h3 { display:inline-flex; align-items:center; justify-content:center; font-family: 'Paperozi'; min-width:170px; height:50px; margin:0 0 16px; padding:0 28px; border-radius:0 25px 25px 0; color:#fff; font-size:18px; font-weight:700; }
.intro-block h3.pink { background:#f2359a; }
.intro-block h3.blue { min-width:300px; background:#16a7bb; }
.intro-block h3.green { min-width:280px; background:#24a943; }
.intro-block p { margin:0 0 6px 40px; color:#111; font-size:16px; font-weight:400; line-height:1.75; letter-spacing:-.3px; }
.intro-visual { position:absolute; right:40px; bottom:0; z-index:1; width:450px; text-align:right; }
.intro-visual img { display:block; width:100%; height:auto; }
.guide-card { margin-top:14px; padding:50px 30px 48px; background:#fff; border-radius:0 0 8px 8px; text-align:center; }
.guide-block { max-width:760px; margin:0 auto 28px; }
.guide-block:last-child { margin-bottom:0; }
.guide-block h3 { min-width:190px; height:50px; margin-bottom:18px; border-radius:25px; color:#111; }
.guide-block h3.yellow { background:#ffb51d; }
.guide-block h3.mint { min-width:340px; background:#6ff0cf; }
.guide-block p { margin:0 0 6px; color:#222; font-size:15px; font-weight:500; line-height:1.75; letter-spacing:-.3px; }
.guide-block p span{color: #FF0000 !important;}

@media(max-width:1024px) {
    .intro-card { display:block; padding:30px 24px; }
    .intro-text { width:100%; max-width:none; }
    .intro-visual { position:relative; right:auto; bottom:auto; width:280px; margin:20px auto 0; }
}

@media(max-width:640px) {
    .intro-section { padding:0 14px 30px; }
    .intro-section h2 { font-size:24px; line-height:1.35; }
    .intro-card { padding:24px 18px; }
    .intro-block h3, .guide-block h3 { min-width:auto; width:auto; height:44px; padding:0 20px; font-size:15px; border-radius:0 22px 22px 0; }
    .intro-block h3.blue, .intro-block h3.green, .guide-block h3.mint { min-width:auto; }
    .guide-card { padding:36px 18px; }
    .guide-block h3 { border-radius:22px; }
    .intro-block p, .guide-block p { font-size:14px; }
}

.manager-section { padding:18px 0px 0; background:#e9e9e9; }
.manager-header { margin:0 auto 50px; text-align:center; }
.manager-tags { margin:0 0 14px; color:#777; font-size:15px; font-weight:500; line-height:1.5; }
.manager-header h2 { margin:0 0 12px; color:#111; font-size:24px; font-weight:700;  font-family: 'Paperozi';}
.manager-header h2 span { color:#f2359a; }
.manager-header p { margin:0 0 5px; color:#666; font-size:15px; font-weight:500; line-height:1.7; }
.manager-card { position:relative; min-height:540px; padding:46px 40px 46px; background:#F5F5F5; border-radius:8px 8px 0 0; overflow:hidden; }
.manager-content { position:relative; z-index:2; width:68%; max-width:760px; }
.manager-content h3 { display:inline-flex; align-items:center; font-family: 'Paperozi';height:50px; margin:0 0 20px -40px; padding:0 30px; border-radius:0 25px 25px 0; background:#168bd0; color:#fff; font-size:18px; font-weight:700; }
.manager-list { margin:0; padding:0; list-style:none; }
.manager-list li { display:flex; align-items:flex-start; gap:14px; margin-bottom:25px; }
.manager-list li span { flex:0 0 36px; display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; background:#80c500; color:#fff; font-size:16px; font-weight:900; }
.manager-list li p { margin:0; color:#111; font-size:16px; font-weight:600; line-height:1.7; letter-spacing:-.4px; }
.manager-visual { position:absolute; right:0px; bottom:0; width:360px; z-index:1; }
.manager-visual img { display:block; width:100%; height:auto; }

@media(max-width:1024px) {
    .manager-card { padding:36px 24px 0; }
    .manager-content { width:100%; max-width:none; }
    .manager-content h3 { margin-left:-24px; }
    .manager-visual { position:relative; right:auto; width:280px; margin:20px auto 0; }
}

@media(max-width:640px) {
    .manager-section { padding:18px 14px 0; }
    .manager-header h2 { font-size:21px; line-height:1.4; }
    .manager-tags { font-size:13px; }
    .manager-header p { font-size:14px; }
    .manager-card { padding:28px 18px 0; }
    .manager-content h3 { height:auto; min-height:44px; margin-left:-18px; padding:10px 20px; font-size:15px; line-height:1.4; }
    .manager-list li { gap:10px; margin-bottom:20px; }
    .manager-list li span { flex-basis:32px; width:32px; height:32px; font-size:14px; }
    .manager-list li p { font-size:14px; }
}

.footer-notice { margin:0; }

.footer-notice-inner { max-width:1400px; margin:0 auto; }

.footer-notice-head { background:#0f9df2; color:#fff; }
.footer-notice-head .footer-notice-inner { display:flex; align-items:center; gap:12px; height:44px; }
.footer-notice-head strong { font-size:18px; font-weight:900; }
.footer-notice-head span { font-size:12px; opacity:.9; }

.footer-notice-body { background:#ffd400; border-bottom:3px solid #e5b700; }
.footer-notice-body .footer-notice-inner { display:flex; align-items:center; gap:15px; min-height:58px; }

.footer-age { flex:0 0 34px; width:34px; height:34px; border:2px solid #111; border-radius:50%; background:#ffeb3b; color:#111; font-size:16px; font-weight:900; text-align:center; line-height:30px; }

.footer-notice-body p { margin:0; color:#444; font-size:12px; line-height:1.6; }

@media(max-width:1440px) {
    .footer-notice-inner { padding:0 20px; }
}

@media(max-width:640px) {
    .footer-notice-head .footer-notice-inner { flex-direction:column; align-items:flex-start; height:auto; padding:10px 15px; gap:4px; }
    .footer-notice-body .footer-notice-inner { flex-direction:column; align-items:flex-start; padding:12px 15px; gap:8px; }
}

.store-write-head { display:flex; align-items:center; gap:18px; margin:0 0 30px; padding:0 0 25px; border-bottom:1px solid #eceff4; }
.store-write-icon { display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:18px; background:linear-gradient(135deg,#f2359a,#ff5db1); color:#fff; font-size:28px; }
.store-write-info h3 { margin:0 0 6px; color:#111; font-size:28px; font-weight:900; }
.store-write-info p { margin:0; color:#777; font-size:14px; line-height:1.6; }

@media(max-width:1024px){
.store-write-head { gap:14px; margin-bottom:24px; padding-bottom:20px; }
.store-write-icon { width:54px; height:54px; font-size:24px; border-radius:14px; }
.store-write-info h3 { font-size:22px; }
}

.btn_confirm { display:flex; align-items:center; justify-content:center; gap:10px; margin-top:35px; }
.btn_confirm .btn { display:inline-flex; align-items:center; justify-content:center; min-width:150px; height:50px; padding:0 24px; border-radius:4px; font-size:16px; font-weight:700; text-decoration:none; cursor:pointer; }

.btn_cancel { border:0; background:#555 !important; color:#fff!important; }
.btn_submit { border:0; background:#315fc8; color:#fff; }
.btn_cancel:hover { background:#333; color:#fff; }
.btn_submit:hover { background:#254aa5; color:#fff; }

/* 회원등급/포인트안내 페이지 */
.guide-page { padding:40px 40px 40px; background: #fff; border-radius: 20px; }
.guide-section { margin-bottom:45px; }
.guide-section-title { display:flex; align-items:center; gap:8px; margin:0 0 16px; color:#0788cf; font-size:22px; font-weight:800; }
.guide-section p { margin:0 0 10px; color:#444; font-size:15px; line-height:1.6; }
.guide-rules { margin:0 0 16px; padding-left:22px; color:#444; font-size:15px; line-height:1.9; }
.guide-table-wrap { overflow-x:auto; margin-top:16px; }
.guide-stat-table { width:100%; min-width:640px; border-collapse:collapse; text-align:center; }
.guide-stat-table th { padding:14px 10px; border-bottom:2px solid #0788cf; color:#0788cf; font-size:15px; font-weight:800; white-space:nowrap;background: #fff; }
.guide-stat-table td { padding:16px 10px; border-bottom:1px solid #eee; color:#333; font-size:15px; font-weight:600; white-space:nowrap; }
.guide-level-ico { display:inline-block; width:32px; height:32px; object-fit:contain; vertical-align:middle; }
.guide-stat-table tr.is-current td { background:#eaf5ff; color:#0788cf; font-weight:800; }
.guide-point-table .guide-point-group { font-weight:800; color:#111; vertical-align:middle; }