
footer {margin-bottom:0}

div.top_tab {position:fixed;display:none;top:0;left:50%;z-index:9999;width:100%;

transform:translate(-50%);
}

div.top_tab > img {margin:0 auto}


div.teacher img{padding:0;xxpadding:2.5em 0 .5em}
/* 2020-04-02, hclee, 최미래 과장 */
.sq_box05 h5.title {
    color: #3d33fa;
    font-weight: bold;
    padding: .2rem;
    text-align: left;
    font-family: "NGothic, Dotum";
    font-size: 1em;
    border-bottom: 2px solid #999999;
    padding-top: 15px;
    letter-spacing: -1px;
}
.sq_box05 .lec_list table{width:100%;margin-bottom:10px}
.sq_box05 .lec_list table tr {border-bottom:1px solid #919191;}
.sq_box05 .lec_list table tr td {padding:10px;letter-spacing: -1px;}
.sq_box05 .lec_list table tr td:nth-child(1) {width:80%}
.sq_box05 .lec_list .btn-info{padding: .1rem .25rem;font-size:.8rem;
    border-radius: 0;
	background-color:#fff;
	border:1px solid #3d33fa;
	color:#3d33fa;
	letter-spacing: -1px;
} /* .375rem .75rem */


/* 작은화면이 기본값일 때 이 곳에 작성 - 큰 화면만 변경할때 */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.sq_box05 h5.title{font-size:1.0rem}
	.sq_box05 .lec_list td{font-size:1.0rem}
	.sq_box05 .lec_list .btn-info{font-size:1.1rem}
}

/* Medium devices (tablets, 768px and up) */
/* GPAD 800*1113 */
@media (min-width: 768px) {
	.sq_box05 h5.title{font-size:1.1rem}
	.sq_box05 .lec_list td{font-size:1.5em}
	.sq_box05 .lec_list .btn-info{font-size:1.2rem}
}

/* Large devices (desktops, 992px and up) */
/* iPAD 1024*1264 */
@media (min-width: 992px) {
	.sq_box05 h5.title{font-size:1.3rem}
	.sq_box05 .lec_list td{font-size:1.7em}
	.sq_box05 .lec_list .btn-info{font-size:1.4rem}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.sq_box05 h5.title{font-size:1.5rem}
	.sq_box05 .lec_list td{font-size:2em}
	.sq_box05 .lec_list .btn-info{font-size:1.5rem}
}