/* 메인 테이블 구조 */
.mainmtbl {
	width: 100%;
	margin-bottom: 10px;
}

.mainmtbl td {
	width: 33.33%;
	text-align: center;
	font-weight: 600;
	padding: 5px;
	box-sizing: border-box;
}

.mainmtbl td a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.mainmtbl td .imgbox {
	width: auto;
	height: 120px;
	padding: 15px;
	margin: 0 auto;
	border-radius: 5%;
	border: 1px solid #eee;
	box-shadow: 1px 1px #e1e1e1;
	background: #fff;
	cursor: pointer;
	transition: background 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.9em;
}

.mainmtbl td .imgbox img {
	max-width: 50px;
	margin-bottom: 8px;
}

.mainmtbl td .img-text {
	display: inline-block;
}

.mainmtbl td .imgbox:hover {
	background: #d6ecfc;
}

@media (min-width: 768px) {
	.mainmtbl td .imgbox {
		flex-direction: row;
		height: 90px;
		font-size: 1.4em;
	}
	.mainmtbl td .imgbox img {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.mainmtbl td .imgbox {
		flex-direction: column;
		height: 110px;
		font-size: 0.9em;
	}
	.mainmtbl td img {
		max-width: 45px;
	}
}

/* 슬롯 커뮤니티 박스 정보 */
.bkinfo {
	text-align: center;
}

.bkinfo .bktitle h1 {
	font-size: 2.0em;
	font-weight: 600;
}

.bkinfo .bktitle h6 {
	margin-top: 5px;
	font-size: 1.0em;
	font-weight: 400;
	color: #666;
}

.bkctn {
	margin-top: 1.5rem;
}

.bkctn .ctntop {
	background: #edf6f1;
	border-radius: 1.0rem 1.0rem 0 0;
	text-align: left;
	padding: 2.0rem 0 1.0rem 0;
}

.bkctn .ctntop h2 {
	width: 70%;
	font-size: 1.3rem;
	border-radius: 0 1.0rem 1.0rem 0;
	background: #1d128c;
	color: #fff;
	padding: 0.8rem 1rem;
	font-weight: 300;
}

.bkctn .ctntop h4 {
	padding: 0.8rem 1rem;
	margin-top: 1.0rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.bkctn .ctntop .topinfo {
	padding: 0.8rem 1rem;
	margin-top: 1.0rem;
	font-size: 1.0rem;
	font-weight: 300;
}

.bkctn .ctnbt {
	background: #f3f4f9;
	border-radius: 0 0 1.0rem 1.0rem;
	text-align: left;
	padding: 2.0rem 0 1.0rem 0;
}

.bkctn .ctnbt h2 {
	width: 70%;
	font-size: 1.3rem;
	border-radius: 0 1.0rem 1.0rem 0;
	background: #8c1212;
	color: #fff;
	padding: 0.8rem 1rem;
	font-weight: 300;
}

.bkctn .ctnbt h4 {
	padding: 0.8rem 1rem;
	margin-top: 1.0rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.bkctn .ctnbt .topinfo {
	padding: 0.8rem 1rem;
	font-size: 1.0rem;
	font-weight: 300;
}

.bkctn .ctnbt .topinfo .infotab {
	padding: 0.7rem;
}

.bkctn .ctnbt .topinfo .itb1 {
	background: #d1d1e1;
}

.bkctn .ctnbt .topinfo .itb2 {
	background: #ffe97d;
}

.bkctn .ctnbt .topinfo .itb3 {
	background: #c0ebf1;
}

.bkctn .ctnbt .topinfo .infotab .ittitle {
	font-weight: 500;
	font-size: 1.1rem;
}

.bkctn .ctnbt .topinfo .infotab .itinfo {
	font-weight: 300;
	font-size: 1.0rem;
}

.bkctn .ctnbt .topinfo .infotab ul {
	margin: 1.0rem 0 0 1.0rem;
}

.bkctn .ctnbt .topinfo .infotab ul li {
	color: #666;
	list-style: circle;
}

/* 추가되어 있던 배경용 클래스 */
.bkctn.color3 {
	background: #fff;
}

.na-row {
	background: #fff;
}
