@charset "utf-8";
@import "/hc/static/2/css/csat_mobile.css";


/* 공통 버튼 */
button.btn.btn-color_purple {
  background: #FF6200;
}

/* 공통 위젯 */
.widget #btnFixed {
  display: block;
  width: 58px;
  height: 68px;
  background: url("/hangame/hc/resource/ic-float_hangame.png") no-repeat center top;
   background-size: 58px 58px;
  font-size: 0;
  color: transparent;
  box-shadow: none;
  margin: 0 0 0 -4px;
  color: transparent;
  font-size: 0;
}
.widget #btnFixed.close {
  background: url("/hangame/hc/resource/ic-float-close_hangame.png") no-repeat center top;
   background-size: 58px 58px;
}

/* 공통 첨부파일 */
.upLoad dt {
  color: #FF6200;
}

/* 공통 모달 버튼 */
.message-box .layui-layer-btn .layui-layer-btn0 {
  background-color: #FF6200;
}

/* 문의하기 라디오버튼 */
.layui-form .layui-form-radio>i:hover, .layui-form .layui-form-radioed>i {
    color: #FF6200;
}

/* 문의하기 체크박스 */
.layui-form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #FF6200;
}
.layui-form .layui-form-checked[lay-skin=primary] i {
    border-color: #FF6200 !important;
    background-color: #FF6200;
}

/* 문의하기 첨부파일 */
.faq-downLoad li .upLoadBox {
  color: #333;
}

/* 문의하기 드롭박스 */
.mySelect-option div.selected i {
    width: 20px;
    height: 20px;
    background: url("/hangame/hc/resource/ic-check-hangame.png") no-repeat center center;
    background-size: 20px;
}

.layui-form .layui-form-select dl dd.layui-this, .layui-form .layui-form-select dl dd:hover {
    background-color: #FFE0CC;
    color: #333;
}

/* 문의내역 */
.qna-list .list-title span {
  color: #FF6200;
}
.faq-list-qa .aqList li.a::after {
  color: #FF6200;
}

/* FAQ 카테고리 */
.tabCon-list li a span {
  color: #FF6200;
}
.faq-list-detailed .list-title span {
  color: #FF6200;
}
.newsList li a span {
  color: #FF6200;
}
.menu-wrap .menu-wrap-con li.on a::after {
  background: #FF6200;
}
.tab-menu .tab-menu-con a.on {
  border-color: #FF6200;
}

/*FAQ, 공지사항 상단고정 */
.icon-hot-txt {
  background: #FF6200;
}

/* FAQ, 공지사항 검색 */
.notice_query {
    color: #FF6200;
    font-weight: bold;
}
.searchResultText span {
    color: #FF6200;
}

/* 채팅 */
#chat-offline .btn {
    background: #FF6200;
}
.el-button--purple, .el-button--purple:focus, .el-button--purple:visited {
    color: #fff;
    border-color: #FF6200;
    background: #FF6200;
}

/* 만족도 조사 */
.btn_add_opinion {
    background-color: #FF6200;
}
.survey_wrap .inp_radio input[type="radio"]:checked + label, .survey_wrap .inp_radio.active input[type="radio"] + label, .survey_wrap .inp_radio input[type="checkbox"]:checked + label, .survey_wrap .inp_radio.active input[type="checkbox"] + label, .survey_wrap .inp_checkbox input[type="radio"]:checked + label, .survey_wrap .inp_checkbox.active input[type="radio"] + label, .survey_wrap .inp_checkbox input[type="checkbox"]:checked + label, .survey_wrap .inp_checkbox.active input[type="checkbox"] + label {
    color: #FF6200;
    border-color: #FF6200 !important;
    background-color: rgba(255, 98, 0, 0.05) !important;
}
.survey_wrap .inp_radio input[type="radio"]:checked + label + .label_desc, .survey_wrap .inp_radio input[type="radio"] + label.active + .label_desc, .survey_wrap .inp_radio input[type="checkbox"]:checked + label + .label_desc, .survey_wrap .inp_radio input[type="checkbox"] + label.active + .label_desc, .survey_wrap .inp_checkbox input[type="radio"]:checked + label + .label_desc, .survey_wrap .inp_checkbox input[type="radio"] + label.active + .label_desc, .survey_wrap .inp_checkbox input[type="checkbox"]:checked + label + .label_desc, .survey_wrap .inp_checkbox input[type="checkbox"] + label.active + .label_desc {
    color: #FF6200;
}
.thanks {
    color: #FF6200;
}

 /* 기타 */
  .bx_input input[type=checkbox]:checked + label::before {
  background: #FF6200 url('/hc/static/51/img/ic-checkbox-check.png?1544064969') no-repeat center center;
}

.bx_input input[type=radio]:checked + label:before {
  background-color: #FF6200;
}

.tabCase li a.on {
  border-color: #FF6200;
}

.upLoad dd > span {
  color: #FF6200;
}

.base-inquiry-btn {
  background-color: #FF6200;
}

