/* 기본 갤러리 게시판 */

.btn_bo_user li a {
    display: block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    background: #f17f31;
    color: #fff;
    border: none;
    padding: 0;
	text-align: center;
}

#bo_gall #gall_allchk {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

#bo_gall #gall_allchk input[type=checkbox] {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#bo_gall #gall_ul {
	width: 100%;
	overflow: hidden;
}

/* 게시판 검색 바 타입 */
.search_bar_tit {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
	margin-bottom: 9px;
}

.search_bar_tit p {
	font-size: 13px;
	font-weight: bold;
}

.search_bar_tit p span {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	display: inline-block;
}

.search_bar_tit p span:before {
	content:'';
	position: absolute;
	display: block;
	width: 1px;
	height: 13px;
	top: 3px;
	left: 0;
	background: #333;
}

.search_bar_wrap {
	width: 100%;
	height: 60px;
	background: #f5f5f5;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0 0 15px;
}

.search_bar_wrap .total_cnt {
	float: left;
	height: 100%;
	display: table;
}

.search_bar_wrap .total_cnt p {
	font-size: 13px;
	color: #666;
	display: table-cell;
	vertical-align: middle;
}

.search_bar_wrap .search_cont {
	float: right;
	padding: 13px 0;
}


.search_bar_wrap .search_cont #sfl {
	width: 200px;
	height: 36px;
	border: 1px solid #ccc;
}

.search_bar_wrap .search_cont #stx {
	width: 250px;
	height: 36px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	text-indent: 10px;
	margin: 0 5px;
}

.search_bar_wrap .search_cont .btn_submit {
	width: 60px;
	height: 36px;
	float: right;
	background: #f17f31;
}

/* 강사진소개 */

/* 서브카테고리 */
#teacherLnb {
    width: 1200px;
    margin: 0 auto;
}

#teacherLnb ul {
    overflow: hidden;
}

#teacherLnb ul li {
    float: left;
}

#teacherLnb ul li a {
    display: block;
    /*idth: 240px;*/
	width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #999;
}

#teacherLnb ul li a.on {
    border: 2px solid #ec690f;
    color: #222;
}

/* 강사진소개 리스트 */
.teacherList {
    overflow: hidden;
    position: relative;
}

.teacherList li {
    overflow: hidden;
    float: left;
    width: 365px;
    /* height: 270px; */
    margin: 0 0 50px 15px;
    position: relative;
}

.teacherList li .teacher_chk {
	position: absolute;
	top: 5px;
	left: 5px;
}

.teacher_his input {
	margin: 0 0 4px;
	display: block;
}

.teacherList li:first-child {
    margin-left: 0;
}

.teacherList li > div {
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.teacherList li .thumb_box {
    width: 120px;
    border: 1px solid #ccc;
	overflow: hidden;
}

.teacherList li .thumb_box img {
    max-width: 100%;
}

.teacherList li .txt_box {
    position: relative;
    width: 245px;
    padding: 0px 15px;
	word-break: keep-all;
}

.teacherList li .txt_box dl dt, .teacherList li .txt_box dl dd {
    font-size: 12px;
    color: #999;
}

.teacherList li .txt_box dl dt {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    font-family: "noto-sans-scott-l";
}

.teacherList li .txt_box dl dt span:first-child {
    display: block;
    margin-bottom: 5px;
    font-family: "noto-sans-scott";
    font-size: 13px;
    color: #888;
}

.teacherList li .txt_box dl dt .name {
	display: table;
	width: 100%;
}

.teacherList li .txt_box dl dt .name b, .teacherList li .txt_box dl dt .name span {
	display: table-cell;
	vertical-align: middle;
}

.teacherList li .txt_box dl dt .name span {
	font-size: 13px;
	line-height: 1.2em;
}

.teacherList li .txt_box dl dt b {
    padding-right: 10px;
    font-size: 22px;
    color: #222;
}

.teacherList li .txt_box dl dd {
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}

#bo_v #bo_v_con {
	min-height: 300px;
	padding: 0 20px;
	box-sizing: border-box;
}

#bo_v #bo_v_atc {
	border-top: none;
	border-bottom: none;
	padding: 20px 0;
}

.tit_wrap {
	margin: 0 auto;
	padding: 50px 0 0;
	border: none;
}

.bo_skin {
	margin: 30px auto 80px;
}

/* 170809 조혜진 리스트스킨 추가 */
.yee {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
	padding-right: 0 15px;
	height: 90px;
	resize: none;
	border: none;
}