/* BASIC css start */
/* =========================================================
   COMMUNITY COMMON 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 > .akcommunity-aside-space {
    float: left;
    width: 210px;
    min-height: 1px;
    margin: 0;
}

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


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

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

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

#bbsData a {
    text-decoration: none;
}


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

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

#bbsData .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;
}

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

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


/* =========================================================
   INFO
========================================================= */

#bbsData .akbbs-info-box {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 38px;
    padding: 18px 19px;
    border: 1px solid #dce5ed;
    border-radius: 9px;
    background: #f5f8fb;
}

#bbsData .akbbs-info-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;
}

#bbsData .akbbs-info-box strong {
    display: block;
    margin: 0 0 3px;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

#bbsData .akbbs-info-box p {
    margin: 0;
    color: #6f747a;
    font-size: 11px;
    line-height: 1.6;
}


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

#bbsData .akbbs-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

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

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


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

#bbsData .akbbs-write-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #d84a4a;
    border-radius: 6px;
    background: #d84a4a;
    color: #fff;
    font-size: 11px;
    line-height: 36px;
    font-weight: 700;
}

#bbsData .akbbs-write-btn:hover {
    border-color: #c63e3e;
    background: #c63e3e;
    color: #fff;
}


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

#bbsData .akbbs-search {
    margin-bottom: 12px;
    padding: 13px 15px;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #f7f9fb;
}

#bbsData .akbbs-search fieldset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0;
    padding: 0;
    border: 0;
}

#bbsData .akbbs-search legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
}

#bbsData .akbbs-search-options {
    display: flex;
    align-items: center;
    gap: 13px;
}

#bbsData .akbbs-search-options label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: #444;
    font-size: 11px;
    cursor: pointer;
}

#bbsData .akbbs-search-options input[type="radio"] {
    margin: 0;
}

#bbsData .akbbs-search-keyword {
    display: flex;
    align-items: center;
    gap: 6px;
}

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

#bbsData .akbbs-search-keyword input[type="text"]:focus {
    border-color: #7189a3;
}

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


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

#bbsData .akbbs-table-wrap {
    overflow: hidden;
    width: 100%;
    border: 1px solid #dce3ea;
    border-radius: 9px;
    background: #fff;
}

#bbsData .akbbs-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

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

#bbsData .akbbs-table thead {
    background: #f4f7fa;
}

#bbsData .akbbs-table th {
    height: 48px;
    padding: 0 8px;
    border: 0;
    border-bottom: 1px solid #dce3ea;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

#bbsData .akbbs-table td {
    height: 60px;
    padding: 10px 9px;
    border: 0;
    border-bottom: 1px solid #eceff2;
    background: #fff;
    color: #222;
    font-size: 12px;
    line-height: 1.55;
    vertical-align: middle;
}

#bbsData .akbbs-table tbody tr:last-child td {
    border-bottom: 0;
}

#bbsData .akbbs-table tbody tr:hover td {
    background: #fafbfd;
}


/* =========================================================
   VALUE
========================================================= */

#bbsData .akbbs-center {
    text-align: center;
}

#bbsData .akbbs-number {
    color: #777;
    font-size: 11px;
}

#bbsData .akbbs-writer {
    color: #444;
    font-size: 11px;
}

#bbsData .akbbs-date {
    color: #555;
    font-size: 11px;
    white-space: nowrap;
}

#bbsData .akbbs-hit {
    color: #777;
    font-size: 11px;
}


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

#bbsData .akbbs-subject {
    overflow: hidden;
    color: #222;
    font-size: 12px;
}

#bbsData .akbbs-subject-link,
#bbsData .akbbs-subject > a {
    color: #111;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 600;
}

#bbsData .akbbs-subject-link:hover,
#bbsData .akbbs-subject > a:hover {
    text-decoration: underline;
}

#bbsData .akbbs-product-name {
    margin-right: 3px;
    color: #526b84 !important;
    font-weight: 600 !important;
}

#bbsData .akbbs-comment-count {
    margin-left: 2px;
    color: #d84a4a;
    font-size: 11px;
    font-weight: 700;
}

#bbsData .akbbs-spam-subject {
    color: #888;
}

#bbsData .akbbs-deleted-origin {
    margin: 0 0 3px;
    color: #999;
    font-size: 10px;
}


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

#bbsData .akbbs-one-notice td,
#bbsData .akbbs-notice-row td {
    background: #f8fafc;
}

#bbsData .akbbs-one-notice:hover td,
#bbsData .akbbs-notice-row:hover td {
    background: #f4f7fa;
}

#bbsData .akbbs-notice-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #7189a3;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

#bbsData .akbbs-notice-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 24px;
    padding: 0 7px;
    border: 1px solid #cdd9e4;
    border-radius: 12px;
    background: #edf3f8;
    color: #526b84;
    font-size: 10px;
    font-weight: 700;
}

#bbsData .akbbs-notice-content {
    color: #222;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   ICONS
========================================================= */

#bbsData .akbbs-icon-image,
#bbsData .akbbs-head-icon,
#bbsData .akbbs-inline-icon,
#bbsData .akbbs-user-icon {
    display: inline-block;
    max-width: 18px;
    height: auto;
    border: 0;
    vertical-align: middle;
}

#bbsData .akbbs-head-icon {
    margin-right: 3px;
}

#bbsData .akbbs-inline-icon {
    margin-left: 3px;
}

#bbsData .akbbs-product-thumb {
    display: block;
    max-width: 58px;
    max-height: 58px;
    margin: 0 auto;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
    object-fit: contain;
}


/* =========================================================
   BOTTOM
========================================================= */

#bbsData .akbbs-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}


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

#bbsData .akbbs-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

#bbsData .akbbs-paging li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bbsData .akbbs-paging li a,
#bbsData .akbbs-paging li strong {
    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;
    font-weight: 500;
}

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

#bbsData .akbbs-paging li.current strong {
    border-color: #7189a3;
    background: #7189a3;
    color: #fff;
    font-weight: 700;
}

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


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

@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 > .akcommunity-aside-space {
        width: 190px;
    }

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

}
/* BASIC css end */

