/* BASIC css start */
#info-group dt {background-color: #464646; color: #fff; padding: 6px 10px; margin:20px 0 16px 0;}
#info-group dd {padding:0 20px; margin-bottom:5px; }
#info-group .fa-square {color:#ca3d3d;}
#info-group em {color:#ca3d3d;}

#contents {
    padding:80px 8px 0;
}

#titleArea {
    position: relative;
    padding: 0 0 20px;
    background-color: #fff;
}

#titleArea h2 {
    padding: 0 61px;
    line-height: 53px;
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight:600;
}

#titleArea span {
    position: absolute;
    top: 12px;
    left: 0px;
}

.xans-mall-faq {
    margin: 14px 7px 0;
    padding: 0 0 29px;
    font-size: 13px;
}

.xans-mall-faq dt {
    position: relative;
    margin-top: -1px;
    padding: 0 0 0 14px;
    line-height: 43px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    background-color: #fff;
}

.xans-mall-faq dt:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_arrow_gray.png") no-repeat 0 center;
    background-size: 20px 20px;
}

.xans-mall-faq dd {
    display: none;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #d5d5d5;
    border-top: 0;
    background-color: #f5f5f6;
}

.xans-mall-faq dd.show {
    display: block;
}

.xans-mall-faq dd.selected {
    display: block;
}

.xans-mall-faq dt.selected:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_arrow_gray.png");
}

.xans-mall-privacy .agreeBox {
    margin: 14px 7px 0;
    line-height: 1.5;
    border: 1px solid #ccc;
    background: #fff;
}

.xans-mall-privacy .date {
    padding: 8px 14px;
    border-bottom: 1px solid #ccc;
}

.xans-mall-privacy .agree {
    padding: 14px;
    color: #777;
    font-size: 11px;
}

.xans-mall-privacy .btnPrev {
    display: block;
    margin: 7px 7px 0;
    padding: 5px 3px;
    border: 1px solid #bcbcbc;
    text-align: center;
    font-size: 12px;
    color: #1b1b1b;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* BASIC css end */

