/**
 *	Portal - v 0.1.0
 */

@charset "UTF-8";

/**
 * Error validation
 */
.error_text{color:#e33244;padding: 5px 0px;}
.error_edge{border-color:#ff5f5f !important;}

/**
 * 공통 CSS
 */
.input_readonly	{ background-color:#e8e8e8 }
.input_number	{padding-right: 5px;}

.page_title {
    margin-top:20px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 27px;
    border-bottom: 3px solid #454545;
    font-weight:bold;
    color:rgb(65, 65, 65);
    font-size: 20px;
}
.page_comment {
    padding: 2px;
    line-height: 25px;
}

#fmPrivilege {
  line-height:25px;
  margin-top:90px; 
}

#fmPrivilege h3{
  font-size:20px;
  line-height:25px;
}
#fmPrivilege .contTit{
  font-size:16px;
}
#fmPrivilege th{
  text-align:center;
}

#fmPrivilege .joinAgree ul {
  margin:20px 0px;
}
#fmPrivilege .joinAgree p {
  margin-bottom:20px;
}