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

.contact-us-table{margin-top: 20px;}
.contact-us-table h1{font-size: 34px; color: #3f474a;font-weight: 400;letter-spacing: -0.5px;}
.contact-us-table h1:before{content: '';display: block;width: 20px;height: 20px;border-radius: 40px;border: solid 4px #f4b92f;margin: auto;margin-bottom: 15px;}
.contact-us-table h5{font-size: 17px; color: #3f474a;font-weight: 400;letter-spacing: -0.5px;line-height: 23px;margin-bottom: 3px;}
.contact-us-table h5:after{content: '';display: block;width: 40px;height: 1px;background: #555;margin:20px auto;}
.contact-us-table table{width:100%;margin: auto;margin-bottom: 50px; font-weight: 500;font-family: 'NanumSquare';font-size: 16px;}
.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: dotted 1px #bbb;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: 20px 0 50px 0;line-height: 22px;}
.contact-us-table table tbody tr.answer td div{display: inline-block;vertical-align: top;margin-right: 5px;}
.contact-us-table table tbody tr td span.q-icon {font-family: 'NanumSquare';display: inline-block;font-size: 16px;width: 32px;height: 32px;line-height: 25px;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: 32px;height: 32px;line-height: 25px;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.subject{text-align: left; line-height: 24px;}
.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;}
