@charset "utf-8";
/* CSS Document */
.owl-buttons {display:none !important}
.bannerimg {width:100%; height:140px}
.p8 {padding: 5px 8px}

@media (max-width: 991px) {
    .memberlogin {display:none}
	.bannerimg {height:auto}
	.m_h190 {height:190px !important}
	.clear {clear:none}
}

.main_wrap {
    background-color: #fff;
    padding: 50px 0;
}

.main_wrap .fade {opacity:1}
.msbanner .auto { display:none}

.bx-wrapper { border:none !important; box-shadow:none !important; margin-bottom:0px !important}
.bx-wrapper .bx-pager {display:none}
//*.bx-wrapper .bx-pager {top: 80% !important;
    height: 15px;
    padding-top: 0px !important;
	padding-left: 10px !important;
    text-align: left !important;}
*//
.bx-wrapper .bx-pager.bx-default-pager a {margin:0 3px !important}	
@media (max-width:767px) {
.bx-wrapper .bx-pager {top: 70% !important;}
}


.main_box_list .inner_box {
    border: 1px solid #e4e4e4;
    height: 242px;
    background-color: #fff;
}
.main_box_list .box_header {
    border-bottom: 2px solid #e4e4e4;
    height: 42px;
}
.main_box_list .box_header h2 {
    font-size: 115%;
    margin: 0;
    line-height: 41px;
}
.main_box_list .box_header h2 img{ padding-top:13px; border-bottom:2px solid #627691; padding-bottom:12px}
.main_box_list .brd_cont {
    padding: 15px;
}

.borderimg { margin:0 15px;}

.grp_brd_list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    letter-spacing: -.05em;
}
.grp_brd_list .lnk {
	font-weight:600;
    float: left;
    width: 73%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.grp_brd_list .lnk a{color:#805b65; text-decoration:none}
.grp_brd_list .cate {
    font-size: 13px;
    margin: 0 6px 0 4px;
}
.text-primary {
    color: #2475d0 !important;
}
.grp_brd_list .date {
    float: right;
    width: 25%;
    display: block;
    text-align: right;
    font-size: 95%;
    letter-spacing: normal;
    color: #555;
}

.donation_list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    letter-spacing: -.05em;
}

.donation_list .lnk {
    font-weight: 600;
    float: left;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.donation_list .cate {
    font-size: 13px;
    margin: 0 6px 0 4px;
	color: #2475d0 !important;
}
.donation_list .date {
    float: right;
    width: 22%;
    display: block;
    text-align: right;
    font-size: 95%;
    letter-spacing: normal;
    color: #555;
}
.donation_list .co1{}
.donation_list .line {
    color: #ccc;
    padding: 0 8px;
    font-size: 11px;
    font-family: sans-serif;
}



.top_leftbox li:first-child {
    border-left: 1px solid #cdced3;
}
.top_leftbox li, .top_nav li {
    display: inline-block;
    float: left;
}
.top_leftbox li {
    height: 34px;
    border-right: 1px solid #cdced3;
}
.top_leftbox li a:hover, .top_leftbox li.active a {
    color: #111;
}
.top_leftbox li a, .top_rightbox li a {
    color: #898989;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: -.05em;
    display: inline-block;
    line-height: 33px;
    padding: 0 12px;
    -webkit-transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease;
    transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease;
}

.top_leftbox li.home .fa {
    color: #003070;
}

.top_leftbox li .fa {
    padding-right: 3px;
}
.top_rightbox {
    padding: 0;
    margin: 0;
    float: right;
}
.top_leftbox li, .top_rightbox li {
    display: inline-block;
    float: left;
}
.top_rightbox li:before {
    content: '|';
    color: #bbb;
    font-size: 65%;
    position: relative;
    top: -1px;
}
.top_rightbox li:first-child:before {
    display: none;
}


.mainlogin_box {border:1px solid #e4e4e4;background-color:#fff;padding:15px 15px 7px;height:140px;overflow:hidden;}
.mainlogin_box .mb_thumb {width:100px;height:100px;border:1px solid #ddd;border-radius:50%;float:left;margin-right:12px;}
.mainlogin_box .mb_info_box {padding-top:7px;}
.mainlogin_box .mb_info_box strong {display:block;font-size:110%;line-height:1.3;}
.mainlogin_box .mb_info_box > p {margin-bottom:5px;}
.mainlogin_box .row {margin:0 -2px;}
.mainlogin_box .row > div {padding:0 2px;}
.mainlogin_box .btn-login
{min-width: 90px; 
	width:100%;
	height: 78px;
    line-height: 78px;
    font-size:16px;
    border-radius: 2px;;
    padding: 0;
	color:#FFF;
	font-family: 'Nanum Gothic','나눔고딕',dotum,'돋움',sans-se}
.mainlogin_box .btn-primary{background-color:#01479d;
	-moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;}
.mainlogin_box .btn-primary:hover{background-color:#003377;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;}

#logout_shape .input-group {margin-top:-1px;}
#logout_shape .form-control {position:relative;height:40px;padding:11px 13px 12px;border-color:#ddd;background-color:#fff;border-right-width:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;}
#logout_shape .input-group-addon {border-radius:0;position:relative;left:-1px;font-size:15px;text-shadow:none;border-color:#ddd;border-left:none;background-color:#fff;}
#logout_shape .ft {margin-top:10px;font-size:95%;}

.mainlogin_box .log_btn {height:78px;line-height:78px;font-size:110%;border-radius:2px;font-weight:700;padding:0;}
.mem_btn_box {float:right; margin-top:2px}
.mem_btn_box .btn-link {margin-left: 18px;
    font-size: 12px;
    color: #805b65;}

#ol_after .ft {margin-top:5px;}

@media (max-width:767px) {
    .mainlogin_box .mb_thumb {width:60px;height:60px;margin-top:10px;margin-right:10px;}

}