@charset "utf-8";

#board_language {
    width:100%;
    margin:20px 0;
    min-height:100px;
}
#board_language table { width:100%; border-spacing:0; border-collapse:collapse; }
#board_language th { height:34px; text-align:center; background:#eeeeee; border:1px solid #cccccc; }
#board_language td { height:30px; text-align:center; border:1px solid #cccccc; }
#board_language tbody tr:hover { background: #FFF2F2; }
#board_language .buttonWrap {
    width:100%;
    margin-bottom: 10px;
    text-align: right;
}
#board_language button {
    border:0px;
    background: #555;
    color: #fff;
    height:32px;
    padding:0 15px;
}
#board_language .no-data {
    text-align: center;
    height: 100px;
}
#boardWrite {
    width:100%;
    padding:20px 20px 0 0;
}

#tiles li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tiles li .thumb {position:relative;}
#tiles li .thumb img {width:100%;height:auto;}
#tiles li .thumb a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#tiles li .thumb .btn_play {
    position:absolute;
    left:50%;
    top:50%;
    width:50px;
    height:50px;
    color:rgba(61,73,88,0.8);
    font-size:36px;
    text-align:center;
    line-height:50px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#tiles li .thumb a:hover {background:rgba(0,0,0,0.6);}
#tiles li .thumb a:hover .btn_play {color:rgba(255,255,255,0.8);}
#tiles li .con p.subject a {font-size:14px !important;font-weight:300;}

.txt-left { text-align:left !important; }
.pl-10 { padding-left: 10px !important; }

@media all {
	.lightbox {display: none;}
	.fixwidth {background: rgba(256,256,256, 0.6);}
	.fixwidth .featherlight-content {width: 500px;padding: 25px;color: #fff;	background: #111;}
	.fixwidth .featherlight-close {color: #fff;background: #333;}
}
