/* Watch file to /css/aboutus.css */
* {
    margin: 0;
    padding: 0; }

input, button, textarea, select {
    outline: none; }

a {
    color: #7c84c5;
    text-decoration: none;
    cursor: pointer; }
a:hover {
    text-decoration: underline; }

ul {
    list-style-type: none; }

body {
    background-color: #f5f5f5; }

body > .main_wrap {
    min-width: 1240px;
    width: 100%; }
body > .main_wrap .content_wrap {
    width: 1240px;
    margin: 0 auto;
    padding: 20px 0; }

body > .main_wrap .content_wrap {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden; }

.cw_l_col {
    width: 691px;
    float: left;
    overflow: hidden; }
.cw_l_col .cw_lc_aboutus {
    margin-bottom: 130px; }
.cw_l_col .cw_lc_aboutus p {
    font-size: 16px;
    color: #141414;
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 20px; }
.cw_l_col .cw_lc_aboutus p:first-of-type {
    font-size: 21px;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px; }
.cw_l_col .cw_lc_aboutus p:last-of-type {
    margin-bottom: 0; }
.cw_l_col .cw_lc_faq {
    font-size: 21px;
    font-family: "Fira Sans", sans-serif; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #b8b8b8; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit:first-of-type {
    padding-top: 0; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit p {
    line-height: 21px;
    margin-top: 5px; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit p:first-of-type {
    margin-top: 0; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit p:first-of-type span {
    color: #7b1308; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit p:last-of-type span {
    color: #cbc65e; }
.cw_l_col .cw_lc_faq .cw_lc_f_unit p span {
    line-height: 21px; }

.cw_r_col {
    float: right;
    overflow: hidden; }
.cw_r_col .cw_rc_img {
    width: 466px;
    height: 291px;
    margin-bottom: 130px; }
.cw_r_col > p {
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    margin-bottom: 20px; }
.cw_r_col form input {
    display: block; }
.cw_r_col form input[type="text"] {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border: 2px solid #b8b8b8;
    margin-bottom: 15px; }
.cw_r_col form textarea {
    width: 100%;
    margin-bottom: 45px;
    box-sizing: border-box;
    border: 2px solid #b8b8b8;
    resize: vertical; }
.cw_r_col form input[type="button"] {
    width: 100%;
    border: 2px solid #141414;
    background-color: transparent;
    line-height: 46px;
    height: 50px;
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    color: #141414;
    background: linear-gradient(to right, #141414 50%, #f5f5f5 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    cursor: pointer; }
.cw_r_col form input[type="button"]:hover {
    background-position: left bottom;
    color: #f5f5f5; }
