@charset "utf-8";


/*테이블*/
.to_table{border-top:1px solid #353535; background:#ffffff; margin:10px 0 10px 0;}
.to_table caption{display:none;}
.to_table thead tr th{font-weight:500;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0; background:#f3f8e9; text-align:center; padding:10px; font-size:15px; color:#669705;}
.to_table th.th_title{font-weight:500;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0; background:#f3f8e9; text-align:center; padding:10px; font-size:15px; color:#669705;}
.to_table td{border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0; padding:10px; color:#666; text-align:center; border-collapse:collapse; font-size:14px;}
.to_table td.title{ background:#f5f5f5; color:#444; font-weight:500;}
.to_table td.td_left{ text-align:left;}
.to_table th.end{ border-right:0;}
.to_table td.end{ border-right:0;}
.to_table p{ position:relative; padding:0px 0 0px 10px; font-size:14px !important;}
.to_table p span.dot_cr{ position:absolute; left:-5px;}
@media (max-width: 575px) {
.to_table thead tr th{padding:5px; font-size:12px;}
.to_table td{padding:5px; font-size:12px;}
.to_table p{ font-size:12px !important;}
}

.to_table2{ width:80%; margin:0 auto;}
.to_table2 table{ border-top:1px solid #353535; background:#ffffff;}
.to_table2 caption{display:none;}
.to_table2 thead tr th{ font-weight:500;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0; background:#f3f8e9; text-align:center; padding:15px; font-size:20px; color:#669705; width:50%;}
.to_table2 td{border-bottom:1px dotted #e0e0e0;border-right:1px solid #e0e0e0; padding:15px; color:#666; text-align:center; border-collapse:collapse; font-size:17px;}
.to_table2 th.end{ border-right:0;}
.to_table2 td.end{ border-right:0;}
.to_table2 tr.gray th, .to_table2 tr.gray td{ background:#f9f9f9;}
@media (max-width: 575px) {
.to_table2{ width:100%;}
.to_table2 thead tr th{ padding:10px; font-size:13px; }
.to_table2 td{ padding:10px; font-size:12px;}
}


/*clearfix*/
.cf{}/* 여기서 cf는 float속성을 가진 태그의 부모태그라고 생각한다.*/
.cf:after{display:block; content:""; clear: both;}


/* 준비중페이지 */
#ready{text-align:center; background:url(../img/common/ready.png) no-repeat 50% 0; margin:80px 0;  
        padding-top:130px; font-size:1.5em; line-height:1.3em; color:#333;}
#ready strong{font-weight:600; color:#23B1BD;}
#ready p{font-size:0.8em; color:#666;}
