@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;400;500;600;700;900&display=swap');

.txtBox {
	font-family: 'Noto Serif KR', serif;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	font-size:17px;
	line-height:30px;
}

.honor_wrap {
	margin-top:-47px;
}


.honorTab {
    margin: 0px 0px 30px 0px;
    width: 1118px;
    height: 45px;
    display: table;
    table-layout: fixed;
    font-family: "yoon";
	border-collapse:collapse;
}


.honorTab > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}


.honorTab .tabs {
    line-height: 45px;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 45px;
	background:#fff;
    border: 1px solid #ccc;
	font-family: "NanumSquareR";
	font-weight:800;
}


.honorTab .tabs.active {
	background:#8fc11f;
    border:1px solid #8fc11f;
	color:#fff;
}

.txtBox2 {
	margin:40px auto;
	text-align:center;
	font-family: "NanumSquareR";
	font-weight:800;
}

._userBox  {
}

._userBox ._boxs {
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 26px;
    width: 200px;
	text-align:center;
	cursor: pointer;
}

._userBox ._boxs:nth-child(5) {
	margin-right:0;
}
._fanBox ._boxs {
	border:1px solid #e0e0e0;
    float: left;
    position: relative;
    margin-right: 18px;
    margin-bottom: 26px;
    width: 260px;
	text-align:center;
	cursor: pointer;
}
._fanBox ._boxs ._img_wrap{
	padding:10px;
}
._fanBox ._boxs ._nameBox2{background:#f6f6f6;padding:10px 0px;line-height:1.5em;}

._boxs img {
	width:100%;
	height:100%;
	box-shadow:0 0 0 1px #ccc inset;
	box-sizing:border-box;
	transition:all 0.5s ease;
}


._userBox ._boxs.active img ,
._userBox ._boxs:hover img 
{
	box-shadow:0 0 0 3px #8fc11f inset;
}

._boxs._mr0 {
	margin-right:0;
}

._userText {
	width:100%;
	text-align:center;
	display:none;
	margin:20px 0 30px;
}

._userText.active {
	display:block;
}


._userText > div {
	padding:50px;
	height:auto;
	line-height:23px;
	font-size:18px;
	font-family: "NanumSquareR";
}

._strong {
	font-weight:600;
	margin:20px 0;
	font-size:23px;
}

.green {
	color:#8fc11f;
}

._nameBox2 {
	font-size:12px;
	font-family: "NanumGothi";
}