@charset "UTF-8";


.gradingContent .gradingListWrap {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList {
    position: relative;
    display: inline-block;
    width: 250px;
    text-align: left;
    color:#555;
    vertical-align: top;
}
.gradingContent .gradingListWrap .sideList .sideBox {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 25px 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    background: #888;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 0 0 0 10px;
    color:#fff;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox {
    margin: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > dl {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > dl > dt {
   position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color:#c9a063;
    text-indent: 7px;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > dl > dd {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    margin: 15px 0 15px 0;
    color:#000;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul .current::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    left: 0;
    top:0;
    background: #c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > li:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > li > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dt {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    color:#000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding: 0 0 0 10px;
    margin:0 0 20px 20px; 
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dt:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dt span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dd {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    color:#888;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
    margin:0 0 20px 30px; 
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dd:last-child {
    margin:0 0 30px 30px; 
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dd:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dd::before {
    content: "-";
    position: absolute;
    display: block;
    left: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox ul > dl > dd span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0px;
}


@media screen and (max-width: 1200px) {

    .gradingContent .gradingListWrap .sideList {
        position: fixed;
        display: block;
        z-index: 2;
        top:0;
        left:-250px;
        height: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .gradingContent .gradingListWrap .sideList::after {
        content: "";
        position: absolute;
        display: block;
        width: 5px;
        height: 100vh;
        right:-5px;
        top:0;
        background: #c9a063;
    }
    .gradingContent .gradingListWrap .sideList.expand {
        left:0;
    }
    .gradingContent .gradingListWrap .sideList .bg {
        position: fixed;
        display: none;
        width: 100vw;
        height: 100vh;
        left: 0;
        top:0;
        background: rgba(0,0,0,0.5);
        }
    .gradingContent .gradingListWrap .sideList.expand .bg {
        display: block;
    }
    .gradingContent .gradingListWrap .sideList .sideBox {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-base-color: #765c35;
        scrollbar-3dlight-color: rgba(0,0,0,0);
        scrollbar-highlight-color: rgba(0,0,0,0);
        scrollbar-track-color: rgba(0,0,0,0);
        scrollbar-arrow-color: #c9a063;
        scrollbar-shadow-color: rgba(0,0,0,0);
        scrollbar-dark-shadow-color: rgba(0,0,0,0);
        background: #fff;
    }
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar { width: 3px; height: 3px;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-button {  background-color: #c9a063; }
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-track {  background-color: #fff;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-track-piece { background-color: #fff;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-thumb { height: 50px; background-color: #c9a063;border-radius: 3px;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-corner { background-color: #c9a063;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-resizer { background-color: #c9a063;}
    .gradingContent .gradingListWrap .sideList .sideBox .listBox {
        border: 0px;
    }
    .gradingContent .gradingListWrap .sideList .sideBox .listBox h1 {
        background: #c9a063;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn {
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        background: #c9a063;
        top:120px;
        right:-50px;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn:hover {
        background: #f0c078;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background: url(../images/side_btn.svg) no-repeat -3px center;
        background-size: 90%;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn span {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        top:13px;
        left: 22px;
        background: url(../images/side_btn2.svg) no-repeat center center;
        background-size: contain;
        animation: expandBtn 0.5s linear 0s infinite alternate;
        -webkit-animation: expandBtn 0.5s linear 0s infinite alternate;
    }
    @keyframes expandBtn {
        0%   { transform: translate(0,0); }
        100% { transform: translate(4px,0); }
    }
    @-webkit-keyframes expandBtn {
        0%   { -webkit-transform: translate(0,0); }
        100% { -webkit-transform: translate(4px,0); }
    }
}




.gradingContent .gradingListWrap .faqContentBox {
    position: relative;
    display: inline-block;
    width: 850px;
    text-align: left;
    color:#555;
    vertical-align: top;
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    border-left: 1px solid #000;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 0 0 0 0;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    overflow: hidden;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox.current {
    padding: 30px 0 0 0;
    height: auto;
    opacity: 1;
}

.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl > dt {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color:#000;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl > dt::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #c9a063;
    border-radius: 50%;
    left: 0;
    top:10px;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl > dd {
    position: relative;
    display: block;
    background: #f7f7f7;
    margin: 0 0 0 20px;
    border-radius:10px;
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    color:#555;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl > dd > p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.gradingContent .gradingListWrap .faqContentBox .faqPageBox > dl > dd > p a {
    color: #c9a063;
}
@media screen and (max-width: 1200px) {
    .gradingContent .gradingListWrap .faqContentBox {
        border-left: 0px;
    }
}
@media screen and (max-width: 900px) {
    .gradingContent .gradingListWrap .faqContentBox {
        display: block;
        width: 90%;
        padding: 0;
        left: 5%;
    }
}

.faqContentBox .faqInfo {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
}
.faqContentBox .faqInfo > li {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 0 20px 0 20px;
    
}
.faqContentBox .faqInfo > li > dl {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 30px 0 20px 0;
}
.faqContentBox .faqInfo > li > dl > dt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border:1px solid #c9a063;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.faqContentBox .faqInfo > li > dl:hover > dt {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.faqContentBox .faqInfo > li > dl.btn1 > dt {
    background: url(../images/icon_faq_btn1.svg) no-repeat center center;
    background-size: 70% auto;
}
.faqContentBox .faqInfo > li > dl.btn2 > dt {
    background: url(../images/icon_float_icon2.svg) no-repeat center center;
    background-size: 70% auto;
}
.faqContentBox .faqInfo > li > dl.btn3 > dt {
    background: url(../images/icon_fb_btn.svg) no-repeat center center;
    background-size: 70% auto;
}
.faqContentBox .faqInfo > li > dl.btn4 > dt {
    background: url(../images/icon_func_icon3.svg) no-repeat center center;
    background-size: 70% auto;
}
.faqContentBox .faqInfo > li > dl a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.faqContentBox .faqInfo > li > dl > dd {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    color:#000;
    padding: 0 0 0 20px;
    letter-spacing: 1px;
}
@media screen and (max-width: 650px) {
    .faqContentBox .faqInfo {
        text-align: center
    }
}



.faqContentBox .faqInfo > li {
    width: 245px;
}