.mypage {
}
.mypage table {
	text-align:center;
	font-size:10pt;
}
.mypage table th {
	padding:5px;
}
.mypage table td {
	padding:5px;
}
.mypage table.list {
	margin:20px auto 30px;
	text-align:center;
}
.mypage table.list th {
	line-height:40px;
	border-bottom:1px solid #999;
	border-top:1px solid #333;
	background-color:#F7F7F7;
}
.mypage table.list td {
	padding:14px 0;
	border-bottom:1px solid #E9E9E9;
}
.mypage table.list {
	margin-top:20px;
	text-align:center;
}
.mypage table.write {
	margin-top:20px;
}
.mypage table.write th {
	line-height:40px;
	border-bottom:1px solid #999;
	border-top:1px solid #333;
	background-color:#F7F7F7;
}
.mypage table.write td {
	padding:14px 0 14px 14px;
	border-bottom:1px solid #E9E9E9;
	text-align:left;
}
.mypage table.write td:first-child {
	background-color: #FAFAFA;
}






/* ¸¶ÀÌÆäÀÌÁö »ó´Ü¸Þ´º */

#kbmp { margin:30px 0; overflow:hidden;}
#kbmp h4{
	width:100%;
	float:right;
	text-align:right;
	margin-bottom:15px;
}
#kbmp h4 a {
	padding:0 10px;
	font-weight:normal;
	color:#f43011;
	font-weight:bold;
}
#kbmp ul {
	margin:20px auto;
	text-align:center;
}
#kbmp li {
	float:left;
	width:16.6%;
	font-size:14px;
}
#kbmp li:first-child a {
	border-left:1px solid #CCC;
}
#kbmp li a {
	display: block;
	line-height:40px;
	border:1px solid #CCC;
	border-bottom:1px solid #333;
	border-left: none;
}
#kbmp li a:hover {
	text-decoration:none;
}
#kbmp ul li.on a {
	text-decoration:none;
	color: #FFF;
	background-color:#333;
	border:1px solid #333;
	border-bottom:1px solid #333;
}

.time {
	width:85%;
	margin-top:40px;
	float:right;
}
.time ul{ width:100%; text-align:center;
}
.time li{ display:inline-block; margin:0 5px;
}


/* ¸®ºä Æ÷ÀÎÆ®  */
.k_review {
padding:0 30px;
    border: 2px solid #333;
    border-radius: 15px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k_review h4{ width: 50%;
    display: flex;
    align-items: center;
    font-family: 'Jalnan', 'Noto Sans KR', sans-serif;}
.k_review h4 p{ font-size:22px;}
.k_review h4 p span{ font-size:18px; display:block;  color:#3ac495;
}
.k_review h4 img {
width:100px;
float:left;
margin-right:30px;
}
.k_review p.txt{font-size:16px;
}
.k_review p.txt span{color: #f56349; font-weight:bold;

}

/* ¸®ºäÆ÷ÀÎÆ® end */



/* Àå¹Ù±¸´Ï */
.memo_box{font-size: 14px;
    color: #666;
		text-align:left;
    margin:50px auto 50px;
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 10px;}

.memo_box p {
    color: #f56349;
    margin-bottom: 10px;
    font-weight: bold;
}
