.contact-us_bg{background: url('../img/contact-us_bg.jpg') #000;background-size: cover; background-position: 50% 50%;}

.contact-us-table{margin-top: 20px;}
.contact-us-table table{width:97%;margin: auto;margin-bottom: 60px; font-weight: 400;font-family: 'NanumBarunGothic','NanumBarunGothicBold', serif;font-size: 14px;}
.contact-us-table table thead tr td{position: relative;height: 35px;text-align: center;vertical-align: middle;font-weight: bold;}
.contact-us-table table thead tr td:after{content: '';height: 0px;background: #000;width: 1px;display: inline-block;position: absolute;right: 0;bottom: 0;}

.contact-us-table table tbody{border-bottom: solid 0px #555;border-top: solid 0px #555;}
.contact-us-table table tbody tr:hover{background: #f9f9f9; cursor: pointer;}
.contact-us-table table tbody tr td{border-bottom: solid 1px #ddd;height: 50px;vertical-align: middle;text-align: center;}

.contact-us-table table tbody tr.active{background: #fff;}
.contact-us-table table tbody tr.active td.subject{color: #000;font-weight: bold;}
.contact-us-table table tbody tr.answer {background: #f9f9f9;}
.contact-us-table table tbody tr.answer td{vertical-align: top;border-right: 0 !important;padding: 15px 10px;line-height: 22px;}
.contact-us-table table tbody tr.answer td div{display: block;vertical-align: top;margin-bottom: 5px;}

.contact-us-table table tbody tr td span.q-icon {font-family: 'NanumSquare';display: inline-block;font-size: 16px;width: 35px;height: 35px;line-height: 29px;text-align: center;border-radius: 50px;margin-right: 7px;border: solid 4px #555;background: #fff;color: #000;font-weight: bold;}
.contact-us-table table tbody tr td span.a-icon {font-family: 'NanumSquare';display: inline-block;font-size: 16px;width: 35px;height: 35px;line-height: 29px;text-align: center;border-radius: 50px;margin-right: 7px;border: solid 4px #f5373c;background: #fff;color: #000;font-weight: bold;}

/*
.contact-us-table table tbody tr td span.q-icon {display: inline-block;background: #555;color: #fff;font-size: 15px;width: 28px;height: 28px;line-height: 30px;text-align: center;border-radius: 50px; margin-right: 5px;}
.contact-us-table table tbody tr td span.a-icon {display: inline-block;background: #f5373c;color: #fff;font-size: 15px;width: 28px;height: 28px;line-height: 30px;text-align: center;border-radius: 50px; margin-right: 5px;}*/
.contact-us-table table tbody tr td.subject{text-align: left;}

.contact-us-table table tbody tr td a{border-radius: 0; background: #dc2323;font-size: 14px;text-align: center;padding: 8px 20px;color:#fff;text-decoration: none;display: inline-block;}
.contact-us-table table tbody tr td a:hover{background: #c50f0f;}
