/*Q&A_리스트*/
.sub_banner {
    width: 100%;
    height: 300px;
    background: url('/images/sub_banner_community.png');
    position: relative;
}

.sub_banner_inner {
    width: 1280px;
    margin: 0 auto;
}

.sub_banner_title {
    position: absolute;
    top: 120px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
}

/*경로*/
.sub_route {
    position: absolute;
    top: 176px;
    overflow: hidden;
}

.sub_route_home {
    float: left;
    margin-top: 4px;
}

.sub_route_arrow {
    float: left;
    margin: 0 12px;
    margin-top: 4px;
}

.sub_route_txt {
    float: left;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 400;
}

/*서브콘텐츠*/
.sub_contents {
    display: block;
    width: 1280px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 200px;
}

/*총 상품 갯수*/
.product_number {
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
}

.product_list_line {
    width: 100%;
    height: 1px;
    background: rgba(136, 136, 136, 0.53);
    margin: 15px 0 40px 0;
}

/*게시판_리스트*/
.board_table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    table-layout: fixed;
}

.title_long {
    width: 40%;
}

.board_table thead tr{
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    height: 50px;
    text-align: center;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
}

.board_table tbody tr{
    border-bottom: 1px solid rgba(136, 136, 136, 0.53);
    height: 50px;
    text-align: center;
    color: #444;
    font-size: 0.9rem;
    font-weight: 500;
}

.title_align {
    width: 500px;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
    overflow: hidden;
    table-layout: fixed;
    line-height: 50px;
}

.not_yet {
    color: red;
}

.new_write_box {
    overflow: hidden;
    margin-bottom: 30px;
}

.new_write_btn {
    display: block;
    float: right;
    width: 131px;
    height: 48px;
    border-radius: 4px;
    background: #080C52;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

/*Q&A_글쓰기*/
.subpage_title {
    color: #333;
    font-family: Pretendard;
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 285.714% */
    margin-bottom: 18px;
}

.qna_write_table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #888888;
}

.qna_write_table td {
    height: 60px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.53);
}

.qna_write_table td span{
	margin-left:10px
}


.table_mg_b {
    margin-bottom: 70px;
}

/*표제목*/
.graph_title {
    width: 119px;
    border-right: 1px solid rgba(136, 136, 136, 0.53);
    color: var(--Text, #333);
    font-family: Pretendard;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

/*문의유형*/
.group_select_typeA {
    width: 280px;
    height: 40px;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.group_select_typeA select {
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    color: #666666;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 25px;
    appearance:none;
    background:url('../images/select_arrow.svg') no-repeat right 10px center;
}

/*제목*/
.group_email {
    width: 395px;
    height: 40px;
    border: 1px solid #CCC;
    margin-left: 10px;
    color: #888;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 10px;
    box-sizing: border-box;
}

/*문의내용*/
.graph_title_quote {
    width: 119px;
    border-right: 1px solid rgba(136, 136, 136, 0.53);
    color: var(--Text, #333);
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 500;
    vertical-align: top;
    padding-top: 10px;
}

.inquiry_input_box {
    padding: 10px 0 10px 10px;
}

.inquiry_input {
    width: 100%;
    height: 248px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #888;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
}

/*공개여부*/
.open_box {
    margin-left: 10px;
}

.open_box input {
    margin-right: 7px;
}

.open_chk {
    float: left;
    color: #888;
font-family: Pretendard;
font-size: 0.9rem;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
}

.private_chk {
    float: left;
    margin-left: 70px;
    color: #888;
font-family: Pretendard;
font-size: 0.9rem;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
}

/*작성자, 비밀번호*/
.graph_name {
    width: 280px;
    height: 40px;
    float: left;
}
.graph_name input {
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    margin-left: 10px;
    color: #888;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 10px;
    box-sizing: border-box;
}

.graph_pw {
    float: left;
    margin-left: 200px;
}

.graph_pw input {
    width: 280px;
    height: 40px;
    border: 1px solid #CCC;
    margin-left: 10px;
    color: #888;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 10px;
    box-sizing: border-box;
}

/*문의하기버튼*/
.group_quote_btn {
    display: block;
    width: 131px;
    height: 48px;
    border-radius: 4px;
    background: #080C52;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 55px auto 140px auto;
}

.group_quote_btn:hover {
    background: #00A5BD;
    cursor: pointer;
}

/*Q&A_비공개*/
.line_box {
    border-top: 1px solid #888888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.53);
    margin-top: 63px;
    padding: 60px 0 70px 0;
}

.privacy_title {
    color: #333;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.privacy_title .bold {
    font-weight: 600;
}

.privacy_ex {
    color: #444;
    text-align: center;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 37px;
}

.privacy_name {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}

.privacy_pw {
    width: fit-content;
    margin: 0 auto;
}

.privacy_sub_title {
    display: inline-block;
    width: 63px;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 40px;
    margin-right: 20px;
}

.privacy_input {
    width: 373px;
    height: 40px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #888;
    font-family: Pretendard;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 17px;
    box-sizing: border-box;
}

/*반응형_쿼리*/
@media screen and (max-width:1280px) {
    .sub_banner_inner {
        width: calc(100% - 40px);
    }

    .sub_contents {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1024px) {
    .title_long {
        width: unset;
    }

    .title_align {
        width: 300px;
    }
}

@media screen and (max-width:768px) {
    .sub_contents {
        position: relative;
        padding-top: 41px;
        margin-top: 50px;
    }
}

@media screen and (max-width:600px) {
    .sub_banner {
        height: 200px;
    }

    .sub_banner_title {
        top: 60px;
    }

    .sub_route {
        top: 116px;
    }

    .title_align {
        width: 100px;
    }

    .board_table thead tr, .board_table tbody tr {
        font-size: 0.8rem;
    }
}

/*글쓰기_반응형_쿼리*/
@media screen and (max-width:1024px) {
    .graph_pw {
        float: right;
        margin: 0;
    }
}

@media screen and (max-width:820px) {
    .group_select_typeA {
        width: calc(100% - 10px);
    }

    .group_email {
        width: calc(100% - 10px);
    }

    .graph_name {
        width: calc(100% - 10px);
        margin: 10px 0;
    }

    .graph_pw span {
        display: none;
    }

    .graph_pw {
        width: 100%;
        margin-bottom: 10px;
    }

    .graph_pw input {
        width: calc(100% - 10px);
    }

}

@media screen and (max-width:600px) {
    .graph_title, .graph_title_quote {
        display: none;
    }

    .qna_write_table td {
        width: 100%;
    }

    .group_select_typeA {
        width: 100%;
        margin-left: 0;
    }

    .group_email {
        width: 100%;
        margin-left: 0;

    }

    .graph_name {
        width: 100%;
        margin: 10px 0;
    }

    .graph_pw input {
        width: 100%;
    }

    .graph_name input, .graph_pw input {
        margin-left: 0;
    }

    .inquiry_input_box {
        padding: 10px 0 10px 0;
    }

}

/*비공개 게시글_반응형*/
@media screen and (max-width:500px) {
    .line_box {
        padding: 30px 0 30px 0;
    }

    .privacy_sub_title {
        display: none;
    }

    .privacy_name, .privacy_pw, .privacy_input {
        width: 100%;
    }

}