/* 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;
}


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

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

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

#faqWrap a {
    text-decoration:none;
}


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

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

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

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

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


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

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

#faqWrap .akfaq-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:15px;
    font-weight:800;
}

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

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


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

#faqWrap .akfaq-section-head {
    margin-bottom:12px;
}

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

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


/* =========================================================
   FAQ CATEGORY
   »õ µðÀÚÀÎ
========================================================= */

#faqWrap .akfaq-category-section {
    margin-bottom:38px;
}

#faqWrap #faq-category {
    margin:0;
    padding:9px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#f4f7fa;
}


/* Ä«Å×°í¸® ÀüÃ¼ */

#faqWrap .faq-menu {
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:0;
    padding:0;
    list-style:none;
}


/* °¢ Ä«Å×°í¸® */

#faqWrap .faq-menu li {
    flex:0 0 auto;
    margin:0;
    padding:0;
    list-style:none;
}


/* ¹öÆ° */

#faqWrap .faq-menu li a {
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    height:38px;
    padding:0 18px;
    border:1px solid #d8e0e7;
    border-radius:7px;
    background:#fff;
    color:#444;
    font-size:11px;
    line-height:36px;
    font-weight:600;
    white-space:nowrap;
    transition:
        border-color .15s ease,
        background .15s ease,
        color .15s ease;
}


/* HOVER */

#faqWrap .faq-menu li a:hover {
    border-color:#9eb0c2;
    background:#fff;
    color:#526b84;
}


/* ¼±ÅÃµÈ Ä«Å×°í¸® */

#faqWrap .faq-menu li.now a {
    border-color:#7189a3;
    background:#7189a3;
    color:#fff;
    font-weight:700;
}


/* ¼±ÅÃµÈ ¸Þ´º hover */

#faqWrap .faq-menu li.now a:hover {
    border-color:#647d96;
    background:#647d96;
    color:#fff;
}


/* =========================================================
   FAQ LIST
========================================================= */

#faqWrap .akfaq-list-section {
    margin-top:0;
}

#faqWrap #faqTable {
    overflow:hidden;
    width:100%;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#faqWrap #faqTable table {
    width:100%;
    margin:0;
    border:0;
    border-collapse:collapse;
    table-layout:fixed;
}

#faqWrap #faqTable caption {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    clip:rect(0,0,0,0);
}


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

#faqWrap #faqTable th {
    height:48px;
    padding:0 10px;
    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
========================================================= */

#faqWrap #faqTable td {
    height:60px;
    padding:10px 12px;
    border:0;
    border-bottom:1px solid #eceff2;
    background:#fff;
    color:#222;
    font-size:12px;
    line-height:1.6;
    vertical-align:middle;
}

#faqWrap #faqTable .akfaq-question-row td {
    cursor:pointer;
}

#faqWrap #faqTable .akfaq-question-row:hover td {
    background:#fafbfd;
}

#faqWrap #faqTable .tb-center {
    text-align:center;
}

#faqWrap #faqTable .tb-left {
    text-align:left;
}


/* =========================================================
   NUMBER
========================================================= */

#faqWrap .akfaq-num {
    color:#777;
    font-size:11px;
}


/* =========================================================
   CATEGORY BADGE
========================================================= */

#faqWrap .akfaq-category-name {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:72px;
    min-height:25px;
    padding:4px 10px;
    border:1px solid #d2dde7;
    border-radius:13px;
    background:#f5f8fb;
    color:#526b84;
    font-size:10px;
    line-height:1.4;
    font-weight:700;
}


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

#faqWrap .akfaq-subject {
    display:flex;
    align-items:center;
    min-width:0;
    gap:10px;
}

#faqWrap .akfaq-q-mark {
    display:flex;
    flex:0 0 26px;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#edf3f8;
    color:#526b84;
    font-size:11px;
    font-weight:800;
}

#faqWrap .akfaq-subject-text {
    overflow:hidden;
    flex:1;
    min-width:0;
    color:#111;
    font-size:12px;
    line-height:1.55;
    font-weight:600;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#faqWrap .akfaq-open-mark {
    display:flex;
    flex:0 0 28px;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    color:#7189a3;
    font-size:18px;
    line-height:28px;
    font-weight:300;
}


/* =========================================================
   FAQ SLIDE
   MakeShop µ¿ÀÛ ±¸Á¶ À¯Áö
========================================================= */

#faqWrap #faqTable tr.slide-hide,
#faqWrap #faqTable tr.slide-hide dl {
    display:none;
}

#faqWrap #faqTable tr.slide-show {
    display:table-row;
}

#faqWrap #faqTable tr.slide-show dl {
    display:block;
}

#faqWrap #faqTable tr.slide-hide td,
#faqWrap #faqTable tr.slide-show td {
    height:auto;
    padding:0;
    cursor:default;
    border-bottom:1px solid #dce3ea;
    background:#f7f9fb;
}


/* =========================================================
   ANSWER AREA
========================================================= */

#faqWrap #faqTable .tb-slide {
    padding:24px 28px 26px;
}

#faqWrap #faqTable .tb-slide dl {
    position:relative;
    width:100%;
    margin:0;
    padding:0 0 0 42px;
}

#faqWrap #faqTable .tb-slide dl dt {
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:27px;
    height:27px;
    margin:0;
    border-radius:50%;
    font-size:11px;
    line-height:27px;
    font-weight:800;
}

#faqWrap #faqTable .tb-slide dl dd {
    min-height:27px;
    margin:0;
    padding:3px 0;
    color:#222;
    font-size:12px;
    line-height:1.8;
    font-weight:500;
    word-break:break-word;
}


/* QUESTION */

#faqWrap #faqTable .tb-slide dl.qst dt {
    background:#edf3f8;
    color:#526b84;
}

#faqWrap #faqTable .tb-slide dl.qst dd {
    color:#222;
    font-weight:700;
}


/* ANSWER */

#faqWrap #faqTable .tb-slide dl.adv {
    margin-top:20px;
    padding-top:20px;
    border-top:1px dashed #cfd8e1;
}

#faqWrap #faqTable .tb-slide dl.adv dt {
    top:20px;
    background:#7189a3;
    color:#fff;
}

#faqWrap #faqTable .tb-slide dl.adv dd {
    color:#333;
    font-weight:400;
}


/* =========================================================
   CONTENT
========================================================= */

#faqWrap #faqTable .tb-slide img {
    max-width:100%;
    height:auto;
}

#faqWrap #faqTable .tb-slide a {
    color:#526b84;
    text-decoration:underline;
}

#faqWrap #faqTable .tb-slide p {
    margin-top:7px;
    margin-bottom:7px;
}

#faqWrap #faqTable .tb-slide ol,
#faqWrap #faqTable .tb-slide ul {
    margin-left:25px;
}


/* =========================================================
   LEGACY FAQ CONTENT
========================================================= */

#faqWrap blockquote {
    margin-left:15px;
}

#faqWrap blockquote.q1,
#faqWrap blockquote.q2,
#faqWrap blockquote.q3,
#faqWrap blockquote.q4,
#faqWrap blockquote.q5,
#faqWrap blockquote.q6,
#faqWrap blockquote.q7 {
    margin-right:15px;
    margin-left:15px;
    padding:10px;
}

#faqWrap blockquote.q1 {
    padding:0 10px;
    border-left:2px solid #ccc;
}

#faqWrap blockquote.q2 {
    padding:0 10px;
}

#faqWrap blockquote.q3 {
    border:1px solid #d9d9d9;
}

#faqWrap blockquote.q4 {
    border:1px solid #d9d9d9;
    background:#fbfbfb;
}

#faqWrap blockquote.q5 {
    border:2px solid #707070;
}

#faqWrap blockquote.q6 {
    border:1px dashed #707070;
}

#faqWrap blockquote.q7 {
    border:1px dashed #707070;
    background:#fbfbfb;
}

#MS_WritenBySEB p {
    margin-top:7px;
    margin-bottom:7px;
}


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

#faqWrap .faq-search {
    text-align:center;
}

#faqWrap .faq-search fieldset {
    margin:0;
    padding:0;
    border:0;
}

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

#faqWrap .faq-search h4 {
    margin:0;
    color:#111;
    font-size:16px;
}

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


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

#faqWrap .pager {
    margin-top:26px;
    text-align:center;
}

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

#faqWrap .pager ol li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}

#faqWrap .pager ol li a,
#faqWrap .pager ol 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;
    line-height:28px;
    font-weight:500;
}

#faqWrap .pager ol li a:hover {
    border-color:#7189a3;
    color:#222;
}

#faqWrap .pager ol li.current strong {
    border-color:#7189a3;
    background:#7189a3;
    color:#fff;
    font-weight:700;
}

#faqWrap .pager ol li.first a,
#faqWrap .pager ol li.prev a,
#faqWrap .pager ol li.next a,
#faqWrap .pager ol li.last a {
    min-width:45px;
    background:#f7f9fb;
}


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

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

}
/* BASIC css end */

