@charset "utf-8";

.tof2 {
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
}

.after::after {
    display: block;
    content: "";
    clear: both;
}


.debate_room_wrap {
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.debate_room_wrap li {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.debate_room_wrap li:nth-of-type(4n) {
    margin-right: 0;
}

.pic_box {
    position: relative;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d7d7d7;
}

.pic_box img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.pic_ic {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 10;
}

.pic_ic.p {
    background: url(../img/talks/pic_ic_p.png) no-repeat center;
}

.pic_ic.e {
    background: url(../img/talks/pic_ic_e.png) no-repeat center;
}

.pic_ic.c {
    background: url(../img/talks/pic_ic_c.png) no-repeat center;
}

.debate_room_wrap .txt_box {
    color: #5a5a5a;
    font-size: 18px;
}

.debate_room_wrap .txt_box .sj {
    font-size: 20px;
    color: #323232;
    margin: 15px 0;
    line-height: 1.5;
    min-height: 60px;
}

.debate_room_wrap .txt_box .txt span:nth-child(1) {
    width: 60px;
    display: inline-block;
    line-height: 1.7;
    position: relative;
}

.content.interest .nodata_around {
    width: 100%;
}

.content.interest .nodata_around .ic_box {
    background: url(../img/talks/acc02.png) no-repeat;
    width: 136px;
    height: 140px;
    margin: 0 auto;
    margin-top: 80px;
}

.content.interest .nodata_around .txt_box {
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
    line-height: 1.5;
}

.content.interest .nodata_around .txt_box .sj {
    font-size: 22px;
    color: #0a3b64;
    margin: 20px 0;
}

.bt_debate {
    font-size: 15px;
    color: #fff;
    background: #6eb92c;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 80px;
}


@media all and (max-width : 1200px){
	
	
	
	/* 토론방 둘러보기 */

	.main .debate_room_box{
		overflow-x: scroll;
	}

	.main .debate_room_wrap{
		min-width: 1200px;
	}

	.bnt_month li img {
		width: 100%;
		height: 300px;
	}
	
}

@media all and (max-width : 960px){
	/* 메인 토론방 둘러보기 */

	.main .debate_room_wrap{
		min-width: 1000px;
	}

	.main .debate_room_wrap li {
		margin-right: 1.5%;
		width: 23.875%;
	}

	.main .debate_room_wrap li:last-child {
		margin-right: 0px;
	}

	.debate_room_wrap .txt_box .sj{
		font-size: 16px;
		min-height: 50px;
	}

	.debate_room_wrap .txt_box{
		font-size: 14px;
	}

	.debate_room_wrap .txt_box .txt span:nth-child(1) {
		width: 50px;
	}

	.debate_room_wrap .txt_box .txt span:nth-child(1)::after {
		height: 15px;
		background: #5a5a5a;
		top: 4px;
		right: 1px;
	}

	.pic_ic {
		width: 40px;
		height: 40px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 35px;
		position: absolute;
		left: 10px;
		top: -5px;
		z-index: 10;
	}

	.pic_ic.p {
		background: url(../img/talks/pic_ic_p.png) no-repeat center;
		background-size: 40px;
	}
	.pic_ic.e {
		background: url(../img/talks/pic_ic_e.png) no-repeat center;
		background-size: 40px;
	}

	.pic_ic.c {
		background: url(../img/talks/pic_ic_c.png) no-repeat center;
		background-size: 40px;
	}

	.nodata.scrap2 .sj{
		font-size: 18px;
	}
	.nodata_interest .sj{
		font-size: 18px;
	}

	.content.interest .nodata_around .txt_box .sj{
		font-size: 18px;
	}
}

@media all and ( max-width : 550px ){
	.main .debate_room_wrap {
		min-width: 800px;
	}

	.main .debate_room_wrap li{
		margin-bottom: 0px;
	}

	.main .debate_room_wrap li:nth-of-type(2n) {
		margin-right: 1.5%;
	}

	.main .debate_room_wrap li:last-child {
		margin-right: 0%;
	}



	.main .list.one ul {
		min-width: 1490px;
	}

	.main .list.one li{
		max-width: 140px;
	}

	.main .list ul {
		min-width: 740px;
	}

	.main .list ul > li {
		min-width: 140px;
	}

	.sub .list.sc ul {
		min-width: 740px;
	}

	.sub .list.sc ul > li {
		min-width: 140px;
	}
	
	
	.book .pic {
		height: 188px;
	}

	section.main .content.interest {
		margin-bottom: 35px;
	}

	.debate_recent .nodata_room .ic_box {
		width: 25%;
		background: url(../img/acc01.png) right center no-repeat;
		background-size: auto 110px;
	}

	.debate_recent .nodata_room .txt_box {
		width: 75%;
	}

	.nodata.bkt {
		background: url(../img/acc08.png) top+60px center no-repeat;
		padding-top: 200px;
		background-size: auto 110px;
		padding-bottom: 70px;
	}

	.nodata.scrap2.bkt {
		background: url(../img/acc08.png) top+60px center no-repeat;
		padding-top: 170px;
		background-size: auto 90px;
		padding-bottom: 70px;
	}

	.content.interest .nodata_around .ic_box {
		background: url(../img/acc02.png) no-repeat;
		width: 120px;
		height: 120px;
		margin: 0 auto;
		margin-top: 40px;
		background-size: auto 120px;
	}

	.bt_debate {
		margin-bottom: 30px;
	}

	.nodata_interest .ic_box {
		background: url(../img/acc03.png) no-repeat;
		width: 110px;
		height: 120px;
		margin: 0 auto;
		margin-top: 30px;
		background-size: 110px;
	}

	.nodata_interest .txt_box {
		margin-bottom: 30px;
	}

	.nodata.scrap2 .sj{
		font-size: 16px;
	}
	.nodata_interest .sj{
		font-size: 16px;
	}

	.content.interest .nodata_around .txt_box .sj{
		font-size: 16px;
	}
	.content.interest .nodata_around .txt_box {
		font-size: 14px;
	}

	.nodata.scrap2 p{
		font-size: 14px;
	}
	
}