@charset "UTF-8";
 
/* 게시물 상세보기 */
.post_tit { font-weight: 700; float: left; display: inline-block; width: 100%; font-size: 1.1em;}
.post_day { float: left; color: #aaa; }
.bl-no { border-bottom: none;}

/* 게시물 답글관리  */
.comt-box  { border-bottom: 1px dashed rgba(0,0,0,.125); }
.comt-icon { text-align: center; color: #b5b5b5; }
.comt-tit { font-weight: bold; font-size: .95em; color: #5a5555;}
.comt_body { table-layout: fixed; }
.comt_day { float: left; color: #aaa; }
.comt_btn { color: #aaa; }

.reply-aria { border-left: 5px solid #e9e9e9; background: #f5f5f5;}
.reply-tit { font-weight: bold; color: #5a5555;  font-size: .85em;}
.reply_body { background: #f5f5f5 !important; table-layout: fixed;   font-size: .85em;}

.no-resize { resize: none; border: none; }
.photo-wrap { min-height: 400px; overflow: hidden;}

/* 교육신청 버튼 */
.apply-sts {cursor: default;}
.apply-sts:hover {color: #fff;}
.apply-full {background: #17a2b8; color: #fff;}
.apply-recrut {background: #ed4a89; color: #fff; }
.apply-fin {background: #adb5bd; color: #fff; }
.apply-deadline {background: #007bff; color: #fff; }
.apply-cancle {background: #343a40; color: #fff; }
.apply-going {background: #28a745; color: #fff; }
.text-cancle {color: #343a40; }
.text-fin { color: #a2a5a9; }
.text-going { color: #28a745; }
.text-recrut { color: #ed4a89; }
.text-full { color: #17a2b8; }
.blt-no { border-top: none; }

 

.alert-apply {background: #e3ecf5; border-bottom: 1px dashed rgba(0,0,0,.125); border-radius: .25rem;}
.info-fac {font-size: .7em; background: #e3ecf5;     border-radius: .25rem;}

.search_list a { text-decoration: none;}
.search_list a p { margin-bottom: 0;}
.search_tit { float: left; font-weight:700; inline-block; width: 100%; font-size: 1.05em;}
.search_day { float: left; color: #aaa; display:inline-block;  width: 100%;}
.search_text { text-decoration-line: solid underline purple 4px; }
.btn-noline { border : none }

.edu-info dt {  border-radius: 50%;  border-bottom: 1px solid #1f74c3; font-size: .9em; line-height: 110px; display: inline-block;
    float: left; z-index: 3;    background: #f1f1f1; width: 120px; height: 120px; color: #272626; } 
    
.edu-info dd { font-size: .80em; font-weight: bold; color: #6f6e6e; }

#photolist-wrap .card figure.no-list:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: url(../images/image-confused.svg);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
