/*메뉴 공통 - 기존코드 수정*/

.aboutPage {
    min-height: auto;
    margin: 15px auto 0px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.aboutRight {
    width: 100%;
}

.aboutMenuActive{
    border-left: 0 !important;
}

.subMenuTab > li.aboutTabBtn{
    text-align: left;
}

.subMenuTitle{
    margin: 0;
    text-align: left;
    line-height: inherit;
    border-bottom: 0;
    border-top: 1px solid #EDEDED;
}

.subMenuTitle:first-child{
    border-top: 0;
}

.subMenuTab > li > a{
    text-align: left;
    line-height: inherit;
}

#ad,
#direction{
    margin: 0 auto;
}

/*문의하기*/
#section_about{
    display: flex;
    align-items: flex-start;
    /*border: 1px solid red;*/
}

.subMenuLeftWrap {
    width: 250px;
    margin-right: 30px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    background: #fff;
    flex: 0 0 auto;
}

.subMenuTitle{
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #111;
}

.subMenuTab li{
    display: flex;
    align-items: center;
}

.subMenuTab li a{
    height: 48px;
    padding: 12px 24px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.subMenuTab li.aboutMenuActive{
    background: #ECF7FA;
}

.subMenuTab li.aboutMenuActive a{
    color: #008FC3 !important;

}



.about_wrap{
    width: 970px;
    /*border: 1px solid red;*/
}


/*뮨의하기 */

.section_contact .content_title_wrap .new_title5{
    margin-bottom: 8px;
}

.common_table_round_wrap{
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin-bottom: 24px;
}

.section_contact .common_table_gray th{
    color: #767676;
    font-weight: 500;
    letter-spacing: -0.35px;
    padding: 24px;
    text-align: left;
    width: 142px;
}

.section_contact .common_table_gray td{
    padding: 12px 16px;
    text-align: left;
}

.section_contact .common_table_gray tr:last-child td{
    border-bottom: 0;
}

.section_contact .common_table_gray tr:first-child th{
    border-radius: 10px 0 0 0;
}

.section_contact .common_table_gray tr:last-child th{
    border-radius: 0 0 0 10px;
    border-bottom: 0;
}

.input_wid_300{
    width: 300px;
}

.common_textarea{
    width: 100%;
    height: 236px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    outline-color: #4294FF;
    resize: none;
}

.common_input_wrap{
    display: inline-block;
}

.section_contact .error_txt{
    margin-left: 10px;
}

.contact_sub_txt{
    color:  #111;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin: 24px 0 16px 0;
}

.contact_modal{
    text-align: center;
}

.modal_content{
    padding: 20px 0;
}

.modal_content .modal_img{
    margin-bottom: 12px;
}

.modal_content .new_title4{
    margin-bottom: 4px;
}


/*뮨의하기  끝*/


/*반응형*/
@media all and (max-width:   1399px) {
    /*메뉴 공통*/
    .subMenuLeftWrap {
        min-width: 250px;
        margin-right: 30px;
    }
    .aboutPage {
        width: 970px;
    }

    .about_wrap{
        width: 690px;
        /*border: 1px solid red;*/
    }

    .section_contact .common_table_gray td{
        padding: 12px;
    }

}