@charset "utf-8";
/* CSS Document */

/* ===============================================================
 shop_faq
=============================================================== */

/* shopQnaArea */
.shopQnaArea .menu-list{
    margin-bottom: 30px;
}
.shopQnaArea .menu-list .area{
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #333333;
    padding: 4px 20px;
    cursor: pointer;
}
.shopQnaArea .menu-list .area.active{
    background: #008342;
    border: 1px solid #008342;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.shopQnaArea .menu-list .area.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #008342;
}

/* panelItem */
.shopQnaArea .qnaBox .list {
    padding: 0 0 40px;
    border-top: 1px solid #777777;
    border-bottom: none;
    font-size: 17px;
}
.shopQnaArea .qnaBox .list .li_q {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #acacac;
}
.shopQnaArea .qnaBox .list .li_a::before {
    content: '';
    position: absolute;
    background-size: contain;
    background: url(/assets/pc/shop/img/icon_qna_a.png);
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0;
}