@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 초기화 */
@font-face {
  font-family: 'NanumGothic';
  font-weight: normal;
  font-style: normal;
  src: url('./NanumGothic.eot');
  src: local('NanumGothic'), url('./NanumGothic.woff') format('woff'), url('./NanumGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothicBold';
  font-weight: normal;
  font-style: normal;
  src: url('./NanumGothicBold.eot');
  src: local('NanumGothicBold'), url('./NanumGothicBold.woff') format('woff'), url('./NanumGothicBold.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothicExtraBold';
  font-weight: normal;
  font-style: normal;
  src: url('./NanumGothicExtraBold.eot');
  src: local('NanumGothicExtraBold'), url('./NanumGothicExtraBold.woff') format('woff'), url('./NanumGothicExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothicLight';
  font-weight: normal;
  font-style: normal;
  src: url('./NanumGothicLight.eot');
  src: local('NanumGothicLight'), url('./NanumGothicLight.woff') format('woff'), url('./NanumGothicLight.ttf') format('truetype');
}

/* 초기화 */
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  min-width: 320px;
  font-family: 'NanumGothic';
  height: 100%
}

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
}

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;
  border-radius: 0
}

button {
  cursor: pointer
}

input[type=text], input[type=password], input[type=submit], input[type=image], button {
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0
}

textarea, select {
  font-size: 1em;
  font-family: dotum
}

textarea {
  border-radius: 0;
  -webkit-appearance: none
}

select {
  margin: 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: none
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 상단 레이아웃 */
#hd {
  background: #fff;
  width: 100%;
  z-index: 999;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
}

#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 {
  position: absolute;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 0;
  z-index: 9999;
}

#logo img {
  width: 100%;
}

#gnb_open {
  position: absolute;
  top: 16px;
  left: 15px;
  background: url(/images/mobile/common/btn_mobile_menu.png) no-repeat 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
  border: none;
  text-indent: -9999px;
  overflow: hidden
}

#gnb_close {
  display: block;
  border: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/mobile/btn_cl.png) 50% 50% no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -999999px;
  overflow: hidden
}

#gnb_mypage {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 51px;
  border: none;
  overflow: hidden
}

#gnb_mypage img {
  width: 100%;
}

#gnb {
  text-align: center;
  position: fixed;
  padding-top: 0;
  top: 0;
  left: -292px;
  width: 292px;
  height: 100%;
  background-color: white;
  z-index: 10001;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease-in-out;
  overflow-y: scroll;
}

#gnb > ul#gnb_1dul {
  position: absolute;
  overflow-y: auto;
  top: 123px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

#gnb ul#gnb_1dul li {
  position: relative;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  text-align: left;
  background-color: white;
}

#gnb ul#gnb_1dul li > a {
  padding-left: 20px;
  width: 100%;
  height: 100%;
}

#gnb .gnb_1dli > a {
  font-size: 1.6em;
  line-height: 30px;
  padding: 13px 0;
  display: inline-block;
  color: black;
  vertical-align: middle;
}

#gnb .gnb_2dul {
  display: none
}

#gnb #gnb_1dul .gnb_2dli {
  background: #f2f2f2;
}

#gnb #gnb_1dul .gnb_2dli a {
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  font-size: 1.4em;
  color: black;
  line-height: 1.4em;
  display: inline-block;
}

#gnb .gnb_op {
  background: url(../img/mobile/gnb_bg.gif) no-repeat 5px 50%;;
  width: 30px;
  height: 30px;
  height: 42px;
  text-indent: -999px;
  overflow: hidden;
  border: none;
  vertical-align: middle
}

#gnb .gnb_bg .gnb_op {
}

#gnb .gnb_op22 {
}

#hd_sch {
  height: 23%;
}

#hd_sch form {
  margin-top: 40px;
  padding: 0;
  border: 1px solid #fff;;
  width: 50%;
  position: relative;
  display: inline-block;
  text-align: center
}

#hd_sch h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden
}

#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: 100%;
  height: 27px;
  border: 0;
  background: none !important;
  line-height: 27px !important;
  line-height: 1.6em;
  color: #fff
}

#hd_sch #sch_submit {
  padding: 0 5px;
  height: 27px;
  border: 0;
  background: url(../img/mobile/sch_btn.png) no-repeat 50% 50%;
  color: #fff;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0
}

#hd_nb {
  height: 12%
}

#hd_nb {
  text-align: center;
  width: 100%
}

#hd_nb li {
  display: inline-block
}

#hd_nb li a {
  color: #fff;
  background: #3C95D5;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px
}

#hd_nb li a:hover, #hd_nb li a:focus {
  color: #fff;
  background: #0071C2;
  text-decoration: none;
}

#hd_nb #snb_adm {
  color: #3C95D5;
  border: 1px solid #3C95D5;
  background: #fff
}

/*메인이미지*/
.swiper-container {
  width: 100%;
  height: 85.31vw;
}

.swiper-slide { /*background:url(../img/main_bn.jpg) no-repeat 50% 50%;background-size: cover;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide a, .swiper-slide img {
  width: 100%;
}

.swiper-container .bn_txt {
  background-color: rgba(39, 120, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#902778c5, endColorstr=#902778c5);
  width: 250px;
  height: 200px;
  padding: 25px;
  color: #fff
}

.swiper-container .bn_txt h2 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 2.4em;
  line-height: 40px;
  margin-top: 10px
}

.swiper-container .bn_txt p {
  color: #fff;
  background: url(../img/bn_pbg.jpg) no-repeat top left;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 1.34em;
  line-height: 23px;
}

.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  border: none;
  text-indent: -9999px;
  width: 30px;
  height: 4px;
  background: #3e3c52;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline /*IE7 HACK*/;
  _display: inline; /*IE6 HACK*/
}

.swiper-container .swiper-pagination-bullet-active {
  background: #3d96d6
}

/*메인 회사소개링크*/
.main-box {
  margin-top: 10px;
  width: 100%;
}

#main-swiper-container {
  width: 100%;
  height: 80vw;
}

#main-swiper-container .swiper-slide img {
  width: 100%;
}

#m_main_box1 {
  position: relative;
  width: 100%;
  max-height: 460px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

#m_main_box1 p img {
  width: 100%;
  max-height: 415px;
  z-index: 1;
}

#m_main_box1 p.btn {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 120px;
  height: 30px;
  z-index: 2;
}

.m_main_btn {
  width: 118px;
  max-height: 28px;
  background: #3d42ac;
  border: 1px solid #3b3c4c;
  font-family: 'NanumGothicBold';
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: Center;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

p.mainText1 {
  padding: 10px;
  font-family: 'NanumGothicBold';
  color: #2b2d63;
  font-size: 16px;
  line-height: 25px;
}

p.mainText2 {
  padding: 0px 10px 10px 10px;
  font-family: 'NanumGothicBold';
  color: #352c25;
  font-size: 14px;
  line-height: 20px;
}

#m_main_box2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

#m_main_box2 p img {
  width: 100%;
  max-height: 415px;
  z-index: 1;
}

#m_main_box2 p.btn {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 120px;
  height: 30px;
  z-index: 2;
}

#main_banner_box1 {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#main_banner_box1 .leftText1 {
  position: relative;
  background: #2b2d63;
  width: 46%;
  height: 150px;
  padding: 2%;
  color: #ffffff;
  font-family: 'NanumGothic';
}

#main_banner_box1 .leftText1 p.titleText {
  font-size: 1.8em;
  line-height: 40px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

#main_banner_box1 .leftText1 p.subText {
  font-size: 1.0em;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}

#main_banner_box1 .leftarrow1 {
  position: absolute;
  top: 50px;
  left: 49%;
  z-index: 99;
  width: 20px;
  height: 40px;
}

#main_banner_box1 .rightBanner {
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(/images/mobile/main/main_banner_bg1.jpg);
  background-size: 100% 100%;
  width: 50%;
  height: 150px;
  padding: 0;
  z-index: 1;
}

#main_banner_box1 .moreBtn1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  margin: 0;
  padding: 0;
}

#main_banner_box2 {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#main_banner_box2 .rightText1 {
  position: relative;
  margin-left: 50%;
  background: #352c25;
  width: 46%;
  height: 150px;
  padding: 2%;
  color: #ffffff;
  font-family: 'NanumGothic';
}

#main_banner_box2 .rightText1 p.titleText {
  font-size: 1.8em;
  line-height: 40px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

#main_banner_box2 .rightText1 p.subText {
  font-size: 1.0em;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}

#main_banner_box2 .rightarrow1 {
  position: absolute;
  top: 50px;
  left: 49%;
  z-index: 99;
  width: 20px;
  height: 40px;
}

#main_banner_box2 .leftBanner {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/mobile/main/main_banner_bg2.jpg);
  background-size: 100% 100%;
  width: 50%;
  height: 150px;
  padding: 0;
  z-index: 1;
}

#main_banner_box2 .moreBtn2 {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  z-index: 99;
  padding: 0;
}

.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
}

.triangle.test_4 {
  border-color: transparent transparent transparent #2b2d63;
}

.triangle.test_3 {
  border-color: transparent #352c25 transparent transparent;
}

#main_banner_box3 {
  width: 100%;
  max-height: 330px;
  margin: 10px auto 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  background-image: url(/images/mobile/main/main_banner_bg3.jpg);
  background-size: 100% 100%;
}

#main_banner_box3 .leftText2 {
  width: 50%;
  max-height: 330px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000000;
}

#main_banner_box3 .leftText2 p.titleText {
  color: #ffffff;
  font-size: 1.8em;
  padding: 10% 5% 30% 5%;
  font-family: 'NanumGothic';
}

#main_banner_box3 .leftText2 p.subText {
  color: #ffffff;
  font-size: 1.2em;
  padding: 10% 5% 10% 5%;
  font-family: 'NanumGothic';
}

#main_banner_box4 {
  width: 100%;
  max-height: 330px;
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  background-image: url(/images/mobile/main/main_banner_bg4.jpg);
  background-size: 100% 100%;
}

#main_banner_box4 .leftText2 {
  width: 50%;
  max-height: 330px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000000;
}

#main_banner_box4 .leftText2 p.titleText {
  color: #ffffff;
  font-size: 1.8em;
  padding: 10% 5% 30% 5%;
  font-family: 'NanumGothic';
}

#main_banner_box4 .leftText2 p.subText {
  color: #ffffff;
  font-size: 1.2em;
  padding: 10% 5% 10% 5%;
  font-family: 'NanumGothic';
}

#comp_if {
  padding: 20px;
}

#comp_if:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#comp_if li {
  width: 33%;
  float: left;
  position: relative;
  text-align: center
}

#comp_if li h2 {
  font-size: 1.333em;
  margin-top: 10px;
  color: #3d96d6
}

#comp_if li p {
  color: #566472;
  font-size: 1.083em;
  line-height: 1.4em
}

@media all and (max-width: 570px) {
  #comp_if li {
    width: 27%;
    margin: 3%;
  }

  #comp_if li a img {
    width: 100%
  }

  #comp_if li h2 {
    font-size: 1.167em
  }

  #comp_if li p {
    display: none
  }
}

/* 중간 레이아웃 */
#wrapper {
  /*margin: 0 0 10px;*/
  z-index: 99;
  background: #fff;
  width: 100%;
  position: relative;
  padding-top: 60px
}

#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container {
  position: relative;
  min-height: 300px;
  /*background-color: #f1f1f1;*/
  /*padding: 20px 0 !important;*/
  padding: 0 0 20px;
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  margin: 20px 10px 15px;
  font-size: 1.3em;
  font-weight: bold
}

/* 텍스트 크기 조절 */
#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 {
  background: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  z-index: 98
}

#ft h1 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#ft p.copyright {
  margin: 10px;
  text-align:left;
  font-size: 10px;
  color: #888;
  /*border-top: 1px solid #3c3a4d*/
}

#ft_copy {
  color: #fff;
}

#ft_logo {
  width: 167px;
  max-width: 167px;
  margin: 32px auto 14px;
  transform: translateX(-5px);
}

#ft_logo img{
  width: 167px;
}

#ft_copy #ft_company {
  padding: 16px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#ft_copy #ft_company a {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #484848;
}

#ft_copy #ft_company a:first-child {
  border: none
}

#ft_copy b {
  color: inherit
}

#ft_copy a {
  color: #fff
}

.top_btn {
  background: url('../img/mobile/top_btn.png') no-repeat;
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px
}

.ft_info {
  color: #888;
  line-height: 19px;
  font-size: 10px;
    text-align:left;
    margin-left: 5px
}
.ft_info2 {
  color: #888;
  line-height: 19px;
  font-size: 12px;
    text-align:left;
    margin-left: 5px
}

.ft_info span {
  color: #666;
  padding: 0 5px;
  font-weight: 600;

}
.ft_info2 span1 {
  color: #666;
  padding: 0 5px;
  font-weight: 600;
  font-size:14px;
}
.ft_info2 span2 {
  color: #666;
  padding: 0 5px;
  font-weight: 600;
  font-size:12px;
}


.footer-sns {
  margin: 15px 0 0 !important;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.footer-sns li {
  margin: 0 5px;
}

/* 게시물 선택복사 선택이동 */
#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 {
  width: 60px;
  height: 30px;
  border: 1px solid #e9e9e9
}

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

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0 5px;
  height: 32px;
  border: 0;
  background: #e4eaec;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer
}

/*단축키일람 */
.btn_cke_sc {
  background: #333;
  color: #fff;
  padding: 5px;
  border: none;
  margin-bottom: 5px
}

.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: 50%;
  font-weight: bold
}

.cke_sc_def dd {
  width: 50%
}

.btn_cke_sc_close {
  background: #333;
  padding: 5px;
  border: none;
  color: #fff
}

/* 버튼 */
a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 5px
}

a.btn01:focus, a.btn01:hover {
  text-decoration: none
}

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 9px;
  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;
  border-radius: 5px
}

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, .sch_btn {
  background: #3E3C52;
  border: none;
  height: 27px;
  color: #fff;
  border-radius: 0 5px 5px 0 !important;
  padding: 0 7px;
  margin-left: -3px;
}

fieldset .btn_submit {
  padding: 0 7px;
  height: 24px;
  line-height: 1em
}

.btn_submit:hover {
  background: #0071c2
}

a.btn_cancel {
  border-radius: 3px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #3c95d5;
  color: #3c95d5;
  display: inline-block;
  vertical-align: middle
}

.btn_cancel:hover, .btn_cancel:focus {
  background: #eef7fd
}

button.btn_cancel {
  display: inline-block;
  border-radius: 3px;
  padding: 9px 20px;
  background: #fff;
  border: 1px solid #3c95d5;
  color: #3c95d5;
  display: inline-block
}

a.btn_frmline, button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  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 {
  border-radius: 3px;
  padding: 9px 20px;
  background: #fff;
  border: 1px solid #3c95d5;
  color: #3c95d5;
  display: inline-block
}

a.btn_b01:focus, a.btn_b01:hover {
  background: #eef7fd
}

a.btn_b02 {
  background: #3c95d5;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block
}

a.btn_b02:focus, a.btn_b02:hover {
  background: #0071c2
}

a.btn_admin {
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  background: #fff;
  background: red;
  color: #fff;
  display: inline-block
}

/* 관리자 전용 버튼 */

/* 댓글 스타일 */
.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: 0 0 10px;
  color: #4b8b99;
  font-weight: bold;
  text-align: left
}

.tbl_head01 {
}

.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left
}

.tbl_head01 thead th {
  padding: 12px 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_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-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.5em;
  word-break: break-all
}

.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 {
  border: 1px solid #e4eaec;
  background: #f7f7f7;
  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
}

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

.empty_list {
  padding: 20px 0 !important;
  text-align: center
}

/* 필수입력 */
.required, textarea.required {
  background: url('../img/wrest.gif') #fff top right no-repeat !important
}

/* 테이블 항목별 정의 */
.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 0 20px;
  padding: 20px;
  border-top: 3px solid #4e5d60;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.2em
}

.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: -20px 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;
  margin: 20px;
  text-align: center
}

.new_win .win_btn a {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  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;
  background: #666;
  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: 0px 0 20px;
  padding: 0 0;
  text-align: center;
  font-size: 1.083em
}

.pg {
}

.pg_page, .pg_current {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  vertical-align: middle
}

.pg a:focus, .pg a:hover {
  text-decoration: none
}

.pg_page {
  text-decoration: none
}

.pg_start {
  background: url(../img/page_btn.gif) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0
}

.pg_prev {
  background: url(../img/page_btn.gif) no-repeat -30px 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0
}

.pg_end {
  background: url(../img/page_btn.gif) no-repeat -93px 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0
}

.pg_next {
  background: url(../img/page_btn.gif) no-repeat -63px 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0
}

.pg_current {
  display: inline-block;
  margin: 0 4px 0 0;
  color: #3c95d5;
  text-decoration: underline;
  font-weight: bold;
  font-weight: bold
}

/* PC화면으로 */
#device_change {
  display: inline-block;
  margin: 0 20px;
  padding: 5px 15px;
  border: 1px solid #5c5a6d;
  border-radius: 2em;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  background: #171528
}

#device_change:hover, #device_change:focus {
  background: #171528
}

/************* SUB PAGE STYLE **********************************************/
.subFontBox1 {
  width: 96%;
  padding: 2%;
  margin: 0 auto;
}

.subFontBox2 {
  width: 90%;
  padding: 5% 5% 3% 5%;
  margin: 0 auto;
}

.subFontBox3 {
  width: 90%;
  padding: 0 0 0 10%;
  margin: 0 auto;
}

.sub_big_font1 {
  font-size: 1.8em;
  color: #c0bd25;
  line-height: 35px;
  font-family: 'NanumGothic';
}

.sub_comm_font1 {
  font-size: 1.2em;
  color: #414141;
  line-height: 25px;
  font-family: 'NanumGothic';
}

.sub_comm_font2 {
  font-size: 1em;
  color: #414141;
  line-height: 20px;
}

.submit_btn1 {
  width: auto;
  height: 30px;
  border: 0px;
  background: #22a2d1;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'NanumGothic';
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}

/* 내용관리 */
#ctt_form {
  margin: 10px auto 0;
  padding: 0px;
  width: 100%;
}

#ctt_form header {
  width: 96%;
  padding: 2%;
  border-bottom: 1px solid #aaaaaa;
}

#ctt_form header h1.sub1 {
  font-size: 1.8em;
  line-height: 30px;
  color: #22a2d1;
  font-family: 'NanumGothic';
  font-weight: bold;
}

#ctt_form header h1.sub2 {
  font-size: 1.8em;
  line-height: 30px;
  color: #54aa47;
  font-family: 'NanumGothic';
  font-weight: bold;
}

#ctt_form header h1.sub3 {
  font-size: 1.8em;
  line-height: 30px;
  color: #644f8f;
  font-family: 'NanumGothic';
  font-weight: bold;
}

#ctt_form_con {
  padding: 10px 0;
}

#ctt_form_con p.subtitle {
  padding: 0 2% 5% 2%;
  color: #310000;
  font-size: 1.5em;
  line-height: 20px;
  font-family: 'NanumGothic';
  font-weight: bold;
}

.ctt_form_img {
  text-align: center
}

/***************************** 폼스타일 ********************************************************/
.formStyle {
  width: 96%;
  margin: 0 auto;
  height: auto;
  padding: 1%;
  border-top: 2px solid #22a2d1;
}

.formStyle table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.formStyle th {
  width: 26%;
  height: 25px;
  padding: 5px 2%;
  font-size: 11px;
  border: 1px solid #cecece;
  background: #f6f6f6;
  text-align: left;
  line-height: 25px;
  color: #595959;
  font-weight: normal;
  letter-spacing: -1px;
}

.formStyle td {
  padding: 5px 0 5px 10px;
  border: 1px solid #cecece;
  background: transparent;
  font-size: 11px;
  color: #595959;
  font-weight: normal;
}

.formStyle td.bgline {
  background: #dedede;
  width: 20%;
  padding-left: 2px;
  color: #595959;
  font-family: dotum;
}

.formStyle textarea, .frm_input {
  border: 1px solid #e4eaec;
  background: #f7f7f7;
  color: #000;
  vertical-align: middle;
  line-height: 2em
}

.formStyle textarea {
  padding: 2px 2px 3px
}

.formStyle textarea {
  width: 98%;
  height: 100px
}

.formStyle a {
  text-decoration: none
}

.formStyle .frm_file {
  display: block;
  margin-bottom: 5px
}

.formStyle .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em
}

.frm_input {
  height: 23px;
  border: 1px solid #cecece;
  color: #595959;
  font-weight: bold;
  line-height: 23px;
}

.frm_input input.w15 {
  width: 65%;
}

.frm_address {
  width: 90%;
}

.frm_email {
  width: 70%;
}

.formStyle select {
  height: 28px;
  border: 1px solid #cecece;
  color: #595959;
  font-weight: bold;
  line-height: 28px;
  padding: 0 5px
}

.submitBtn {
  background: #22a2d1;
  padding: 0 10px 0 10px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.submitBtn3 {
  background: #595959;
  padding: 0 30px 0 30px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.submitBtn4 {
  background: #ffffff;
  padding: 0 30px 0 30px;
  color: #5a5a5a;
  border: 1px solid #585858;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.submitBtn5 {
  background: #595959;
  padding: 0 30px 0 30px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.buttonstyle1 {
  background-image: url(/images/common/button_bg1.gif);
  background-repeat: repeat-x;
  height: 28px;
  padding: 0 14px 0 14px;
  border: 1px solid #cecece;
  color: #595959;
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
}

/******************************* 성경읽기 스타일 *************************************************************/
#subBox3 {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.rightBtn {
  margin: 1%;
  width: 98%;
  text-align: right;
}

.btn_style3_1 {
  padding: 0 10px 2px 10px;
  height: 24px;
  border-radius: 15px;
  border: 1px solid #644e8e;
  font-family: 'NanumGothicBold';
  line-height: 24px;
  font-size: 14px;
  color: #644e8e;
  cursor: pointer;
}

#readTop {
  position: relative;
  margin-left: 2%;
  width: 96%;
  background-image: url(/images/sub/3/subtop_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0;
}

#readTop .leftText {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30%;
  text-align: right;
}

#readTop .rightText {
  position: relative;
  margin-left: 35%;
}

.form_text {
  color: #595959;
}

.form_text_b {
  color: #595959;
  font-weight: bold;
  line-height: 21px;
}

.form_text_s {
  font-size: 11px;
  line-height: 20px;
}

.read_text1 {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

.read_text2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  font-family: 'NanumGothicBold';
}

.read_text3 {
  color: #644e8e;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 15px;
}

.read_text4 {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

.read_text5 {
  color: #3a3a3a;
  line-height: 30px;
}

.read_number {
  color: #644e8e;
  line-height: 30px;
  font-weight: bold;
}

/******########################################## 회원가입 ###########################################**********/
.step_top {
  position: relative;
  width: 95%;
  min-height: 50px;
  max-height: 122px;
  margin: 0 auto 10px;
  padding: 0;
  overflow: hidden;
}

.step_top ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.step_top li {
  float: left;
  display: inline-block;
  width: 30%;
  max-height: 122px;
}

.step_top li.arrow {
  width: 4%;
  text-align: center;
  padding-top: 5%;
}

.combineStyle {
  width: 780px;
  margin: 50px auto 20px;
  height: auto;
  padding: 0;
  border-top: 2px solid #22a2d1;
}

.combintInfobox {
  width: 746px;
  height: 30px;
  border: 1px solid #cecece;
  padding: 29px 16px 24px 16px;
  color: #595959;
  line-height: 15px;
  margin-bottom: 30px;
}

#fregister textarea {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: 98%;
  height: 150px;
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #666;
  line-height: 1.8em
}

#fregister .fregister_agree {
  padding: 10px 0 0;
  text-align: right
}

#fregister .fregister_agree label {
  display: inline-block;
  margin-right: 5px
}

#fregister p {
  color: #e8180c;
  text-align: left;
  margin-bottom: 20px;
  text-align: left
}

#fregister .btn_confirm {
  margin-bottom: 20px
}

#fregister_term, #fregister_private {
  border: 1px solid #eee;
  background: #fafbfb;
  padding: 20px;
  margin-bottom: 20px;
}

.certify_text_box {
  width: 750px;
  height: 80px;
  margin: 50px auto 46px;
  padding-left: 30px;
  background: #22a2d1;
  color: #ffffff;
  font-size: 24px;
  line-height: 80px;
  font-family: 'NanumGothicBold';
}

.certify_btn_box {
  width: 595px;
  margin: 0 auto 35px;
  height: 146px;
}

.certify_btn_list {
  width: 100%;
  height: 71px;
  margin-bottom: 27px;
  padding: 0;
  overflow: hidden;
}

.certify_btn_list ul {
  width: 636px;
  margin: 0;
  padding: 0;
}

.certify_btn_list li {
  float: left;
  display: inline-block;
  width: 318px;
  height: 71px;
}

.certify_btn_list li img {
  cursor: pointer;
}

.certify_btn1 {
  width: 277px;
  height: 71px;
  border-radius: 20px;
  background: #3b3b3b;
  color: #ffffff;
  font-weight: bold;
  line-height: 71px;
  border: 0px;
  text-align: center;
  cursor: pointer;
}

.certify_btn2 {
  width: 275px;
  height: 69px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 69px;
  border: 1px solid #a7a7a7;
  text-align: center;
  cursor: pointer;
}

.join_kind_list {
  width: 96%;
  min-height: 50px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.join_kind_list li {
  float: left;
  display: inline-block;
  width: 32%;
  max-height: 140px;
}

.requisite_font {
  color: #23a3d2;
}

.join_explain_font {
  font-size: 11px;
  color: #595959;
  line-height: 18px;
}

/*********************** 후원하기 ************************************/
.formStyle2 {
  width: 96%;
  margin: 0px auto 0px;
  height: auto;
  padding: 1%;
  border-top: 2px solid #22a2d1;
}

.formStyle2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.formStyle2 th {
  width: 16%;
  height: 25px;
  padding: 5px 0 5px 0px;
  font-size: 11px;
  border: 1px solid #cecece;
  background: #f6f6f6;
  text-align: left;
  line-height: 25px;
  color: #595959;
  font-weight: normal;
  letter-spacing: -1px;
}

.formStyle2 td {
  padding: 5px 0 5px 10px;
  border: 1px solid #cecece;
  background: transparent;
  font-size: 11px;
  color: #595959;
  font-weight: normal;
}

.formStyle3 {
  width: 96%;
  margin: 0px auto 0px;
  height: auto;
  padding: 1%;
  border-top: 2px solid #22a2d1;
}

.formStyle3 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.formStyle3 th {
  width: 12%;
  height: 25px;
  padding: 5px 0 5px 0px;
  font-size: 11px;
  border: 1px solid #cecece;
  background: #f6f6f6;
  text-align: left;
  line-height: 25px;
  color: #595959;
  font-weight: normal;
  letter-spacing: -1px;
}

.formStyle3 td {
  padding: 5px 0 5px 10px;
  border: 1px solid #cecece;
  background: transparent;
  font-size: 11px;
  color: #595959;
  font-weight: normal;
}

.step_title_text {
  width: 96%;
  margin: 0 auto 20px;
  color: #22a2d1;
  font-family: 'NanumGothic';
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}

.support_explain {
  width: 98%;
  max-height: 147px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 3% 0 0 2%;
}

.support_text1 {
  color: #595959;
  font-size: 11px;
  line-height: 45px;
}

.support_table_top {
  position: relative;
  width: 96%;
  padding: 2% 0 2% 4%;
  background: #22a2d1;
  height: 25px;
  font-family: 'NanumGothicBold';
  color: #ffffff;
  line-height: 25px;
  font-size: 14px;
}

.support_table_top_input {
  width: 100px;
  height: 18px;
  border: 1px solid #cecece;
  background: #ffffff;
  color: #595959;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 8px;
}

.support_table_top p.sum {
  position: absolute;
  top: 30%;
  right: 4%;
  text-align: right;
  width: 50%;
  height: 20px;
  font-family: 'NanumGothicBold';
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
}

.support_login_text {
  font-family: 'NanumGothicBold';
  color: #595959;
  line-height: 20px;
  font-size: 12px;
}

.support_login_btn {
  margin-top:-2px;
  width: auto;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #cecece;
  background: #ffffff;
  color: #595959;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}

.support_title_text {
  color: #22a2d1;
  font-size: 25px;
  line-height: 40px;
  font-family: 'NanumGothicBold';
}

.readcontentTop {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 20px auto 0;
}

.readcontentTop .rleftText {
  position: relative;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 30px;
  font-family: 'NanumGothicBold';
}

.readcontentTop .rrightCont {
  position: absolute;
  top: 0;
  right: 0px;
  height: 30px;
  text-align: right;
}

.smallTitle {
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-family: 'NanumGothicBold';
}

.bible_content_text .number {
  color: #54AA45;
  font-weight: 600;
  letter-spacing: -1px;
  width: 28px;
  display: inline-block
}

.bible_content_text {
  width: 96%;
  padding: 2%;
  font-family: 'NanumGothic';
  color: #3a3a3a;
  background: white;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.bible_content_text br {
  display: block;
  margin: 10px 0;
  content: " ";
}

.intro_image {
  position: relative;
  width: 95%;
  height: 322px;
  margin: 50px auto 30px;
  padding: 0;
}

.intro_image p.link1 {
  position: absolute;
  top: 19px;
  left: 64px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.intro_image p.link2 {
  position: absolute;
  top: 19px;
  left: 217px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.intro_image p.link3 {
  position: absolute;
  top: 161px;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.intro_image p.link4 {
  position: absolute;
  top: 161px;
  left: 261px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.intro_image p.link5 {
  position: absolute;
  top: 250px;
  left: 142px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#introLayer1 {
  position: absolute;
  display: none;
  width: 90%;
  margin: 0 auto;
  max-height: 172px;
  padding: 46px 22px 10px 22px;
  background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg1.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 20px;
}

#introLayer1 span {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

#introLayer1 span a {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer1 span a:hover {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer1 p.clostBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#introLayer2 {
  position: absolute;
  display: none;
  width: 90%;
  margin: 0 auto;
  max-height: 172px;
  padding: 46px 22px 10px 22px;
  background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg2.gif);
  background-repeat: no-repeat;
  line-height: 20px;
}

#introLayer2 span {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

#introLayer2 span a {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer2 span a:hover {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer2 p.clostBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#introLayer3 {
  position: absolute;
  display: none;
  width: 90%;
  margin: 0 auto;
  max-height: 172px;
  padding: 46px 22px 10px 22px;
  background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg3.gif);
  background-repeat: no-repeat;
  line-height: 20px;
}

#introLayer3 span {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

#introLayer3 span a {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer3 span a:hover {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer3 p.clostBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#introLayer4 {
  position: absolute;
  display: none;
  width: 90%;
  margin: 0 auto;
  max-height: 172px;
  padding: 46px 22px 10px 22px;
  background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg4.gif);
  background-repeat: no-repeat;
  line-height: 20px;
}

#introLayer4 span {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

#introLayer4 span a {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer4 span a:hover {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer4 p.clostBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#introLayer5 {
  position: absolute;
  display: none;
  width: 90%;
  margin: 0 auto;
  max-height: 172px;
  padding: 46px 22px 10px 22px;
  background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg5.gif);
  background-repeat: no-repeat;
  line-height: 20px;
}

#introLayer5 span {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothic';
}

#introLayer5 span a {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer5 span a:hover {
  color: #291500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NanumGothicBold';
}

#introLayer5 p.clostBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.bg {
  width: 100%;
}

.donate-menu-list {
  position: relative;
  margin: 0;
  text-align: center;
  overflow: hidden;
}

.donate-menu-list li {
  float: left;
  width: 31%;
  line-height: 40px;
  font-size: 15px;
  background-color: white;
}

.donate-menu-list li:last-of-type {
  width: 37%;
}

.donate-menu-list li.active {
  color: #22A2D1;
  border-bottom: 3px solid #22A2D1;
}

.donate-menu-list li.active > a {
  color: #22A2D1;
}

.donate-money-list {
  position: relative;
  width: 100%;
}

.donate-money-list > li {
  padding: 0 5%;
  margin: 5px 2%;
  width: 86%;
  border: 1px solid #ddd;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  background-color: white;
}

.donate-money-list > li.active {
  color: #22A2D1;
  border: 1px solid #22A2D1;
}

.donate-money-list > li > i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.donate-money-list > li > i::before {
  content: "\f00c";
}

.btn_donate {
  background-color: #1E88E5;
  color: white;
  padding: 15px 30px;
  margin-left: 50%;
  font-size: 15px;
  transform: translateX(-50%);
  border: 0;
  outline: none;
  border-radius: 3px;
  white-space: nowrap;
}

.btn_donate2 {
  background-color: #1E88E5;
  color: white;
  padding: 15px 15px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  display : block;
  /* transform: translateX(-50%); */
  border: 0;
  outline: none;
  border-radius: 3px;
  white-space: nowrap;
}

.float_banner_center {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80px;
}

.float_banner_right {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 80px;
}


ul.tab_menu {
  position: relative;
  display: block;
  border-left: 1px solid #ccc;
  overflow: hidden;
}

ul.tab_menu::before {
  position: absolute;;
  content: ' ';
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}

.tab_menu > li {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #fcfcfc;
  cursor: pointer;
  margin: 0;
  letter-spacing: 1px;
  transition: all .1s ease-in-out;
  background: white;
  border-top: 4px solid #f0f1f2;
}

.tab_menu > li:last-of-type {
  border-right: 2px solid #ccc;
}

.tab_menu > li::before {
  position: absolute;
  display: block;
  content: ' ';
  top: 10px;
  left: -1px;
  bottom: 10px;
  width: 1px;
  background-color: #ccc;
}

.tab_menu > li:first-of-type::before, .tab_menu > li.active::before {
  display: none;
}

.tab_menu > li.active::after {
  position: absolute;
  display: block;
  content: ' ';
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background-color: #ccc;
  z-index: 9;
}

.tab_menu > li.active {
  border-top: 4px solid #59a079;
  background: white;
}

.tab_menu > li:hover, .tab_menu > li:active {
  border-top: 4px solid #59a079;
}

.tab_menu.color2 > li.active {
  border-top: 4px solid #5B7FBD;
}

.tab_menu.color2 > li:hover, .tab_menu.color2 > li:active {
  border-top: 4px solid #5B7FBD;
}

.tab_menu > li a {
  display: block;
  padding: 7px 10px;
}