.subs-rn-tbl {
	border: 1px solid #ff5d7b;
	color: #000;
	margin-bottom: 15px;
}
.subs-rn-tbl .tbl-head, .subs-rn-tbl .tbl-row {
	overflow: hidden;
}
.subs-rn-tbl .tbl-head {
	background-color: #ff5d7b;
	color: #fff;
}
.subs-rn-tbl .tbl-row {
	background-color: #ffc6d1;
}
.subs-rn-tbl .tbl-row:nth-child(2n){
	background-color: #ffdae1;
}
.subs-rn-tbl .col-1, .subs-rn-tbl .col-2 {
	float: left;
	word-wrap:break-word;
	padding:7px 14px;
}
.subs-rn-tbl .col-1 {
	width: 40%;
}
.subs-rn-tbl .col-2 {
	width: 60%;
}
.c-pop-note-ul {
	padding-left: 20px;
	list-style: circle;
	margin-bottom: 20px;
} 
.hide-mnu-btn {width: 50px;height: 50px;background-color: #fff;position: absolute;top: 63px;right: 10%;}
@media screen and (min-width: 845px) and (max-width: 900px) {
	.hide-mnu-btn {right: 8%;}
}
@media screen and (min-width: 780px) and (max-width: 844px) {
	.hide-mnu-btn {right: 13%;}
}
@media screen and (min-width: 720px) and (max-width: 779px) {
	.hide-mnu-btn {right: 9.5%;}
}
@media screen and (max-width: 719px) {
	.hide-mnu-btn {right: 6%;}
}