.pd_support {
    /*flex: 0 0 auto;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.support_wrap {
    width: 100%;
}

.support_con {
    overflow: hidden;
    width: 1310px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
    min-height: 500px;
    /*border-bottom: 1px solid #ddd;*/
}

/*사이드바*/

.side_menu {
    width: 100%;
    position: relative;
    z-index: 10;
}

.support_box {
    padding: 30px 25px 18px;
    border: 1px solid rgb(218, 220, 224);

}

.support_top {
    margin: 0px 0px 16px;
}

.support_top .page_title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
}

.support_address {
    line-height: 26px;
    font-size: 16px;
}


.support_menu {
    width: 100%;
    padding: 10px 0;
}

.pd_support .support_menu .support_list {
    flex: 0 0 auto;
    display: flex;

}

.pd_support .support_menu .support_list li {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    height: 48px;
    cursor: pointer;
}

.support_menu .support_list li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    color: rgb(202, 202, 202);
    font-size: 16px;
    text-align: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgb(232, 232, 232);

}

.support_menu .support_list li.on {
    color: rgb(34, 34, 34);
    border-top-width: 2px;
    border-bottom: 2px solid rgb(34, 34, 34);
}


/*컨텐츠*/

.support_div {
    width: 100%;
    z-index: 99;
}

.support_page {
    display: none;
}

.support_page.on {
    display: block;
    width: 100%;
    min-height: 500px;
}

.page_title {
    position: relative;
    padding: 18px 0 18px 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
}

.support_page h3 {
    color: #000;
    padding: 30px 0 10px 0;
    position: relative;
}
.support_sub_title {
    font-size: 15px;
    color: #000000;
    border-bottom: 3px solid #ededed;
}

.support_sub_content {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.empty_content {
    padding: 25px 0;
    text-align: center;
    display: none;
}

.faq_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
}

.faq_box {
    padding-bottom: 150px;
}
.faq_box li {
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.faq_box li .faq_li_title{
    display: flex;
    height: 70px;
    padding-left: 60px;
    color: rgb(34, 34, 34);
    font-size: 17px;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.faq_box li .faq_li_title.open {
    color: #408e98;
}

.faq_box li .faq_li_title:hover {
    color: #408e98;
}

.faq_box li .faq_li_title::before {
    content: "Q.";
    display: flex;
    width: 24px;
    height: 36px;
    color: rgb(34, 34, 34);
    font-size: 24px;
    font-weight: 300;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 28px;
}

.faq_box li .faq_li_title.open::before {
    color: #408e98;
}

.faq_li_con {
    padding: 30px 0px 30px 60px;
    color: rgb(102, 102, 102);
    font-size: 15px;
    line-height: 25px;
    border-top: 1px solid rgb(238, 238, 238);
    position: relative;
    background-color: rgb(251, 251, 251);
    display: none;
}

.faq_box li .faq_li_con::before {
    content: "A.";
    color: #408e98;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    position: absolute;
    top: 24px;
    left: 29px;
}

.faq_li_con.open {
    display: block;
    min-height: 90px;
}


/**/

.qna_con {
    width: 800px;
    margin: 0px auto;
    margin-top: 50px;
}

.support_qna_table {
    width: 100%;
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
}

.support_qna_table tr {
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
}

.support_qna_table th {
    color: rgb(34, 34, 34);
    font-size: 15px;
    font-weight: 400;
    width: 130px;
    text-align: center;
    padding: 16px 0px;
}

.support_qna_table td {
    padding: 16px 0px;
}


.support_qna_table input,
.support_qna_table select{
    height: 46px;
    padding: 0px 8px 0px 10px;
    color: rgb(76, 76, 76);
    font-size: 14px;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}

.support_qna_table select {
    cursor: pointer;
}

.support_qna_table textarea {
    color: rgb(76, 76, 76);
    font-size: 14px;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    resize: none;
    width: 100%;
    height: 263px;
    padding: 16px;
    white-space: normal;
}

.qna_btn_box {
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.qna_btn_box button {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    width: 216px;
    height: 52px;
    line-height: 52px;
    border: 0px;
    border-radius: 2px;
    background-color: #408e98;
}


/**/

.notice_con {
    width: 100%;
    margin-top: 50px;
}

.support_notice_table {
    width: 100%;
    border-bottom: 1px solid rgb(231, 231, 231);

    font-size: 16px;
}

.support_notice_table tr {
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
}

.support_notice_table tbody tr {
    cursor: pointer;
}

.support_notice_table tbody tr:last-child {
    border-bottom: 1px solid rgb(34, 34, 34);
}

.support_notice_table th {
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 16px 0px;
    height: 59px;
    border-top: 1px solid rgb(34, 34, 34);
}

.support_notice_table thead th:last-child {
    width: 135px;
}

.support_notice_table td {
    height: 59px;
    font-size: 16px;
}

.notice_text {
    padding-left: 50px!important;
    padding: 20px 40px;
    background-color: rgb(251, 251, 251);
}

.support_notice_table td:first-child {
    padding: 16px 0px;
    padding-left: 30px;

}

.support_notice_table tbody .notice_title_box td:last-child {
    width: 135px;
    text-align: center;
}

#support_notice .notice_text_box {
    display: none!important;
}

#support_notice .notice_text_box.open {
    display: table-row!important;
}

.notice_text_box td {
    text-align: left;
}


/*textarea*/

.faq_li_con textarea {
    width: 100%;
    background: transparent;
    border: none;
    resize: none;
}

.notice_text_box textarea {
    width: 100%;
    background: transparent;
    border: none;
    resize: none;
    line-height: 1.2;
}

.notice_text_box .notice_text {
    padding: 16px!important;
    padding-left: 30px!important;
}