#board_common {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0 0 20px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#board_common .total_count {
    float: left;
}
#board_common .total_count p {
    font-size: 0.9rem;
    color: #666;
    line-height: 35px;
}
#board_common .total_count p span {
    font-weight: 600;
    color: #333;
}
#board_common .search_wrap {
    float: right;
}
#board_common .search_wrap select {
    width: 100px;
    height: 35px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9rem;
}
#board_common .search_wrap .search_value {
    width: 240px;
    height: 35px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px;
    font-size: 0.9rem;
    padding: 0 5px;
}
#board_common .search_wrap .search_btn {
    width: 60px;
    height: 35px;
    background: #ff8003;
    font-size: 0.85rem;
    color: #fff;
    border: none;
}

#boardBtnWrap {
    width: 100%;
    overflow: hidden;
}
#boardBtnWrap .bo_fx {
    float: left;
}
#boardBtnWrap .bo_fx li {
    float: left;
    margin-right: 3px;
}
#boardBtnWrap .btn_bo_user {
    float: right;
}
#boardBtnWrap .btn_bo_user li {
    float: left;
    margin-left: 3px;
}
#gall_allchk {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.gall_chkbox {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 100;
}
#bo_cate {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bo_cate select {
    float: right;
    min-width: 200px;
    height: 35px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0.9rem;
}
.board_content {
    margin: 0 0 40px;
}
#pdfView {
    width: 716px;
    /*margin: 0 auto;*/
    /*text-align: right;*/
    /*overflow: hidden;*/
    border: 2px solid #e9efe0;
}
.responsive-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
}
.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-style: none;
    padding: 0;
    margin: 0;
}
.responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 130%;
}


/*#cathedralFrame {*/
    /*width: 1000px;*/
    /*height: 1250px;*/
    /*margin-left: -110px;*/
    /*margin-top: -100px;*/
/*}*/
/*#cathedralFrame body {*/
    /*background: #fff;*/
    /*overflow: hidden;*/
/*}*/



#boardTypeList {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeList .board_content {
    width: 100%;
    overflow: hidden;
}
#boardTypeList .board_content table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #2c2f38;
}
#boardTypeList .board_content table tr:hover {
    background: rgba(255,128,3,0.1);
}
#boardTypeList .board_content table th {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}
#boardTypeList .board_content table td {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 0.9rem;
    color: #666;
}
#boardTypeList .board_content table .td_chk {
    width: 60px;
    text-align: center;
}
#boardTypeList .board_content table .bo_num {
    width: 80px;
    text-align: center;
}
#boardTypeList .board_content table .bo_subject {
    text-align: left;
    padding: 15px 5px;
}
#boardTypeList .board_content table .bo_subject .pro_ico {
    float: left;
    color: #fff;
    margin-right: 5px;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    display: inline-block;
}
#boardTypeList .board_content table .bo_subject .progress {
    background: #4b4f6f;
}
#boardTypeList .board_content table .bo_subject .success {
    background: #ff8003;
}
#boardTypeList .board_content table .bo_name {
    width: 160px;
    text-align: center;
}
#boardTypeList .board_content table .bo_date {
    width: 130px;
    text-align: center;
}




#boardTypeStoryGallery {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeStoryGallery .board_content {
    width: 100%;
    overflow: hidden;
}
#boardTypeStoryGallery .board_content > div {
    width: 324px;
    float: left;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}
#boardTypeStoryGallery .board_content > div:nth-child(3n) {
    margin-right: 0;
}
#boardTypeStoryGallery .board_content > div .img_cont {
    width: 100%;
    height: 170px;
}
#boardTypeStoryGallery .board_content > div .img_cont a {
    display: block;
    width: 100%;
    height: 100%;
}
#boardTypeStoryGallery .board_content > div .img_cont a .no_image {
    width: 100%;
    height: 100%;
    display: table;
}
#boardTypeStoryGallery .board_content > div .img_cont a .no_image span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#boardTypeStoryGallery .board_content > div .content {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
}
#boardTypeStoryGallery .board_content > div .content .txt_cont {
    width: 100%;
    overflow: hidden;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeStoryGallery .board_content > div .content .txt_cont .subject {
    margin: 0 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
}
#boardTypeStoryGallery .board_content > div .content .txt_cont .writer {
    font-size: 0.85rem;
    color: #666;
}
#boardTypeStoryGallery .board_content > div .content .content_info {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeStoryGallery .board_content > div .content .content_info .date {
    float: left;
    font-size: 0.85rem;
    color: #999;
}
#boardTypeStoryGallery .board_content > div .content .content_info .comments {
    float: right;
    font-size: 0.85rem;
}
#boardTypeStoryGallery .board_content > div .content .content_info .comments i {
    color: #ff8814;
    margin-right: 3px;
}


#boardTypeGallery {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeGallery .board_content {
    width: 100%;
    overflow: hidden;
}
#boardTypeGallery .board_content > div {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
#boardTypeGallery .board_content > div:nth-child(4n) {
    margin-right: 0;
}
#boardTypeGallery .board_content > div:nth-child(4n+5) {
    clear: both;
}
#boardTypeGallery .board_content > div .img_cont {
    width: 20%;
    float: left;
}
#boardTypeGallery .board_content > div .content {
    width: 80%;
    float: left;
    position: absolute;
    left: 20%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeGallery .board_content > div .content .subject {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 15px 10px;
}

#boardTypeGallery .board_content > div .content .txt_cont {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
}
#boardTypeGallery .board_content > div .content .date {
    font-size: 0.85rem;
    color: #999;
    float: left;
}
#boardTypeGallery .board_content > div .content .writer {
    float: right;
    font-size: 0.85rem;
}


#boardTypeVideo {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeVideo .video_view {
    width: 100%;
    height: 430px;
    overflow: hidden;
    margin: 0 0 50px;
}
#boardTypeVideo .video_view .view {
    width: 75%;
    height: 100%;
    float: left;
}
#boardTypeVideo .video_view .description {
    width: 25%;
    height: 100%;
    padding: 30px 25px;
    float: right;
    background: #ff8003;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeVideo .video_view .description p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}
#boardTypeVideo .video_view .description span {
    font-size: 0.9rem;
    color: #eee;
}
#boardTypeVideo .board_content {
    width: 100%;
    overflow: hidden;
}
#boardTypeVideo .board_content > div {
    width: 235px;
    float: left;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}
#boardTypeVideo .board_content > div:nth-child(4n) {
    margin-right: 0;
}
#boardTypeVideo .board_content > div .img_cont {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
#boardTypeVideo .board_content > div .content {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
#boardTypeVideo .board_content > div .content .subject {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 10px;
}
#boardTypeVideo .board_content > div .content .date {
    font-size: 0.85rem;
    color: #999;
}





#boardTypeWebzine {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeWebzine .board_content {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #2c2f38;
}
#boardTypeWebzine .board_content > div {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#boardTypeWebzine .board_content > div .img_cont {
    width: 205px;
    height: 115px;
    float: left;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#boardTypeWebzine .board_content > div .txt_cont {
    width: calc( 100% - 205px );
    height: 115px;
    float: left;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
#boardTypeWebzine .board_content > div .txt_cont > div {
    display: table-cell;
    vertical-align: middle;
}
#boardTypeWebzine .board_content > div .txt_cont p {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 15px;
}
#boardTypeWebzine .board_content > div .txt_cont span {
    font-size: 0.9rem;
    color: #666;
    display: block;
}
#boardTypeWebzine .board_content > div .txt_cont .writer {
    margin: 0 0 5px;
}


#boardTypeVideo {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeVideo #bo_check_all {
    width: 100%;
    margin: 0 0 20px;
}
#boardTypeVideo .video_content {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
#boardTypeVideo .cont {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
#boardTypeVideo .thumb {
    width: 40%;
    height: 100%;
    float: left;
}
#boardTypeVideo .thumb img {
    height: 100%;
    width: 100%;
}
#boardTypeVideo .txt_cont {
    width: 55%;
    height: 100%;
    float: left;
    margin-left: 5%;
    display: table;
    padding: 0 20px 0 0;
    position: relative;
}
#boardTypeVideo .txt_cont .desc {
    word-break: break-all;
}
#boardTypeVideo .txt_cont > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 20px;
}
#boardTypeVideo .txt_cont h5 {
    font-size: 1.3rem;
}
#boardTypeVideo .txt_cont h5 span {
    font-size: 1rem;
    font-weight: bold;
}
#boardTypeVideo .txt_cont h5 span i {
    color: #ff8003;
    font-size: 1.2rem;
    margin-left: 10px;
}
#boardTypeVideo .txt_cont .write_info {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 0.9rem;
}
#boardTypeVideo .txt_cont .write_info span {
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
    color: #666;
}
#boardTypeVideo .txt_cont .write_info span:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    left: 0;
    top: 2px;
}
#boardTypeVideo .txt_cont .write_info span:first-child:before {
    display: none;
}
#boardTypeVideo .txt_cont .td_chk {
    position: absolute;
    top: 10px;
    right: 20px;
}
#boardTypeVideo .txt_cont .td_chk input {
    border: 1px solid #333;
}


#boardTypeGallery2 {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#boardTypeGallery2 #bo_check_all {
    width: 100%;
    margin: 0 0 20px;
}
#boardTypeGallery2 .board_content {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
#boardTypeGallery2 .cont {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
#boardTypeGallery2 .thumb {
    width: 35%;
    height: 100%;
    float: left;
    position: relative;
}
#boardTypeGallery2 .thumb img {
    max-height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#boardTypeGallery2 .txt_cont {
    width: 60%;
    height: 100%;
    float: left;
    margin-left: 5%;
    display: table;
    padding: 0 20px 0 0;
    position: relative;
}
#boardTypeGallery2 .txt_cont .desc {
    word-break: break-all;
}
#boardTypeGallery2 .txt_cont > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 20px;
}
#boardTypeGallery2 .txt_cont h5 {
    font-size: 1.3rem;
}
#boardTypeGallery2 .txt_cont h5 span {
    font-size: 1rem;
    font-weight: bold;
}
#boardTypeGallery2 .txt_cont h5 span i {
    color: #ff8003;
    font-size: 1.2rem;
    margin-left: 10px;
}
#boardTypeGallery2 .txt_cont .write_info {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 0.9rem;
}
#boardTypeGallery2 .txt_cont .write_info span {
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
    color: #666;
}
#boardTypeGallery2 .txt_cont .write_info span:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    left: 0;
    top: 2px;
}
#boardTypeGallery2 .txt_cont .write_info span:first-child:before {
    display: none;
}
#boardTypeGallery2 .txt_cont .td_chk {
    position: absolute;
    top: 10px;
    right: 20px;
}
#boardTypeGallery2 .txt_cont .td_chk input {
    border: 1px solid #333;
}



#history {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
}
#history #bo_list {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 50px;
}
#history #bo_list:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #ccc;
    left: 50%;
}
#history #bo_list > div {
    width: 100%;
    overflow: hidden;
}
#history #bo_list > div dl {
    width: 50%;
    float: left;
    padding: 0 100px 0 0;
    text-align: right;
    position: relative;
}
#history #bo_list > div:nth-child(even) dl {
    float: right;
    padding: 0 0 0 100px;
    text-align: left;
}
#history #bo_list > div dl dt:before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    right: 0;
    top: 20px;
    background: #ccc;
    position: absolute;
}
#history #bo_list > div dl dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #ff8003;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#history #bo_list > div:nth-child(even) dl dt:after {
    left: -4px;
}
#history #bo_list > div:nth-child(even) dl dt:before {
    left: 0;
}
#history #bo_list > div dl dt {
    font-size: 2rem;
    color: #ff8003;
    font-weight: 500;
    margin: 0 0 10px;
}
#history #bo_list > div dl dd {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}
#history #bo_list > div dl dd .monthday {
    color: #ff8003;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3em;
}
#history #bo_list > div dl dd .his_cont {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3em;
}
#history #bo_list > div dl dd .his_cont img {
    max-width: 100%;
    padding: 10px 0;
}
#history #bo_list > div dl .left_cont .monthday {
    float: right;
    margin-left: 10px;
}
#history #bo_list > div dl .left_cont .his_cont {
    float: right;
}
#history #bo_list > div dl .left .his_opt {
    float: left;
}
#history #bo_list > div dl .right_cont .monthday {
    float: left;
    margin-right: 10px;
}
#history #bo_list > div dl .right_cont .his_cont {
    float: left;
}
#history #bo_list > div dl .right_cont .his_opt {
    float: right;
}




.bo_write {
    width: 1000px;
    margin: 0 auto;
}




/* VIEW */

#bo_v_top {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 30px;
}
#bo_v_top .bo_v_left {
    float: left;
}
#bo_v_top .bo_v_com {
    float: right;
}


#cathedralView {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cathedralView #bo_v {
    width: 720px;
    float: left;
}
#cathedralView #bo_v header {
    width: 100%;
    overflow: hidden;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cathedralView #list {
    width: 250px;
    float: right;
    padding: 41px 0 0;
}

#cathedralView #list .board_content {
    width: 100%;
    overflow: hidden;
}
#cathedralView #list .board_content table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #2c2f38;
}
#cathedralView #list .board_content table tr:hover {
    background: rgba(255,128,3,0.1);
}
#cathedralView #list .board_content table th {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}
#cathedralView #list .board_content table td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 0.9rem;
    color: #666;
}
#cathedralView #list .board_content table .bo_num {
    width: 80px;
    text-align: center;
}
#cathedralView #list .board_content table .bo_subject {
    text-align: left;
    padding: 10px 5px;
}
#cathedralView #list .board_content table .bo_name {
    width: 160px;
    text-align: center;
}
#cathedralView #list .board_content table .bo_date {
    width: 130px;
    text-align: center;
}
#cathedralView #bo_v_title {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #2c2f38;
}
#cathedralView #bo_v_title .bo_v_tit {
    font-size: 1.5rem;
    font-weight: normal;
    float: left;
}
#cathedralView #bo_v_title .bo_v_download {
    float: right;
}
#cathedralView #bo_v_file ul li {
    float: left;
    margin-left: 10px;
}
#cathedralView #bo_v_top {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 ;
}
#cathedralView #bo_v_top .bo_v_left {
    float: left;
}
#cathedralView #bo_v_top ul li {
    float: left;
    margin-right: 5px;
}
#cathedralWrite {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cathedralWrite .bo_w_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
#cathedralWrite .bo_w_tit label {
    width: 100%;
}
#cathedralWrite .bo_w_tit label span {
    width: 15%;
    height: 40px;
    background: #efefef;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    line-height: 38px;
    text-align: center;
}
#cathedralWrite .bo_w_tit label span i {
    padding-bottom: 3px;
}
#cathedralWrite .bo_w_tit label input {
    width: 80%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 0.9rem;
}
#cathedralWrite .bo_w_tit .calendar_ipt {
    width: 50%;
    float: left;
}
#cathedralWrite .bo_w_tit .subject_ipt {
    width: 50%;
    float: left;
}
#cathedralWrite .bo_w_file {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
}
#cathedralWrite .bo_w_file .file_wr {
    width: 50%;
    float: left;
}

#cathedralWrite .bo_w_file .file_wr label {
    margin-right: 10px;
    line-height: 40px;
    margin-bottom: 0;
}

#bibleWriteModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#bibleWriteModal .modal_content {
    width: 600px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 30%;
    border: 2px solid #ff8003;
}

.modal_layout .modal_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.85);
}

#bibleWriteModal .modal_content .close_btn {
    position: absolute;
    right: 20px;
    top: 7px;
    color: #fff;
    z-index: 20;
    cursor: pointer;
    font-size: 1.2rem;
}
#bibleWriteModal .modal_content .bible_subject {
    font-size: 1.2rem;
    position: relative;
    margin: 0 0 10px;
    background: #ff8003;
    color: #fff;
    padding: 10px 20px;
}
#bibleWriteModal .modal_content .bible_subject:before {
    content:'';
    display: block;
    width: 4px;
    height: 22px;
    background: #ff8003;
    position: absolute;
    left: 0;
    top: 1px;
}
#bibleWriteModal .modal_content .btn_wrap {
    width: 100%;
    margin: 0 0 15px;
}
#bibleWriteModal .modal_content .btn_wrap .write_warning {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}
#bibleWriteModal .modal_content .btn_wrap i {
    color: red;
    margin-right: 5px;
}
#bibleWriteModal .modal_content .btn_wrap .write_btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    background: #ff8003;
    color: #fff;
    margin: 20px auto 0;
    display: block;
}
#bibleWriteModal .modal_content .bible_info {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
#bibleWriteModal .modal_content .bible_info p {
    font-size: 1.1rem;
    font-weight: 500;
    border-top: 1px dotted #4c4f6f;
    padding: 10px 0 5px;
    margin: 0 0 15px;
}
#bibleWriteModal .modal_content .bible_info p i {
    color: #ff8003;
    font-size: 1.3rem;
}
#bibleWriteModal .modal_content .bible_info dl {
    width: 100%;
    overflow: hidden;
    margin: 0 0 12px;
}
#bibleWriteModal .modal_content .bible_info dl dt {
    position: relative;
    padding-left: 13px;
    margin: 0 0 3px;
}
#bibleWriteModal .modal_content .bible_info dl dt:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #4c4f6f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#bibleWriteModal .modal_content .bible_info dl dd {
    font-size: 0.9rem;
    padding-left: 13px;
}


#bibleView {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
}
#bibleView .tit_cont {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #f5f5f5;
}
#bibleView .tit_cont .if_date {
    height: 100%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    color: #ff8003;
    font-weight: bold;
}
#bibleView .tit_cont #bo_v_title {
    height: 100%;
    font-size: 1.3rem;
    margin: 0;
    float: left;
    padding: 0 20px;
    line-height: 60px;
}
#bibleView .tit_cont .writer {
    height: 100%;
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    font-size: 0.9rem;
}
#bibleView .tit_cont .hit {
    height: 100%;
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    font-size: 0.9rem;
}
#bibleView .notyet {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none;
    padding: 30px;
    text-align: center;
    font-size: 1.3rem;
}
#bibleView .notyet span {
    font-size: 1.5rem;
    color: #ff8003;
    font-weight: 600;
}
#bibleView #bo_v_atc {
    width: 100%;
    overflow: hidden;
    padding: 30px 30px;
    border: 1px solid #ccc;
    border-top: none;
}
#bibleView #bo_v_atc > div {
    width: 100%;
    overflow: hidden;
    margin: 0 0 25px;
    padding-left: 40px;
    text-indent: -30px;
    -ms-word-break: keep-all;
    word-break: keep-all;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#bibleView #bo_v_atc > div .num {
    float: left;
    display: block;
    margin-right: 30px;
}



#boardViewPage {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 50px;
}
#boardViewPage .tit_cont {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #f9f9f9;
}
#boardViewPage .tit_cont .if_date {
    height: 100%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    color: #ff8003;
    font-weight: bold;
}
#boardViewPage .tit_cont #bo_v_title {
    height: 100%;
    font-size: 1.2rem;
    margin: 0;
    float: left;
    padding: 0 20px;
    line-height: 60px;
}
#boardViewPage .tit_cont .writer {
    height: 100%;
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    font-size: 0.9rem;
}
#boardViewPage .tit_cont .hit {
    height: 100%;
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    line-height: 60px;
    font-size: 0.9rem;
}
#boardViewPage #bo_v_atc {
    width: 100%;
    overflow: hidden;
    padding: 40px 30px 70px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 50px;
}
#boardViewPage #bo_v_top .bo_v_left {
    float: left;
}
#boardViewPage #bo_v_top ul li{display:inline-block;}





/* Write */
.write_page_content #btn_autosave,
.write_page_content #autosave_pop {
    display: none;
}

.write_page_content .bo_w_tit {
    margin: 0 0 20px;
}

#documentWrite {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
}



#bibleWrite {
    width: 100%;
    padding: 0 100px;
    overflow: hidden;
}
#bibleWrite .bible_write_head {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
#bibleWrite .bible_write_head h2 {
    height: 100%;
    font-size: 1.3rem;
    margin: 0;
    float: left;
    padding: 0 20px;
    line-height: 60px;
}
#bibleWrite .bible_write_head .status_select {
    float: right;
    padding: 5px 20px;
}
#bibleWrite .bible_write_head .status_select select {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    height: 30px;
    float: right;
    margin-bottom: 3px;
}
#bibleWrite .bible_write_head .status_select span {
    display: block;
    clear: both;
    font-size: 0.85rem;
}
#bibleWrite .bible_write_cont {
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 0 30px;
}
#bibleWrite .bible_write_cont > div {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
#bibleWrite .bible_write_cont > div span {
    font-size: 1.1rem;
    font-weight: 500;
}
#bibleWrite .bible_write_cont > div i {
    color: #ff8003;
    cursor: pointer;
    font-size: 1.2rem;
}
#bibleWrite .bible_write_cont .hint {
    width: 100%;
    padding: 5px 10px;
    cursor: default;
    border: 1px solid #ccc;
    margin: 5px 0 10px;
    display: none;
    -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}
#bibleWrite .bible_write_cont textarea {
    width: 100%;
    min-height: 60px;
    padding: 5px 10px;
}


#boardWritePage {
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
    margin: 0 0 50px;
}
#boardWritePage .bo_w_tit {
    margin: 0 0 15px;
}
#boardWritePage .wr_content {
    margin: 0 0 30px;
}
#bo_w .write_div{margin:10px 0;position:relative}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:33%}
#bo_w #wr_password{margin:0 0.5%  }
#bo_w .wr_content.smarteditor2 iframe{background:#fff}
#bo_w .bo_w_tit{position:relative}
#bo_w .bo_w_tit .frm_input{padding-right:120px;}
#bo_w .bo_w_tit #btn_autosave{position:absolute;top:5px;right:5px;line-height:30px;height:30px;}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background: #eee;text-align:center;color:#888}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select{border:1px solid #3497d9;height:40px;border-radius:3px}

.cke_sc {
    display: none !important;
}



#dataRoom .category,
#boardTypeGallery2 .category,
#photoRecord .category {
    width: 100%;
    overflow: hidden;
    margin: 0 0 35px;
}
#dataRoom .category ul,
#boardTypeGallery2 .category ul,
#photoRecord .category ul {
    width: 100%;
    overflow: hidden;
}
#dataRoom .category ul li {
    width: 33.33%;
    float: left;
}
#photoRecord .category ul li {
    width: 20%;
    float: left;
}
#boardTypeGallery2 .category ul li {
    width: 50%;
}
#tab6.category ul li {
    width: 20%;
    float: left;
}
#dataRoom .category ul li a,
#boardTypeGallery2 .category ul li a,
#photoRecord .category ul li a {
    display: block;
    border-bottom: 5px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}
#dataRoom .category ul li .active,
#boardTypeGallery2 .category ul li .active,
#photoRecord .category ul li .active {
    color: #ff8003;
    border-bottom: 5px solid #ff8003;
}

#photoRecord .chk_all {
    margin: 0 0 10px;
}

#historyHall > div {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#historyHall {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
#historyHall .subject {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}
#historyHall .subject:hover {
    background: rgba(255,128,3,0.1);
}
#historyHall .subject span {
    font-size: 1.4rem;
    line-height: 60px;
    font-weight: 500;
    float: left;
}
#historyHall .subject p {
    font-size: 1rem;
    line-height: 60px;
    color: #333;
    margin-left: 15px;
    float: left;
}
#historyHall .subject .modify {
    font-weight: bold;
    color: #ff8003;
    margin-left: 20px;
    line-height: 58px;
    font-size: 1rem;
    position: absolute;
    right: 50px;

}
#historyHall .subject i {
    position: absolute;
    font-size: 1.6rem;
    top: 50%;
    margin-top: -14px;
    right: 20px;
}
#historyHall .content {
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 20px 60px;
}









.sliderWrapModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}
.sliderWrapModal .modal_bg {
    background: rgba(0,0,0,0.9);
}
.sliderWrapModal .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sliderWrapModal .wrap .slide_wrap {
    width: 100%;
    height: 85%;
}

.sliderWrapModal .wrap .slide_wrap .slide_inner .bx-wrapper,
.sliderWrapModal .wrap .slide_wrap .slide_inner .bx-viewport,
.sliderWrapModal .wrap .slide_wrap .slide_inner {
    height: 100%;
}
.sliderWrapModal .wrap .slide_wrap .slide_inner ul {
    width: 100%;
    height: 100%;
}
.sliderWrapModal .wrap .slide_wrap .slide_inner ul li {
    width: 100%;
    height: 100%;
}
.sliderWrapModal .wrap .slide_wrap .slide_inner ul li span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
}
.sliderWrapModal .wrap .slide_wrap .slide_inner ul li a {
    text-align: center;
    overflow: hidden;
    position: absolute;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
}
.sliderWrapModal .wrap .slide_wrap .slide_inner ul li img {
    width: 100%;
    height: auto;
}
.sliderWrapModal .wrap .slide_wrap .close_btn {
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 50px;
    color: #fff;
    z-index: 500;
}

.sliderWrapModal .wrap .slide_btn > div {
    z-index: 500;
    top: 50%;
    margin-top: -42px;
}
.sliderWrapModal .wrap .slide_btn .prev-slide {
    position: absolute;
    left: 5%;
}
.sliderWrapModal .wrap .slide_btn .next-slide {
    position: absolute;
    right: 5%;
}
.sliderWrapModal .wrap .slide_btn a {
    display: block;
}
.sliderWrapModal .wrap .bx-pager {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    padding: 20px 15px;
}
.sliderWrapModal .wrap .bx-pager li {
    float: left;
    width: 4.6%;
    margin: 0 0.2%;
    cursor: pointer;
}







#slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slider .slide_wrap {
    width: 100%;
}

#slider .slide_wrap .slide_inner .bx-wrapper,
#slider .slide_wrap .slide_inner .bx-viewport,
#slider .slide_wrap .slide_inner {
    height: 100%;
}
#slider .slide_wrap .slide_inner ul {
    width: 100%;
    height: 100%;
}
#slider .slide_wrap .slide_inner ul li {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
#slider .slide_wrap .slide_inner ul li span {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
#slider .slide_wrap .slide_inner ul li a {
    display: table-cell;
    vertical-align: middle;
}
#slider .slide_wrap .slide_inner ul li img {
    width: 100%;
    height: auto;
}
#slider .slide_wrap .close_btn {
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 50px;
    color: #fff;
    z-index: 500;
}

#slider .slide_inner {
    position: relative;
}
#slider .slide_btn {
    width: 100%;
    position: absolute;
    top: 50%;
}
#slider .slide_btn > div {
    width: 50px;
    z-index: 500;
    margin-top: -42px;
}
#slider .slide_btn .prev-slide {
    position: absolute;
    left: 5%;
}
#slider .slide_btn .next-slide {
    position: absolute;
    right: 5%;
}
#slider .slide_btn a {
    display: block;
}

#slider .bx-pager {
    width: 100%;
    display: block;
    overflow: hidden;
    background: rgba(0,0,0,1);
    padding: 10px 5px;
}
#slider .bx-pager ul {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
#slider .bx-pager li {
    cursor: pointer;
    border: 1px solid #000;
}
#slider .bx-pager li.pager-active {
    display: block;
    border:1px solid #ff8003;
}



/*
   general styles
*/
.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}
.set-margin-cicis-menu-to-go {
    margin: 20px;
}
.set-padding-cicis-menu-to-go {
    padding: 20px;
}
.set-border-cicis-menu-to-go {
    border: 5px inset #4f4f4f;
}
set-box-shadow-cicis-menu-to-go {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}








/* 게시판 댓글 */
.cmt_btn{background:url('./img/cmt_btn.png') no-repeat 85px 8px;text-align:left ;width:100% ;border:0;color:#ed6478;font-weight:bold;font-size:1.1rem;margin: 30px 0 0px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat 85px  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px  ;margin:10px 0 0;background: #f8fafb;border-radius:5px;border: 1px solid #e8e8e8;line-height:1.8em;
    -ms-word-break: break-all;
    word-break: break-all;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:30px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
#wr_secret{}
.bo_vc_w_info{margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{float:right;margin-top:10px}
.bo_vc_w .btn_confirm label{display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center;}
.bo_vc_w .btn_submit{padding:7px;border-radius:3px;font-weight:bold;font-size:13px;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#bo_vc_send_sns{display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }