/* BASIC css start */
/* =========================================================
   AKKINARA MOBILE - CUSTOMER BOARD LIST
========================================================= */

#review-board-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px 32px;
    box-sizing: border-box;
    color: #252825;
}


/* =========================================================
   TITLE
========================================================= */

#review-board-list .h_title {
    margin: 0 -16px 18px;
    padding: 18px 16px;

    border: 0;
    border-bottom: 1px solid #e4dfd8;

    background: #fff;
}

#review-board-list .h_title h3 {
    position: relative;

    margin: 0;

    color: #252825;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   TITLE BUTTONS
========================================================= */

#review-board-list .h_title .btn_Red,
#review-board-list .h_title .all-board-list {
    float: right;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 54px;
    height: 28px;

    margin-top: 0;
    padding: 0 10px;

    border-radius: 5px;

    font-size: 11px;
    line-height: 26px;
    font-weight: 600;

    box-sizing: border-box;
}

#review-board-list .h_title .btn_Red {
    margin-left: 5px;

    border: 1px solid #8a5a44;

    background: #8a5a44;
    color: #fff;
}

#review-board-list .h_title .all-board-list {
    margin-right: 0;

    border: 1px solid #ded8d0;

    background: #fff;
    color: #666963;

    text-align: center;
}


/* =========================================================
   SEARCH
========================================================= */

#review-board-list .search-wrap {
    margin: 0 0 14px;
    padding: 10px;

    border: 1px solid #e4dfd8;
    border-radius: 8px;

    background: #f8f5f1;

    box-sizing: border-box;
}

#review-board-list .search-wrap fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

#review-board-list .item-search {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 0;
}

#review-board-list .item-search div {
    float: none;
}

#review-board-list .item-search div:first-child {
    flex: 0 0 28%;
    width: auto;
}

#review-board-list .item-search div:nth-child(2) {
    flex: 1 1 auto;

    width: auto;

    padding: 0;

    box-sizing: border-box;
}

#review-board-list .item-search div:last-child {
    flex: 0 0 58px;
    width: 58px;
}

#review-board-list .item-search div .brd-st,
#review-board-list .item-search select,
#review-board-list .item-search input[type="text"] {
    width: 100% !important;
    height: 38px;

    margin: 0;
    padding: 0 8px;

    border: 1px solid #ddd6ce;
    border-radius: 6px;

    background: #fff;

    color: #555854;

    font-size: 11px;
    line-height: 36px;

    box-sizing: border-box;
}

#review-board-list .item-search .btn_Grey {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 38px;

    margin: 0;
    padding: 0;

    border: 1px solid #8a5a44;
    border-radius: 6px;

    background: #8a5a44;
    color: #fff;

    font-size: 11px;
    line-height: 36px;
    font-weight: 600;

    box-sizing: border-box;
}


/* =========================================================
   NOTICE
========================================================= */

#review-board-list .notice {
    margin-bottom: 10px;

    border: 1px solid #e4dfd8;
    border-radius: 8px;

    overflow: hidden;

    background: #fff;
}

#review-board-list .notice:empty {
    display: none;
}

#review-board-list .notice-bar {
    margin: 0;
    padding: 10px 12px;

    border: 0;
    border-bottom: 1px solid #eee9e3;

    background: #faf7f2;

    box-sizing: border-box;
}

#review-board-list .notice-bar:last-child {
    border-bottom: 0;
}

#review-board-list .notice-bar dl {
    margin: 0;
    padding: 0;
}

#review-board-list .notice-bar dt {
    margin: 0;

    color: #4f524e;

    font-size: 12px;
    line-height: 1.5;
}

#review-board-list .notice-bar dt a {
    color: #4f524e;
    font-weight: 600;
}

#review-board-list .notice-bar dd {
    margin: 5px 0 0;

    color: #999b97;

    font-size: 10px;
    line-height: 1.4;
}

#review-board-list .notice-bar .bgc464644 {
    display: inline-block;

    margin-right: 5px;
    padding: 3px 6px;

    border-radius: 4px;

    background: #8a5a44 !important;
    color: #fff;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   BOARD LIST WRAP
========================================================= */

#review-board-list .boardList {
    margin: 0;
    padding: 0;

    border: 1px solid #e4dfd8;
    border-radius: 10px;

    background: #fff;

    overflow: hidden;

    list-style: none;
}


/* =========================================================
   BOARD ITEM
========================================================= */

#review-board-list .boardList > li {
    position: relative;

    min-height: 0;

    margin: 0;
    padding: 12px 13px;

    border: 0;
    border-bottom: 1px solid #eee9e3;

    background: #fff;

    line-height: 1.5;

    box-sizing: border-box;
}

#review-board-list .boardList > li:last-child {
    border-bottom: 0;
}


/* =========================================================
   REPLY DEPTH
========================================================= */

#review-board-list .boardList li .bl_depth0 {
    display: none;
}

#review-board-list .boardList li .bl_depth1,
#review-board-list .boardList li .bl_depth2,
#review-board-list .boardList li .bl_depth3 {
    float: left;

    width: 18px;
    height: auto;

    margin: 2px 5px 0 0;
    padding: 0;

    color: #aaa49e;

    box-sizing: border-box;
}

#review-board-list .boardList li .bl_depth2 {
    margin-left: 12px;
}

#review-board-list .boardList li .bl_depth3 {
    margin-left: 22px;
}

#review-board-list .boardList li .fa-level-up {
    font-size: 13px;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

#review-board-list .boardList li .bl_image {
    float: left;

    width: 64px;

    margin: 0 10px 0 0;

    position: relative;
}

#review-board-list .boardList li .bl_image a {
    display: block;

    width: 64px;
    height: 64px;

    border: 1px solid #eee9e3;
    border-radius: 6px;

    overflow: hidden;

    background: #fff;

    box-sizing: border-box;
}

#review-board-list .boardList li .bl_image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   BOARD DL
========================================================= */

#review-board-list .boardList li dl {
    position: relative;

    min-width: 0;

    margin: 0;
    padding: 0;
}

#review-board-list .boardList li dl.depthType {
    margin-left: 23px;
}

#review-board-list .boardList li dl.leftImg {
    margin-left: 74px;
}

#review-board-list .boardList li dl::after {
    content: "";
    display: table;
    clear: both;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

#review-board-list .boardList li dt.dl_goodsName {
    margin: 0 0 5px;

    color: #8a5a44;

    font-size: 10px;
    line-height: 1.4;
    font-weight: 600;

    word-break: keep-all;
    overflow-wrap: anywhere;
}

#review-board-list .boardList li dt.dl_goodsName a {
    color: #8a5a44;
}


/* =========================================================
   SUBJECT
========================================================= */

#review-board-list .boardList li dt {
    margin: 0;

    color: #252825;

    font-size: 12px;
    line-height: 1.5;
}

#review-board-list .boardList li dt nobr {
    display: block;

    width: 100%;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#review-board-list .boardList li dl > a {
    color: #252825;
}

#review-board-list .boardList li dt .original-del {
    margin-bottom: 5px;

    color: #99948f;

    font-size: 10px;
    line-height: 1.4;
}

#review-board-list .boardList li dt .fa-mobile {
    margin-right: 2px;

    color: #8a5a44;

    font-size: 13px;
    vertical-align: middle;
}

#review-board-list .boardList li dt .fa-camera {
    margin-left: 3px;

    color: #8a5a44;

    font-size: 11px;
}

#review-board-list .boardList li dt .bl_cmtCount {
    margin-left: 3px;

    color: #8a5a44;

    font-size: 10px;
    font-weight: 600;
}

#review-board-list .boardList li dt .gray,
#review-board-list .boardList li dt .bl_status {
    display: inline-block;

    margin-left: 4px;
    padding: 2px 5px;

    border-radius: 4px;

    background: #f1efec;

    color: #77736f;

    font-size: 9px;
    line-height: 1.3;
}


/* =========================================================
   NEW / HIT
========================================================= */

#review-board-list .bl_iconNew,
#review-board-list .bl_iconHit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 16px;
    height: 16px;

    margin-left: 3px;
    padding: 0 4px;

    border-radius: 4px;

    color: #fff;

    font-family: initial;
    font-size: 9px;
    line-height: 16px;
    font-weight: 600;

    box-sizing: border-box;
}

#review-board-list .bl_iconNew {
    background: #8a5a44;
}

#review-board-list .bl_iconHit {
    background: #77736f;
}


/* =========================================================
   WRITER / DATE
========================================================= */

#review-board-list .boardList li dd {
    margin: 5px 0 0;

    color: #999b97;

    font-size: 10px;
    line-height: 1.4;
}

#review-board-list .boardList li dd .bl_name {
    color: #777a75;
}

#review-board-list .boardList li dd .bl_name img {
    max-height: 14px;

    margin-right: 2px;

    vertical-align: middle;
}


/* =========================================================
   STAR
========================================================= */

#review-board-list .boardList li dd.bl_star {
    margin-top: 4px;

    color: #8a5a44;
}


/* =========================================================
   EMPTY
========================================================= */

#review-board-list .boardList li .none-data {
    padding: 26px 10px;

    color: #888b86;

    text-align: center;
}

#review-board-list .boardList li .none-data .fa-exclamation-triangle {
    margin-bottom: 8px;

    color: #8a5a44;
}

#review-board-list .boardList li .none-data p {
    margin: 0;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   WRITE BUTTON
========================================================= */

#review-board-list .boardWrite {
    margin: 12px 0 0;
    padding: 0;
}

#review-board-list .boardWrite .btn_Red {
    display: block;

    width: 100%;
    height: 42px;

    margin: 0;
    padding: 0;

    border: 1px solid #8a5a44;
    border-radius: 7px;

    background: #8a5a44;
    color: #fff;

    font-size: 12px;
    line-height: 40px;
    font-weight: 600;

    text-align: center;

    box-sizing: border-box;
}


/* =========================================================
   PAGING
========================================================= */

#review-board-list .paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    margin-top: 18px;
}

#review-board-list .paging a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 32px;
    height: 32px;

    padding: 0 7px;

    border: 1px solid #e1dbd4;
    border-radius: 6px;

    background: #fff;
    color: #626560;

    font-size: 11px;
    line-height: 30px;

    box-sizing: border-box;
}

#review-board-list .paging a.now {
    border-color: #8a5a44;

    background: #8a5a44;
    color: #fff;

    font-weight: 700;
}

#review-board-list .paging a .fa {
    font-size: 13px;
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 380px) {

    #review-board-list {
        padding-left: 12px;
        padding-right: 12px;
    }

    #review-board-list .h_title {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 16px;

        padding-left: 12px;
        padding-right: 12px;
    }

    #review-board-list .h_title h3 {
        font-size: 18px;
    }

    #review-board-list .h_title .btn_Red,
    #review-board-list .h_title .all-board-list {
        min-width: 50px;
        height: 26px;

        padding-left: 8px;
        padding-right: 8px;

        font-size: 10px;
        line-height: 24px;
    }

    #review-board-list .search-wrap {
        padding: 8px;
    }

    #review-board-list .item-search {
        gap: 4px;
    }

    #review-board-list .item-search div:first-child {
        flex-basis: 29%;
    }

    #review-board-list .item-search div:last-child {
        flex-basis: 52px;
        width: 52px;
    }

    #review-board-list .item-search div .brd-st,
    #review-board-list .item-search select,
    #review-board-list .item-search input[type="text"],
    #review-board-list .item-search .btn_Grey {
        height: 36px;

        font-size: 10px;
        line-height: 34px;
    }

    #review-board-list .boardList > li {
        padding: 10px 11px;
    }

    #review-board-list .boardList li .bl_image {
        width: 56px;

        margin-right: 8px;
    }

    #review-board-list .boardList li .bl_image a {
        width: 56px;
        height: 56px;
    }

    #review-board-list .boardList li dl.leftImg {
        margin-left: 64px;
    }

    #review-board-list .boardList li dt {
        font-size: 11px;
    }

    #review-board-list .boardList li dd {
        font-size: 9px;
    }

}
/* BASIC css end */

