@charset "utf-8";


/*플롯해제*/
.cf:after {
    display: block;
    content: "";
    clear: both;
}

#board_faq {
    width: 1000px;
    margin: 0 auto;
}

#board_faq h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.5rem;
    color: #FF6B65;
    font-weight: 300;
}

#board_faq h2 {
    color: #454545;
    font-size: 1rem;
    font-weight: 500;
}

/*페이지 버튼*/
#board_faq .paging{
    /* overflow: hidden; */
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

#board_faq .paging .paging-wrap{
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
}

#board_faq .paging a{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #707070;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #707070;
    display: block;
    float: left;
}

#board_faq .paging a:hover {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;

}

#board_faq .paging img{
    width: 30px;
}

#board_faq .paging a:nth-child(1){
    margin-left: 0px;
}

#board_faq .write-bt {
    position: absolute;
    right: 0;
    top: -50px;
    width: 120px;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    background-color: #b42323;
    color: #fff;
}

@media all and (max-width: 1000px) {
	#board_faq {width:100%;}
	#board_faq .search_box .search {width:80%;}
}


@media screen and (max-width:640px){
    #board_faq .write-bt {
        width: 90%;
        position: static;
        display: block;
        margin: auto;
        margin-top: 30px;
    }
}

/* 상세페이지 */
#board_faq .content-box .body-box {
    width: 100%;
    height: auto;
    font-family: "NanumSquare", sans-serif;
    color: #474747;
}

#board_faq .content-box .body-box .body-title {
    width: 100%;
    height: 81px;
    background-color: #f7f7f7;
    padding-left: 20px;
    box-sizing: border-box;
    border-top: 3px solid #AFAFAF;
    display: flex;
    align-items: center;
}

#board_faq .content-box .body-box .body-title p {
    font-size: 26px;
    font-weight: 700;
}

#board_faq .content-box .body-box .body-info {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 38.5px 0 19.5px;
    box-sizing: border-box;
}

#board_faq .content-box .body-box .body-info .info-left {
    display: flex;
    align-items: center;
}

#board_faq .content-box .body-box .body-info .info-left .attach-text {
    font-size: 20px;
    font-wight: 700;
    margin-right: 20px;
}

#board_faq .content-box .body-box .body-info .info-left .attach-file {
    cursor: pointer;
    font-size: 17px;
}

#board_faq .content-box .body-box .body-info .info-left .attach-file:hover {
    color: #1CAEE0;
}

#board_faq .content-box .body-box .body-info .info-left .attach-password {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
}

#board_faq .content-box .body-box .body-info .info-left .attach-password input:focus {
    outline: none;
}

#board_faq .content-box .body-box .body-desc {
    width: 100%;
    height: 510px;
    line-height: 23px;
    border-bottom: 1px solid #1CAEE0;
    box-sizing: border-box;
    padding: 49px 38.5px 50px 19.5px;
}

#board_faq .content-box .body-box .body-desc p {
    padding-left: 25px;
    box-sizing: border-box;
}

#board_faq .content-box .body-box .body-desc.customer {
    width: 100%;
    height: auto;
    line-height: 23px;
    border-bottom: 1px solid #999;
    padding: 49px 0 50px;
    box-sizing: border-box;
}

#board_faq .content-box .body-box .body-bt {
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#board_faq .content-box .body-box .body-bt .list-bt {
    width: 100px;
    height: 51px;
    background-color: #3B3B3B;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
}

#board_faq .content-box .body-box .body-bt .list-bt:hover {
    color: #000;
    background-color: #aaa;
}

#board_faq .content-box .body-box .body-bt .end-bt {
    width: 147px;
    height: 51px;
    background-color: transparent;
    border: 1px solid #3B3B3B;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
}

#board_faq .content-box .body-box .body-bt .end-bt:hover {
    color: #fff;
    background-color: #3b3b3b;
}

#board_faq .content-box .body-box .body-bt .right-bt-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#board_faq .content-box .body-box .body-bt .right-bt-box button {
    width: 100px;
    height: 51px;
    background-color: #3B3B3B;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    float: none;
    margin: 0;
    margin-right: 10px;
}

#board_faq .content-box .body-box .body-bt .right-bt-box button:hover {
    color: #000;
    background-color: #aaa;
}

#board_faq .content-box .body-box .body-prev {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 38.5px 0 19.5px;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
}

#board_faq .content-box .body-box .body-prev .prev-left {
    cursor: pointer;
}

#board_faq .content-box .body-box .body-prev .prev-left:hover span {
    color: #b42323;
}

#board_faq .content-box .body-box .body-next {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 38.5px 0 19.5px;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}

#board_faq .content-box .body-box .body-next .next-left {
    cursor: pointer;
}

#board_faq .content-box .body-box .body-next .next-left:hover span {
    color: #b42323;
}

#board_faq .content-box .body-box .body-info-add2 {
    height: 71px;
    display: flex;
    justify-content: space-between;
    padding: 0 38.5px 0 19.5px;
    border-bottom: 1px solid #D2D2D2;
    margin-top: 0;
}

#board_faq .content-box .body-box .body-info-add2 li {
    display: flex;
    align-items: center;
}

#board_faq .content-box .body-box .body-info-add2 li h4 {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
}

#board_faq .content-box .body-box .body-info-add2 li:last-child h4 {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
}

#board_faq .content-box .body-box .body-info-add2 li p {
    font-size: 20px;
    font-weight: 400;
}

#board_faq .content-box .body-box .body-info-add2 .info-file p {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    cursor: pointer;
}

#board_faq .content-box .body-box .body-info-add2 .info-file p:hover {
    color: #b42323;
}

#board_faq .pass-write-box {
    width: 300px;
    height: 200px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

#board_faq .pass-write-box .pass-write-title {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 900;
}

#board_faq .pass-write-box .pass-write {
    width: 100%;
    height: 30px;
    border: 1px solid #999;
    margin-top: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: text;
}

#board_faq .pass-write-box .pass-desc {
    margin-top: 10px;
    font-size: 0.8rem;
    letter-spacing: -0.01em;
    text-align: center;
}

#board_faq .pass-write-box button {
    width: 48%;
    height: 30px;
    margin-top: 10px;
}

#board_faq .pass-write-box .pass-cancel {
    background-color: #666;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
}

#board_faq .pass-write-box .pass-submit {
    background-color: #b42323;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
}

/* 상세 페이지 반응형 */


@media (max-width: 1100px) {
    #board_faq .content-box .body-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    #board_faq .content-box .body-box .body-title {
        height: auto;
        padding: 10px;
    }

    #board_faq .content-box .body-box .body-title p {
        font-size: 1rem;
        line-height: 1.5;
    }

    #board_faq .content-box .body-box .body-info {
        padding: 0;
    }

    #board_faq .content-box .body-box .body-info p {
        font-size: 0.7rem !important;
    }

    #board_faq .content-box .body-box .body-info .info-right .date-box {
        margin-right: 10px;
    }

    #board_faq .content-box .body-box .body-desc {
        padding: 10px;
        min-height: 200px;
        max-height: 400px;
        height: auto;
        overflow: auto;
    }

    #board_faq .content-box .body-box .body-desc p {
        padding: 0;
    }

    #board_faq .content-box .body-box .body-desc .body-answer .answer-title {
        font-size: 1rem;
    }

    #board_faq .content-box .body-box .body-bt .list-bt,
    #board_faq .content-box .body-box .body-bt .end-bt,
    #board_faq .content-box .body-box .body-bt .right-bt-box button {
        font-size: 0.8rem;
        width: auto;
        padding: 10px 25px;
        height: auto;
        margin: 10px;
    }

    #board_faq .content-box .body-box .body-prev div {
        font-size: 0.8rem;
    }

    #board_faq .content-box .body-box .body-next div {
        font-size: 0.8rem;
    }

    #board_faq .content-box .body-box .body-info-add2 {
        padding: 0;
        display: block;
        height: auto;
        padding: 10px;
    }

    #board_faq .content-box .body-box .body-info-add2 li {
        margin-bottom: 5px;
    }

    #board_faq .content-box .body-box .body-info-add2 li h4,
    #board_faq .content-box .body-box .body-info-add2 li:last-child h4,
    #board_faq .content-box .body-box .body-info-add2 li p {
        font-size: 0.7rem;
        margin-right: 4px;
    }

    #board_faq .content-box .body-box .body-info-add2 .info-file p {
        font-size: 12px;
    }

    #board_faq .content-box .body-box .body-desc.customer p {
        padding-left: 10px;
        box-sizing: border-box;
    }
    
} 
/* 끝 */