/* BASIC css start */
/* =========================================================
   CUSTOMER CENTER LAYOUT
========================================================= */

#contentWrap.akcommunity-layout {
    display:block;
    width:1100px;
    max-width:1100px;
    margin:0 auto;
    padding:55px 0 80px;
    box-sizing:border-box;
}

#contentWrap.akcommunity-layout::after {
    display:block;
    clear:both;
    content:"";
}

#contentWrap.akcommunity-layout > #aside {
    float:left;
    width:210px;
    margin:0;
}

#contentWrap.akcommunity-layout > #content.akcommunity-content {
    float:right;
    width:860px;
    min-width:0;
    margin:0;
    padding:0;
}


/* =========================================================
   BASE
========================================================= */

#review {
    width:100%;
    margin:0;
    padding:0;
    color:#222;
    box-sizing:border-box;
}

#review,
#review * {
    box-sizing:border-box;
}

#review a {
    text-decoration:none;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#review .akcommunity-page-head {
    margin:0 0 25px;
}

#review .akcommunity-page-head > span {
    display:block;
    margin:0 0 5px;
    color:#7189a3;
    font-size:10px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:.1em;
}

#review .akcommunity-page-head h1 {
    margin:0 0 7px;
    padding:0;
    color:#111;
    font-size:28px;
    line-height:1.35;
    font-weight:700;
}

#review .akcommunity-page-head p {
    margin:0;
    padding:0;
    color:#666;
    font-size:13px;
    line-height:1.6;
}


/* =========================================================
   GUIDE
========================================================= */

#review .akreview-guide {
    display:flex;
    align-items:center;
    gap:13px;
    margin-bottom:36px;
    padding:18px 19px;
    border:1px solid #dce5ed;
    border-radius:9px;
    background:#f5f8fb;
}

#review .akreview-guide-icon {
    display:flex;
    flex:0 0 40px;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#7189a3;
    color:#fff;
    font-size:13px;
    font-weight:800;
}

#review .akreview-guide strong {
    display:block;
    margin:0 0 3px;
    color:#222;
    font-size:13px;
    line-height:1.5;
    font-weight:700;
}

#review .akreview-guide p {
    margin:0;
    padding:0;
    color:#6f747a;
    font-size:11px;
    line-height:1.6;
}


/* =========================================================
   SECTION HEAD
========================================================= */

#review .akreview-section-head {
    margin-bottom:12px;
}

#review .akreview-section-head > span,
#review .akreview-list-head > div > span {
    display:block;
    margin:0 0 4px;
    color:#7189a3;
    font-size:9px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:.08em;
}

#review .akreview-section-head h2,
#review .akreview-list-head h2 {
    margin:0;
    padding:0;
    color:#111;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
}


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

#review .akreview-search-fieldset {
    margin:0 0 38px;
    padding:0;
    border:0;
}

#review .akreview-search-fieldset > legend {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    clip:rect(0,0,0,0);
}

#review .table-sch.akreview-search {
    overflow:hidden;
    margin:0;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#review .akreview-search table {
    width:100%;
    margin:0;
    border-collapse:collapse;
    table-layout:fixed;
}

#review .akreview-search caption {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    clip:rect(0,0,0,0);
}

#review .akreview-search th,
#review .akreview-search td {
    border:0;
    border-bottom:1px solid #e8ecef;
}

#review .akreview-search tr:last-child th,
#review .akreview-search tr:last-child td {
    border-bottom:0;
}

#review .akreview-search th {
    padding:15px;
    background:#f4f7fa;
    color:#333;
    font-size:11px;
    font-weight:700;
    text-align:center;
}

#review .akreview-search td {
    padding:12px 15px;
    background:#fff;
}


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

#review .akreview-category-search {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px;
}

#review .akreview-category-search select {
    min-width:120px;
    height:34px;
    padding:0 28px 0 9px;
    border:1px solid #cfd8e1;
    border-radius:5px;
    outline:0;
    background:#fff;
    color:#333;
    font-size:11px;
}

#review .akreview-category-search select:focus {
    border-color:#7189a3;
}


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

#review .akreview-name-search {
    display:flex;
    align-items:center;
    gap:6px;
}

#review .akreview-name-search input[type="text"] {
    width:350px;
    height:34px;
    margin:0;
    padding:0 10px;
    border:1px solid #cfd8e1;
    border-radius:5px;
    outline:0;
    background:#fff;
    color:#111;
    font-size:12px;
}

#review .akreview-name-search input[type="text"]:focus {
    border-color:#7189a3;
}

#review .akreview-search-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:65px;
    height:34px;
    padding:0 13px;
    border:1px solid #7189a3;
    border-radius:5px;
    background:#7189a3;
    color:#fff;
    font-size:11px;
    font-weight:700;
}

#review .akreview-search-btn:hover {
    border-color:#607991;
    background:#607991;
    color:#fff;
}


/* =========================================================
   LIST HEAD
========================================================= */

#review .akreview-list-head {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:12px;
}

#review .akreview-list-head > p {
    margin:0 0 2px;
    color:#777;
    font-size:10px;
}


/* =========================================================
   REVIEW TABLE
========================================================= */

#review .table-review-info.akreview-table-wrap {
    overflow:hidden;
    margin:0;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#review .akreview-table-wrap table {
    width:100%;
    margin:0;
    border-collapse:collapse;
    table-layout:fixed;
}

#review .akreview-table-wrap caption {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    clip:rect(0,0,0,0);
}


/* =========================================================
   TABLE HEAD
========================================================= */

#review .akreview-table-wrap th {
    height:48px;
    padding:0 8px;
    border:0;
    border-bottom:1px solid #dce3ea;
    background:#f4f7fa;
    color:#333;
    font-size:11px;
    line-height:1.4;
    font-weight:700;
    text-align:center;
}


/* =========================================================
   TABLE BODY
========================================================= */

#review .akreview-table-wrap td {
    padding:13px 10px;
    border:0;
    border-bottom:1px solid #eceff2;
    background:#fff;
    color:#333;
    font-size:11px;
    line-height:1.6;
    vertical-align:middle;
}

#review .akreview-table-wrap tbody tr:last-child td {
    border-bottom:0;
}

#review .akreview-row:hover > td {
    background:#fafbfd;
}

#review .tb-center {
    text-align:center;
}

#review .tb-left {
    text-align:left;
}


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

#review .akreview-notice-row td {
    background:#f8fafc;
}

#review .akreview-notice-badge {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:43px;
    height:24px;
    padding:0 8px;
    border-radius:12px;
    background:#edf3f8;
    color:#526b84;
    font-size:9px;
    line-height:24px;
    font-weight:700;
}

#review .notice-list {
    width:auto;
    margin:0;
    padding:0;
    list-style:none;
}

#review .notice-list li {
    margin:0;
    padding:0;
    color:#333;
    font-size:11px;
    line-height:1.6;
    word-wrap:break-word;
}

#review .notice-list strong {
    font-weight:600;
}


/* =========================================================
   THUMB
========================================================= */

#review .table-review-info .tb-thumb img,
#review .akreview-thumb img {
    display:inline-block;
    width:70px;
    height:70px;
    padding:3px;
    border:1px solid #dce3ea;
    border-radius:6px;
    background:#fff;
    object-fit:contain;
}


/* =========================================================
   PRODUCT / REVIEW
========================================================= */

#review .akreview-content-cell ul {
    margin:0;
    padding:0;
    list-style:none;
}

#review .akreview-content-cell li {
    margin:0;
    padding:0;
    list-style:none;
}

#review .akreview-product-name {
    margin-bottom:6px !important;
}

#review .akreview-product-name > span {
    display:block;
    margin-bottom:2px;
    color:#7189a3;
    font-size:8px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:.07em;
}

#review .akreview-product-name strong {
    display:block;
    overflow:hidden;
    color:#555;
    font-size:11px;
    line-height:1.5;
    font-weight:600;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#review .akreview-product-name strong a {
    color:#555;
}


/* SUBJECT */

#review .akreview-subject {
    display:flex;
    align-items:center;
    gap:4px;
    min-width:0;
}

#review .akreview-subject > a:first-child,
#review .akreview-subject > span:first-child {
    overflow:hidden;
    min-width:0;
    color:#111;
    font-size:12px;
    line-height:1.5;
    font-weight:700;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#review .akreview-subject > a:first-child:hover {
    color:#526b84;
    text-decoration:underline;
}

#review .akreview-subject img {
    display:inline-block;
    max-width:18px;
    height:auto;
    border:0;
    vertical-align:middle;
}

#review .akreview-admin-link {
    flex:0 0 auto;
}


/* =========================================================
   WRITER / SCORE
   ¼¿Àº ¾È ¿òÁ÷ÀÌ°í ³»ºÎ ³»¿ë¸¸ ¿ÞÂÊÀ¸·Î
========================================================= */

#review .akreview-writer-score {
    margin-left:-8px;
    color:#555;
}

#review .akreview-writer {
    display:block;
    margin-bottom:6px;
    color:#444;
    font-size:11px;
    line-height:1.4;
}

#review .akreview-writer img {
    display:inline-block;
    max-width:18px;
    height:auto;
    margin-right:3px;
    vertical-align:middle;
}

#review .akreview-score {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:1px;
}

#review .akreview-score span,
#review .akreview-score div {
    display:inline-block;
    margin:0;
    padding:0;
    line-height:1;
}

#review .akreview-score img {
    display:inline-block;
    max-width:100%;
    height:auto;
    vertical-align:middle;
}


/* =========================================================
   DATE
   ¼¿Àº ±×´ë·Î, ³»¿ë¸¸ ¿ÞÂÊÀ¸·Î ÀÌµ¿
========================================================= */

#review .akreview-date-cell {
    margin-left:-10px;
    color:#666;
    font-size:10px;
    line-height:1.45;
    white-space:nowrap;
    text-align:center;
}


/* =========================================================
   DETAIL ROW
========================================================= */

#review .akreview-detail-row td {
    padding:0;
    background:#f7f9fb !important;
}

#review .akreview-detail {
    padding:26px 28px 28px;
    color:#333;
    font-size:12px;
    line-height:1.85;
    word-break:break-word;
}

#review .akreview-attach {
    margin:0 0 20px;
    text-align:center;
}

#review .akreview-attach img {
    display:inline-block;
    max-width:100%;
    height:auto;
    border:0;
}

#review .akreview-detail-content {
    min-height:40px;
}


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

#review .akreview-reply {
    margin-top:22px;
    padding:16px 18px;
    border:1px solid #dce3ea;
    border-radius:7px;
    background:#fff;
}

#review .akreview-reply > strong {
    display:block;
    margin-bottom:7px;
    color:#526b84;
    font-size:11px;
    line-height:1.4;
    font-weight:700;
}

#review .akreview-reply > div {
    color:#444;
    font-size:11px;
    line-height:1.7;
}

#review .akreview-reply img {
    display:inline-block;
    max-width:20px;
    height:auto;
    margin-right:5px;
    vertical-align:middle;
}


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

#review ol.paging.akreview-paging {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    margin:28px 0 0;
    padding:0;
    list-style:none;
}

#review .akreview-paging li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}

#review .akreview-paging li a {
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    height:30px;
    padding:0 8px;
    border:1px solid #dce3ea;
    border-radius:5px;
    background:#fff;
    color:#555;
    font-size:11px;
    line-height:28px;
    font-weight:500;
}

#review .akreview-paging li a:hover {
    border-color:#7189a3;
    color:#222;
}

#review .akreview-paging li.now a {
    border-color:#7189a3;
    background:#7189a3;
    color:#fff;
    font-weight:700;
}

#review .akreview-paging li.first a,
#review .akreview-paging li.prev a,
#review .akreview-paging li.next a,
#review .akreview-paging li.last a {
    min-width:45px;
    background:#f7f9fb;
}


/* =========================================================
   FOOT
========================================================= */

#review .foot-msg.akreview-foot-msg {
    margin:25px 0 0;
    padding:13px 15px;
    border:1px solid #dce5ed;
    border-radius:7px;
    background:#f7f9fb;
    color:#777;
    font-size:10px;
    line-height:1.5;
}


/* =========================================================
   RESPONSIVE
========================================================= */

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

    #contentWrap.akcommunity-layout {
        width:calc(100% - 40px);
        max-width:1100px;
    }

    #contentWrap.akcommunity-layout > #content.akcommunity-content {
        width:calc(100% - 240px);
    }

}

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

    #contentWrap.akcommunity-layout > #aside {
        width:190px;
    }

    #contentWrap.akcommunity-layout > #content.akcommunity-content {
        width:calc(100% - 212px);
    }

}
/* BASIC css end */

