@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 한컴 솔레임 B 웹폰트 (klwmc.com 절대경로 - CORS 회피) */
@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;
}
/* JS 아리랑 뿌리 폰트 */
@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;
}
@font-face {
  font-family: "Cafe24Dangdanghae";
  src: url("http://klwmc.com/theme/community2/css/fonts/Cafe24Dangdanghae-v2.0.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  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: "Nanum Gothic", 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;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 1em;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: dotum;
  font-size: 1em;
}
select {
  margin: 0;
  height: 32px;
  border: 1px solid #e4eaec;
}
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: 1023px;
  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_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 {
  z-index: 4;
  position: relative;
  min-width: 1200px;
  background: #fff;
}
.hd_zindex {
  z-index: 10 !important;
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#hd_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
  width: 1023px;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  float: left;
  margin-left: 380px;
}
#logo a img {
  width: 400px;
  height: auto;
}

/* 전체 검색 */
#hd_sch {
  position: absolute;
  top: 50%;
  right: calc((100% - 1200px) / 2); /* #gnb_1dul 오른쪽 모서리에 정렬 */
  transform: translateY(-50%); /* 60px 메뉴바 안에서 수직 가운데 */
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd; /* 메뉴바 안이라 더 얇게 */
  z-index: 999;
}
#hd_sch legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#hd_sch #sch_stx {
  padding-left: 5px;
  width: 130px;
  height: 30px;
  border: 0;
  background: #eee;
  line-height: 1.6em;
  background: none;
}
#hd_sch #sch_submit {
  padding: 0 5px;
  height: 30px;
  width: 40px;
  border: 0;
  background: #eee;
  color: #b80f18;
  cursor: pointer;
}

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

/* 상단 회원가입 등 링크 */
#hd_top {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #ececec;
  background: #fbfbfb;
}
#hd_tnb {
  width: px;
  margin: 0 auto;
}
#tnb {
  float: right;
  list-style: none;
  zoom: 1;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb li {
  float: left;
}
#tnb a {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  color: #999;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: -0.1em;
  line-height: 2.4em;
}
#tnb a:focus,
#tnb a:hover,
#tnb a:active {
  text-decoration: none;
}
#tnb img {
  margin-right: 3px;
}

.hd_home {
  float: left;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.hd_home a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  color: #a5a5a5;
}
.hd_home a:hover {
  color: #2c68b0;
}

/* 메인메뉴 */
#gnb {
  position: relative;
  width: 100%;
  margin: -1px 0 0;
  background: #fff;
  z-index: 1000;
  /* overflow: hidden; */
}
#gnb:hover {
  background: #fff;
}
#gnb:after {
  content: " ";
  display: block;
  clear: both;
}
#gnb h2 {
  position: absolute;
  width: 100%;
  display: none;
  text-indent: -999999px;
  height: 50px;
  background: #fff;
}

#gnb_1dul {
  margin: 0 auto !important;
  padding: 0;
  zoom: 1;
  text-align: center;
  width: 1023px;
  height: 60px;
  min-height: 6px;
  /* overflow: hidden; */
  display: block;
}

#gnb_1dul a {
  color: #222;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
#gnb_1dul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.gnb_1dli {
  z-index: 10;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: -4px;
  z-index: 500;
}

.gnb_1da {
  display: inline-flex; /* inline-block → inline-flex */
  align-items: center; /* 수직 가운데 */
  justify-content: start; /* 수평 처음 */
  padding: 0 15px;
  width: 50%;
  min-width: 120px;
  height: 60px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 1.2; /* flex에선 line-height 작게 둬도 OK */
  text-decoration: none;
  z-index: 500;
}

.gnb_1da:focus,
.gnb_1da:hover {
  text-decoration: none;
}
.gnb_1dli_air .gnb_1da {
  background-color: #f5f5f5;
  color: #000;
}

.gnb_1dli_on .gnb_1da {
  background-color: #f5f5f5;
  color: #000;
}

.gnb_2dul {
  position: absolute; /* 정상 흐름에서 빼서 콘텐츠 위에 떠 있게 */
  top: 60px; /* 1차 메뉴 바로 아래 */
  left: 0;
  min-width: 240px;
  width: 100%;
  margin: 0 !important;
  padding: 8px 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  /* 애니메이션: 평소엔 숨김 + 살짝 위로 + 투명 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  z-index: 1001;
}

/* 1차 메뉴 호버/포커스 시 해당 메뉴의 서브메뉴만 표시 */
.gnb_1dli:hover .gnb_2dul,
.gnb_1dli:focus-within .gnb_2dul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gnb_2da {
  display: block;
  padding: 10px 16px;
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.gnb_2da:focus,
.gnb_2da:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}

#gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2em;
}
#gnb_empty a {
  text-decoration: underline;
}

/* 중간 레이아웃 */
#wrapper {
  z-index: 5;
  margin: 0 auto;
  min-width: 1200px;
  zoom: 1;
  overflow: hidden;
}
#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#aside {
  float: right;
  margin: 0 0 0 -1px;
  width: 280px;
  background: #fff;
}

.icon_wrap {
  width: 923px;
  padding: 60px 50px;
  margin: 0 auto;
  clear: both;
}
.icon_wrap .main_icon {
  width: 180px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.icon_wrap .between {
}
.icon_wrap .main_icon img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.icon_wrap .main_icon p {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}

.main_intro {
  width: 1023px;
  height: 380px;
  margin: 0 auto;
  padding-bottom: 50px;
  clear: both;
}
.main_intro .intro_img {
  width: 510px;
  height: auto;
  float: left;
}
.main_intro .intro_img img {
  width: 510px;
  height: auto;
}
.main_intro .intro_img02 {
  width: 503px;
  height: auto;
  float: right;
  vertical-align: top;
}
.main_intro .intro_img02 img {
  width: 503px;
  height: auto;
}
.main_intro .intro_img03 {
  width: 503px;
  height: auto;
  float: right;
  vertical-align: bottom;
  padding-top: 7px;
}
.main_intro .intro_img03 img {
  width: 503px;
  height: auto;
  vertical-align: bottom;
}

/* 셀렉트 박스 */
.select_01 {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.area_select {
  border: 2px solid #27225e;
  width: 700px;
  height: 50px;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 18px;
  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;
}
.select_text {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: bold;
  color: #000;
}

/* Custom Select */
.select_01 {
  position: relative;
  display: block;
  width: 30em;
  height: 3em;
  line-height: 3;
  background: #2c68b0;
  overflow: hidden;
  border-radius: 0.25em;
}
.area_select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: #fff;
  cursor: pointer;
}
.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;
}

.select_foot {
  width: 100px;
  border: 1px solid #000;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-size: 11px;
}
.area_foot_select {
  border: 2px solid #000;
  width: 100px;
  height: 20px;
  text-align: center;
  padding: 3px 7px;
  margin: 0 auto;
  font-size: 11px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: bold;
  color: #6c6c6c;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;

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

/* Reset Select */

.select_foot {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;

  background: #fff;
  overflow: hidden;
  border-radius: 0.2em;
}
.area_foot_select {
  width: 100%;
  height: 100%;
  margin: 0;

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

/*사이드 메뉴*/
#aside_ct {
  margin-top: 15px;
  width: 280px;
}
#aside_ct ul {
  margin: 0;
  padding: 0;
}

#container {
  z-index: 4;
  position: relative;
  float: left;
  width: 100%;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  font-size: 1em;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  width: 1023px;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #b80f18;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bolder;
  margin-top: 100px;
  text-align: center;
  font-family: "Nanum Gothic", sans-serif;
}

/*메인배너*/

#main_bn_box {
  border: 1px solid #e8e8e8;
  margin-bottom: 45px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
#main_bn {
  position: relative;
  overflow: auto;
  width: 100% !important;
  height: 450px;
}
#main_bn .bn_ul {
  margin: 0;
  padding: 0;
}
#main_bn .bn_ul li {
  float: left;
  list-style: none;
}
#main_bn li .bn_wr {
  width: 100%;
  max-width: 2400px;
  height: 450px;
}
#main_bn li .bn_wr img {
  width: 100%;
  height: auto;
}
#main_bn .dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 90%;
}
#main_bn .dots li {
  cursor: pointer;
  margin-right: 10px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b80f18;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  display: inline; /*IE7 HACK*;
  _display: inline; /*IE6 HACK*/
}
#main_bn .dots li.active {
  background: #fda100;
}
/*메인중앙*/
#main_middle {
  width: 1023px;
  margin: 0 auto;
}
/* 하단 레이아웃 */
#ft {
  min-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #dde4e9;
  background-color: #c4c4c4;
  height: 300px;
  padding-top: 30px;
  z-index: 50;
  bottom: 0;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em;
}

#ft_catch {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 1023px;
  text-align: center;
}

.foot_info {
  width: 400px;
  margin: 0 auto;
  float: right;
  color: #6c6c6c;
  padding-top: 50px;
  vertical-align: bottom;
}
.foot_info .info_text {
  display: inline-block;
  margin: 25px 10px 0 0;
  font-size: 11px;
}
.foot_info .info_text a {
  display: inline-block;
  padding-right: 10px;
  margin: 0 10px 0 0;
  color: inherit;
}
.foot_info .foot_uptop {
  float: right;
  width: 40px;
  height: 40px;
}

#ft_company {
  width: 1023px;
  margin: 0 auto;
  padding-top: 20px;
}
#ft_company p.ft_info {
  padding: 18px 0 15px;
  line-height: 20px;
  width: 1023px;
  margin: 0 auto;
  color: #6c6c6c;
}
#ft_family {
  position: absolute;
  top: 0;
  right: 0;
}
#ft .copyright {
  width: 400px;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  color: #4d4b4b;
  padding-top: 165px;
  margin: 0 auto;
}

.footer_logo {
  width: 150px;
  height: 150px;
  float: left;
  display: inline-block;
}
.footer_logo img {
  width: 90%;
  height: auto;
  vertical-align: center;
}
.foot_top_line {
  width: 1023px;
  margin: 0 auto;
  height: 3px;
  background-color: #4d4b4b;
}
.foot_story {
  width: 170px;
  height: 150px;
  display: inline-block;
  float: left;
}
.foot_menu {
  width: 700px;
  height: auto;
  display: inline-block;
  float: right;
}
.foot_menu ul {
  width: 135px;
  font-size: 15px;
  color: #4d4b4b;
  display: inline-block;
  font-weight: bolder;
  font-family: "Nanum Gothic", sans-serif;
  vertical-align: top;
  line-height: 1.2em;
}
.foot_menu li {
  font-size: 12px;
  color: #4d4b4b;
  font-weight: 500;
  font-family: "Nanum Gothic", sans-serif;
}
/* 게시물 선택복사 선택이동 */
#copymove {
}
.copymove_current {
  float: right;
  color: #ff3061;
}
.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;
  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;
}

/* 캡챠 자동등록(입력)방지 기본 */
#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 {
  width: 100px;
  height: 41px;
  border: 1px solid #e9e9e9;
}
#captcha #captcha_mp3 {
  position: absolute;
  top: 0;
  left: 101px;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 22px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_mp3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  background: url("../../../plugin/kcaptcha/img/sound.gif");
}
#captcha #captcha_reload {
  position: absolute;
  top: 21px;
  left: 101px;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 22px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_reload span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  background: url("../../../plugin/kcaptcha/img/reload.gif");
}
#captcha #captcha_key {
  margin: 0 0 0 25px;
  padding: 0 5px;
  width: 70px;
  height: 41px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 2.8em;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 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%;
}

/* 버튼 */
a.btn01 {
  display: inline-block;
  padding: 7px;
  background: #dbe0e8;
  border-radius: 3px;
  color: #fff;
  background: #2c68b0;
  background: #2c68b0;
  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;
  color: #000;
  background: #dbe0e8;
  border-radius: 3px;
  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: #2c68b0;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
fieldset .btn_submit {
  padding: 0 10px;
  height: 32px;
  line-height: 1em;
}

a.btn_cancel {
  display: inline-block;
  background: #dbe0e8;
  padding: 7px;
  border: 1px solid #dbe0e8;
  color: #737373;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #dbe0e8;
  background: #dbe0e8;
  color: #737373;
  vertical-align: top;
  text-decoration: none;
}

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

/* 게시판용 버튼 */
a.btn_b01 {
  display: inline-block;
  padding: 7px;
  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;
  padding: 7px 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b02:focus,
.btn_b02:hover {
  text-decoration: none;
}
a.btn_admin {
  display: inline-block;
  padding: 7px;
  background: #e8180c;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
  text-decoration: none;
  background: #da0a00;
}

/* 댓글 스타일 */
.cnt_cmt {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: bold;
  background: #ff5959;
  border-radius: 3px;
  padding: 2px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  min-width: 10px;
  height: 10px;
  text-align: center;
}

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

.tbl_head01 {
  margin: 0 0 10px;
  background: #fff;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead tr {
  border: 1px solid #d1dee2;
}
.tbl_head01 thead th {
  padding: 12px 0;
  background: #f6f8fb;
  color: #383838;
  font-size: 14px;
  text-align: center;
}
.tbl_head01 thead a {
  color: #383838;
}
.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-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 tr {
  border: 1px solid #e9e9e9;
  border-top: none;
}
.tbl_head01 tr:hover {
  background: #f3f3f3;
}
.tbl_head01 td {
  padding: 15px 5px;
  line-height: 1.5em;
  word-break: break-all;
}
.tbl_head01 a {
}

.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;
}
.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_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
  font-family: "Nanum Gothic", sans-serif;
}
.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;
}
.tbl_frm01 textarea,
.frm_input {
  border: 1px solid #e4eaec;
  background: #fff;
  color: #000;
  vertical-align: middle;
  line-height: 2em;
  padding: 5px;
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.tbl_frm01 textarea#reg_mb_profile {
  min-height: 100px;
  font-size: 13px;
  resize: none;
  min-width: 800px;
  font-family: "Nanum Gothic", sans-serif;
}
.frm_input {
  height: 20px;
  width: 200px;
  margin-right: -5px;
}
.tbl_frm01 textarea {
  width: 98%;
  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;
}
.
/* 자료 없는 목록 */
.empty_table {
  padding: 50px 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: 110px;
  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 .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  margin: 0 0 20px;
  padding: 20px;
  border-top: 3px solid #b80f18;
  border-bottom: 1px solid #dde4e9;
  background: #fff;
  font-size: 1.2em;
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin: -20px 0 20px 0;
  padding: 0 20px;
  border-bottom: 1px solid #455255;
  background: #b80f18;
  list-style: none;
  zoom: 1;
}
.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 10px 8px;
  border-right: 1px solid #455255;
  border-left: 1px solid #455255;
  color: #fff;
  font-family: dotum;
  font-weight: bold;
  text-decoration: none;
}
.new_win .win_desc {
  padding: 20px;
}

.new_win .win_btn {
  clear: both;
  padding: 20px;
  text-align: center;
} /* 새창용 */
.new_win .win_btn button {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #b80f18;
  background: #fff;
  color: #000;
  line-height: 2em;
  cursor: pointer;
}
.new_win .win_btn input {
  padding: 0 10px;
  height: 30px;
  line-height: 2em;
}
.new_win .win_btn a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  background: #4b545e;
  color: #fff;
  vertical-align: middle;
  line-height: 2.4em;
}
.new_win .win_btn a:focus,
.new_win .win_btn a:hover {
  text-decoration: none;
}

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

/* 자바스크립트 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 {
  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 0;
  text-align: center;
}
.pg {
}
.pg_page,
.pg_current {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  color: #000;
  letter-spacing: 0;
  line-height: 2.2em;
  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 4px 0 0;
  background: #333;
  color: #fff;
  font-weight: normal;
}

/* Mobile화면으로 */
#device_change {
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  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: 17px;
  line-height: 2.5em;
}
.carousel-item .carousel-caption p {
  font-size: 13px;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {
  position: absolute;
}
.jssorb032 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb032 .i .b {
  fill: #fff;
  fill-opacity: 0.7;
  stroke: #000;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.25;
}
.jssorb032 .i:hover .b {
  fill: #000;
  fill-opacity: 0.6;
  stroke: #fff;
  stroke-opacity: 0.35;
}
.jssorb032 .iav .b {
  fill: #000;
  fill-opacity: 1;
  stroke: #fff;
  stroke-opacity: 0.35;
}
.jssorb032 .i.idn {
  opacity: 0.3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.jssora051:hover {
  opacity: 0.8;
}
.jssora051.jssora051dn {
  opacity: 0.5;
}
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

/* 서브메뉴 */
@charset "UTF-8";
.sidebar a {
  text-decoration: none;
  color: #fff;
}

.block {
  max-width: 300px;
  padding: 0;
  min-width: 200px;
  /* margin: 0 auto; */
}

.sidebar-title {
  background: #e91e63;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
}

ul.sidebar-nav {
  overflow: hidden;
  background: #fff;
}
ul.sidebar-nav li {
  position: relative;
}
ul.sidebar-nav .has-ul a {
  padding: 10px 0 10px 20px;
  text-align: start;
  font-size: 18px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
  color: black;
  /* text-transform: uppercase;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); */
}
ul.sidebar-nav .sub-ul a {
  font-size: 15px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
}
ul.sidebar-nav a:hover {
  background-color: #fff;
  color: #b80f18;
}

ul.sub-ul {
  display: none;
  background-color: #aaa;
}
ul.sub-ul li {
  border-bottom: solid thin #eee;
  font-size: 15px;
}
ul.sub-ul li a:after {
  display: none;
}

li.active {
  border-bottom: red;
}

/*대표학장인사말*/
.hello {
  font-family: "HancomSolleeimB", "Pretendard", "Nanum Gothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8em;
  padding: 10px 5px 60px 0;
}
.sub_page .title {
  font-family: "Cafe24Dangdanghae", NanumGothic;
}
.hello .hello_img {
  float: right;
  margin: 0 0 15px 30px;
}
.hello .hello_img img {
  width: 200px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
/* 서명 - 한 줄: "한국직장선교대학 대표학장 이재웅 목사" */
.hello .sign {
  font-family: "JSArirangPPURI", serif;
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  padding-top: 30px;
  line-height: 1.4;
}
.hello .sign::before {
  content: "한국직장선교대학 학장 ";
  font-family: "HancomSolleeimB", "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #555;
  margin-right: 6px;
}

/*후원회조직*/
.support01 {
  width: 100%;
  height: auto;
  padding: 20px 0 80px 0;
}
.support01 h3 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  font-family: "Nanum Gothic", sans-serif;
  padding: 80px 0 60px 0;
}
.support01 span {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.support01 .tx {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
  padding-left: 15px;
  font-family: "Nanum Gothic", sans-serif;
}
.fa-bandcamp {
  font-size: 20px;
  color: #b80f18;
}
.support01 .chart {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.support01 .chart img {
  width: 100%;
  margin: 0 auto;
}
.fa-hand-holding {
  font-size: 20px;
  color: #b80f18;
}

/** 조직 현황*/
.exec-wrap {
  margin: 20px 0 40px;
  font-family: "Noto Sans KR", sans-serif;
}
.exec-label {
  color: #8b7fb5;
  font-size: 16pt;
  font-weight: bold;
  margin: 30px 0 10px;
  font-family: "Cafe24Dangdanghae";
}
.exec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  table-layout: fixed;
}
.exec-table td {
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

/* 라운드: 행의 양 끝 셀에만 (위치 기반) */
.exec-table td:first-child {
  border-radius: 8px 0 0 8px;
}
.exec-table td:last-child {
  border-radius: 0 8px 8px 0;
}

/* 배경색과 구분선: 역할 기반 */
.exec-table .pos {
  background: rgb(218, 216, 237);
  font-weight: 500;
  border-right: 3px solid #fff;
}
.exec-table .name {
  background: rgb(245, 244, 251);
}
.exec-table .name:not(:last-child) {
  border-right: 3px solid #fff;
}
