@charset "utf-8";


.board-list {padding: 90px 40px;
    width: 100%;
    display: inline-block;
    }
/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:100% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }


.teachtit{padding: 10px 0;border-bottom: 3px solid #cacaca;margin-bottom: 10px;}
.teaname{font-size: 22px; font-weight: bold; letter-spacing: 1px;}
.teapo{font-size: 18px; }

.teahistxt, .teahistxt ul li span {
	font-family:'SpoqaHanSansNeo-Light'!important;
	font-size: 16px;
	line-height: 220%;
	font-weight: bold;
}

.resutagwrp{display: inline-block;margin-top: 15px;margin-bottom: 10px;}
.resutag{background: #282d32; color: #fff; font-size: 16px; padding: 8px 50px 8px 15px;}
.resutag::before {
    content: '';
    width: 4px;
    height: 4px;
    color: #fff;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    margin: 0px 17px 2px 0;
    border-radius: 6px;
}
.clearfix {border-bottom: 0!important;}
.list-wrap .list-row {border-bottom: 1px solid #cecece; margin-bottom: 40px;padding: 20px 0;}

.img-wrap .img-item {margin-top: 40px;}
.img-wrap .img-item img {width: 300px; image-rendering: -webkit-optimize-contrast;}