
div.guide { }
div.table_wrap {padding-bottom:20px; margin-top:20px;}
table {border-collapse; collapse; border-spacing:0; }
table.table_common {border-top:2px solid #555; width:100%; border-bottom:1px solid #555;}
table.table_common caption {font-size:0px; width:0px; height:0px; text-indent:-9999px; overflow:hidden;}
table.table_common th,table.table_common td {padding:13px 10px ; text-align:center;}
table.table_common th {border-bottom:1px solid #555; border-left:1px solid #dfdfdf; background-color:#ecf1f7; }
table.table_common td {border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; line-height:25px; }
table.table_common td:first-child,table.table_common th:first-child {border-left:none;}
table.table_common tr:last-child td {border-bottom:none;}
table.table_common .lineL {border-left:1px solid #dfdfdf !important;}

div.guide .cancel {margin-top:50px; font-size:16px;}
div.guide .cancel h4 {font-weight:500; font-size:22px; padding-bottom:10px;}
div.guide .cancel ul li{padding:3px 0;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
table.table_common th,table.table_common td {padding:5px 2px ; font-size:13px;}	
div.guide .cancel {margin-top:40px; font-size:14px;}
div.guide .cancel h4 {font-size:20px;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

