@charset "utf-8";
[v-cloak] { display: none; }

/* TAG */
.bbs_cate {
    display: inline-block;
    margin-right: 10px;
    background: #339900;
    color: #fff;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em;
}

/* Questions */
.bbs_qna {
    display: inline-block;
    margin-right: 10px;
    background: #3399ff;
    color: #fff;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em;
	width:60px;
	text-align:center;
}

/* Answer */
.bbs_ans {
    display: inline-block;
    margin-right: 10px;
    background: #339900;
    color: #fff;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em;
	width:60px;
	text-align:center;
}

/* Answer */
.btnCmt {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.75rem;
	width:70px;
	text-align:center;
	cursor:pointer;
}

.wth_files > ul {display: inline-block; }
.wth_files > li {padding: 0px; list-style: none;  color:#555; font-size:0.875rem;}

.wth_contents img {max-width:1024px;max-height:auto;}

/*@media(max-width:500px){*/
/*	.wth_contents img {max-width:100%;max-height:auto;}*/
/*}*/
/**/
/*@media(max-width:640px){*/
/*	.wth_contents img {max-width:100%;max-height:auto;}*/
/*}*/

@media(max-width:760px){
	.wth_contents img {max-width:100%;max-height:auto;}
}

/* 신규 */
.wth_icon_2 {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #d44987;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 인기 */
.wth_icon_3 {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #e98035;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 베스트 */
.wth_icon_4 {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #e93b35;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 추천 */
.wth_icon_5 {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #a135e9;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 수료증 */
.certi_icon {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #339900;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 수료증 */
.certi_pdf {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #0099ff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* 관리자 수료처리 */
.ceti_manager {
	font-size: 0.65rem;
    width: 90px;
    padding: 1px 8px 1px 8px;
    background: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 5px;
}

/* 수동처리 */
.certi_passive {
	font-size: 0.75rem;
    width: 90px;
    padding: 2px 10px 2px 10px;
    background: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
	border: 1px solid;
	cursor: pointer;
}

/* 시험 이미지 사이즈 조절 */
.exam_explain img {max-width:99%;max-height:auto;}
/* 게시판 이미지 조절 */
div.wth_contents img { max-width: 100%; height: auto; }