/*게시판 기본 레이아웃 */
#bbs {
}

#bbs .board-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0.1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}
#bbs .board-card:hover {
    border: 0.1px solid rgba(0,0,0,.7);
    box-shadow: 0px 3px 20px rgba(0,0,0,.04),
                0px 2px 5px rgba(0,0,0,.02);
    transition-duration: .2s;
}

#bbs .board-card .board-titleImg-container {
    overflow:hidden;
}

#bbs .board-card .board-titleImg-container .board-titleImg {
    width: 100%;
    height: 0;
    padding-top: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
#bbs .board-card .board-titleImg {
    background-size: cover;
    background-position: center top;
    transition: 0.15s
}
#bbs .board-titleImg:hover {
    transform: scale(1.1);
    transition: 0.15s
}



#bbs .board-card .board-title {
    padding-left:10px;
    padding-right: 10px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 120%;
    overflow:hidden;
}
#bbs .board-card:hover .board-title {
    color:#0AAFAF;
}
#bbs .board-card .board-title .label {
    padding: 0 5px;
}
#bbs .board-card .board-date {
    padding: 5px 10px 0 10px;
    font-size: 13px;
    color:#0AAFAF;
}
#bbs .board-card .board-profile {
    padding-left:10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-top: 8px
}
#bbs .board-card .board-profile .board-pic {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#bbs .board-card .board-profile .board-pic img {
    width: 100%;
}
#bbs .board-card .board-profile .board-pwriter {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    color:#888;
}
#bbs .board-card .likebox {
    padding-left:10px;
    padding-right: 10px;
    height: 25px;
    margin-top: 10px;
    font-size: 12px !important;
    letter-spacing: 0;
    color: #ff3300 !important;
}
#bbs .board-card .likebox i {
    margin-left: 15px;
    margin-right: 3px;
    color: #888;
}
#bbs .board-card .likebox i:first-child {
    margin-left: 2px;
}
#bbs .board-card .board-chk {
    padding-left:10px;
    padding-right: 10px;
}

/*선택된 포스트*/
#bbs .post.bg-primary-color {
    /*background-color:#fff !important;*/
}
#bbs .post.bg-primary-color .board-card {
    border:0.5px solid #0AAFAF;
}
#bbs .post.bg-primary-color .board-card .board-title {
    color:#fff !important;
}
#bbs .post.bg-primary-color .board-card .board-title .label-primary {
    background-color:#fff !important;
    color:#0AAFAF;
}
#bbs .post.bg-primary-color .board-card .board-profile .board-pwriter {
    color:#fff !important;
}
#bbs .post.bg-primary-color .board-card .likebox {
    color:#fff !important;
}
#bbs .post.bg-primary-color .board-date {
    color:#fff !important;
}
#bbs .post.bg-primary-color .board-card .likebox i {
    color:#fff !important;
}

#bbs .pageslist .btn-noline {
    border:0;
    background-color:transparent;
    color:#ccc;
}
#bbs .pageslist .btn-rounded {
    min-width: 30px;
    height: 30px;
    text-align:center;
    line-height: 170%;
    border-radius: 20px;
    margin:1px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: Arial;
}

#bbs .fr-view p, #bbs .contentbox p {
    width: 100%;
}

#bbs .conbody {
    display: flex;
    clear:both;
    margin-top: 10px;
}
#bbs .conbody .year_month{
    width: 80px;
    margin-right: 25px;
    /*background-color: rgba(0,0,0,.05);*/
    border-radius: 3px;
}
#bbs .conbody .year_month a {
    font-family: Arial !important;
    font-weight: 600;
}
#bbs .conbody .bbs_area{
    flex: 5;
}

#bbs .language-search .col {
    padding: 0;
}

#bbs #langCode {
    max-width: 160px;
}
#bbs .input-search {
    max-width: 160px;
    display:inline;
}
#bbs .post .badge-primary {
    max-width: 50px;
}
#bbs .post .title  {
    font-size: 15px;
    /*font-weight: 600*/
}
#bbs .post .title span.sub {
    color:#000;
}
#bbs .post .title .badge {
    font-weight:300
}
#bbs .post .likebox  {
    padding-top: 6px;
    color:rgba(0,0,0,.5);
    font-size: 13px;
}
#bbs .post .likebox i {
    font-size: 13px;
    margin-left: 10px
}
#bbs .post .likebox i:first-child {
    margin-left: 0px
}

#bbs_view img {
    max-width: 100%;
    border-radius: 10px;
}

#bbs_view iframe {
    border-radius: 10px;
}

.alert_linkurl {
    overflow:hidden;
}

#linkUrl span {
    display:none
}

/*댓글 comment*/
#bbs #comment_area {
    margin: 30px 0;
}
#bbs #comment_area .total_comment {
    padding: 10px 15px;
    border-bottom: 0.5px solid rgba(0,0,0,.1);
    font-size: 20px;
    font-weight: 400;
}
#bbs #comment_area .list_comment {

}
#bbs #comment_area .list_comment .com{
    clear:both;
    display: flex;
    padding: 15px;
    border-bottom: 0.5px solid rgba(0,0,0,.04)
}
#bbs #comment_area .list_comment .com .desc .del {
    color:rgba(0,0,0,.3); cursor:pointer
}
#bbs #comment_area .list_comment .com:hover {
    background-color:rgba(0,0,0,.04);
}
#bbs #comment_area .list_comment .com:hover .desc .del {
    color:#ff3300
}
#bbs #comment_area .list_comment .com .pic {
    width: 50px; height: 50px;
    overflow:hidden;
    border-radius: 30px;
}
#bbs #comment_area .list_comment .com .pic img {
    width: 50px;
}
#bbs #comment_area .list_comment .com .names {
    width: 100px;
    padding-top: 5px;
    margin-left: 10px;
}
#bbs #comment_area .list_comment .com .names .name .ns {
    line-height: 130%;
}
#bbs #comment_area .list_comment .com .names .church {
    color:rgba(0,0,0,.4);
}
#bbs #comment_area .list_comment .com .con {
    flex: 1;
    margin-left: 10px;
}
#bbs #comment_area .list_comment .com .con .user {
    font-size: 15px;
    color: rgba(0,0,0,.6);
}
#bbs #comment_area .list_comment .com .con .desc {
    font-size: 16px;
    line-height: 160%;
    word-break: break-all;
}
#bbs #comment_area .list_comment .com .con .date {

}
#bbs #comment_area .list_comment .com .con .date i {
    margin-right: 4px;
}
#bbs #comment_area .write_com {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
#bbs #comment_area .write_com .input-desc {
    flex: 6;
    line-height: 150%;
    border: 0.5px solid #09afaf;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    min-height: 80px;
    padding: 10px;
    word-break: break-all;
}
#bbs #comment_area .write_com .btnWriteComment {
    width: 100px;
    background-color: #09afaf;
    color:#fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor:pointer;
}
#bbs #comment_area .write_com .btnWriteComment div {
    flex: 1;
    justify-content: center;
}
#bbs #comment_area {
    display: none;
}
#bbs .warComment {
    display: none;
}

/*좌측연도검색 */
#bbs .year_month .yearmonth_title {
    text-align:center;
    line-height: 400%;
    height: 50px;
}
#bbs .year_month .yearmonth_title a {
    width:100%;
    border-radius: 20px;
    font-weight: 600;
}
#bbs .year_month ul.menuyear {
    margin:0;
    padding:0;
    font-size: 90%;
    color:#666;
    list-style:none;
}
#bbs .year_month ul.menuyear li.year div.a {
    display:block;
    padding: 9px 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-align:center;
    letter-spacing: 0;
    color:#000;
}
#bbs .year_month ul.menuyear li.year div.a.bg-primary-color {
    color:#fff;
}
#bbs .year_month ul.menuyear li.year div.a:hover {
    text-decoration: none;
    background-color:rgba(0,0,0,.3);
    color:#fff;
}
#bbs .year_month li.year ul.menumonth {
    margin:0;
    padding:0;
    display:none;
    list-style: none;
    background: rgba(0,0,0,.04);
    text-align:center;
    letter-spacing: 0;
    color:#000;
    /*background-color:rgba(0,0,0,.1);*/
}
#bbs .year_month li.year.open ul.menumonth {
    display:block;
}
#bbs .year_month li.year ul.menumonth li {
    padding: 7px 15px;
    cursor: pointer;
}
#bbs .year_month li.year ul.menumonth li:hover {
    background-color:rgba(0,0,0,.5);
    color:#fff
}

#bbs .alert.row {
    margin:0;
}

/*게시글 */
.post {
}
#bbs .table>tbody>tr>td {
    padding: 15px 8px;
    vertical-align: middle;
}
.post .user {
    padding: 10px 0;
    line-height: 140%;
    text-align: left;
    width: 150px;
}
.post .user_min {
    padding: 10px 0;
    line-height: 140%;
    text-align: left;
    width: 50px;
}
.post .date {
    color:#666;
    font-size: 85%;
}
.post .user .pwriter {
    color:rgba(0,0,0,.7);
    font-size: 85%;
    margin-top:3px;
}
.post .user .pwriter_only {
    color:#333;
    font-size: 85%;
    padding-top: 9px;
}
.post .user .pic {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.post .user_min .pic {
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.post .pwriter_min {
    display:inline;
    font-size: 13px;
}
.post .date_min {
    display:inline;
    font-size: 12px; color:rgba(0,0,0,.5);
}

.post .user .pic img {
    width: 40px;
}
.post .user_min .pic img {
    width: 40px;
}
.post .user .date {
    line-height: 110%;
    font-size: 80%
}

.post .no {
    width: 60px;
    font-size: 12px;
    color:rgba(0,0,0,.5);
    vertical-align: middle;
    text-align: center;
}
.post .hit {
    width: 60px;
    font-size: 12px;
    color:rgba(0,0,0,.5);
    vertical-align: middle;
    text-align: right;
    padding-right: 15px !important;
}

.post .small {
    font-size:85%;
    color: rgba(0,0,0,.5)
}

#bbs .table th {
    font-size: 85%;
    font-weight: 400;
    /*background-color:#f3f3f3;*/
}    /*height: 50px;*/
/*padding: 10px 0;*/



#bbs .search_box {
    margin: 20px 0;
    width: 100%;
    text-align: right;
}
#bbs .search_box input {
    width: 200px;
    display: inline;
}
#bbs .total-head {
}

#bbs #head_uid, #bbs #edt_head_uid, #bbs #edt_boardId {
    max-width: 200px;
    display: inline
}

#bbs #countTotal {
    line-height: 300%;
    font-size: 12px;
}

#bbs #pages {
    text-align:center;
    margin-top: 20px;
}

#bbs .pageslist .btn-xs {
    padding: 3px 7px !important;
}

#bbs td.td_titleImg {
    width: 90px;
    padding-right: 15px;
    vertical-align: top !important;
}
#bbs .pimg {
    float: left;
    width: 100%;
    max-height: 60px;
    border: 0.5px solid rgba(0,0,0,.05);
    margin-right: 5px;
    border-radius: 5px;
    overflow:hidden
}
#bbs .pimg img {
    width: 100%;
}

/*보기 */
#bbs .titlebox {
    margin-top: 40px;
    min-height: 55px;
    border-bottom: 4px solid #999;
}
#bbs .titlebox .title {
    font-size: 30px;
    color: #000;
    line-height: 100%;
    padding: 10px 15px;
}
#bbs .titlebox .title .label {
    font-size: 15px;
}
#bbs .infs {
    padding: 15px;
    background: #f2f3f6;
    display:flex;
}
#bbs .infs .pic {
    flex;1;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 30px;
    overflow: hidden;
}
#bbs .infs .pic img {
    width: 50px;
}
#bbs .infs .names {
    flex:2;
    margin-top: 4px;
}
#bbs .infs .names .ns {
    float: left;
    line-height: 80%;
    font-size: 16px;
    color: rgba(0,0,0,.8);
}
#bbs .infs .names .church {
    color: rgba(0,0,0,.4);
    line-height: 150%;
}
#bbs .infs .names .msg {
    float: left;
    line-height: 80%;
    margin-left: 10px;
    cursor:pointer;
}
#bbs .infs .names .msg:hover i {
    color:#ff3300
}
#bbs .infs .names .msg i {
    font-size: 16px;
    color: rgba(0,0,0,.5);
}
#bbs .infs .dates {
    flex:2;
    width: 170px;
}
#bbs .infs .dates .date {
    clear: both;
    height: 25px;
    border-bottom: 0.5px solid rgba(0,0,0,.2);
}
#bbs .infs .dates .field {
    float: left;
    width: 40px;
    height: 25px;
    font-size: 11px;
    color: rgba(0,0,0,.4);
    line-height: 200%;
}
#bbs .infs .dates .value {
    float: left;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 150%;
}
#bbs .infs .dates .hit {
    clear: both;
    height: 25px;
    margin-top: 5px;
}
#bbs .filebox {
    border: 0.5px dashed #ddd;
    background-color: #f3f3f3;
    padding: 10px 15px;
    margin: 20px 15px 0 15px;
    max-height: 134px;
    overflow: auto;
}
#bbs .file {
    line-height: 180%;
    font-size: 13px;
    margin: 5px 0;
    cursor:pointer;
}
#bbs .contentbox {
    line-height: 180%;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}



#bbs .table>tbody>tr>td,
#bbs .table>tbody>tr>th,
#bbs .table>tfoot>tr>td,
#bbs .table>tfoot>tr>th,
#bbs .table>thead>tr>td,
#bbs .table>thead>tr>th {
    border-top: 0;
    border-bottom: 0.5px solid rgba(0,0,0,.04);
    word-break: break-all;
}

#bbs .btns {
    margin: 10px 0;
    padding: 15px 0;
    border-top: 0.5px solid rgba(0,0,0,.05);
    border-bottom: 0.5px solid rgba(0,0,0,.05);
    clear:both;
}
#bbs .btns .btn.float-left {
    margin-right: 5px;
}
#bbs .btns .btn.float-right {
    margin-left: 5px;
}

#bbs .manager_box div {
    display:inline;
}
#bbs .manager_box .icon {
    padding: 10px 0 0 10px;
    cursor: pointer;
}
#bbs .manager_box .icon:hover i {
    color:#e2528d;
}
#bbs .manager_box .icon i {
    font-size: 20px;
    color:#555;
}

#bbs .btnProcess {
    clear:both;
}
#bbs .btnProcess .col-xs-6 {
    padding:0;
}

/*글쓰기 */
#bbs .editbody .form-group .guide {
    color:rgba(0,0,0,.4);
    font-size: 90%;
}
#bbs #content {
    display:none;
}
#bbs .btnMoreView {
    border-bottom: 0.5px dashed rgba(0,0,0,.1);
    padding: 10px 0;
    cursor:pointer;
    font-size: 15px;
}
#bbs .btnMoreView i {
    margin-left: 10px;
    margin-top: 4px;
}


/*이미지추가 버튼 */
#bbs .dynamic_button_wrap {
    position: absolute;
    z-index: 1;
}
#bbs form#IMG {
    width: 40px; height: 40px;
    margin:0; padding:0;
}
/* 버튼 뒤에 숨기기 */
#bbs .dynamic_button_wrap input {
    outline: 0;
    opacity: .01;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -40px;
    text-indent: -9999px;
}
#bbs #content div {
    margin: 10px;
    font-size: 16px;
}

#bbs .addimg1 {
    /*width: 100%;*/
}

#bbs .box_addfiles .zone {
    height: auto;
    vertical-align: middle;
    text-align: center;
    background: #f9f9f9;
    padding: 30px 0;
    height: 110px;
    border: 2px dotted rgba(0,0,0,.2);
    border-radius: 5px;
}
#bbs .box_addfiles .zone:hover {
    background: rgba(0,0,0,.1);
    border-color: #09afaf;
}
#bbs .box_addfiles input.insertAddfile {
    position:absolute !important;
    top: 27px;
    outline: 0;
    opacity: .01;
    width: 100%;
    height: 110px;
    cursor: pointer;
    text-indent: -9999px;
}

#bbs .biblebox blockquote {
    font-size: 110%;
    color:rgba(0,0,0,.9);
    line-height: 160%;
}
#bbs .biblebox blockquote font {
    font-size: 11px;
    color:rgba(0,0,0,.4)
}

#modal-bigimg .modal-body img {
    width: 100%;
}

/*파일첨부 결과 */
#current_addfiles
{
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px;
    vertical-align: middle;
    background: #f9f9f9;
    border: 0.5px solid rgba(0,0,0,.1);
    border-radius: 5px;
}
#current_addfiles > div {
    border-bottom: 0.5px solid rgba(0,0,0,.1);
}
#current_addfiles > div:last-child {
    border: 0;
}
#current_addfiles .inFile.current {
    background:rgba(0,0,0,.05);
}
#current_addfiles .inFile {
    width: 100%;
    padding: 5px 10px;
}
#current_addfiles .inFile:last-child {
    border:0px;
}
#current_addfiles .inFile:hover {
    background: rgba(0,0,0,.04)
}
#current_addfiles .inFile .imgfile {
    max-height: 62px;
    margin-right: 10px;
    overflow:hidden;
}
#current_addfiles .inFile .ufile {
    font-size: 13px;
    line-height: 120%;
}
/* 파일업로드 */
#dragandrophandler
{
}
.progressBar {
    width: 100px;
    height: 22px;
    border-radius: 3px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
    font-size:11px; font-family: verdana;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px;
}
.statusbar
{
    min-height:25px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
    display:flex;
}
.filename
{
    flex:4;
    text-align: left;
    vertical-align:top;
    font-family: verdana;
}
.filesize
{
    flex:2;
    color:#30693D;
    font-size: 12px; font-family: verdana; line-height: 150%;
    margin-left:10px;
    margin-right:5px;
    text-align: right;
}
.abort{
    flex:1;
    text-align: right;
}



/*공통 */
.p-15 {
    padding: 15px;
}
.p-0 {
    padding: 0;
}
.m-15 {
    margin: 15px;
}
.m-0 {
    margin: 0;
}
.m-t-15 {
    margin-top: 15px;
}
.m-b-15 {
    margin-bottom: 15px;
}

.input-round {
    border-radius: 25px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.border-no-line {
    border:0 !important;
}

.pointer {
    cursor: pointer;
}


.text-grey-color {
    color:#888;
}

.text-warning {
    color:#ffcc00;
}

.text-danger {
    color:#ff3300;
}

.text-success {
    color:#80ACDD;
}

.load {
    width:100%;
    position: fixed; left:0; bottom: 0; background: rgba(255,255,255,.8); text-align: center; padding:40px 0;
    display: none;
    font-size: 15px; font-weight: 900; color:#000; z-index: 99999;
}
.load i {
    font-size:30px
}

.load .icobox {
    width: 40px; margin:auto;
}

.ico-spin {
    animation: icospin 1s infinite linear;
}
@keyframes icospin {
    0% {
         transform: rotate(0deg);
    }
    100% {
         transform: rotate(359deg);
    }
}

/*부트스트랩 확장 */
#bbs .btn {
    border-radius: 2px;
    border: 0.5px solid rgba(0,0,0,.1);
}

#bbs .post .title .badge.badge-grey {
    background-color: rgba(0,0,0,.1); font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important; color:#555;
}
#bbs .post .title .badge.badge-default {
    background-color: rgba(0,0,0,.4); font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}
#bbs .post .title .badge.badge-primary {
    background-color: rgba(0,0,0,.5); font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}
#bbs .post .title .badge.badge-warning {
    background-color: #f0ad4e; font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}
#bbs .post .title .badge.badge-info {
    background-color: #5BC0DF; font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}
#bbs .post .title .badge.badge-danger {
    background-color: #ff3300; font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}
#bbs .post .title .badge.badge-success {
    background-color: #5cb85c; font-family: verdana; font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.alert {
    border-radius: 2px;
}

.alert-danger, .alert-default, .alert-warning, .alert-primary, .alert-success, .alert-info {
    border-color: rgba(0,0,0,.01);;
}
.alert-default {
    color: #555;
    background-color: #f3f3f3;
}
.alert-primary {
    color: #fff;
}


.label {
    border-radius: 2px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.modal-content {
    box-shadow: 0 0.5px 35px rgba(0,0,0,.1);
    border-radius: 2px;
    border: 0px;
}

/*테마컬러*/
.alert-primary {
    background-color: #09afaf;
}

#bbs .year_month ul.menuyear li.year div.a:hover {
    text-decoration: none;
    background-color:#09afaf;
    color:#fff
}
#bbs .year_month ul.menuyear li.year ul.menumonth li:hover {
    background-color:#09afaf;
    color:#fff
}
#bbs textarea#content {
    display:none;
}

.border-bottom-solid-primary {
    border-bottom: 0.5px solid #09afaf;
}


.text-primary-color {
    color:#09afaf;
}
.bg-primary-color {
    color:#fff;
    background-color:#09afaf;
}
.bg-primary-color td {
    color:#fff;
    background-color: #09afaf !important;
}
.bg-primary-color td span.sub {
    color:#fff !important;
}
.bg-primary-color td div {
    color:#fff !important;
}
.bg-primary-color .badge {
    color:#fff !important;
}
.badge.badge-primary {
    background-color: #09afaf;
}
.label-primary {
    background-color: #09afaf;
}

.btn-primary {
    color: #fff;
    background-color: #09afaf;
    border-color: rgba(0,0,0,.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #09afaf;
    border-color: rgba(0,0,0,.1);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #09786e;
    border-color: rgba(0,0,0,.1);
}
.btn-primary .badge {
    color: #09afaf;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ffaa00;
    border-color: #ffaa00;
}

.btn-danger {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}

.form-control.active {
    color: #09786e;
    background-color: #E7F7F7;
    border: 0.5px solid #09afaf;
}
#bbs .titlebox {
    border-bottom: 4px solid #09afaf;
}
#bbs .btnMoreView:hover {
    color: #09afaf;
    border-bottom: 0.5px dashed #09afaf;
}


/*checkbox */
.css-input {
    position: relative;
    display: inline-block;
    margin: 2px 0;
    font-weight: 400;
    cursor: pointer;
}
.css-input input {
    position: absolute;
    opacity: 0;
}
.css-input input:focus + span {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.css-input input + span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}
.css-input input + span:after {
    position: absolute;
    content: "";
}
.css-input-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.css-checkbox {
    margin: 7px 0;
}
.css-checkbox input + span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.css-checkbox input + span:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    content: "\f00c";
    text-align: center;
}
.css-checkbox:hover input + span {
    border-color: #ccc;
}
.css-checkbox.css-checkbox-sm {
    margin: 9px 0 8px;
    font-size: 12px;
}
.css-checkbox.css-checkbox-sm input + span {
    width: 16px;
    height: 16px;
}
.css-checkbox.css-checkbox-sm input + span:after {
    font-size: 8px;
    line-height: 15px;
}
.css-checkbox.css-checkbox-lg {
    margin: 3px 0;
}
.css-checkbox.css-checkbox-lg input + span {
    width: 30px;
    height: 30px;
}
.css-checkbox.css-checkbox-lg input + span:after {
    font-size: 12px;
    line-height: 30px;
}
.css-checkbox.css-checkbox-rounded input + span {
    border-radius: 3px;
}
.css-checkbox-default input:checked + span {
    background-color: #999999;
    border-color: #999999;
}
.css-checkbox-primary input:checked + span {
    background-color: #5c90d2;
    border-color: #5c90d2;
}
.css-checkbox-info input:checked + span {
    background-color: #70b9eb;
    border-color: #70b9eb;
}
.css-checkbox-success input:checked + span {
    background-color: #46c37b;
    border-color: #46c37b;
}
.css-checkbox-warning input:checked + span {
    background-color: #f3b760;
    border-color: #f3b760;
}
.css-checkbox-danger input:checked + span {
    background-color: #ff3300;
    border-color: #ff3300;
}

/*첨부영상*/
.fr-video {
    height: 0;
    margin-bottom: 25px;
    padding-top: 56.25%;
    position:relative;
    border-radius:10px;
    overflow:hidden;
}
.fr-video iframe {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:0;
}

.push-20-t {
    margin-top: 20px;
}

/*앨범 */
.headAlbumin:hover, .headAlbumin.new:hover {
    border: 0.5px solid #09afaf;
}
.headAlbumin.new:hover i{
    color:#09afaf
}
.headname input:focus {
    border-color:#09afaf;
}

/* 오늘날짜 하일라이트*/
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
    background-color: #09afaf;
    border-color: rgba(0,0,0,.01);
}

.viewMenuYM {
    display:none;
}

#bbs .onlyMobile {
    display:none;
}

.floatBtns {
    position:fixed;
    z-index:10;
    top: 450px;
    width: 50px;
    right: 10px;
}
.floatBtns .btn {
    margin-bottom: 3px;
    font-size: 20px;
    text-align:center;
    width: 44px;
    height: 44px;
    padding: 6px 6px 0 6px;
    border-radius: 50% !important;
}
.floatBtns .btn i {
    line-height: 27px;
    padding:2px;
}

.notViewPc {
    display:none;
}

#listarea .td_chkbox {
    width: 28px;
    padding-left: 5px !important;
    padding-right: 0px !important;
}
#listarea .css-input input + span {
    margin:0 !important
}


@media (max-width: 767px) {
    .onlyPc {
        display:none
    }
    .notViewPc {
        display:block;
    }

    #bbs .infs .names {
        margin-top: 0;
    }
    #bbs .contentbox {
        padding: 15px 0 10px 0;
    }
    #bbs .filebox {
        margin: 10px 0 0 0;
    }
    #bbs #comment_area .write_com {
        padding: 15px 0;
    }
    #bbs .titlebox {
        margin-top: 0px;
    }
    #bbs .titlebox .title {
        padding: 10px 0;
    }
    #bbs #comment_area {
        margin: 0;
    }
    #bbs #comment_area .total_comment {
        padding: 5px 0;
    }
    #bbs #comment_area .list_comment .com {
        padding: 5px 0;
    }
    #bbs #comment_area .list_comment .com .pic {
        width: 40px; height: 40px;
        margin-top: 5px;
    }
    #bbs #comment_area .list_comment .com .pic img {
        width: 40px;
    }
}
@media (max-width: 480px) {
    .viewMenuYM_open {
        display:block;
    }
    .year_month {
        display:none;
    }
    #countTotal {
        display:none;
    }
}
