@charset "utf-8";
/* css setting start */

#community{
    padding: 3rem 0 13rem;
}
#community .boardListArea{
    max-width: 1320px;
    width: 100%;
}
#community .sub-search{}
#community .cont-wr{}
#community .table .thead{
    display: flex;
}
#community .table .tbody{}

#community .bottomBtn{}
#community .bottomBtn a{
    border: none;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1.2rem 2.5rem;
    border-radius: 20px;
    background: #efefef;
}
#community .bottomBtn a.btnGray{
    background-color: #0f3fa0;
    color: #fff;
}

/*** 리스트페이지 ***/
#community.list{}
#community.list .table{}
#community.list .tbody{}
#community.list .tbody img{}
#community.list .tbody dl{padding: 2rem 1rem;}
#community.list .tbody dt{}
#community.list .tbody dd{padding-bottom:0;text-align: center;}



/* width 조정 / 합이 100% */
#community.list .table .col01{width:7%;}
#community.list .table .col02{width:53%;}
#community.list .table .col03{width:15%;}
#community.list .table .col04{width:10%;}
#community.list .table .col05{width:7.5%;}
#community.list .table .col06{width:7.5%;}



/*** 쓰기페이지 ***/
#community.form{}

#community.form .srboardWrite{}
#community.form .writeTable{}
#community.form .writeTable .right{color: #0f3fa0;}
#community.form .rowTbl{}
#community.form tr{}
#community.form th{
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    padding: 1rem 1.5rem;
}
#community.form th span{
    color: #0f3fa0;
    font-size: 1.6rem;
    margin-left: 5px;
    vertical-align: text-bottom;
    display: inline-block;
}
#community.form th label{
    font-size: 1.6rem;
}
#community.form td{}
#community.form td span{font-size:16px; padding-left: 5px}
#community.form td input[type=checkbox]{}


#community.form tr.category{}
#community.form tr.category .selectBox{
    height: 33px;
    line-height: 33px;
    color: #000;
}
#community.form tr.title{}
#community.form tr.title #title{
    padding: 5px 10px;
    font-size: 1.6rem;
    color: #000;
}

#community.form tr.content{}
#community.form .bottomBtn{
    text-align: center;
}

#community.form .file{}
#community.form .file th{}
#community.form .file td{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    border-bottom: none;
    padding: 10px;
    padding-bottom: 0px;
}
#community.form .file td div{
    display: flex;
    width: 50%;
    padding-bottom: 10px;
    position: relative;
}
#community.form .file td input[type=text]{
    background-color: #f5f5f5;
    height: 50px;
    font-size: 1.6rem;
    border: none;
    padding: 0 14px;
    color: #000;
}
#community.form .file td button{font-size:15px;color:#fff;background:#111;line-height: 46px;padding: 0 2rem;margin-right: 2rem; width: 9.5rem;}
#community.form .file td input[type=file]{
    position: absolute;
    right: 2rem;
    line-height: 50px;
    padding: 0 2rem;
    width: 9.5rem;
    opacity: 0;
    cursor: pointer;
}


/*** 쓰기페이지 ***/
#community.view{padding-top: 0px;}
#community.view .viewArea{}
#community.view .viewTitle{
    border-top: none;
    padding: 3rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#community.view .viewTitle h6{
    color: #0f3fa0;
    font-size: 1.6rem;
}
#community.view .viewTitle h4{
    padding: 0;
    font-size: 2.5rem;
}
#community.view .viewTitle .subInfo{
    border-top: none;
    padding: 0;
    padding-top: 3rem;
}
#community.view .viewTitle .subInfo ul{}
#community.view .viewTitle .subInfo li{
    padding: 0 3rem;
}
#community.view .viewTitle .subInfo li:first-child{padding-left:0;}
#community.view .viewTitle .subInfo dl{}
#community.view .viewTitle .subInfo dt{
    font-size: 14px;
    color: #555;
}
#community.view .viewTitle .subInfo dt.none{display:none;}
#community.view .viewTitle .subInfo dd{
    font-size: 14px;
    vertical-align: baseline;
    color: #555;
}
#community.view .viewTitle .subInfo dd::before{content:none;}


#community.view .viewTitle .top-btn{
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}
#community.view .viewTitle .top-btn a{
    font-size: 14px;
    color: #555;
    padding: 0 3rem;
}
#community.view .viewTitle .top-btn input{
    border: none;
    background: none;
    font-size: 14px;
    color: #555;
    padding: 0 3rem;
}
#community.view .viewTitle .top-btn a + input{border-left: 1px solid #ddd;}


#community.view .viewCont{
    padding: 3rem;
    color: #000;
}
#community.view .cont-bottom{
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
#community.view .cont-bottom > div{display:flex;}
#community.view .cont-bottom span{}
#community.view .cont-bottom span + span{margin-left:3rem;}
#community.view .cont-bottom span a{
    display: flex;
    align-items: center;
}
#community.view .cont-bottom img{
    object-fit: contain;
    margin-right: 5px;
}
#community.view .cont-bottom strong{
    font-size: 14px;
    margin-right: 5px;
}
#community.view .cont-bottom em{
    font-size: 14px;
}

/* #community.view .cont-bottom img.on{display: none;} */

#community.view .bottomBtn{}

#community.view .replyboardView{border-top:none;margin: 0;}
#community.view .replyArea{}
#community.view .replyList{}
#community.view .replyList li{
    padding: 2rem 3rem;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#community.view .replyList .writer{}
#community.view .replyList .writer h4{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
#community.view .replyList .writer h6{
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 1.5rem;
}
#community.view .replyList .re-cont{
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}
#community.view .replyList .re-btn-wr{
    position: absolute;
    top: 2rem;
    right: 3rem;
}
#community.view .replyList .re-btn-wr a{
    font-size: 14px;
    padding: 0 1rem;
}
#community.view .replyList .re-btn-wr a + a{border-left:1px solid #ddd;}

#community.view .re-textarea{
    padding: 2rem 3rem;
}

#community.view .re-textarea textarea{
    font-size: 14px;
    padding: 2rem;
}

#community.view .re-textarea .btnArea{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
#community.view .re-textarea .btnArea span a{
    border: none;
    font-size: 1.6rem;
    background-color: #efefef;
    color: #000;
    line-height: 1em;
    padding: 1.2rem 2.5rem;
    border-radius: 20px;
    float: right;
    margin-top: 10px;
}

#community.view .re-textarea input[type=submit]{border: none;font-size: 1.6rem;background-color: #0f3fa0;color: #fff;line-height: 1em;padding: 1.2rem 2.5rem;border-radius: 20px;margin-top: 10px;float: right;}
#community.view .replyList .re-textarea{
    padding: 2rem 0rem 0rem;
}


#community.view li.rreply{background-color:#fafafa;padding-left: 6rem;}
#community.view li.rreply::before{
    content:'';
    width:17px;
    height:17px;
    background: url(/images/btn/icon_reply.png);
    position: absolute;
    top: 2rem;
    left: 3rem;
}

#community.view li.rreply .writeReply{
    margin-top: 10px;
}
#community.view li.rreply .btnArea{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
#community.view li.rreply .btnArea input[type=submit]{border: none;font-size: 1.6rem;background-color: #0f3fa0;color: #fff;line-height: 1em;padding: 1.2rem 2.5rem;border-radius: 20px;margin-top: 10px;float: right;}
#community.view li.rreply .btnArea span{}
#community.view li.rreply .btnArea span a{
    border: none;
    font-size: 1.6rem;
    background-color: #efefef;
    color: #000;
    line-height: 1em;
    padding: 1.2rem 2.5rem;
    border-radius: 20px;
    float: right;
    margin-top: 10px;
}


#community.view .preViewTitle{
    border-bottom: none;
}
#community.view .preViewTitle dl{
    border-bottom: 1px solid #ddd;
}
#community.view .preViewTitle dt{
    font-size: 14px;
    padding-left: 2rem;
    position: relative;
}
#community.view .preViewTitle dt::before{content:'>';font-family: 'SUIT' !important;display: inline-block;position: absolute;left: 0;top: 0;color: #888;font-weight: 600;}
#community.view .preViewTitle dt::after{
    content: none;
}
#community.view .preViewTitle dt.prev{}
#community.view .preViewTitle dt.prev::before{
    transform: rotate(-90deg);
}
#community.view .preViewTitle dt.next{}
#community.view .preViewTitle dt.next::before{
    transform: rotate(90deg);
}

#community.view .preViewTitle dd{}
#community.view .preViewTitle dd a{
    font-size: 14px;
}
#community.view .preViewTitle dd a span{
    color: #0f3fa0;
    font-size: 1.6rem;
    margin-left: 5px;
    vertical-align: baseline;
}



/* 20221214 추가 */
#community.view .writeReply textarea{
    font-size: 14px;
    margin-top: 2rem;
    padding: 1rem;
}
#community.view .btnArea{
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#community.view .btnArea input[type=submit]{border: none;font-size: 1.6rem;background-color: #0f3fa0;color: #fff;line-height: 1em;padding: 1.2rem 2.5rem;border-radius: 20px;margin-top: 10px;}
#community.view .btnArea span{}
#community.view .btnArea span a{
    border: none;
    font-size: 1.6rem;
    background-color: #efefef;
    color: #555;
    line-height: 1em;
    padding: 1.2rem 2.5rem;
    border-radius: 20px;
    margin-top: 10px;
    float: right;
}




/* css setting end */

/* media size setting start */
@media all and (max-width:1320px) {
    #community .boardListArea{width:96%;padding: 0;}

}
@media all and (max-width:1240px) {
#community.form .file{}
#community.form .file th{}
#community.form .file td{
    width: 100%;
}
#community.form .file td div{
    width: 100%;
    max-width: 500px;
}

#community.form .file td input[type=text]{
    height: 40px;
}
#community.form .file td button{
    line-height: 4rem;
}
#community.form .file td input[type=file]{}



}
@media all and (max-width:1024px) {

}
@media all and (max-width:840px) {
    #community.view .viewTitle{padding: 2rem 3rem;}
    #community.view .viewTitle h4{width: calc(100% - 100px);font-size: 2rem;}
    #community.view .viewTitle .subInfo{padding-top:1rem;}
    #community.view .viewTitle .subInfo li{
        padding: 0 1rem;
    }
    #community.view .viewTitle .top-btn{
        top: 2rem;
        right: 0;
    }

    #community.view .viewTitle .top-btn a{padding: 0 1.5rem;}
    #community.view .viewTitle .top-btn a + input{padding: 0 1.5rem;}

    #community.view .viewCont{}

    #community.view .replyList li{padding-top: 4rem;}
    #community.view .replyList .re-btn-wr{}
    #community.view li.rreply::before{top: 4rem;}



}
@media all and (max-width:767px) {


    /*** 리스트페이지 ***/
    #community.list{}
    #community.list .table{}
    #community.list .tbody{}
    #community.list .tbody img{width:16px;}
    #community.list .tbody dl{}
    #community.list .tbody dt{}
    #community.list .tbody dd{font-size:14px;}

    /* width 조정 / 합이 100% */
    #community.list .table .col01{width:0%;}
    #community.list .table .col02{width:calc(100% - 100px);}
    #community.list .table .col03{width:100px;}
    #community.list .table .col04{width:0%;}
    #community.list .table .col05{width:0%;}
    #community.list .table .col06{width:0%;}

    #community .table .thead{padding: 1.5rem 1rem;}
}

@media all and (max-width:640px) {

}
@media all and (max-width:480px) {

}
/* media size setting end */
