@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#fff}
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:'Malgun Gothic', 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;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
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 {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

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

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#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_con {}
.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 {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s 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}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1}
#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:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;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;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#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 {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#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}

/* 게시물 선택복사 선택이동 */
#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}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-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 {display:inline-block;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:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.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 {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;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 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
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 {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.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 {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.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 {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.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:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.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}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.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}
.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;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}



/* ===== 슬로건 숨김 (swiper pagination 텍스트) ===== */
#index_swiper .swiper-pagination {
    display: none !important;
}

/* ===== 메인 비즈니스 배너 ===== */
.main-biz-wrap { position:relative; z-index:10; margin-top:-120px; background:transparent; }
.main-biz { max-width:1400px; margin:0 auto; overflow:hidden; display:flex; }

.biz-item { flex:1; position:relative; }
.biz-item a {
    display:block; width:100%; height:255px; position:relative;
    text-decoration:none; overflow:hidden;
    transition:all .3s ease;
    box-shadow:1px 1px 7px rgba(0,0,0,0.1);
}
.biz-item a:before {
    content:""; position:absolute; left:0; top:0; width:100%; height:100%;
    background-color:rgba(0,0,0,0.88); z-index:0;
    transition:all .3s ease;
}
.biz-item a:after {
    content:""; position:absolute; left:0; bottom:0; width:100%; height:135px;
    background-color:#fff; border:1px solid #dfdfdf; border-top:0; z-index:0;
    transition:all .3s ease;
}
.biz-item a:hover { transform:translateY(-10px); transition:all .5s ease; }
.biz-item a:hover:before { background-color:rgba(28,106,192,1); }
.biz-item a:hover:after { background-color:rgba(20,93,176,1); border-color:transparent; }

.biz-top {
    position:absolute; top:20px; width:100%; height:85px; z-index:1;
    background-repeat:no-repeat; background-position:82% 16px; background-size:auto 56px;
}
.biz-top span {
    display:block; padding:20px 34px;
    font-size:19px; font-weight:600; color:#fff; text-align:left;
}

/* 아이콘: PNG 대신 FontAwesome 픽토그램 사용 */
.biz01 a .biz-top, .biz02 a .biz-top, .biz03 a .biz-top, .biz04 a .biz-top { background-image:none; }
.biz-item .biz-top { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 30px; }
.biz-item .biz-top span { padding:0; }
.biz-item .biz-top i { font-size:38px; color:#fff; flex:0 0 auto; opacity:.95; }

.biz-bottom {
    position:absolute; top:120px; width:100%; height:135px; z-index:1;
}
.biz-txt {
    font-size:15px; color:#333; text-align:center;
    padding:28px 30px 0; font-weight:500; line-height:1.6;
    transition:color .3s ease;
}
.biz-item a:hover .biz-txt { color:#fff; }

.biz-more {
    position:absolute; left:50%; bottom:20px;
    transform:translateX(-50%);
    width:34px; height:34px;
}
.biz-more:before {
    content:""; position:absolute; left:50%; top:50%;
    width:1px; height:30px; background:#555;
    transform:translate(-50%,-50%) rotate(-90deg);
    transition:all .3s ease;
}
.biz-more:after {
    content:""; position:absolute; left:50%; top:50%;
    width:1px; height:30px; background:#555;
    transform:translate(-50%,-50%) rotate(0deg);
    transition:all .3s ease;
}
.biz-item a:hover .biz-more:before { background:#fff; transform:translate(-50%,-50%) rotate(0deg); }
.biz-item a:hover .biz-more:after  { background:#fff; transform:translate(-50%,-50%) rotate(90deg); }

/* 반응형 */
@media (max-width:1500px) {
    .main-biz { max-width:calc(100% - 100px); }
}
@media (max-width:1023px) {
    /* 모바일: 부제목 숨기고 '아이콘+제목'만, 가로 한 줄에 4개(4열) */
    .main-biz { max-width:100%; display:flex; flex-wrap:nowrap; overflow:visible; }
    .biz-item { flex:1 1 25%; width:25%; min-width:0; }
    .biz-item + .biz-item { border-left:1px solid rgba(255,255,255,0.16); }
    .biz-item a { height:auto; box-shadow:none; transform:none !important; }
    .biz-item a:before { background-color:rgba(0,0,0,0.88); }
    .biz-item a:after { display:none; }              /* 하단 흰 박스 제거 */
    .biz-item a:hover { transform:none !important; }
    .biz-item a:hover:before { background-color:rgba(28,106,192,1); }
    .biz-bottom, .biz-more { display:none; }          /* 부제목/더보기 숨김 */
    .biz-top { position:relative; top:0; height:auto; background:none; }
    .biz-item .biz-top { flex-direction:column-reverse; justify-content:center; gap:8px; padding:16px 4px; min-height:88px; }
    .biz-item .biz-top span { padding:0; font-size:13px; font-weight:600; line-height:1.3; text-align:center; white-space:normal; word-break:keep-all; }
    .biz-item .biz-top i { font-size:23px; }
}
/* ===== //메인 비즈니스 배너 ===== */

/* ===== 담임목사 인사말 (company/ch_01.php) ===== */
.pastor_greeting { position: relative; padding: 90px 0 100px; overflow: hidden; }
.pastor_greeting * { box-sizing: border-box; }
.pastor_greeting .container { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 20px; z-index: 2; }

/* 헤더 */
.pastor_greeting .pg_head { text-align: center; margin-bottom: 64px; }
.pastor_greeting .pg_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.pastor_greeting .pg_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.pastor_greeting .pg_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }
.pastor_greeting .pg_headsub { margin: 16px 0 0; color: #8a90a0; font-size: 16px; }

/* 본문 2단 */
.pastor_greeting .pg_body { display: flex; gap: 60px; align-items: flex-start; }

/* 사진 (액자 효과) */
.pastor_greeting .pg_photo { flex: 0 0 360px; position: relative; }
.pastor_greeting .pg_photo_inner { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 18px 40px rgba(30,37,54,.14); border: 1px solid #eef1f6; z-index: 2; }
.pastor_greeting .pg_photo_inner img { width: 100%; display: block; aspect-ratio: 4/5; object-fit: cover; }
.pastor_greeting .pg_name { margin-top: 24px; text-align: center; font-size: 16px; color: #6b7280; }
.pastor_greeting .pg_name strong { display: block; font-size: 26px; color: #1e2536; font-weight: 800; margin-bottom: 3px; font-family: 'Pretendard', sans-serif; }

/* 텍스트 */
.pastor_greeting .pg_text { flex: 1; min-width: 0; }
.pastor_greeting .pg_text p.pg_lead { font-size: 28px; font-weight: 700; color: #1e2536; line-height: 1.5; margin: 0 0 26px; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -.5px; }
.pastor_greeting .pg_text p.pg_lead b { color: #2f6db3; }
.pastor_greeting .pg_text p { font-size: 17px; line-height: 2; color: #4b5160; margin: 0 0 20px; }

/* 성경구절 콜아웃 */
.pastor_greeting .pg_verse { position: relative; margin: 32px 0; padding: 30px 34px 30px 62px; background: linear-gradient(135deg, #f3f6f9, #eaf0fb); border-radius: 12px; color: #2b3550; font-size: 18px; line-height: 1.75; font-weight: 600; }
.pastor_greeting .pg_verse .pg_qmark { position: absolute; left: 22px; top: 12px; font-size: 56px; color: #2f6db3; opacity: .32; font-family: Georgia, serif; line-height: 1; }
.pastor_greeting .pg_verse cite { display: block; margin-top: 14px; font-size: 14px; font-style: normal; font-weight: 700; color: #2f6db3; letter-spacing: .3px; }

/* 4가지 소망 */
.pastor_greeting .pg_wishlead { font-size: 17px; font-weight: 700; color: #1e2536; margin: 30px 0 14px; }
.pastor_greeting .pg_wishes { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pastor_greeting .pg_wishes li { display: flex; align-items: center; gap: 10px; padding: 15px 18px; background: #fff; border: 1px solid #e6eaf2; border-radius: 10px; font-size: 16px; font-weight: 600; color: #333; transition: transform .25s, box-shadow .25s, border-color .25s; }
.pastor_greeting .pg_wishes li:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(47,95,196,.10); border-color: #2f6db3; }
.pastor_greeting .pg_wishes li i { color: #2f6db3; font-size: 17px; flex: 0 0 auto; }

/* 서명 (손글씨) */
.pastor_greeting .pg_sign { text-align: right; margin-top: 40px; }
.pastor_greeting .pg_sign_church { display: block; color: #8a90a0; font-size: 16px; margin-bottom: 2px; }
.pastor_greeting .pg_sign_name { font-family: 'ChusaLove', 'NotoSans', sans-serif; font-size: 46px; color: #1e2536; line-height: 1; }

/* 노트 */
.pastor_greeting .pg_note { position: relative; margin-top: 64px; padding: 34px 40px; background: linear-gradient(120deg, #1e2536 0%, #1c4a74 100%); border-radius: 16px; color: #ffffff; font-size: 17px; font-weight: 500; line-height: 1.9; box-shadow: 0 18px 42px rgba(30,37,54,.24); overflow: hidden; }
.pastor_greeting .pg_note::before { content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: linear-gradient(180deg, #5b9be0, #2f6db3); }
.pastor_greeting .pg_note_badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(106,151,255,.18); color: #a9c6ff; font-size: 13px; font-weight: 700; letter-spacing: .5px; padding: 7px 15px; border-radius: 30px; margin-bottom: 15px; }
.pastor_greeting .pg_note_badge i { color: #7bd88f; }
.pastor_greeting .pg_note p { position: relative; margin: 0; z-index: 1; color: #ffffff; }
.pastor_greeting .pg_note b { color: #fff; font-weight: 700; }
.pastor_greeting .pg_note mark { background: none; color: #c8973a; font-weight: 800; padding: 0; }

/* 등장 애니메이션 (CSS only) */
@keyframes pgUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.pastor_greeting .pg_head, .pastor_greeting .pg_photo, .pastor_greeting .pg_text, .pastor_greeting .pg_note { opacity: 0; animation: pgUp .9s cubic-bezier(.22,.61,.36,1) forwards; }
.pastor_greeting .pg_head { animation-delay: .05s; }
.pastor_greeting .pg_photo { animation-delay: .2s; }
.pastor_greeting .pg_text { animation-delay: .34s; }
.pastor_greeting .pg_note { animation-delay: .48s; }
@media (prefers-reduced-motion: reduce) { .pastor_greeting .pg_head, .pastor_greeting .pg_photo, .pastor_greeting .pg_text, .pastor_greeting .pg_note { opacity: 1; animation: none; } }

/* 반응형 */
@media (max-width: 960px) {
    .pastor_greeting { padding: 56px 0 72px; }
    .pastor_greeting .pg_body { flex-direction: column; gap: 44px; }
    .pastor_greeting .pg_photo { flex: none; width: 100%; max-width: 340px; margin: 0 auto; }
    .pastor_greeting .pg_head h2 { font-size: 30px; }
    .pastor_greeting .pg_text p.pg_lead { font-size: 22px; }
    .pastor_greeting .pg_wishes { grid-template-columns: 1fr; }
    .pastor_greeting .pg_verse { font-size: 17px; padding: 24px 24px 24px 52px; }
    .pastor_greeting .pg_sign_name { font-size: 40px; }
}
/* ===== //담임목사 인사말 ===== */

/* ===== 목회 비전 (company/ch_012.php) ===== */
.pastor_vision { padding: 90px 0 100px; }
.pastor_vision * { box-sizing: border-box; }
.pastor_vision p, .pastor_vision h2, .pastor_vision h3, .pastor_vision h4, .pastor_vision .pv_vko, .pastor_vision .pv_ven,
.pastor_greeting p, .pastor_greeting h2, .pastor_greeting li, .pastor_greeting blockquote { word-break: keep-all; }
.pastor_vision .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.pastor_vision .pv_head { text-align: center; margin-bottom: 60px; }
.pastor_vision .pv_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.pastor_vision .pv_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.pastor_vision .pv_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }

/* 사명 선언 */
.pastor_vision .pv_mission { text-align: center; padding: 48px 40px; margin-bottom: 80px; background: linear-gradient(135deg, #f3f6f9, #eaf0fb); border-radius: 18px; }
.pastor_vision .pv_mission .pv_label { display: inline-flex; align-items: center; gap: 7px; background: #2f6db3; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; padding: 8px 18px; border-radius: 30px; margin-bottom: 22px; }
.pastor_vision .pv_mission p { font-size: 24px; line-height: 1.7; font-weight: 600; color: #2b3550; font-family: 'Pretendard', 'NotoSans', sans-serif; margin: 0; }
.pastor_vision .pv_mission p b { color: #2f6db3; }

/* 블록 소제목 */
.pastor_vision .pv_block { margin-bottom: 74px; }
.pastor_vision .pv_stit { text-align: center; font-size: 30px; font-weight: 800; color: #1e2536; margin: 0 0 34px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.pastor_vision .pv_stit span { display: block; font-size: 13px; letter-spacing: 4px; color: #2f9e63; font-weight: 700; margin-bottom: 8px; }

/* 목회 비전 2카드 */
.pastor_vision .pv_vision { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pastor_vision .pv_vcard { text-align: center; padding: 46px 30px; background: #fff; border: 1px solid #e6eaf2; border-radius: 16px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.pastor_vision .pv_vcard:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(47,95,196,.13); border-color: #2f6db3; }
.pastor_vision .pv_vicon { width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 50%; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.pastor_vision .pv_ven { font-family: 'Pretendard', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 1px; color: #2f6db3; margin-bottom: 8px; }
.pastor_vision .pv_vko { font-size: 26px; font-weight: 700; color: #1e2536; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.pastor_vision .pv_vko b { color: #2f6db3; }

/* 목표 3카드 */
.pastor_vision .pv_goalhead { text-align: center; font-size: 22px; font-weight: 700; color: #1e2536; margin: 0 0 34px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.pastor_vision .pv_goalhead b { color: #2f6db3; }
.pastor_vision .pv_goals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pastor_vision .pv_gcard { position: relative; padding: 42px 30px 34px; background: #fff; border: 1px solid #e9edf5; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s; }
.pastor_vision .pv_gcard::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #2f6db3, #5b9be0); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.22,.61,.36,1); }
.pastor_vision .pv_gcard:hover { transform: translateY(-8px); box-shadow: 0 22px 46px rgba(47,95,196,.16); border-color: transparent; }
.pastor_vision .pv_gcard:hover::before { transform: scaleX(1); }
.pastor_vision .pv_gnum { position: absolute; right: 24px; top: 20px; font-size: 50px; font-weight: 800; color: #eef2fb; font-family: 'Pretendard', sans-serif; line-height: 1; }
.pastor_vision .pv_gicon { width: 66px; height: 66px; border-radius: 18px; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 27px; margin-bottom: 22px; box-shadow: 0 10px 22px rgba(47,95,196,.28); transition: transform .35s; }
.pastor_vision .pv_gcard:hover .pv_gicon { transform: translateY(-3px) scale(1.05); }
.pastor_vision .pv_gcard h4 { font-size: 21px; font-weight: 800; color: #1e2536; margin: 0 0 12px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.pastor_vision .pv_gcard p { font-size: 16px; line-height: 1.75; color: #5a6072; margin: 0; }

/* I Have a Dream */
.pastor_vision .pv_dream { position: relative; border-radius: 20px; overflow: hidden; background: linear-gradient(130deg, #1e2536 0%, #1c4a74 100%); padding: 62px 20px; box-shadow: 0 20px 46px rgba(30,37,54,.24); }
.pastor_vision .pv_dream_inner { max-width: 900px; margin: 0 auto; text-align: center; }
.pastor_vision .pv_dream_tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(106,151,255,.2); color: #a9c6ff; font-size: 13px; font-weight: 700; letter-spacing: 2px; padding: 7px 16px; border-radius: 30px; }
.pastor_vision .pv_dream_tag i { color: #c8973a; }
.pastor_vision .pv_dream h3 { font-size: 40px; font-weight: 800; color: #fff; margin: 18px 0 30px; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -.5px; }
.pastor_vision .pv_dream_list { margin-top: 8px; text-align: left; display: grid; gap: 16px; }
.pastor_vision .pv_ditem { position: relative; display: flex; gap: 20px; align-items: center; padding: 24px 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); border-left: 3px solid #5b9be0; border-radius: 14px; transition: background .25s, transform .25s, box-shadow .25s; }
.pastor_vision .pv_ditem:hover { background: rgba(255,255,255,.11); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.pastor_vision .pv_dnum { position: absolute; right: 20px; top: 12px; font-size: 34px; font-weight: 800; color: rgba(255,255,255,.07); font-family: 'Pretendard', sans-serif; line-height: 1; }
.pastor_vision .pv_dicon { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; background: rgba(106,151,255,.22); color: #a9c6ff; display: flex; align-items: center; justify-content: center; font-size: 23px; }
.pastor_vision .pv_ditem p { margin: 0; font-size: 17px; line-height: 1.85; color: #eaeef6; }
.pastor_vision .pv_ditem p b { color: #ffffff; font-weight: 700; }

/* (등장 효과는 공통 .usjb-reveal 사용 — 파일 하단) */

/* 반응형 */
@media (max-width: 900px) {
    .pastor_vision { padding: 56px 0 70px; }
    .pastor_vision .pv_head h2 { font-size: 30px; }
    .pastor_vision .pv_mission { padding: 34px 24px; margin-bottom: 56px; }
    .pastor_vision .pv_mission p { font-size: 19px; }
    .pastor_vision .pv_stit { font-size: 24px; }
    .pastor_vision .pv_block { margin-bottom: 56px; }
    .pastor_vision .pv_vision { grid-template-columns: 1fr; }
    .pastor_vision .pv_goals { grid-template-columns: 1fr; }
    .pastor_vision .pv_vko { font-size: 22px; }
    .pastor_vision .pv_dream { padding: 44px 18px; }
    .pastor_vision .pv_dream h3 { font-size: 30px; }
    .pastor_vision .pv_ditem { gap: 15px; padding: 20px 20px; }
    .pastor_vision .pv_dicon { width: 44px; height: 44px; font-size: 19px; }
    .pastor_vision .pv_ditem p { font-size: 16px; }
    .pastor_vision .pv_dnum { display: none; }
}
/* ===== //목회 비전 ===== */

/* ===== 공통 스크롤 등장 효과 (usjb-reveal) — 전 페이지 사용 / JS: js/usjb_main.js ===== */
.usjb-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.usjb-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .usjb-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ===== 섬기는 사람들 (company/ch_013.php) ===== */
.serving_people { padding: 90px 0 100px; }
.serving_people * { box-sizing: border-box; }
.serving_people .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.serving_people p, .serving_people h2, .serving_people h3, .serving_people h4 { word-break: keep-all; }

.serving_people .sp_head { text-align: center; margin-bottom: 58px; }
.serving_people .sp_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.serving_people .sp_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.serving_people .sp_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }

.serving_people .sp_block { margin-bottom: 66px; }
.serving_people .sp_block:last-child { margin-bottom: 0; }
.serving_people .sp_stit { font-size: 26px; font-weight: 800; color: #1e2536; margin: 0 0 28px; padding-left: 16px; border-left: 5px solid #2f9e63; line-height: 1.2; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.serving_people .sp_stit span { font-size: 13px; color: #2f9e63; font-weight: 700; letter-spacing: 2px; margin-left: 10px; }

.serving_people .people_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.serving_people .people_card { background: #fff; border: 1px solid #e9edf5; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s; }
.serving_people .people_card:hover { transform: translateY(-8px); box-shadow: 0 22px 46px rgba(47,95,196,.15); }
.serving_people .pc_photo { position: relative; background: #eef1f7; aspect-ratio: 3 / 4; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.serving_people .pc_photo i { font-size: 74px; color: #c3ccdd; }
.serving_people .pc_photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.serving_people .people_card:hover .pc_photo img { transform: scale(1.05); }
.serving_people .pc_body { text-align: center; padding: 22px 16px 26px; }
.serving_people .pc_role { display: inline-block; background: #eef3fc; color: #2f6db3; font-size: 13px; font-weight: 700; padding: 5px 14px; border-radius: 30px; margin-bottom: 12px; }
.serving_people .people_card.is_main .pc_role { background: #2f6db3; color: #fff; }
.serving_people .pc_name { font-size: 22px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: 1px; }

@media (max-width: 900px) {
    .serving_people { padding: 56px 0 70px; }
    .serving_people .sp_head { margin-bottom: 40px; }
    .serving_people .sp_head h2 { font-size: 30px; }
    .serving_people .sp_stit { font-size: 22px; margin-bottom: 20px; }
    .serving_people .sp_block { margin-bottom: 48px; }
    .serving_people .people_grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .serving_people .pc_name { font-size: 19px; }
    .serving_people .pc_photo i { font-size: 54px; }
}
/* 장로 카테고리 구분 (원로/은퇴/시무) */
.serving_people .sp_group { margin-bottom: 44px; }
.serving_people .sp_group:last-child { margin-bottom: 0; }
.serving_people .sp_cat { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 700; color: #2f9e63; margin: 0 0 20px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.serving_people .sp_cat::before { content: ""; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #2f9e63; }
.serving_people .sp_cat::after { content: ""; flex: 1; height: 1px; background: #e6eaf2; }
@media (max-width: 900px) {
    .serving_people .sp_group { margin-bottom: 34px; }
    .serving_people .sp_cat { font-size: 16px; margin-bottom: 16px; }
}
/* ===== //섬기는 사람들 ===== */

/* ===== 오시는 길 (company/ch_015.php) ===== */
.church_location { padding: 90px 0 100px; }
.church_location * { box-sizing: border-box; }
.church_location .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.church_location p, .church_location h2 { word-break: keep-all; }

.church_location .cl_head { text-align: center; margin-bottom: 46px; }
.church_location .cl_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.church_location .cl_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.church_location .cl_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }

/* 약도 */
.church_location .cl_map { border: 1px solid #e9edf5; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 34px rgba(30,37,54,.10); }
.church_location .cl_map .root_daum_roughmap { margin: 0 auto; max-width: 100%; }

/* 정보 카드 */
.church_location .cl_info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.church_location .cl_card { display: flex; align-items: center; gap: 18px; padding: 24px 26px; background: #fff; border: 1px solid #e9edf5; border-radius: 14px; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s; }
.church_location .cl_card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(47,95,196,.12); }
.church_location .cl_icon { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 8px 18px rgba(47,95,196,.28); }
.church_location .cl_label { display: block; font-size: 13px; color: #8a90a0; font-weight: 600; margin-bottom: 4px; }
.church_location .cl_txt p { margin: 0; font-size: 18px; font-weight: 700; color: #1e2536; font-family: 'Pretendard', 'NotoSans', sans-serif; word-break: break-all; }
.church_location .cl_txt p a { color: #1e2536; }
.church_location .cl_txt p a:hover { color: #2f6db3; }

/* 성구 */
.church_location .cl_verse { position: relative; margin-top: 40px; text-align: center; padding: 38px 30px; background: linear-gradient(135deg, #f3f6f9, #eaf0fb); border-radius: 16px; font-size: 20px; line-height: 1.7; font-weight: 600; color: #2b3550; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.church_location .cl_verse i { color: #2f6db3; opacity: .4; font-size: 24px; margin-right: 8px; }
.church_location .cl_verse cite { display: block; margin-top: 14px; font-size: 15px; font-style: normal; font-weight: 700; color: #2f6db3; }

@media (max-width: 900px) {
    .church_location { padding: 56px 0 70px; }
    .church_location .cl_head { margin-bottom: 34px; }
    .church_location .cl_head h2 { font-size: 30px; }
    .church_location .cl_map { overflow-x: auto; }
    .church_location .cl_info { grid-template-columns: 1fr; gap: 14px; margin-top: 20px; }
    .church_location .cl_verse { font-size: 17px; padding: 28px 22px; margin-top: 28px; }
}
/* ===== //오시는 길 ===== */

/* ===== 예배 시간 (company/ch_02.php) ===== */
.worship_time { padding: 90px 0 100px; }
.worship_time * { box-sizing: border-box; }
.worship_time .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.worship_time h2, .worship_time h3 { word-break: keep-all; }

.worship_time .wt_head { text-align: center; margin-bottom: 56px; }
.worship_time .wt_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.worship_time .wt_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.worship_time .wt_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }

.worship_time .wt_block { margin-bottom: 60px; }
.worship_time .wt_block:last-child { margin-bottom: 0; }
.worship_time .wt_stit { font-size: 26px; font-weight: 800; color: #1e2536; margin: 0 0 26px; padding-left: 16px; border-left: 5px solid #2f9e63; line-height: 1.2; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.worship_time .wt_stit span { font-size: 13px; color: #2f9e63; font-weight: 700; letter-spacing: 2px; margin-left: 10px; }

.worship_time .wt_grid { display: grid; gap: 22px; }
.worship_time .wt_grid4 { grid-template-columns: repeat(4, 1fr); }
.worship_time .wt_grid3 { grid-template-columns: repeat(3, 1fr); }

.worship_time .wt_card { position: relative; text-align: center; padding: 38px 22px 32px; background: #fff; border: 1px solid #e9edf5; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s; }
.worship_time .wt_card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #2f6db3, #5b9be0); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.22,.61,.36,1); }
.worship_time .wt_card:hover { transform: translateY(-8px); box-shadow: 0 22px 46px rgba(47,95,196,.15); border-color: transparent; }
.worship_time .wt_card:hover::before { transform: scaleX(1); }
.worship_time .wt_icon { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 10px 22px rgba(47,95,196,.28); transition: transform .35s; }
.worship_time .wt_card:hover .wt_icon { transform: translateY(-3px) scale(1.05); }
.worship_time .wt_name { font-size: 18px; font-weight: 700; color: #1e2536; margin-bottom: 12px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.worship_time .wt_time { font-size: 27px; font-weight: 800; color: #2f6db3; letter-spacing: -.5px; font-family: 'Pretendard', 'NotoSans', sans-serif; margin-bottom: 12px; }
.worship_time .wt_place { font-size: 15px; color: #5a6072; }
.worship_time .wt_place i { color: #9aa3b5; margin-right: 4px; font-size: 13px; }
.worship_time .wt_note { margin-top: 5px; font-size: 13px; color: #9aa3b5; }

@media (max-width: 1023px) {
    .worship_time .wt_grid4, .worship_time .wt_grid3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .worship_time { padding: 56px 0 70px; }
    .worship_time .wt_head { margin-bottom: 40px; }
    .worship_time .wt_head h2 { font-size: 30px; }
    .worship_time .wt_stit { font-size: 22px; }
    .worship_time .wt_block { margin-bottom: 44px; }
}
@media (max-width: 540px) {
    .worship_time .wt_grid4, .worship_time .wt_grid3 { grid-template-columns: 1fr; }
}
/* ===== //예배 시간 ===== */

/* 설교영상 유튜브 팝업 — 사이트 고정헤더/네비보다 위로 (전역 최상단) */
#worship_yt_modal { z-index: 2147483647 !important; }
/* 팝업이 열려 있는 동안 사이트 네비/헤더를 팝업 아래로 낮춤 */
body.worship_modal_open #nav_center,
body.worship_modal_open #header,
body.worship_modal_open .header,
body.worship_modal_open .top_right_etc,
body.worship_modal_open header,
body.worship_modal_open #gnb { z-index: 100 !important; }

/* ===== 헌금 안내 (company/ch_023.php) ===== */
.offering_guide { padding: 90px 0 100px; }
.offering_guide * { box-sizing: border-box; }
.offering_guide .container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.offering_guide h2, .offering_guide h3, .offering_guide h4, .offering_guide p, .offering_guide li { word-break: keep-all; }

.offering_guide .og_head { text-align: center; margin-bottom: 44px; }
.offering_guide .og_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.offering_guide .og_head h2 { font-size: 42px; font-weight: 800; color: #1e2536; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.offering_guide .og_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }
.offering_guide .og_sub { margin: 16px 0 0; color: #7a8194; font-size: 16px; }

/* 계좌 카드 */
.offering_guide .og_account { border-radius: 16px; overflow: hidden; border: 1px solid #e9edf5; box-shadow: 0 12px 32px rgba(30,37,54,.08); margin-bottom: 30px; }
.offering_guide .oa_head { background: linear-gradient(135deg, #2f6db3, #3f6fd8); color: #fff; text-align: center; padding: 18px; font-size: 19px; font-weight: 700; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .oa_head i { margin-right: 8px; }
.offering_guide .oa_body { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 34px; background: #fff; flex-wrap: wrap; }
.offering_guide .oa_bank { display: flex; align-items: center; gap: 18px; }
.offering_guide .oa_banklogo { width: 60px; height: 60px; border-radius: 14px; background: #eef3fc; color: #2f6db3; display: flex; align-items: center; justify-content: center; font-size: 26px; flex: 0 0 auto; }
.offering_guide .oa_banklogo.oa_nh { background: #019a44; color: #fff; font-weight: 800; font-size: 23px; letter-spacing: .5px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .oa_banklogo.oa_nhimg { width: auto; min-width: 140px; height: 66px; border-radius: 12px; background: #fff; border: 1px solid #eef1f7; padding: 6px 12px; overflow: hidden; }
.offering_guide .oa_banklogo.oa_nhimg img { width: 100%; height: 100%; object-fit: contain; display: block; }
.offering_guide .oa_label { display: block; font-size: 14px; color: #8a90a0; font-weight: 600; margin-bottom: 5px; }
.offering_guide .oa_num { font-size: 28px; font-weight: 800; color: #1e2536; letter-spacing: .5px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .og_copy { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border: 0; border-radius: 30px; background: #2f6db3; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s; }
.offering_guide .og_copy:hover { background: #255a94; transform: translateY(-2px); }
.offering_guide .og_copy.copied { background: #1f9d55; }

/* 이체 표기 안내 */
.offering_guide .og_note2 { text-align: center; margin-bottom: 66px; }
.offering_guide .og_guide { font-size: 19px; font-weight: 600; color: #1e2536; margin: 0 0 18px; }
.offering_guide .og_guide b { color: #2f6db3; }
.offering_guide .og_chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.offering_guide .og_chip { padding: 12px 26px; border: 1px solid #dfe4ee; border-radius: 30px; font-size: 15px; color: #555; background: #fff; }
.offering_guide .og_chip b { color: #2f6db3; font-weight: 700; }

/* 헌금의 종류 */
.offering_guide .og_block { margin-bottom: 60px; }
.offering_guide .og_stit { text-align: center; font-size: 28px; font-weight: 800; color: #1e2536; margin: 0 0 32px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .og_stit span { display: block; font-size: 13px; letter-spacing: 4px; color: #2f9e63; font-weight: 700; margin-bottom: 8px; }
.offering_guide .og_kinds { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
@media (max-width: 1200px) { .offering_guide .og_kinds { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.offering_guide .og_kcard { text-align: center; padding: 32px 16px; background: #fff; border: 1px solid #e9edf5; border-radius: 16px; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s; }
.offering_guide .og_kcard:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(47,95,196,.12); border-color: #2f6db3; }
.offering_guide .og_kicon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 10px 22px rgba(47,95,196,.28); }
.offering_guide .og_kcard h4 { font-size: 19px; font-weight: 800; color: #1e2536; margin: 0 0 8px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .og_kcard p { font-size: 15px; line-height: 1.6; color: #5a6072; margin: 0; }

/* 참고사항 */
.offering_guide .og_ref { display: flex; gap: 24px; align-items: flex-start; padding: 30px 34px; background: #f3f6f9; border-radius: 14px; margin-bottom: 40px; }
.offering_guide .or_icon { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: #fff; color: #f0a500; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.offering_guide .or_body h4 { font-size: 18px; font-weight: 800; color: #1e2536; margin: 4px 0 12px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .or_body ul { list-style: none; padding: 0; margin: 0; }
.offering_guide .or_body li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.95; color: #5a6072; }
.offering_guide .or_body li::before { content: "\203B"; position: absolute; left: 0; color: #2f6db3; }

/* 성구 */
.offering_guide .og_verse { text-align: center; padding: 40px 30px; background: linear-gradient(135deg, #f3f6f9, #eaf0fb); border-radius: 16px; font-size: 19px; line-height: 1.7; font-weight: 600; color: #2b3550; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.offering_guide .og_verse cite { display: block; margin-top: 14px; font-size: 15px; font-style: normal; font-weight: 700; color: #2f6db3; }

@media (max-width: 900px) {
    .offering_guide { padding: 52px 0 66px; }
    .offering_guide .container { padding: 0 16px; }
    .offering_guide .og_head { margin-bottom: 34px; }
    .offering_guide .og_head h2 { font-size: 28px; }
    .offering_guide .og_sub { font-size: 15px; line-height: 1.6; }
    .offering_guide .oa_head { font-size: 17px; padding: 15px; }
    .offering_guide .oa_body { flex-direction: column; align-items: stretch; text-align: center; gap: 18px; padding: 24px 20px; }
    .offering_guide .oa_bank { justify-content: center; }
    .offering_guide .oa_num { font-size: 23px; }
    .offering_guide .og_copy { justify-content: center; width: 100%; padding: 14px; }
    .offering_guide .og_note2 { margin-bottom: 48px; }
    .offering_guide .og_guide { font-size: 17px; }
    .offering_guide .og_chip { padding: 10px 18px; font-size: 14px; }
    .offering_guide .og_block { margin-bottom: 48px; }
    .offering_guide .og_stit { font-size: 23px; margin-bottom: 24px; }
    .offering_guide .og_kinds { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .offering_guide .og_kcard { padding: 26px 12px; }
    .offering_guide .og_kicon { width: 54px; height: 54px; font-size: 22px; margin-bottom: 12px; }
    .offering_guide .og_kcard h4 { font-size: 17px; }
    .offering_guide .og_kcard p { font-size: 13.5px; line-height: 1.55; }
    .offering_guide .og_ref { flex-direction: column; gap: 14px; padding: 22px 20px; }
    .offering_guide .or_body li { font-size: 14px; line-height: 1.85; }
    .offering_guide .og_verse { font-size: 16px; padding: 28px 20px; line-height: 1.75; }
}
@media (max-width: 400px) {
    .offering_guide .og_kinds { grid-template-columns: 1fr; }
    .offering_guide .oa_num { font-size: 21px; }
}
/* ===== //헌금 안내 ===== */


/* ===== 배색 리듬: 카드 아이콘 파랑/초록 교차 ===== */
.offering_guide .og_kinds .og_kcard:nth-child(even) .og_kicon,
.worship_time .wt_grid .wt_card:nth-child(even) .wt_icon,
.pastor_vision .pv_goals .pv_gcard:nth-child(even) .pv_gicon,
.pastor_vision .pv_vision .pv_vcard:nth-child(even) .pv_vicon,
.church_location .cl_info .cl_card:nth-child(even) .cl_icon {
    background: linear-gradient(135deg, #2f9e63, #268052);
    box-shadow: 0 10px 22px rgba(47,158,99,.28);
}


/* ===== 교회 연혁 (company/ch_014.php) ===== */
.church_history { padding: 90px 0 100px; }
.church_history * { box-sizing: border-box; }
.church_history .container { max-width: 940px; margin: 0 auto; padding: 0 20px; }
.church_history h2, .church_history h3, .church_history p { word-break: keep-all; }

.church_history .ch_head { text-align: center; margin-bottom: 54px; }
.church_history .ch_eng { display: block; letter-spacing: 6px; color: #2f9e63; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 12px; }
.church_history .ch_head h2 { font-size: 42px; font-weight: 800; color: #14304d; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.church_history .ch_head h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 20px auto 0; }
.church_history .ch_sub { margin: 16px 0 0; color: #7a8194; font-size: 16px; }

.church_history .chr_era { margin-bottom: 46px; }
.church_history .chr_era:last-child { margin-bottom: 0; }
.church_history .chr_era_h { font-size: 26px; font-weight: 800; color: #14304d; margin: 0 0 22px; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -.5px; }
.church_history .chr_era_h span { font-size: 15px; font-weight: 700; color: #2f9e63; margin-left: 5px; letter-spacing: 0; }

/* 연대 탭 */
.church_history .chr_tabnav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 44px; }
.church_history .chr_tab { padding: 11px 24px; border: 1px solid #e0e6ee; border-radius: 30px; background: #fff; color: #5f6b78; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Pretendard', 'NotoSans', sans-serif; transition: all .2s; }
.church_history .chr_tab:hover { border-color: #2f6db3; color: #2f6db3; }
.church_history .chr_tab.on { background: #2f6db3; border-color: #2f6db3; color: #fff; box-shadow: 0 8px 18px rgba(47,109,179,.25); }
.church_history .chr_panel { display: none; }
.church_history .chr_panel.on { display: block; animation: chrFade .45s ease; }
@keyframes chrFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.church_history .chr_list { list-style: none; margin: 0; padding: 0; }
.church_history .chr_item { display: grid; grid-template-columns: 92px 1fr; gap: 24px; }
.church_history .chr_date { text-align: right; font-size: 14px; font-weight: 700; color: #2f6db3; font-variant-numeric: tabular-nums; padding-top: 3px; letter-spacing: .01em; white-space: nowrap; }
.church_history .chr_body { position: relative; border-left: 2px solid #e6ebf2; padding: 1px 0 20px 26px; }
.church_history .chr_body::before { content: ""; position: absolute; left: -6px; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; border: 2px solid #c3d0e2; }
.church_history .chr_desc { font-size: 15.5px; line-height: 1.65; color: #4b5560; }
.church_history .chr_item:last-child .chr_body { padding-bottom: 2px; }

/* 모든 항목 통일 — 강조 없음 */

@media (max-width: 640px) {
    .church_history { padding: 52px 0 66px; }
    .church_history .container { padding: 0 16px; }
    .church_history .ch_head { margin-bottom: 36px; }
    .church_history .ch_head h2 { font-size: 28px; }
    .church_history .chr_era_h { font-size: 22px; }
    .church_history .chr_tabnav { gap: 6px; margin-bottom: 30px; }
    .church_history .chr_tab { padding: 9px 15px; font-size: 13.5px; }
    .church_history .chr_item { grid-template-columns: 76px 1fr; gap: 16px; }
    .church_history .chr_date { font-size: 12.5px; }
    .church_history .chr_body { padding-left: 20px; }
    .church_history .chr_desc { font-size: 14.5px; line-height: 1.6; }
}
/* ===== //교회 연혁 ===== */


/* ===== 게시판 공용 페이지 타이틀 (게시판 제목만, 영문 없음) ===== */
.board_pagetitle { text-align: center; margin: 4px 0 40px; }
.board_pagetitle h2 { font-size: 40px; font-weight: 800; color: #14304d; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; word-break: keep-all; }
.board_pagetitle h2::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, #2f9e63, #2f6db3); border-radius: 3px; margin: 18px auto 0; }
@media (max-width: 768px) {
    .board_pagetitle { margin-bottom: 30px; }
    .board_pagetitle h2 { font-size: 28px; }
}
/* ===== //게시판 공용 페이지 타이틀 ===== */


/* ===== 구역 및 조직 (company/ch_05.php) ===== */
.church_org { padding: 0 0 100px; }
.church_org * { box-sizing: border-box; }
.church_org .container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.church_org h2, .church_org h3, .church_org h4, .church_org p, .church_org li { word-break: keep-all; }

/* 상단 배너 (이미지 없으면 남색 배경) */
.church_org .org_hero { text-align: center; color: #fff; padding: 92px 20px; margin-bottom: 64px;
    background: linear-gradient(rgba(15,37,60,.72), rgba(15,37,60,.78)), url('/theme/ak/img/org_hero.jpg') center/cover no-repeat, #14304d; }
.church_org .oh_eng { display: block; letter-spacing: 6px; color: #7fd6a3; font-weight: 700; font-size: 14px; font-family: 'Pretendard', sans-serif; margin-bottom: 14px; }
.church_org .org_hero h2 { font-size: 44px; font-weight: 800; color: #ffffff; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; letter-spacing: -1px; }
.church_org .org_hero p { margin: 16px 0 0; font-size: 17px; color: rgba(255,255,255,.82); }

/* 섹션 소제목 */
.church_org .org_block { margin-bottom: 62px; }
.church_org .org_block:last-child { margin-bottom: 0; }
.church_org .org_stit { text-align: center; font-size: 28px; font-weight: 800; color: #14304d; margin: 0 0 32px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.church_org .org_stit span { display: block; font-size: 13px; letter-spacing: 4px; color: #2f9e63; font-weight: 700; margin-bottom: 8px; }

/* 구역 카드 */
.church_org .org_zones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.church_org .org_zone { display: flex; align-items: center; gap: 22px; background: #fff; border: 1px solid #e9edf5; border-radius: 16px; padding: 26px 28px; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s; }
.church_org .org_zone:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(47,109,179,.12); border-color: #2f6db3; }
.church_org .oz_no { flex: 0 0 auto; width: 66px; height: 66px; border-radius: 18px; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; line-height: 1; box-shadow: 0 10px 22px rgba(47,109,179,.28); font-family: 'Pretendard', sans-serif; }
.church_org .oz_no span { font-size: 12px; font-weight: 600; margin-top: 3px; }
.church_org .org_zone ul { list-style: none; margin: 0; padding: 0; flex: 1; min-width: 0; }
.church_org .org_zone li { display: flex; align-items: center; gap: 10px; padding: 5px 0; }
.church_org .oz_role { flex: 0 0 auto; min-width: 66px; font-size: 12px; font-weight: 700; color: #2f6db3; background: #eef3fc; padding: 4px 10px; border-radius: 20px; text-align: center; }
.church_org .oz_name { font-size: 16px; font-weight: 700; color: #1e2536; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.church_org .oz_name em { font-style: normal; font-size: 13px; font-weight: 600; color: #8a90a0; margin-left: 2px; }
.church_org .org_zones .org_zone:nth-child(even) .oz_no { background: linear-gradient(135deg, #2f9e63, #268052); box-shadow: 0 10px 22px rgba(47,158,99,.28); }
.church_org .org_zones .org_zone:nth-child(even) .oz_role { color: #268052; background: #e8f6ee; }

/* 전도회 / 면려회 카드 */
.church_org .org_socs { display: grid; gap: 20px; }
.church_org .org_g4 { grid-template-columns: repeat(4, 1fr); }
.church_org .org_g2 { grid-template-columns: repeat(2, 1fr); }
.church_org .org_soc { text-align: center; background: #fff; border: 1px solid #e9edf5; border-radius: 18px; padding: 36px 24px; box-shadow: 0 6px 18px rgba(30,37,54,.05); transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s; }
.church_org .org_soc:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(47,109,179,.12); border-color: #2f6db3; }
.church_org .os_icon { width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #2f6db3, #4f88c9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 27px; box-shadow: 0 10px 22px rgba(47,109,179,.28); }
.church_org .org_socs .org_soc:nth-child(even) .os_icon { background: linear-gradient(135deg, #2f9e63, #268052); box-shadow: 0 10px 22px rgba(47,158,99,.28); }
.church_org .org_soc h4 { font-size: 20px; font-weight: 800; color: #14304d; margin: 0 0 10px; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.church_org .os_desc { font-size: 14px; color: #8a90a0; margin: 0 0 10px; }
.church_org .os_lead { font-size: 16px; color: #1e2536; font-weight: 700; margin: 0; font-family: 'Pretendard', 'NotoSans', sans-serif; }
.church_org .os_lead span { display: inline-block; font-size: 12px; font-weight: 700; color: #2f6db3; background: #eef3fc; padding: 3px 10px; border-radius: 20px; margin-right: 6px; vertical-align: middle; }
.church_org .os_lead em { font-style: normal; font-size: 13px; font-weight: 600; color: #8a90a0; margin-left: 2px; }
.church_org .org_socs.org_g4 .org_soc:nth-child(even) .os_lead span { color: #268052; background: #e8f6ee; }

@media (max-width: 1023px) {
    .church_org .org_zones { grid-template-columns: repeat(2, 1fr); }
    .church_org .org_g4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .church_org .org_hero { padding: 62px 18px; margin-bottom: 46px; }
    .church_org .org_hero h2 { font-size: 30px; }
    .church_org .org_stit { font-size: 23px; }
    .church_org .org_block { margin-bottom: 46px; }
}
@media (max-width: 560px) {
    .church_org .org_zones { grid-template-columns: 1fr; }
    .church_org .org_g4 { grid-template-columns: 1fr; }
    .church_org .org_g2 { grid-template-columns: 1fr; }
}
/* ===== //구역 및 조직 ===== */
