@charset "utf-8";

/* 메인과 서브에서 공통으로 쓰는 css */

.point0{color:#FCA010 !important;}
.point0 > *{color:#FCA010 !important;}
.bg_point0{background-color:#FCA010 !important;}
.svg_point0{fill:#FCA010 !important;}
.stroke_point0{stroke:#FCA010 !important;}
.border_point0{border-color:#FCA010 !important;}
.before_point0::before{color:#FCA010 !important;}
.before_bg_point0::before{background-color:#FCA010 !important;}
input:checked + label.checked_before_bg_point0::before{background-color: #FCA010 !important;}
.after_point0::after{color:#FCA010 !important;}
.after_bg_point0::after{background-color:#FCA010 !important;}

@media all and (min-width:992px){
    .h_point0:hover{color:#FCA010 !important;}
    .bg_h_point0:hover{background-color:#FCA010 !important;}
    .svg_h_point0:hover{fill:#FCA010 !important;}
    .border_h_point0:hover{border-color:#FCA010 !important;}
}