@charset "utf-8";

/* 상단 */

#hd {
    position: relative;
}

#header_wrap {
    width: 100%;
    height: 108px;
    box-sizing: border-box;
    border-bottom: 2px solid #e63b25;
}

.h_btn {
    width: 1000px;
    height: 44px;
    margin: 0 auto;
}

.h_btn ul {
    width: 150px;
    height: 44px;
    margin: 0 auto;
    float: right;
    box-sizing: border-box;
    padding-left: 57px;
}

.h_btn ul li {
    float: left;
    line-height: 44px;
}

.h_btn ul li a {
    color: #888;
}

.h_btn .mr_0:before {
    content: '·';
    padding: 0 7px;
}

.both {
    display: block;
    clear: both;
}

.header_top {
    width: 1000px;
    height: 62px;
    margin: 0 auto;
    position: relative;
}

.header_top .logo {
    float: left;
    width: 101px;
    height: 40px;
}

.header_top .logo img {}

.header_top .gnb {
    float: left;
    width: 678px;
    height: 40px;
}

.header_top .gnb .box_right {
    float: right;
    width: 492px;
}

.header_top .gnb .box_right ul li {
    float: left;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 70px;
    cursor: pointer;
	margin-right:85px;
}

.header_top .gnb .box_right ul li:last-child{
    margin-right: 0;
}

.header_top .donation a {
    float: left;
    width: 155px;
    height: 40px;
    background-color: #e63b25;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px 50px 50px 50px;
}

.header_top .btn_ham {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
    margin: 10px 0;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    cursor: pointer;
    background: url('../img/btn_ham.png') no-repeat 100% 100%;
}

.header_top .btn_ham_off {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
    margin: 10px 0;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    cursor: pointer;
    background: url('../img/btn_ham_off.png') no-repeat 100% 100%;
}

.navi_fix .donation a {
    float: right;
    width: 155px;
    height: 40px;
    background-color: #e63b25;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px 50px 50px 50px;
}

.navi_fix .btn_ham {
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
    margin: 10px 0;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    cursor: pointer;
    background: url('../img/btn_ham.png') no-repeat 100% 100%;
}

.navi_fix .btn_ham_off {
    position: relative;
    float: right;
    width: 45px;
    height: 20px;
    margin: 10px 0;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    cursor: pointer;
    background: url('../img/btn_ham_off.png') no-repeat 100% 100%;
}

.navi {
    position: absolute;
    top: 108px;
    width: 100%;
    height: 230px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #bbb;
}

.navi .navi_box {
    width: 1000px;
    height: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 288px;
    padding-top: 20px;
}

.navi .navi_box .navi_sub {
    float: left;
    width: 90px;
    height: 230px;
}

.navi .navi_box .navi_sub li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.navi_fix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 480px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 2px solid #e63b25;
}

.navi_fix .navi_box {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 30px
}

.navi_fix .navi_box .navi_sub {
    float: left;
    width: 200px;
    padding-left: 40px
}

.navi_fix .navi_box .navi_sub li a {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
    display: block;
}

.navi_fix .navi_box .navi_sub li .ssub {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    color: #888;
    margin-top: 0;
}

.navi_fix .navi_box .navi_sub li .ssub:hover {
    color: #e63b25;
}

.navi_fix .navi_box .sub01 {}

.navi_fix .navi_box .sub01 ul {
    float: left;
    padding-right: 30px;
}

.navi_fix .navi_box .sub02 {
    margin-left: 90px;
}

.navi_fix .navi_box .sub03 {
    margin-left: 45px;
}

.navi_fix .navi_box .sub04 {
    margin-left: 60px;
}

.navi_sub ul li a:hover {
    color: #e63b25;
}

.fix_box {
    width: 1000px;
    margin: 0 auto;
    padding: 44px 0 0;
    height: 108px;
    border-bottom: 2px solid #dcdcdc;
}

.fix_box .logo {
    display: inline-block;
    float: left;
}

.fix_box .btn_ham {
    display: inline-block;
}

.navi_box .navi_sub h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    background: url('../img/point.png') no-repeat 0 6px;
    background-size: 10px;
    padding-left: 17px;
	color:#000;l
}

#container {
    z-index: 4;
    position: relative;
    float: left;
    min-height: 500px;
    height: auto !important;
    margin: 0 auto;
    height: 500px;
    font-size: 1em;
    width: 100%;
    zoom: 1
}

#container_title {
    display: none;
}

.header_top {
    width: 1000px
}

.header_top .gnb .box_right {
    width: 600px;
}

.header_top .btn_ham {
    float: right
}

.header_top .donation a {
    float: right
}

.header_top .gnb .box_right ul li {
    display: inline-block;
}

.navi .navi_box {
    padding-left: 175px
}

.navi .navi_box .sub01 {
    width:155px;
}

.navi .navi_box .sub02 {
   width:155px;
}

.navi .navi_box .sub03 {
   width:140px;
}

.navi .navi_box .sub04 {
    width:120px;
}

.navi .navi_box .sub05 {
   
}

.word .cata {
    width: auto;
    display: inline-block;
    padding: 0 10px
}

.main_sec01 {
    padding: 50px 0 80px 0
}

.word {
    width: 320px;
    height: 280px;
    margin: 0 0 30px
}

.second {
    margin: 0 20px 30px
}

.pic_lt2 .stit0 {
    padding: 8px 0px 11px;
}

.pic_lt2 .main_cate {
    font-weight: 500;
    font-size: 14px;
    color: #e63b25;
    display: block;
    padding: 12px 0 0
}


/*메인배너*/

.mainBanner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.mainBanner .bannerBox {
    width: 1920px;
    height: 490px;
    box-sizing: border-box;
    position: relative;
    left: -960px;
    margin-left: 50%;
}

.mainBanner .bannerImg li {
    float: left;
    position: absolute;
}

.mainBanner .bannerIcon {
    /*width:170px;*/
    height: 3px;
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -90px;
    box-sizing: border-box;
}

.mainBanner .bannerIcon li {
    width: 50px;
    height: 3px;
    padding: 5px 0;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    box-sizing: content-box;
}

.mainBanner .bannerIcon li span {
    background: #ccc;
    display: block;
    width: 50px;
    height: 3px;
}

.mainBanner .bannerIcon li:first-child {
    margin-left: 0px;
}

.mainBanner .bannerIcon li.iconOn span {
    background: #e63b25;
}

.mainBanner .bnPrev {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 250px;
    cursor: pointer;
}

.mainBanner .bnNext {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 250px;
    cursor: pointer;
}


/*선교사 후원*/

.main_wrap {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.main_sec01 {
    width: 100%;
    height: 700px;
    position: relative;
    box-sizing: border-box;
    padding: 100px 0;
    overflow: hidden;
}

.sec_tit {
    text-align: center;
}

.sec_tit h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sec_tit p {
    font-size: 17px;
    font-weight: 300;
    color: #777;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}


/*.slick-active > button { background: rgba(0,0,0,0.6) !important;width:25px !important;}*/

.slick-active>button {
    width: 25px !important;
}

.slick-current {
    opacity: 1;
}

.tabMenu {
    width: 100%;
    height: 40px;
    margin: 45px 0 50px;
}

.tabMenu ul li {
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 50px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    border: 2px solid #aaa;
    color: #aaa;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer
}

.tabMenu ul {
    width: 630px;
    height: 40px;
    margin: 0 auto;
}

.tabMenu ul li:last-child {
    margin-right: 0;
}

.tabMenu ul li:first-child.tabon {
    border: 2px solid #e63b25;
    color: #000;
    font-weight: 700;
}

.tabMenu ul li:nth-child(2n).tabon {
    border: 2px solid #ffae00;
    color: #000;
    font-weight: 700;
}

.tabMenu ul li:nth-child(3n).tabon {
    border: 2px solid #000794;
    color: #000;
    font-weight: 700;
}

.tabMenu ul li:nth-child(4n).tabon {
    border: 2px solid #5a4a3e;
    color: #000;
    font-weight: 700;
}

.mid_left {
    float: left;
    width: 150px;
    height: 310px;
    background: url(../img/bg_af.png) no-repeat 0 100%;
}

.mid_left001 {
    background: url(../img/bg_af.png) no-repeat 0 100%;
}

.mid_left001 .mid_bar {
    width: 26px;
    height: 4px;
    display: block;
    background-color: #e63b25
}

.mid_left>h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 32px;
}

.mid_left>p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 24px;
}

.mid_right {
    float: left;
    width: 678px;
    height: 310px;
}

.mid_right ul li {
    float: left;
    width: 162px;
    height: 70px;
    margin: 0 10px 10px 0;
}

.mid_right ul li a {
    display: block;
    width: 162px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.mid_right001 ul li:nth-child(4n) {
    margin: 0;
}

.mid_right001 ul li a:hover {
    color: #fff;
    border: 0;
    background-color: #e63b25
}

.mid_left002 {
    background: url(../img/bg_as.png) no-repeat 0 100%;
}

.mid_left002 .mid_bar {
    width: 26px;
    height: 4px;
    display: block;
    background-color: #ffae00
}

.mid_right002 ul li:nth-child(4n) {
    margin: 0;
}

.mid_right002 ul li a:hover {
    color: #fff;
    border: 0;
    background-color: #ffae00
}

.mid_left003 {
    background: url(../img/bg_etc.png) no-repeat 0 100%;
}

.mid_left003 .mid_bar {
    width: 26px;
    height: 4px;
    display: block;
    background-color: #000794
}

.mid_right003 {
    float: left;
    width: 850px;
    height: 310px;
    text-align: center;
    border: 1px solid #aaa;
}

.mid_right003 a {
    font-size: 16px;
    font-weight: 500;
    margin-top: 140px;
    margin-right: 20px;
    display: inline-block;
}

.mid_right003 a:hover {
    text-decoration: underline;
}

.mid_left004 {
    background: url(../img/bg_ko.png) no-repeat 0 100%;
}

.mid_left004 .mid_bar {
    width: 26px;
    height: 4px;
    display: block;
    background-color: #5a4a3e
}

.mid_right004 {
    float: left;
    width: 850px;
    height: 310px;
}

.mid_right004 ul li a:hover {
    color: #fff;
    border: 0;
    background-color: #5a4a3e
}

.mid_right004 ul li:nth-child(5n) {
    margin: 0;
}

.gallery {
    width: 1000px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}

.gallery>ul {
    width: 4400px;
    height: 310px;
    box-sizing: border-box;
    position: relative;
}

.gallery>ul>li {
    width: 1100px;
    padding-right: 100px;
    height: 310px;
    box-sizing: border-box;
    float: left;
}

.gallery>ul>li:first-child {
    opacity: 1;
}

.on {}


/*사역 후원*/

.main_mid {
    width: 100%;
    background-color: #f7f6f5;
}

.main_mid .main_sec02 {
    width: 1020px;
    box-sizing: border-box;
    padding: 55px 0 0 0;
    margin: 0 auto;
}

.content {
    width: 1020px;
    height: 680px;
    position: relative;
    box-sizing: border-box;
}

.content>ul>li {
    width: 1020px;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.tabMenu2 {
    width: 100%;
    height: 40px;
    margin: 45px 0 30px;
}

.tabMenu2 ul li {
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 50px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    border: 2px solid #aaa;
    color: #aaa;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer
}

.tabMenu2 ul {
    width: 630px;
    height: 40px;
    margin: 0 auto;
}

.tabMenu2 ul li:last-child {
    margin-right: 0;
}

.tabMenu2 ul li:first-child.tab_on {
    border: 2px solid #ffae00;
    color: #000;
    font-weight: 700;
}

.tabMenu2 ul li:nth-child(2n).tab_on {
    border: 2px solid #e63b25;
    color: #000;
    font-weight: 700;
}

.tabMenu2 ul li:nth-child(3n).tab_on {
    border: 2px solid #000794;
    color: #000;
    font-weight: 700;
}

.tabMenu2 ul li:nth-child(4n).tab_on {
    border: 2px solid #5a4a3e;
    color: #000;
    font-weight: 700;
}

.main_key {
    width: 100%;
    height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.main_key a {
    color: #aaa;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}

.main_key a:hover {
    color: #000;
    text-decoration: underline;
}

.main_key a:last-child {
    margin-right: 0;
}

.pic_lt {
    border: 0;
    background: none;
}

.pic_lt .lat_title,
.pic_lt .lt_more {
    display: none;
}

.pic_lt ul {
    padding: 0;
}

.pic_lt li {
    width: 320px;
    height: 285px;
    padding: 0;
    margin: 0 10px 30px;
    border: 1px solid #d1d1d1;
    background: #fff;
}

.pic_lt li:hover {
    border: 1px solid #888888;
}

.pic_lt li .lt_img {
    width: 318px;
    height: 199px;
    margin: 0;
}

.pic_lt .stit0 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    padding: 18px 20px 11px;
}

.pic_lt li a:hover {
    color: #000;
}

.pic_lt .main_stit {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #888;
    font-weight: 400;
    padding: 0 20px;
}

.pic_lt li.empty_li {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 598px;
    background: none;
}


/* 말씀 */

.main_bot {
    width: 100%;
}

.main_sec03 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 55px 0 15px 0;
    position: relative;
    display: table
}

.content2 {
    width: 1000px;
    position: relative;
    box-sizing: border-box;
    margin-top: 50px;
}



.word {
    position: relative;
    width: 322px;
    height: 286px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 3px solid #aaa;
}

.word .cata {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.word .cata01 {
    background: #e63b25;
}

.word .cata02 {
    background: #ffae00;
}

.word .cata03 {
    background: #000794;
}

.word .cata04 {
    background: #5a4a3e;
}

.word1 {
    /*  margin-right: 10px;*/
}

.word1:hover {
    border-bottom: 3px solid #e63b25;
}

.word2 {
    margin-left: 10px;
}

.word2:hover {
    border-bottom: 3px solid #ffae00;
}

.word3 {
    margin-right: 10px;
    margin-bottom: 0;
}

.word3:hover {
    border-bottom: 3px solid #000794;
}

.word4 {
    margin-left: 10px;
    margin-bottom: 0;
}

.word4:hover {
    border-bottom: 3px solid #5a4a3e;
}

.pic_lt2 {
    border: 0;
}

.pic_lt2 .lat_title,
.pic_lt2 .lt_more {
    display: none;
}

.pic_lt2 ul {
    padding: 0;
}

.pic_lt2 li {
    width: 100%;
    padding: 0;
}

.pic_lt2 li .lt_img {
    margin: 0;
}

.pic_lt2 .stit0 {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    padding: 18px 0px 11px;
}

.pic_lt2 li a:hover {
    color: #000;
}

.pic_lt2 .main_stit {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #888;
    font-weight: 400;
    padding: 0 0px;
}


/*공지사항 선교사이야기 */

.main_txt {
    width: 100%;
    height: 323px;
    background-color: #f7f6f5;
}

.main_txt .main_sec04 {
    width: 1000px;
    height: 323px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 56px 0 67px
}

.main_txt .board {
    float: left;
    width: 470px;
    height: 200px;
}

.main_txt .board_n {
    margin-right: 30px;
}

.main_txt .board_t {
    margin-left: 30px;
}

.main_txt .lat {
    border: 0;
    background: none;
}

.main_txt .board_tit {
    width: 100%;
    height: 47px;
    position: relative;
}

.main_txt .board_tit .b_tit {
    float: left;
    font-size: 20px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    color: #000;
}

.main_txt .board_tit .b_arrow {
    float: right;
    height: 47px;
    line-height: 47px;
}

.lat .lat_title,
.lat .lt_more {
    display: none;
}

.lat ul {
    padding: 0;
}

.lat li {
    padding: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    line-height: 50px;
}

.lat li a {
    color: #666;
    font-size: 16px;
    font-weight: 400px;
}

.lat li a:hover {
    color: #000;
    text-decoration: underline;
}

.lat li:before {
    display: none;
}

.lat .lt_date {
    font-size: 14px;
    color: #888;
    font-weight: 300;
}


/* 하단 이미지 */

.main_f_img {
    width: 100%;
    height: 700px;
    background: url(../img/photo2.png) no-repeat 50% 50%;
    background-size: cover;
    margin-top:55px;
}

.main_f_img .main_sec05 {
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 248px 0;
    text-align: center;
}

.main_f_img .main_sec05 h2 {
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
}

.main_f_img .main_sec05 p {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    padding: 35px 0 40px;
}

.main_f_img .main_sec05 p>span {
    color: #15d8ff;
}

.main_f_img .main_sec05 a {
    display: block;
    color: #fff;
    width: 240px;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
}

.main_f_img .main_sec05 a:hover {
    background: #15d8ff;
    border: 2px solid #15d8ff;
    color: #fff;
    font-weight: 700;
}


/* 협력기관 로고 */

.main_f_logo {
    width: 100%;
    height: 100px;
    background: #e63b25;
}

.main_f_logo .main_sec06 {
    width: 1300px;
    height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.main_f_logo .logo_06 {
    float: left;
    width: 217px;
    height: 100px;
    padding: 25px 0;
    line-height: 50px;
    text-align: left;
}

.main_f_logo .rolling_panel {
    position: relative;
    overflow: hidden;
    float: left;
    width: 970px;
    height: 50px;
    margin: 25px 0;
    text-align: left;
    box-sizing: initial;
}

.main_f_logo .rolling_panel a {
    margin-right: 38px;
}

.main_f_logo .rolling_panel a:last-child {
    margin-right: 0;
}

.main_f_logo .f_point {
    float: left;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
    margin: 46px 0;
    cursor: pointer;
}


/* 풋터 슬라이드 배너 */

.rolling_panel ul {
    position: absolute;
    margin: 0px;
    padding: 0;
    list-style: none;
    width: 1000px !important;
}

.rolling_panel ul li {
    float: left;
    width: 165px;
    height: 50px;
	overflow:hidden;
}


/* 풋터 */

#ft {
    width: 100%;
    height: 300px;
    background: #242424;
    border: 0;
}

#ft_wr {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #454545;
}

#ft_link {
    border: 0;
    width: 1000px;
    height: 55px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

#ft_link>a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    padding: 0;
    line-height: 55px;
}

#ft_link>a:after {
    content: 'l';
    color: #454545;
    padding: 0 13px;
}

#ft_link>a:last-child:after {
    content: ' ';
    color: #454545;
    padding: 0 15px;
}

#ft_link .sns_icon {
    float: right;
    line-height: 52px;
    padding: 0;
    margin-left: 10px;
}

.ft_txt {
    width: 1000px;
    display: table;
    margin: 0 auto;
    text-align: left;
}

.ft_txt .info {
    float: left;
    margin-top: 20px;
}

.ft_txt .info span {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.ft_txt .info .info_line:after {
    content: 'l';
    color: #454545;
    padding: 0 13px;
}

.ft_txt .info .copy {
    display: block;
    font-size: 15px;
    margin-top: 25px;
}

.ft_txt .bank {
    float: left;
    margin-top: 20px;
    margin-left: 210px;
    width: 420px;
}

.ft_txt .bank span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.ft_txt .bank span .bank_in2 {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ft_txt .bank .bank_in3 {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}

.ft_txt .bank .bank_in3 a {
    color: #aaa
}

.ft_txt .bank .bank_in3 a:hover {
    text-decoration: underline;
}

.gfnl-form {
    width: 100%;
    ;
    display: table;
    margin-top: 10px;
    float: left;
}

.gfnl-form h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1.3px;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans KR', 'Noto Sans KR', "NanumGothic", 'Malgun Gothic', dotum, sans-serif !important;
}

.gfnl-form fieldset input[type=text] {
    height: 34px;
    padding: 2px 9px 3px;
    font-size: 12px;
    letter-spacing: -0.6px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.gfnl-form fieldset input[type=email] {
    height: 34px;
    padding: 2px 9px 3px;
    font-size: 12px;
    letter-spacing: -0.6px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.gfnl-form .gfnl-name {
    width: 110px;
}

.gfnl-form .gfnl-email {
    margin-right: 7px;
    width: 190px;
    margin-left: 7px;
}

.gfnl-form fieldset {
    float: left;
}

#footer .f_info ul li .text_agree {
    margin-top: 5px;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #888;
}

.gfnl-form fieldset .text_agree>span {
    font-weight: normal !important;
    text-decoration: underline;
    ont-size: 13px !important;
}

.gfnl-form .submit-line {
    float: right;
}

.gfnl-form p {
    color: #fff;
    text-align: left;
    margin-top: 7px
}

.gfnl-form .handIcon {
    cursor: pointer;
}

.gfnl-form input[type=submit] {
    width: 96px;
    height: 34px;
    padding: 2px 5px 3px;
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #fff;
    background-color: #e63b25;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    -webkit-appearance: none;
}

.pop_cont>p {
    max-height: 300px;
    overflow: auto;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 300;
    width: auto;
}

.agree_popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.popup_win {
    position: relative;
    width: 820px;
    height: 400px;
    background: #fff;
    box-sizing: border-box;
}

.pop_h {
    position: relative;
    width: 820px;
    height: 70px;
    background: #70625a;
    box-sizing: border-box;
    text-align: center;
    padding: 19px 20px;
}

.pop_h>p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.pop_h>div {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('/img/main/sp_common.png') no-repeat;
    top: 24px;
    right: 20px;
    cursor: pointer;
}

.pop_cont {
    position: relative;
    width: 820px;
    height: 333px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    padding: 40px;
}

.pop_cont>p {
    max-height: 300px;
    overflow: auto;
    font-size: 16px;
    ine-height: 24px;
    color: #666666;
    font-weight: 100;
    width: auto;
    padding-right: 15px;
}

.pop_f {
    margin-top: 40px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    height: 48px;
    text-align: center;
}

.pop_f .closeBtn {
    background-color: #999999;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    border-radius: 48px;
    width: 180px;
    height: 48px;
    box-sizing: border-box;
    ne-height: 46px;
    cursor: pointer;
padding-top:10px
}

.pop_f .closeBtn:hover {
    background-color: #e63b25;
}


/* 서브페이지 */

.sub_wrap {
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.sub_wrap:after {
    display: block;
    clear: both;
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    content: "　";
}

.sub_wrap .goods {
    padding-top: 50px;
}

.sub_wrap .about {
    padding-top: 50px;
}

.sub_wrap .about table {
    box-sizing: border-box;
    padding: 60px 0;
}

.sub_wrap .about table td {
    box-sizing: border-box;
    vertical-align: top;
    padding-bottom: 70px;
}

.sub_wrap .about table .ab_tit {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    border-top: 3px solid #e63b25;
}

.sub_wrap .about table .ab_txt {
    padding-top: 23px;
    border-top: 2px solid #aaaaaa;
}

.sub_wrap .about table .ab_txt h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 15px;
    word-break: keep-all;
    word-wrap: break-word;
}

.sub_wrap .about table .ab_txt p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: keep-all;
    word-wrap: break-word;
}

.sub_wrap .about table .ab_txt p strong {
    font-weight: 500;
    color: #222;
}

.sub_wrap .about table .ab_txt p .about-tit {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.sub_wrap .about table .ab_txt p .about-stit {
    display: block;
    margin-bottom: 5px;
}

.sub_wrap .about table .ab_txt ul {
    display: inline-block;
    width: 340px;
}

.sub_wrap .about table .ab_txt ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.sub_wrap .business {
    padding-top: 50px;
}

.sub_wrap .business h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 15px;
}

.sub_wrap .business #bu_cate {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 30px 0;
    border: 0;
    padding: 0;
    background: none;
}

.sub_wrap .business #bu_cate ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .business #bu_cate ul li {
    float: left;
    width: 200px;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .business #bu_cate ul li a {
    display: block;
    width: 200px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
    padding: 0;
}

.sub_wrap .business #bu_cate ul li:first-child a {
    border-left: 1px solid #aaa;
}

.sub_wrap .business #bu_cate ul li #bo_cate_on {
    border: 2px solid #e63b25;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400;
}

.sub_wrap .business #bu_cate a:focus,
.sub_wrap .business #bu_cate a:hover,
.sub_wrap .business #bu_cate a:active {
    border: 2px solid #e63b25 !important;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400
}

.sub_wrap .business #bu_cates {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 30px 0;
    border: 0;
    padding: 0;
    background: none;
}

.sub_wrap .business #bu_cates ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .business #bu_cates ul li {
    float: left;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .business #bu_cates ul li a {
    display: block;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
    padding: 0;
}

.sub_wrap .business #bu_cates ul li:first-child a {
    border-left: 1px solid #aaa;
}

.sub_wrap .business #bu_cates ul li #bo_cate_on {
    border: 2px solid #e63b25;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400;
}

.sub_wrap .business #bu_cates a:focus,
.sub_wrap .business #bu_cates a:hover,
.sub_wrap .business #bu_cates a:active {
    border: 2px solid #e63b25 !important;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400
}

.sub_wrap .business h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub_wrap .business p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: keep-all;
}

.sub_wrap .business .do_img {
    width: 100%;
    position: relative;
    display: table;
    margin: 30px 0
}

.sub_wrap .business .do_img img {
    width: 33.3333%;
    height: auto;
    float: left
}

.sub_wrap .business #domestic_business1 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #domestic_business2 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #domestic_business3 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #domestic_business4 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #overseas_business1 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #overseas_business2 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #overseas_business3 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .business #overseas_business4 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperation {
    padding-top: 50px;
}

.sub_wrap .cooperations {
    padding-top: 0px;
}

.sub_wrap .cooperation h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 15px;
}

.sub_wrap .cooperation #bu_cate {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 30px 0;
    border: 0;
    padding: 0;
    background: none;
}

.sub_wrap .cooperation #bu_cate ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .cooperation #bu_cate ul li {
    float: left;
    width: 33.3%;
    height: 58px;
    box-sizing: border-box;
}

.sub_wrap .cooperation #bu_cate ul li a {
    display: block;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
    padding: 0;
}

.sub_wrap .cooperation #bu_cate ul li:first-child a {
    border-left: 1px solid #aaa;
}

.sub_wrap .cooperation #bu_cate ul li #bo_cate_on {
    border: 2px solid #e63b25;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400;
}

.sub_wrap .cooperation #bu_cate a:focus,
.sub_wrap .cooperation #bu_cate a:hover,
.sub_wrap .cooperation #bu_cate a:active {
    border: 2px solid #e63b25 !important;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400
}

.sub_wrap .cooperation h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub_wrap .cooperation p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
}

.sub_wrap .cooperation .do_img {
    width: 100%;
    position: relative;
    display: table;
    margin: 30px 0
}

.sub_wrap .cooperation .do_img img {
    width: 33.3333%;
    height: auto;
    float: left
}

.sub_wrap .cooperation #cooperation_business1 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperation #cooperation_business2 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperation #cooperation_business3 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperation .t_b_line {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 13px 15px;
    box-sizing: border-box
}

.sub_wrap .cooperation .t_b_line p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
}

.sub_wrap .cooperation .t_b_line ul {
    box-sizing: border-box;
}

.sub_wrap .cooperation .t_b_line ul li {
    font-size: 16px;
    margin-right: 35px;
    color: #666;
    font-weight: 400;
    display: inline-block;
    box-sizing: border-box;
}

.sub_wrap .cooperations #domestic_business1 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperation #overseas_business1 {
    padding-top: 30px;
    margin-bottom: 50px
}

.sub_wrap .cooperations .t_b_line {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 13px 15px;
    box-sizing: border-box
}

.sub_wrap .cooperations .t_b_line p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
}

.sub_wrap .cooperations .t_b_line ul {
    box-sizing: border-box;
}

.sub_wrap .cooperations .t_b_line ul li {
    font-size: 16px;
    margin-right: 35px;
    color: #666;
    font-weight: 400;
    display: inline-block;
    box-sizing: border-box;
}


/* 협력신청 */

.sub_wrap .cooperation {}

.sub_wrap .cooperation .point1 {
    font-size: 30px;
    line-height: 84px;
    font-weight: 500;
    padding-left: 25px;
    background: url('../img/point.png') no-repeat 0 50%;
}

.sub_wrap .cooperation .point2 {
    position: relative;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    padding-left: 14px;
    margin-bottom: 20px;
}

.sub_wrap .cooperation .point2:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #e63b25;
    content: '';
}

.sub_wrap .cooperation .normal {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 70px;
    word-break: keep-all;
    word-wrap: break-word;
}

.sub_wrap .cooperation h3.sub_title {
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub_wrap .cooperation h3.sub_title b {
    color: #e63b25;
    font-size: 30px;
    padding-right: 7px;
}

.sub_wrap .cooperation ul.step {
    overflow: hidden;
}

.sub_wrap .cooperation ul.step li {
    position: relative;
    float: left;
    width: 190px;
    height: 220px;
    border: #cdcdcd 1px solid;
    text-align: center;
    margin-right: 80px;
}

.sub_wrap .cooperation ul.step li:last-child {
    margin-right: 0;
}

.sub_wrap .cooperation ul.step li:after {
    position: absolute;
    top: 100px;
    right: -58px;
    width: 36px;
    height: 13px;
    content: '';
    background: url('../img/cooperation_arrow.png') no-repeat 0 0;
}

.sub_wrap .cooperation ul.step li:last-child:after {
    display: none;
}

.sub_wrap .cooperation ul.step li .step_number {
    font-size: 18px;
    color: #333;
    line-height: 1;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: #cdcdcd 1px solid;
}

.sub_wrap .cooperation ul.step li .icon {
    margin: 20px 0;
}

.sub_wrap .cooperation ul.step li .basic {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    padding: 0 20px;
    word-break: keep-all;
    word-wrap: break-word;
}

.sub_wrap .cooperation .cooperation_notice {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-top: 20px;
}

.sub_wrap .cooperation ul.cate {
    margin-bottom: 110px;
}

.sub_wrap .cooperation ul.cate li {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sub_wrap .cooperation ul.cate li .title {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
    padding-left: 10px;
}

.sub_wrap .cooperation ul.cate li .title:after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #222;
    content: '';
    border-radius: 100%;
}

.sub_wrap .cooperation ul.cate li .sub {
    padding-left: 10px;
}

.sub_wrap .cooperation ul.cate li .link {
    display: inline-block;
    margin-bottom: 0;
}

.sub_wrap .cooperation ul.cate li .link a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    margin-left: 10px;
}

.sub_wrap .cooperation ul.cate li:last-child {
    margin-bottom: 0;
}

.sub_wrap .cooperation .btns {
    text-align: center;
    margin-bottom: 50px;
}

.sub_wrap .cooperation .btns a {
    display: inline-block;
    background: #e73b25;
    padding: 20px 50px;
    font-size: 17px;
    color: #fff;
    border-radius: 100px;
    margin: 0 20px 0;
}

.sub_wrap .cooperation .btns a.type2 {
    background: #e77c25;
}

.sub_wrap .cooperation .btns a i {
    margin-left: 10px;
}

.sub_wrap .cooperation .btns a i img {
    height: 16px;
}

.sub_wrap .cooperation .email {
    text-align: center;
    font-size: 17px;
    color: #666;
}

.sub_wrap .cooperations .btns {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -180px
}

.sub_wrap .cooperations .btns a {
    display: inline-block;
    background: #584a3d;
    padding: 20px 80px;
    font-size: 17px;
    color: #fff;
    border-radius: 100px;
    margin: 0 20px 0;
}


/* 나의 후원 */

.pb_50 {
    padding: 50px 0;
}

#sub_menu1 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 50px;
}

.d_1 ul {
    height: 50px;
}

.d_1 ul li a {
    float: left;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 333px;
    text-align: center;
    line-height: 48px;
    font-size: 17px;
    color: #888;
    box-sizing: border-box;
}

.d_1 ul li .last {
    border-right: 1px solid #ccc;
    width: 334px
}

.d_1 ul li a.ov {
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 2px solid #e63b25;
    line-height: 46px;
}

.con_tit {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
}

.con_tit b {
    color: #e63b25;
    font-size: 34px;
    padding-right: 10px;
}

.p_70 {
    padding: 70px 0;
}

.pb_20 {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    padding-bottom: 25px;
}

.my_box1 {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 75px;
}

.my_box1 th {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 500;
    font-size: 14px;
    height: 41px;
    line-height: 22px;
    text-align: left;
    padding-left: 20px;
}

.my_box1 td {
    color: #666;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 22px;
    padding: 17px 20px;
}

.my_box1 td>p {
    padding-left: 10px;
    background: url('/img/sub/bellet001.jpg') no-repeat 0 10px;
}

.my_box1 .line2 {
    padding-right: 0;
}

.my_box1 .line3 {
    padding-left: 15px;
}

.my_subTit {
    font-size: 12px;
    color: #888888;
}

.my_box3 {
    width: 100%;
    border-top: 2px solid #70625a;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.my_box4 {
    width: 100%;
    border-top: 2px solid #70625a;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 70px;
}

.not1 {
    font-size: 14px;
    font-weight: 300;
}

.not1>span {
    color: #e63b25;
}

.not2 {
    font-size: 13px;
    margin-bottom: 70px;
    color: #888;
}


/* 게시판 */

.content_copy {
    display: none;
}

#bo_v_img {
    display: none;
}

.sub_head {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
}

.sub_head .head_box {
    width: 1000px;
    height: 84px;
    margin: 0 auto;
}

.sub_head h2 {
    float: left;
    font-size: 30px;
    line-height: 84px;
    font-weight: 500;
    padding-left: 25px;
    background: url('../img/point.png') no-repeat 0 50%;
}

.sub_head .ping {
    float: right;
    font-size: 14px;
    line-height: 84px;
    font-weight: 400;
    color: #888;
}

.sub_head .ping .ping2 {
    font-size: 9px;
    padding: 0 2px;
}

.sub_tab {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 50px 0 60px;
}

.sub_tab1 {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 50px 0 20px;
}

.sub_tab ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

.sub_tab ul li {
    float: left;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
}

.sub_tab ul li a {
    display: block;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
}

.sub_tab ul li .tab_first {
    border: 1px solid #aaa;
}

.sub_tab ul li .tab001 {
    border: 2px solid #e63b25;
    color: #000;
}

.sub_tab ul li .tab002 {
    border: 2px solid #ffae00;
    color: #000;
}

.sub_tab ul li .tab003 {
    border: 2px solid #000794;
    color: #000;
}

.sub_tab ul li .tab004 {
    border: 2px solid #5a4a3e;
    color: #000;
}

#bo_cate {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 60px 0;
    border: 0;
    padding: 0;
    background: none;
}

#bo_cate ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

#bo_cate ul li {
    float: left;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
}

#bo_cate ul li a {
    display: block;
    width: 250px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
    padding: 0;
}

#bo_cate ul li:first-child a {
    border: 1px solid #aaa;
}

#bo_cate ul li #bo_cate_on {
    border: 2px solid #e63b25;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    background: none;
}

.key {
    width: 100%;
    margin-bottom: 60px;
}

.key h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    color: #666;
    letter-spacing: 1.0px;
}

.key ul li {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

.key ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #aaa;
    font-weight: 500;
    margin-right: 15px;
}

.key ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.mission01 .key ul .key_point {
    font-size: 16px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 23px;
    color: #000;
    font-weight: 900;
    box-sizing: border-box;
    border: 2px solid #e63b25;
    border-radius: 50px;
    margin-right: 15px;
}

.mission02 .key ul .key_point {
    font-size: 16px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 23px;
    color: #000;
    font-weight: 900;
    box-sizing: border-box;
    border: 2px solid #ffae00;
    border-radius: 50px;
    margin-right: 15px;
}

.key2 {
    width: 100%;
    margin-bottom: 50px;
    height: 50px;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 5px 20px;
}

.key2 h3 {
    width: 120px;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 0;
    color: #666;
    letter-spacing: 1.0px;
}

.key2 ul li {
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 900;
}

.key2 ul li a {
    font-size: 14px;
    line-height: 39px;
    color: #777;
    font-weight: 400;
    margin-right: 15px;
}

.key2 ul li a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 500
}


/* 게시판 보기 */

.bo_v_nb li {
    padding: 13px 20px
}

.bo_v_nb li:hover {
    background: none;
}

.bo_v_nb li a {
    font-size: 13px;
}

.bo_v_nb li a:hover {
    text-decoration: underline;
}

.bo_v_nb li .nb_tit {
    color: #e63b25;
}

.cmt_btn,
#bo_vc,
.bo_vc_w,
#bo_v_share {
    display: none;
}

#bo_v {
    padding: 0;
}


/* 미션 */

.mission01 #bo_gall .gall_box {
    border: 0;
    border-radius: 0;
    padding-bottom: 11px;
    border-bottom: 3px solid #aaa;
    margin: 0 0 40px 0;
}

.mission01 #bo_gall .box001:hover {
    border-bottom: 3px solid #5a4a3e;
}

.mission01 #bo_gall .box002:hover {
    border-bottom: 3px solid #5a4a3e;
}

.mission01 #bo_gall .box003:hover {
    border-bottom: 3px solid #5a4a3e;
}

.mission01 #bo_gall .box004:hover {
    border-bottom: 3px solid #5a4a3e;
}

.mission01 #bo_gall .gall_text_href {
    margin: 20px 0 15px;
}

.mission01 #bo_gall .gall_text_href a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.mission01 .stit {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 9px;
    color: #888;
    font-weight: 400;
}

.mission01 #bo_v_title,
.mission01 #bo_v_info {
    display: none;
}


/* 선교지 이야기 */

.story #bo_gall .gall_box {
    border: 0;
}

.story #bo_gall .gall_text_href {
    margin: 0;
}

.story #bo_gall .gall_img {
    border: 0;
    margin-bottom: 25px;
}

.story #bo_gall .bo_tit {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:0 auto;
}

.story #bo_gall .gall_con {
    position: relative;
}

.story #bo_gall .bo_cate_link {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: #e63b25;
    color: #fff !important;
    border-radius: 50px;
    padding: 2px 11px 3px;
}

.story #bo_gall .gall_info .gall_date {
    position: relative;
    font-style: normal;
    display: inline-block;
    color: #949494;
    bottom: auto;
    right: auto;
}

.story #bo_gall .gall_info .gall_date:after {
    content: "ㅣ";
    padding: 0 4px 0 7px;
    color: #bbbbbb;
}

.story #bo_gall .gall_info {
    background: none;
    text-align: center;
    color: #949494;
    font-size: 13px;
}


/* 공지사항 */

.btn_area{margin:40px 0 0 0;}

.notice001 #bo_btn_top {
    display: none;
}

.notice001 #bo_list tbody tr:hover {
    border-left: 0;
}

.notice001 .tbl_wrap table {
    border: 0;
    border-top: 2px solid #e63b25;
    border-bottom: 1px solid #888;
    margin-top: 60px;
}

.notice001 #bo_list .td_name {
    text-align: center;
}

.notice001 .tbl_head01 thead th {
    height: 52px;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid #bbb;
}

.notice001 .tbl_head01 tbody tr:hover td {
    background: #fff;
}

.notice001 .tbl_head01 tbody tr:last-child td {
    border-bottom: 0;
}

.notice001 #bo_list .td_datetime {
    width: 84px;
    font-style: normal;
}

.notice001 .tbl_head01 td {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    height: 48px;
}

.notice001 .tbl_head01 td .bo_tit {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding-left: 10px;
}

.notice001 .tbl_head01 td .bo_tit a {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.notice001 .tbl_head01 td .bo_tit a:hover {
    color: #000;
}

.notice001 a.btn_admin,
.notice001 .btn_admin {
    background: #fff;
}

.notice001 a.btn_admin:hover,
.notice001 .btn_admin:hover {
    background: #fff;
}

.notice001 #bo_list .td_name {
    width: 100px;
}

.notice001 #bo_cate {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
    margin: 60px 0;
    border: 0;
    padding: 0;
    background: none;
}

.notice001 #bo_cate ul {
    width: 1000px;
    height: 58px;
    box-sizing: border-box;
}

.notice001 #bo_cate ul li {
    float: left;
    width: 200px;
    height: 58px;
    box-sizing: border-box;
}

.notice001 #bo_cate ul li a {
    display: block;
    width: 200px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: 0;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
    padding: 0;
}

.notice001 #bo_cate ul li:first-child a {
    border: 1px solid #aaa;
}

.notice001 #bo_cate ul li #bo_cate_on {
    border: 2px solid #e63b25;
    color: #000;
    background: none;
    box-shadow: none;
    font-weight: 400;
}

.notice001 #bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    background: none;
}

.notice001 .bo_cate_link {
    display: inline-block;
    color: #aaa;
    height: 20px;
    font-size: 0.92em;
    padding-right: 10px;
    border-right: 1px solid #eaeaea;
}

.notice001 #bo_v_title .bo_v_tit {}

.notice001 #bo_v_title .bo_v_cate,
.story #bo_v_title .bo_v_cate {
    display: inline-block;
    line-height: 26px;
    background: #e63b25;
    color: #fff;
    font-weight: bold;
    border-bottom: 0;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: none;
}

.notice001 #bo_v_title,
.story #bo_v_title {
    padding-top: 30px;
}

a.btn_b01,
.btn_b01 {
    display: inline-block;
    background: #ffffff;
    color: #666;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #bbb;
    line-height: 33px;
    box-sizing: border-box;
}

a.btn_b01:hover,
.btn_b01:hover {
    background: #fff;
    border: 1px solid #666;
    color: #333;
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    background: #ddd;
    color: #666;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #bbb;
}

a.btn_admin:hover,
.btn_admin:hover {
    background: #ccc;
    border: 1px solid #666;
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
	min-width: 75px;
    height: 36px;
    padding: 7px;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
	font-size:14px;
	text-align:center;
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #333940;
	text-decoration:none;
}

.btn_submit {
    display: inline-block;
	min-width: 75px;
    height: 36px;
    padding: 7px;
    background: #e63b25;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
	font-size:14px;
	text-align:center;
}

.btn_submit:hover {
    background: #d0301b;
}

a.btn,
.btn {
    padding: 0 12px;
}


/* 페이징 */

.pg_wrap {
    clear: both;
    margin: 30px 0;
    text-align: center
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: 0;
}

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

.pg_page {
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px;
}

.pg_page:hover {
    background-color: #fff;
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev_all.png') no-repeat 50% 50% #fff;
    padding: 0;
    border: 0;
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.png') no-repeat 50% 50% #fff;
    padding: 0;
    border: 0;
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next_all.png') no-repeat 50% 50% #fff;
    padding: 0;
    border: 0;
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.png') no-repeat 50% 50% #fff;
    padding: 0;
    border: 0;
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    font-size: 14px;
    background: none;
    color: #e63b25;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 10px;
    min-width: 10px;
    border-radius: 0;
    border-bottom: 1px solid #e63b25;
    box-shadow: none;
}


/*  찾아오시는 길  */

#sub_contant2 {
    padding-top: 50px;
}

#location {
    width: 990px;
    height: auto;
    margin-top: 50px;
    position: relative;
}

.lo_box1 {
    width: 100%;
    height: 95px;
    position: relative;
    box-sizing: border-box;
}

.lo_box2 {
    width: 50%;
    height: 95px;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: 35px;
}

.lo_box1 img {
    float: left;
}

.lo_box1 ul {
    float: left;
    margin-left: 18px;
}

.lo_box2 img {
    float: left;
}

.lo_box2 ul {
    float: left;
    margin-left: 18px;
}

.lo_box1 ul li,
.lo_box2 ul li {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.lo_tit {
    font-size: 17px !important;
    font-weight: bold!important;
    color: #000!important;
    line-height: 28px !important;
}

.lo_box1 ul>.lo_tit,
.lo_box2 ul>.lo_tit {
    margin-top: 1px;
    margin-bottom: 4px;
}

.lo_box2 ul>.lo_bg {
	line-height:28px;
}

.lo_box2 ul>.lo_bg span {
    padding: 3px 5px;
    background: #13bd1a;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

.lo_box2 ul>.lo_bg .way1 { /* 공항 */
    padding: 3px 5px;
    background: #4194c2;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

.lo_box2 ul>.lo_bg .way2 { /* 경의중앙 */
    padding: 3px 5px;
    background: #55c1c6;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

.lo_box2 ul>.lo_bg .way3 { /* 6호선 */
    padding: 3px 5px;
    background: #c58d14;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

/* 게시판 폰트 강제 적용   */

#bo_v_con {
    font-family: 'Noto Sans KR', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif !important;
}

#bo_v_con>div {
    font-family: 'Noto Sans KR', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif !important;
}

#bo_v_con>div>p {
    font-family: 'Noto Sans KR', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif !important;
}

#bo_v_con>div>p>span {
    font-family: 'Noto Sans KR', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif !important;
}

#bo_v_con>div>p>b {
    font-family: 'Noto Sans KR', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif !important;
}


/* 퀵 메뉴 */

.quick {
    float: right;
    position: fixed;
    top: 240px;
    text-align: center;
    z-index: 998;
    left: 60% !important;
    margin-left: 560px;
}

.quick ul {
    overflow: hidden;
}

.quick ul li {
    margin-bottom: 12px;
    position: relative;
}

.quick ul li a {
    width: 80px;
    height: 80px;
    display: block;
    background: #fff6dc;
    border-radius: 3px;
    font-size: 11px;
    line-height: 122px;
    color: #3d3b3a;
    font-family: 'Noto Sans KR', 'Noto Sans KR', "NanumGothic", 'Malgun Gothic', dotum, sans-serif !important;
}

.quick ul li a:hover {
    background: #e63b25;
    color: #fff;
}

.quick ul li.newquick_1 a {
    background: url('/img/q_img1.png') no-repeat -5px 12px #fff;
    overflow: hidden;
    width: 80px;
    border: 1px solid #bbb;
}

.quick ul li.newquick_1 a:hover {
    background: url('/img/q_img1.png') no-repeat -93px 12px #e63b25;
    overflow: hidden;
    width: 80px;
}

.quick ul li.newquick_2 a {
    background: url('/img/q_img2.png') no-repeat -5px 12px #fff;
    overflow: hidden;
    width: 80px;
    border: 1px solid #bbb;
}

.quick ul li.newquick_2 a:hover {
    background: url('/img/q_img2.png') no-repeat -93px 12px #e63b25;
    overflow: hidden;
    width: 80px;
}

.quick ul li.newquick_3 a {
    background: url('/img/q_img3.png') no-repeat -5px 12px #fff;
    overflow: hidden;
    width: 80px;
    border: 1px solid #bbb;
}

.quick ul li.newquick_3 a:hover {
    background: url('/img/q_img3.png') no-repeat -93px 12px #e63b25;
    overflow: hidden;
    width: 80px;
}

.quick ul li.newquick_4 a {
    background: url('/img/q_img5.png') no-repeat -5px 12px #fff;
    overflow: hidden;
    width: 80px;
    border: 1px solid #bbb;
}

.quick ul li.newquick_4 a:hover {
    background: url('/img/q_img5.png') no-repeat -93px 12px #e63b25;
    overflow: hidden;
    width: 80px;
}

.tb_type_his {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 0 !important
}

.tb_type_his tbody tr th {
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.tb_type_his tbody tr.fst th {
    padding-top: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.tb_type_his tbody tr.fst td {
    padding-top: 16px;
    padding-bottom: 16px !important
}

.tb_type_his tbody tr td {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px !important
}

.tb_type_his tbody tr.bbline td {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 14px;
}

.tb_type_his tbody tr td {
    padding: 0 0 6px 17px;
    line-height: 140%;
}

.tb_type_his tbody tr td.back_f7 {
    font-size: 15px;
    padding-left: 0;
    background: #f7f7f7;
    text-align: center;
}

.tb_type_his tbody tr td.bgagl {
    background: #f7f7f7;
}


/* 배너2 */

#main_con3 {
    position: relative
}

#main_con3 .aside {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1024px;
    max-width: 2000px;
    height: 123px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    margin-bottom: 85px;
    margin: 0 auto;
}

#main_con3 .aside img {
    position: absolute;
    display: block;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: auto;
    z-index: 0;
    width: 100%;
    min-width: 2000px;
}

.w_980 {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.box3 {
    font-size: 14px;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #70625a;
    padding: 20px;
}

.box3 h2 {
    font-size: 23px;
    text-align: center;
    padding: 20px 0;
    font-weight: 300
}

.box3 p {}

.box3 .b_tit {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.box3 dl dt {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.box3 dl dd {
    padding: 0 0 30px 0;
}

.box3 ul {
    padding-left: 7px;
    padding-top: 10px;
}

.box3 ul li {
    padding-bottom: 5px;
}

.box3 table {
    width: 100%;
    padding: 30px 0;
}

.box3 table tr {}

.box3 table tr th {
    border: 1px solid #f1f1f1;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.box3 table tr td {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 10px;
    text-align: center;
}

table {
    border-collapse: collapse;
}

.p_150 {
    padding: 50px 0 100px 0;
}


/* 20200205 */

.popWrap {
    /* width:500px; height:500px; overflow-y:auto;*/
}

.popWrap .box3 h2 {
    font-weight: 500;
}

.popWrap .box3 table tr th,
.popWrap .box3 table tr td {
    font-size: 14px;
    color: #70625a;
}

.popWrap .p_150 {
    padding: 0;
}

.popWrap .w_980 {
    width: 100%;
}

.point1_2 a {
    color: #70625a;
}


/* 20200420 */

.story #bo_gall .sub_title {
    padding: 5px 10px 0 10px;
    color: #949494;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    text-align: center;
}

.mb50 {
    height: 50px;
}

.mb70 {
    height: 70px;
}


/* 210830 - New Intro Page */

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
.intro_top img {
    max-width: 100%;
    width: 100%;
}

.new_intro {
    font-family: 'NanumSquare';
    width: 800px;
    margin: 37px auto;
}

.intro_txtBox {
    text-align: center;
    line-height: 2;
}

.intro_txtBox .big {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.intro_txtBox .big::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #ddd;
    left: 50%;
    margin-left: -50px;
}

.intro_txtBox .big span {
    color: #b82f1d;
    font-weight: bold;
}

.intro_txtBox .small {
    font-size: 17px;
    margin-bottom: 40px;
}

.box_tit {
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #b82f1d;
}

.box_tit span {
    font-size: 16px;
    color: #644c49;
    margin-left: 5px;
}

.box_tit::before,
.box_tit::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
}

.box_tit::after {
    background: #fff;
    z-index: -1;
    left: 50%;
}

.box_tit::before {
    width: 100%;
    background: #b82f1d;
    left: 0;
    z-index: -2;
}

.vision_box .box_tit::after {
    width: 154px;
    margin-left: -77px;
}

.vision_box {
    margin-top: 70px;
}

.vision_box p {
    font-size: 17px;
    color: #bd4435;
    line-height: 2;
    text-align: center;
    margin: 40px 0;
}

.value_box .box_tit::after {
    width: 240px;
    margin-left: -120px;
}

.value_box ul {
    overflow: hidden;
    margin: 50px 0 25px 35px;
}

.value_box li {
    float: left;
    width: 342px;
    height: 155px;
    margin: 0 49px 36px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.value_box li:nth-child(2n) {
    margin-right: 0;
}

.value_box .value_01 {
    background: url(../img/intro/value_01.png) 0 0 no-repeat;
}

.value_box .value_02 {
    background: url(../img/intro/value_02.png) 0 0 no-repeat;
}

.value_box .value_03 {
    background: url(../img/intro/value_03.png) 0 0 no-repeat;
}

.value_box .value_04 {
    background: url(../img/intro/value_04.png) 0 0 no-repeat;
}

.value_box li p {
    padding-left: 35px;
    line-height: 1.3;
}

.value_box .value_01 p,
.value_box .value_02 p,
.value_box .value_03 p {
    padding-top: 50px;
}

.value_box .value_04 {
    padding-top: 38px;
}

.org_box .box_tit::after {
    width: 276px;
    margin-left: -138px;
}

.org_box img {
    display: block;
    margin: 44px auto 55px;
}

.history_box {
    padding: 0 23px;
}

.history_box .box_tit {
    margin-bottom: 40px;
}

.history_box .box_tit::after {
    width: 172px;
    margin-left: -86px;
}

.history_box dl {
    margin-bottom: 1px;
}

.history_box dt {
    background: #f3ddda;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 14px 30px;
    color: #e73d26;
    cursor: pointer;
    background: #f3ddda url(../img/intro/icon_arrow_up.png) 713px center no-repeat;
}

.history_box dl.on dt {
    background: #f3ddda url(../img/intro/icon_arrow.png) 713px center no-repeat;
}

.history_box dd {
    display: none;
}

.sub_wrap .history_box dd th,
.sub_wrap .history_box dd td {
    font-size: 17px;
}

.sub_wrap .history_box td.back_f7 {
    background: #e5e5e5;
}

/* 자주묻는 질물 */
.history_boxs {
    padding: 0 23px;
}

.history_boxs .box_tit {
    margin-bottom: 40px;
}

.history_boxs .box_tit::after {
    width: 172px;
    margin-left: -86px;
}

.history_boxs dl {
    margin-bottom: 1px;
}

.history_boxs dt {
    background: #f5f5f5;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 14px 30px;
    color: #515151;
    cursor: pointer;
    background: #f5f5f5 url(../img/intro/arrow.png) 950px center no-repeat;
}

.history_boxs dl.on dt {
    background: #f5f5f5 url(../img/intro/arrow_up.png) 950px center no-repeat;
}

.history_boxs dd {
    display: none;
}

.history_boxs dd p{
    font-size: 17px;
	padding: 20px 30px;
}

.sub_wrap .history_boxs dd th,
.sub_wrap .history_boxs dd td {
    font-size: 17px;
}

.sub_wrap .history_boxs td.back_f7 {
    background: #f5f5f5;
}

.cate_list{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin:40px 0 0 0;}
.cate_list li{flex:0 0 calc(17% - 10px);}
.cate_list li a{display:block;border:2px solid #d9d9d9;color:#333;font-size:18px;text-align:center;padding:13px 20px;border-radius:100px;}
.cate_list li a.on{background:#e63a24;color:#fff;border:0;}

/* 분류관리 버튼 */
.category-btn {margin-top: 40px;text-align: right;}
.btn--category {font-size:14px;display: inline-block; min-width: 100px; height: 42px;line-height: 42px; box-sizing: border-box; background: #e8180c; color: #fff !important; text-decoration: none; vertical-align: middle; text-align: center; transition: 0.3s;}
.btn--category:hover {background-color:#c81207}


/* 20250530 후원완료 페이지 */
.supportEnd { text-align:center; color:#111; font-size:16px; line-height:1.5; word-break: keep-all; }
.endHeader { margin-top:30px; }
.endHeader img { width:240px; }
.endHeader .thanksWrap .thanks { font-size:25px; line-height:1.4; margin-top:25px; color:#e73b25;  }
.endHeader .thanksWrap .thanks strong { font-weight:600;  }
.thanksText p { margin-top:20px; }
.supportEnd .supportInfo { margin-top:30px }
.supportTable { width:620px; margin:0 auto;  color:#111; border-top:2px solid #70625a; }
.supportTable th,
.supportTable td { border-bottom:1px solid #e7e7e7; padding:10px; }
.supportTable th { font-weight:600;  border-right: 1px solid #e7e7e7; }
.supportBottomText p { margin-top:20px; }
.endBtnsWrap { margin-top:30px; display:flex; justify-content:center; gap:5px; }

/* 20250930 기업후원 페이지 */
.com_support .inner{width:1000px;margin:0 auto;}
.com_support .sub_banner{width:100%;height:399px;background:url(/img/sub1_10/sub_banner.jpg) top center no-repeat #f2efe8;padding:90px 0;}
.com_support .sub_banner h2{font-size:32px;font-weight:600;color:#000;line-height:1.4;position: relative;display:inline;}
.com_support .sub_banner h2:before{content: '';display: block;position: absolute;top: -0px;left: -18px;width: 16px;height: 14px;background: url(/img/sub1_10/topText_left.png) no-repeat center;background-size: contain;}
.com_support .sub_banner h2:after{content: '';display: block;position: absolute;width: 16px;height: 14px;right: -18px;bottom: 22px;background: url(/img/sub1_10/topText_right.png) no-repeat center;}
.com_support .sub_banner .btn_request{display:inline-block;background:#e63b25;border-radius:5px;padding:15px 30px;color:#fff;text-align:left;font-weight:600;font-size:20px;margin-top:40px;}
.com_support .sub_banner .btn_request:after{content:'';display:inline-block;width:9px;height:14px;background:url(/img/sub1_10/topbtn_arrow.png) 0 0 no-repeat;margin-left:60px;}
.com_support .sec{padding:80px 0;}
.com_support .sec .red{color:#e63b25;}
.com_support .sec h2{text-align:center; font-size:32px;line-height:1;font-weight:600;color:#000;margin-bottom:60px;}
.com_support .sec1 h2{font-size:35px;}
.com_support .sec1 .flex{display:flex;flex-wrap:wrap;justify-content:space-between;}
.com_support .sec1 .flex .box{display:flex;align-items:center;flex:0 0 calc(100% / 2 - 10px);margin-bottom:20px;background:#f8f8f8;border-radius:5px;padding:31px 40px;}
.com_support .sec1 .flex .box .pic{}
.com_support .sec1 .flex .box .txt{margin-left:30px;}
.com_support .sec1 .flex .box .txt h3{font-size:22px;color:#000;margin-bottom:5px;}
.com_support .sec1 .flex .box .txt p{font-size:16px;line-height:1.5;height:3em;color:#666;}
.com_support .sec2{background:#f2f2f2;}
.com_support .sec2 h2{margin-bottom:25px;}
.com_support .sec2 p{font-size:20px;text-align:center;color:#666;}
.com_support .sec2 .gallery_list{display:flex;gap:30px;margin-top:50px;}
.com_support .sec2 .gallery_list .gall{border:1px solid #d1d1d1;overflow:hidden;}
.com_support .sec2 .gallery_list .gall .txt{background:#fff;text-align:center;padding:22px 0;border-top:1px solid #d1d1d1;}
.com_support .sec2 .gallery_list .gall .txt h3{font-size:22px;font-weight:600;color:#222;}
.com_support .sec2 .gallery_list .gall .txt .more{font-size:16px;color:#cb7f75;margin-top:10px;}
.com_support .sec3{background:url(/img/sub1_10/sec3_bg.jpg) top center no-repeat;background-size: cover;}
.com_support .sec3 h2{color:#fff;}
.com_support .sec3 .flex{display:flex;justify-content: space-between;}
.com_support .sec3 .flex .box{flex: 0 0 calc(100% / 2 - 10px);text-align:center;border-radius:5px;background:rgba(255,255,255,0.95);padding:30px;}
.com_support .sec3 .flex .box h3{font-size:24px;color:#000;margin-bottom:5px;}
.com_support .sec3 .flex .box p{font-size:18px;color:#666;line-height:1.4;margin-top:10px;}
.com_support .sec4{}
.com_support .sec4 .flex{display: flex;justify-content: center;flex-wrap:wrap;gap:20px;}
.com_support .sec4 .flex .box{flex:0 0 320px;background: #f2f2f2;border-radius: 5px;padding: 30px 30px 50px;text-align: center;margin-top:90px;}
.com_support .sec4 .flex .box .pic{border-radius: 1000px;overflow: hidden;width: 160px;height: 160px;margin: -120px auto 20px auto;}
.com_support .sec4 .flex .box .pic img{width: 100%;filter: grayscale(100%) brightness(1.25);}
.com_support .sec4 .flex .box h3{font-size: 22px;font-weight: 600;color: #000;margin-bottom: 15px;}
.com_support .sec4 .flex .box p{font-size: 16px;line-height:1.5;color: #666;word-break: keep-all;}
.com_support .sec4 .flex .box:hover{background:#e63b25;}
.com_support .sec4 .flex .box:hover .pic img{filter: grayscale(0) brightness(1.1);}
.com_support .sec4 .flex .box:hover h3,
.com_support .sec4 .flex .box:hover p{color:#fff;}
.com_support .sec4 .flex + .flex{margin-top:40px;}
.com_support .sec5{background:#f6f2f1;}
.com_support .sec5 .flex{display:flex;justify-content: space-between;}
.com_support .sec5 .flex .box{flex: 0 0 auto;text-align: center;background: none;position: relative;}
.com_support .sec5 .flex .box:after{content: '';display: inline-block;width: 23px;height: 39px;background: url(/img/sub1_10/arw.png) 0 0 no-repeat;position: absolute;left: -44px;top: 40px;}
.com_support .sec5 .flex .box .pic{display: inline-flex;align-items: center;justify-content: center;width: 120px;height: 120px;border: 3px solid #ff8c7d;position: relative;border-radius: 1000px;}
.com_support .sec5 .flex .box .pic .num{width: 36px;height: 36px;font-size: 16px;font-weight: 600;border-radius: 100px;background: #555;color: #fff;position: absolute;left: 0;top: 0;padding: 5px;}
.com_support .sec5 .flex .box h3{width: 200px;line-height: 50px;font-size: 19px;font-weight: 600;color: #fff;background: #ff8c7d;border-radius: 100px;margin: 10px 0;}
.com_support .sec5 .flex .box p{font-size: 16px;line-height: 1.5;color: #666;word-break: keep-all;}
.com_support .sec5 .flex .b1:after{content:none;}
.com_support .sec5 .flex .b2 .pic{border-color: #f95f4b;}
.com_support .sec5 .flex .b2 h3{background: #f95f4b;}
.com_support .sec5 .flex .b3 .pic{border-color: #e63b25;}
.com_support .sec5 .flex .b3 h3{background: #e63b25;}
.com_support .sec5 .flex .b4 .pic{border-color: #bd2c19;}
.com_support .sec5 .flex .b4 h3{background: #bd2c19;}
.com_support .sec6{background:url(/img/sub1_10/sec6_bg.jpg) top center no-repeat;background-size: cover;text-align:center;}
.com_support .sec6 h2{color:#fff;font-size:30px;margin-bottom:0;}
.com_support .sec6 .btn_wrap{margin: 30px 0;display: flex;justify-content: center;align-items: center;}
.com_support .sec6 .btn_wrap a{font-size:20px;font-weight:600;color:#fff;background:#e63b25;padding:15px 54px;}
.com_support .sec6 p{color:#fff;font-size:18px;}
.com_support .sec7{}
.com_support .sec7 #faq_con{}
.com_support .sec7 #faq_con ol{padding:0;margin:0;list-style:none;border-top:1px solid #b82f1d;}
.com_support .sec7 #faq_con ol li{border-bottom:1px solid #ddd;}
.com_support .sec7 #faq_con h3{font-size:22px;color:#000;font-weight:500;}
.com_support .sec7 #faq_con h3 a{display:block;padding:15px 20px;position:relative;}
.com_support .sec7 #faq_con h3 a:before{content: 'Q';font-size: 22px;font-weight: 600;color: #e63b25;margin-right: 10px;}
.com_support .sec7 #faq_con h3 a:after{content: '';width: 12px;height: 7px;background: url(/img/sub1_10/faq_arw.png) 0 0 no-repeat;display: block;position: absolute;right: 30px;top: 50%;transform: translateY(-50%);}
.com_support .sec7 #faq_con .con_inner{display:none;padding: 20px 50px;line-height: 1.8em;background: #f5f5f5;}
.com_support .sec7 #faq_con .con_inner p{font-size:16px;color:#666;}
.com_support .sec7 #faq_con .con_closer{margin: 10px 0 0;text-align: right;}
.com_support .sec7 #faq_con .closer_btn{margin: 0;border: 0;padding: 5px 10px;background-color: #454545;color: #fff;}

/* 사역지 이야기 추가*/
.main_video{background:url(/img/main/main_video_bg.jpg) top center no-repeat #222;}
.main_video .main_sec{width:1020px;box-sizing:border-box;padding:55px 0 70px 0;margin:0 auto;}
.main_video .main_sec .sec_tit{color:#fff;}
.main_video .main_sec .content{margin-top:40px;height:auto;}
.main_video .main_sec .video_wrapper{position: relative;width: 100%;height: 0;padding-bottom: 56.26%;overflow: hidden;}
.main_video .main_sec .video_wrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.main_video .main_sec .view_btn{text-align:center;margin-top:40px;}
.main_video .main_sec .view_btn a{display:inline-flex;justify-content:center;align-items:center;gap:5px;box-sizing: border-box;font-size: 16px;font-weight: 700;color: #fff;border: 1px solid rgba(255, 255, 255, 0.5);padding:15px 60px;transition: 0.3s}
.main_video .main_sec .view_btn a span{font-size:25px;color:#fff;font-weight:500;line-height: 1;}
.main_video .main_sec .view_btn a:hover{background: #e63b25;border-color:#e63b25;}