.match-view {
	float: left;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	padding-bottom: 45%;
	position: relative;
}

.match-view-container {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
color: #fff;
float: left;
}

.match-view .subject {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.match-view .subject div {
	float: left;
	width: 50%;
	height: 100%;
	display: table;
	font-weight: bold;
	color: #ccc;
}

.match-view .subject div p { display: table-cell; vertical-align: middle;}
.match-view .subject div b, .match-view .subject div i { display: block; }
.match-view .subject div i { font-size: 80px; }
.match-view .subject div b { font-size: 20px; margin-bottom: 10px;}
.match-view .subject div.hoho { background-color: #ea4c89; color: #fff; }

.match-date {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	background-color: #fff;
	font-size: 14px;
	
	color: #929292;
}


.field {
	width: 100%;
	float: left;
	list-style: none;
	padding: 20px 10px 0px 10px;
}

.subs { border-top: 1px solid #e7e7e7; }


.field li {
	float: left;
	text-align: center;
	
	margin-bottom: 18px;
	width: 100%;
	font-size: 0;
}

.field li a {
	width: 20%;
	display: inline-block;
	color: #fff;
	text-align: center;
	position: relative;
}

.field li a b {
	display: block;
	position: absolute;
	font-size: 20px;
	color: #ea4c89;
	width: 100%;
	top: -10px;
	left: 0;
	text-shadow: 0 0 10px #ea4c89;
	text-align: center;
}

.field li p {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #e7e7e7 !important;;
	background-color: #fff;
}

.field li strong {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 2px;
	font-weight: 700;
	color: #424242;
}


.field li span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	margin-top: 1px;
	color: #ea4c89;
}


.rate-info-title {
	font-size: 17px;
	margin: 15px 15px 0 15px;
	color: #727272;
}

.rate-info-title i {
	
	color: #ea4c89;
	font-weight: 700;
}

.rate-info-title i.total {
	color: #424242;
}

.rate-info-graph {
	display: block;
	height: 4px;
	margin: 5px 15px 15px 15px;
	background-color: #f2f2f2;
	border-radius: 2px;
}

.rate-info-graph strong {
	float: left;
	height: 4px;
	background-color: #ea4c89;
}


.rator {
	margin: 0px 15px 0px 15px;
}

.rator li {
	float: left;
	width: 33.3%;
	list-style: none;
	font-size: 15px;
	margin-bottom: 15px;
}

.lineup {
	font-size: 15px;
	
	padding: 15px;
	font-weight: 400;
	line-height: 1.5em;
}


span.ay {
	width: 8px;
	height: 10px;
	display: inline-block;
	background-color: #ffd70c;
	-webkit-border-radius: 2px;
	margin-right: 3px;
}

span.ar {
	width: 8px;
	height: 10px;
	display: inline-block;
	background-color: #ff252f;
	-webkit-border-radius: 2px;
	margin-right: 3px;
}


.lineup br {
	display: block;
    content: "";
    margin-top: 5px;
}

.goal {
	padding: 15px;
	
	border-top: 1px solid #f2f2f2;
	line-height: 1.5em;
	font-size: 12px;
}

.goal strong {
	font-size: 15px;
	letter-spacing: -0.5px;
}

.goal b {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.goal b.fuck {
	color: #b2b2b2;
}

.wherewhen {
	font-size: 15px;
	
	padding: 15px;
	font-weight: 400;
	line-height: 1.3em;
	color: #727272;
	border-top: 1px solid #f2f2f2;
}

.rating-btn {
	float: left;
	padding: 0 15px 15px 15px;
	width: 100%;
}

.rating-btn a {
	display: block;
	text-align: center;
	padding: 12px 0 10px 0;
	color: #ea4c89;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	background-color: #f0f0f0;
}

.wrating-container {
	float: left;
	width: 100%;
	background-color: #fff;
	font-size: 15px;
}

.wrating-container ul.rrra {
	float: left;
	width: 100%;
}

.wrating-container ul.rrra li {
	padding: 10px 15px 15px 15px;
	
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.wrating-container ul.rrra li .name {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-weight: 700;
}


.wrating-container ul.rrra li .input {
	float: left;
	width: 100%;
}

.wrating-container ul.rrra li select {
	padding-left: 10px;
	font-size: 18px;
	border: 0;
	color: #ea4c89;
	width: 50px;
	height: 30px;
	
	text-align: center;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	font-weight: 700;
	-webkit-appearance: appearance;
}

.wrating-container ul.rrra li option {
	text-align: center;
	display: block;
	width: 100%;
}

.wrating-container ul.rrra li input {
	width: calc(100% - 60px);
	height: 30px;
	float: left;
	font-size: 18px;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #e0e0e0 !important;
	margin-left: 10px;
}

.wrating-container .guide {
	background-color: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 100%;
	padding: 5px 15px 15px 15px;
	font-size: 15px;
}

.wrating-container .guide b {
	display: block;
	font-weight: 700;
	color: #ea4c89;
	margin-bottom: 4px;
	margin-top: 10px;
}

.wrating-container .guide p {
	display: block;
	margin-bottom: 4px;
	line-height: 1.3em;
	color: #727272;
}

.wrating-container .guide ul {
	display: block;
	list-style: none;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.wrating-container .guide ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px 0;
	color: #727272;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.wrating-container .guide ul li strong {
	display: block;
	
}

.wrating-container .guide ul li span {
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.wrating-container .button {
	float: left;
	width: 100%;
	padding: 15px;
}

.wrating-container .button input {
	width: 100%;
	border: 0;
	background-color: #ea4c89;
	padding: 12px 0 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
}

#match { padding-top: 0; }
#match div.header { background-color: transparent; -webkit-transition: all .2s ease-in-out; }
#match div.header h1 { opacity: 0; }
#match div.header-origin { background-color: #ea4c89; }
#match div.header-origin h1 { opacity: 1; }
#match #sitemap { padding-top: 50px; }

.m-l-c {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	font-size: 15px;
	background-color: #fafafa;
}

.m-l-c a {
	display: block;
	padding: 13px 15px 12px 15px;
}
.m-l-c a strong { padding-top: 2px; display: inline-block;}
.m-l-c a span { float: right; color: #ea4c89;  font-weight: 700; }

