/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  font-family: "Nanum Gothic", sans-serif;
}
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: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#hd ul,
nav ul,
#ft ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  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-size: 1em;
  font-family: sans-serif;
}
button {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
button {
  font-size: 1em;
  -webkit-appearance: none;
}
textarea,
select {
  font-size: 1em;
  font-family: sans-serif;
}
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
select {
  margin: 0;
  border: 1px solid #e4eaec;
  padding: 5px 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: underline;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1px;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right;
}
.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff;
}

/* 상단 레이아웃 */
#hd {
  position: relative;
  box-shadow: 0 0 5px #888;
}
#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#logo {
  text-align: center;
  padding: 15px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
#logo img {
  height: 25px;
  filter: invert(1);
}

#btn_side {
  position: absolute;
  top: -4px;
  right: 10px;
  z-index: 200;
}
#btn_side #side_mn_btn {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 22px;
  height: 17px;
  border: none;
  background-color: #fff;
}
#btn_side #side_mn_btn .fa-bars {
  color: #000;
  font-size: 20px;
}
/*gnb*/
#gnb {
  display: none;
  background: #fff;
}
#gnb a {
  display: block;
  color: #000;
}
.gnb_1da {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.gnb_2dul {
  background: #f7f7f7;
}
.gnb_2da {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.gnb_2da span:before {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #666;
  content: "▶";
}
#gnb_close {
  display: block;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  border: 0;
  background: #fff;
  color: #000;
}

#gnb_empty {
  padding: 20px 0;
  color: #000;
  text-align: center;
  line-height: 2em;
}
#gnb_empty a {
  display: inline;
  text-decoration: underline;
}

#hd_sch_open {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 2.6emsch_submit;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 1em;
  letter-spacing: -0.1em;
}
#hd_sch {
  background: #fff;
  text-align: center;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}
#hd_sch h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#hd_sch form {
  position: relative;
  display: flex; /* 추가 */
  align-items: center; /* 세로 중앙 정렬 */
  gap: 5px; /* 입력창과 버튼 사이 간격 */
  padding-right: 10px; /* 우측 여백 */
}
#hd_sch #sch_stx {
  flex: 1; /* 남은 공간 모두 차지 */
  width: auto; /* 90% 무효화 */
  height: 40px;
  padding: 0 10px;
  background: #fff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
#hd_sch #sch_submit {
  position: static; /* absolute 해제 */
  flex-shrink: 0; /* 버튼은 줄어들지 않게 */
  width: 50px;
  height: 40px;
  background: #fff;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}

#hd_nb {
  clear: both;
  background: #ecf0f7;
  text-align: center;
  border-bottom: 1px solid #dee0e2;
}
#hd_nb li {
  display: inline-block;
}
#hd_nb li:nth-last-of-type(1) {
  border-right: 0 !important;
}
#hd_nb a {
  display: inline-block;
  padding: 10px 7px;
  text-decoration: none;
}

#lnb {
}
#lnb ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7f1ed;
  list-style: none;
}
#lnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#lnb li {
  float: left;
  margin-bottom: -1px;
  width: 25%;
}
#lnb a {
  display: block;
  padding: 10px 0;
  border-right: 1px solid #e7f1ed;
  border-bottom: 1px solid #e7f1ed;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#lnb li:nth-of-type(4n) a {
  border-right: 0;
}

/*로그인&사이드 메뉴 / side_menu*/

#side_menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#side_menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#side_menu .side_wr {
  width: 280px;
  height: 100%;
  background: #dde4e9;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#side_menu .side_wr.add_side_wr {
}
#side_menu .side_wr .side_inner_rel {
  position: relative;
  height: 100%;
  display: block;
}
#side_menu .side_wr .side_inner_abs {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
body.over_hidden {
  overflow: hidden;
} /* hidden 을 줌으로써 메뉴 스크롤시 메뉴만 스크롤 되게금 적용 */

#aside {
  padding: 0 0 5px 0;
  background: #f6f8fb;
}
.side_hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.side_hd .shor_cut {
  border-top: 1px solid #ececec;
}
.side_hd .shor_cut ul {
  margin: 0;
  padding: 0;
}
.side_hd .shor_cut li a {
  border-bottom: 1px solid #dde4e9;
  width: 139px;
  text-decoration: none;
  float: left;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 12px;
  background: #fff;
}
.side_hd .shor_cut li a:hover {
  background: #f6f8fb;
}
.side_hd .shor_cut li a i {
  color: #0b094f;
}
.side_hd .shor_cut li:nth-child(even) a {
  width: 140px;
  border-left: 1px solid #dde4e9;
}
.side_hd .shor_cut li:nth-child(odd) a {
  border-left: 0;
}

.side_menu ul {
  margin: 0;
  padding: 0;
}
.side_menu ul .mu_title {
  float: left;
  line-height: 35px;
  background: #f6f8fb;
  width: 100%;
  border-bottom: 1px solid #dde4e9;
}
.side_menu ul .mu_title a {
  margin-left: 10px;
  display: inline-block;
}
.side_menu ul .mu_title button.sub_toggle {
  float: right;
  border: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  background: url("../img/more_op.png") 50% 65% no-repeat;
}
.side_menu ul .mu_title button.sd_cl {
  float: right;
  border: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  background: url("../img/more_cl.png") 50% 65% no-repeat;
}
.side_menu ul .mu_title ul {
  margin: 0;
  padding: 0;
  display: none;
}
.side_menu ul .mu_title ul li {
  background: #dde4e9;
  line-height: 20px;
  border-top: 1px solid #dde4e9 !important;
  background: #fff;
}
.side_menu ul .mu_title ul li:last-child {
  border-bottom: 0;
}
.side_menu ul .mu_title ul li a {
  margin-left: 10px;
  border: none !important;
}

.side_close {
  position: absolute;
  top: 10px;
  right: 282px;
  margin: 0;
  line-height: 1em;
}
.side_close button {
  background: url("../img/si_close.png") 50% 50% no-repeat;
  border: none;
  font-size: 0;
  text-indent: -9999;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
}
*/

/* 중간 레이아웃 */
#wrapper {
  margin: 0 0 20px 0;
}
#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_wrapper {
  margin: 0 0 20px 0;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#container {
  position: relative;
  min-height: 300px;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  padding: 10px;
  font-size: 18px;
  background: #fff;
}

/*메인배너*/
.main_bn_box {
  margin-bottom: 10px !important;
  position: relative;
}
.main_bn_box:after {
  display: block;
  content: "";
  clear: both;
}
.main_bn_ul {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: auto;
}
.main_bn_ul li {
  width: 100%;
  float: left;
  list-style: none;
  display: inline-block;
}
.main_bn_ul li img {
  text-align: center;
  width: 100%;
  height: auto;
}

/* 텍스트 크기 조절 */
#text_size {
  margin: 0 0 10px;
  text-align: center;
}
#text_size button {
  margin: 0;
  padding: 2px 2px 1px;
  border: 1px solid #c3c6ca;
  background: transparent;
  vertical-align: middle;
}
.ts_up {
  font-size: 1.167em !important;
}
.ts_up2 {
  font-size: 1.3em !important;
}

/* 하단 레이아웃 */
#ft {
  width: 100%;
  border-top: 1px solid #dde4e9;
  background: #cfcfcf;
  margin: 0 auto;
}
#ft h1 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em;
}

#ft .ft_logo {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
#ft .ft_logo img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

#ft_copy {
  padding: 10px;
  color: #000;
  line-height: 2em;
}
#ft_copy #ft_company {
  text-align: center;
  border-bottom: 1px solid #dde4e9;
}
#ft_copy #ft_company a {
  display: inline-block;
  padding: 5px;
  font-size: 1em;
}
#ft_copy b {
  color: inherit;
}
#ft_copy a {
  color: inherit;
  text-decoration: none;
}
#ft_copy address {
  text-align: center;
  font-style: normal;
  padding-top: 10px;
  line-height: 1.5em;
  font-size: 12px;
}
.copyright {
  text-align: center;
  font-size: 12px;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
.copymove_current {
  float: right;
  color: #ff3061;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}
/* 본문 바로가기 */
.to_content a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 이미지 등비율 리사이징 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 */
#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 audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha #captcha_img,
#captcha #captcha_mp3 {
  width: 80px;
  height: 30px;
  border: 1px solid #e9e9e9;
  background: #e4eaec;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0 5px;
  height: 32px;
  border: 0;
  background: #e4eaec;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_key {
  margin: 0 0 0 4px;
  padding: 0 5px;
  width: 50px;
  height: 30px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 버튼 */
a.btn01 {
  display: inline-block;
  padding: 8px 7px 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: 8px 7px 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: center;
} /* 서식단계 진행 */

.btn_submit {
  padding: 8px;
  border: 0;
  background: #ffa330;
  color: #fff;
  letter-spacing: -0.1em;
  border-radius: 3px;
}
fieldset .btn_submit {
  padding: 0 7px;
  height: 24px;
  line-height: 1em;
}

a.btn_cancel {
  display: inline-block;
  padding: 8px 7px 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  height: 1.9em;
  border: 0;
  background: #333;
  color: #fff;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
  line-height: 1.9em;
} /* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01 {
  display: inline-block;
  margin: 0 0 3px;
  padding: 4px;
  border: 1px solid #d9ded9;
  background: #f2f5f9;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b01:focus,
.btn_b01:hover {
  text-decoration: none;
}
a.btn_b02 {
  display: inline-block;
  background: #dbe0e8;
  padding: 4px;
  border: 1px solid #dbe0e8;
  color: #737373;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b02:focus,
.btn_b02:hover {
  text-decoration: none;
}
a.btn_admin {
  display: inline-block;
  margin: 0 0 3px;
  padding: 4px;
  background: #fff;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
  text-decoration: none;
}

/* 댓글 스타일 */
.cnt_cmt {
  display: inline-block;
  margin: 0 0 0 3px;
  font-weight: bold;
}

/* 기본테이블 */
.tbl_wrap {
  /*margin:0 10px 10px*/
}
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_wrap caption {
  padding: 10px 0;
  color: #4b8b99;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
  padding: 10px;
  background: #fff;
}
.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head01 thead th {
  border: 1px solid #d1dee2;
  padding: 12px 0;
  background: #f6f8fb;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head01 thead a {
  color: #383838;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head01 tfoot td {
  border-color: #666;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 td {
  padding: 5px;
  border: 1px solid #e9e9e9;
  border-top: 0;
  line-height: 1.5em;
  word-break: break-all;
  background: #fff;
}

.tbl_head02 {
}
.tbl_head02 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.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 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head02 tfoot td {
  border-color: #666;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.4em;
  word-break: break-all;
}

/* 폼 테이블 */
.tbl_frm01 {
}
.tbl_frm01 th {
  padding: 10px 0;
  width: 90px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  text-align: left;
}
.tbl_frm01 td {
  padding: 10px 5px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.tbl_frm01 textarea,
.frm_input {
  padding: 3px 0;
  border: 1px solid #e4eaec;
  background: #fff;
  vertical-align: middle;
  line-height: 1.8em;
  -webkit-appearance: none;
}
.tbl_frm01 textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 5px 0 0;
  color: #666;
  line-height: 1.3em;
  margin-bottom: 10px;
}

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

/* 필수입력 */
.required,
textarea.required {
}

/* 테이블 항목별 정의 */
.td_board {
  width: 120px;
  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: 150px;
  text-align: center;
}
.td_group {
  width: 100px;
  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 {
}
.new_win #win_title {
  margin: 0;
  padding: 20px;
  border-top: 3px solid #d61a24;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.2em;
}
.new_win #win_title:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win .win_ul {
  margin: 0 0 20px 0;
  padding: 0 20px;
  border-bottom: 1px solid #455255;
  background: #484848;
  list-style: none;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  margin-left: -1px;
}
.new_win .win_ul a {
  display: block;
  padding: 10px;
  border-right: 1px solid #455255;
  border-left: 1px solid #455255;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.new_win .win_desc {
  padding: 10px 20px;
}

.new_win .win_btn {
  clear: both;
  padding: 20px;
  text-align: center;
}
.new_win .win_btn a {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  border-radius: 3px;
  background: #666;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 2.5em;
}
.new_win .win_btn button {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  border: 0;
  border-radius: 3px;
  background: #d61a24;
  color: #fff;
  text-decoration: none;
  line-height: 2.5em;
}
.new_win .win_btn input {
  padding: 0 10px;
  height: 2.5em;
  line-height: 2.5em;
}

/* 검색결과 색상 */
.sch_word {
  color: #ff3061;
}

/* 사이드뷰 */
.sv_wrap {
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  border: 1px solid #283646;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 3px;
  width: 94px;
  border-bottom: 1px solid #283646;
  background: #111;
  color: #fff !important;
}
.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
  text-decoration: none;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 20px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
}
.pg {
}
.pg_page,
.pg_current {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  color: #000;
  letter-spacing: 0;
  line-height: 25px;
  vertical-align: middle;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  background: #e4eaec;
  text-decoration: none;
}
.pg_start,
.pg_prev {
  /* 이전 */
}
.pg_end,
.pg_next {
  /* 다음 */
}
.pg_current {
  display: inline-block;
  margin: 0;
  background: #333;
  color: #fff;
  font-weight: normal;
}

.carousel-item {
  height: 280px;
  min-height: 100px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .carousel-caption {
  margin: 0 auto;
  width: 50%;
}
.carousel-item .carousel-caption h3 {
  font-size: 20px;
  line-height: 2.5em;
}
.carousel-item .carousel-caption p {
  font-size: 10px;
}

/* 지역커뮤니티 */
/* 커뮤니티 이미지 */
.com_img_box {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
}
.com_img_box_g {
  width: 100%;
  margin: 0 auto;
}
.com_img_box a {
  margin: 0;
  padding-bottom: 6px;
  width: 33.33333333%;
}
.com_img_box a img {
  width: 32%;
  margin: 0 auto;
  display: inline-block;
  padding-bottom: 3px;
  margin: 0;
}

.top_img {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 45px 0;
}
.top_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.board_wrap {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
/* PC화면으로 */
#device_change {
  display: block;
  padding: 10px 0;
  background: #d61a24;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
}

/*네비*/

#navigation {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  z-index: 500;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.nav_li_a1 {
  text-decoration: none;
  white-space: nowrap;
}
.nav_li_a {
  text-decoration: none;
}
#navigation ul {
  list-style: none;
  margin: 0 auto;
  width: 95%;
  height: auto;
  padding-left: 0;
  z-index: 500;
  text-align: center;
}

#navigation li {
  margin: 0 auto;
  color: #2f2f2f;
  display: inline-block;
  padding: 0.3rem;
  position: relative;
  /*text-decoration: none;*/
  transition-duration: 0.5s;
  margin: 0 auto;
}
#navigation ul li ul {
  margin-top: 10px;
  text-align: left;
  background-color: #f2f2f2;
}

#navigation li a {
  color: #000;
  text-decoration: none;
}

#navigation li:hover {
  opacity: 1;
  cursor: pointer;
}

.dropdown {
  background: rgb(255, 255, 255, 1);
  visibility: hidden;
  opacity: 0;
  min-width: 6.5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0.5rem;
  left: 0;
  display: none;
  margin: 0 auto;
}

#navigation ul li:hover > ul,
#navigation ul li:focus-within > ul,
.dropdown :hover {
  visibility: visible;
  opacity: 0.9;
  display: block;
}
.dropdown li {
  clear: both;
  width: 80%;
}

/* 콘텐츠 내용 */
.board_wrap_mob {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.sub_page_mob {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 10px 0;
}
.sub_page_mob img {
  width: 100%;
  height: auto;
}

#ctt {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  width: 100%;
  margin: 0 auto;
}
.ctt_img {
  text-align: center;
}

.mobile_menu_top_to {
  width: 90%;
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.mobile_menu_top_to ul li.color01 {
  background-color: #b80f18;
  padding: 10px 5px 10px 5px;
  margin-bottom: 8px;
}
.mobile_menu_top_to ul li.color02 {
  background-color: #ff9d14;
  padding: 10px 5px 10px 5px;
  margin-bottom: 8px;
}
.mobile_menu_top_to ul {
  width: 100%;
  margin: 0 auto;
  margin-left: -12%;
}
.mobile_menu_top_to ul li {
  display: inline-block;
  padding: 0 10px;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.mobile_menu_top_to ul li a {
  text-decoration: none;
  color: #fff;
}
.mobile_menu_top_to ul li.color01:hover {
  background-color: #a21018;
}
.mobile_menu_top_to ul li.color02:hover {
  background-color: #a26316;
}
.sub_page_mob .tit {
  font-size: 15px;
  margin-top: 20px;
  font-weight: bold;
  padding: 0 0 3px 0;
}
.sub_page_mob .tit .fas {
  font-size: 17px;
  color: #c91e25;
}

/* 일정 */
.calender {
  border-collapse: collapse;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  width: 100%;
}
.month_box {
  background-color: #eeeded;
  width: 20%;
  border-top: 2px solid #fff;
}
.month_box_top {
  background-color: #4b4b4b;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Nanum Gothic", sans-serif;
  border-bottom: 2px solid #fff;
}

.month_tt {
  color: #b80f18;
  font-size: 20px;
  font-style: italic;
}
.month_tt_top {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Nanum Gothic", sans-serif;
}

.day_tx {
  border-bottom: 1px solid #aaa;
  height: 28px;
  padding-left: 5px;
}
.day_tx_top {
  border-bottom: 1px solid #aaa;
  height: 48px;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  background-color: #39404f;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Nanum Gothic", sans-serif;
  border-bottom: 2px solid #fff;
}
.day_tx_top3 {
  border-bottom: 1px solid #aaa;
  height: 48px;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  background-color: #4b4b4b;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Nanum Gothic", sans-serif;
  border-bottom: 2px solid #fff;
}

/* 셀렉트 박스 */
.select_01 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  position: relative;
  display: block;
  height: 30px;
  line-height: 3;
  background: #2c68b0;
  overflow: hidden;
  border-radius: 0.2em;
}
.area_select {
  border: 2px solid #27225e;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 3px 8px;
  margin: 0 auto;
  font-size: 13px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: bold;
  color: #5d5d5d;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c68b0;
  background-image: none;

  color: #fff;
  cursor: pointer;
}

.select_text {
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: bold;
  color: #000;
}

/* Custom Select */

.area_select::-ms-expand {
  display: none;
}
/* Arrow */
.select_01::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #235a9b;
  pointer-events: none;
}
/* Transition */
.select_01:hover::after {
  color: #faaf0d;
}
.select_01::after {
  transition: 0.25s all ease;
}

/* 후원회 */
.support01 {
  width: 96%;
  height: auto;
}
.support01 h3 {
  font-size: 18px;
  font-weight: bolder;
  font-family: "Nanum Gothic", sans-serif;
  padding: 10px 0 10px 0;
}
.support01 span {
  font-size: 13px;
  font-weight: bold;
}
.fa-bandcamp {
  font-size: 18px;
  color: #b80f18;
}
.support01 .chart {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.support01 .chart img {
  margin: 0 auto;
}

/* ─────────────────────────────────────────────
   웹폰트 등록 (모바일)
   ───────────────────────────────────────────── */
@font-face {
  font-family: "HancomSolleeimB";
  src: url("http://klwmc.com/theme/community2/css/fonts/HancomSolleeimB.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JSArirangPPURI";
  src: url("http://klwmc.com/theme/community2/css/fonts/JSArirangPPURI-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ─────────────────────────────────────────────
   대표학장 인사말 (모바일)
   ───────────────────────────────────────────── */
.sub_page_mob,
.sub_page_mob *,
.sub_page_mob .hello,
.sub_page_mob .hello * {
  font-family: "HancomSolleeimB", "Pretendard", "Nanum Gothic", sans-serif;
}

/* 상단 사진 */
.sub_page_mob .tit {
  text-align: center;
  padding: 25px 0 20px;
}
.sub_page_mob .tit img {
  border-radius: 25px 6px 25px 6px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}

/* 본문 영역 */
.sub_page_mob .hello {
  line-height: 1.6;
}

/* 서명 - 한 줄: "이재웅 목사" */
.sub_page_mob .sign {
  font-family: "JSArirangPPURI", serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  padding-top: 25px;
  line-height: 1.4;
}
/* ═════════ 서명 앞 직책 - .sign-prefix span ═════════ */
.sub_page_mob .sign .sign-prefix {
  font-family: "HancomSolleeimB", "Pretendard", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555;
  display: inline;
}
.sub_page_mob .sign .sign-prefix {
  font-size: 14px;
  margin-right: 4px;
}

.line_hr {
  border: 0;
  height: 1px;
  background-color: #aaa;
  width: 95%;
  margin: 0 auto;
}
