@charset "utf-8";

/* 메인과 서브에서 공통으로 쓰는 css */
.point0{color:#979faa !important;}
.point0 > * {color:#979faa !important;}
.bg_point0{background-color:#979faa !important;}
.svg_point0{fill:#979faa !important;}
.stroke_point0{stroke:#979faa !important;}
.border_point0{border-color:#979faa !important;}
.before_point0::before{color:#979faa !important;}
.before_bg_point0::before{background-color: #979faa !important;}
input:checked + label.checked_before_bg_point0::before{background-color: #979faa !important;}
.after_point0::after{color:#979faa !important;}
.after_bg_point0::after{background-color:#979faa !important;}

.point1{color:#515d70 !important;}
.point1 > *{color:#515d70 !important;}
.bg_point1{background-color:#515d70 !important;}
.svg_point1{fill:#515d70 !important;}
.stroke_point1{stroke:#515d70 !important;}
.border_point1{border-color:#515d70 !important;}
.before_point1::before{color:#515d70 !important;}
.before_bg_point1::before{background-color:#515d70 !important;}
input:checked + label.checked_before_bg_point1::before{background-color: #515d70 !important;}
.after_point1::after{color:#515d70 !important;}
.after_bg_point1::after{background-color:#515d70 !important;}

.point2{color:#75fcff !important;}
.point2 > *{color:#75fcff !important;}
.bg_point2{background-color:#75fcff !important;}
.svg_point2{fill:#75fcff !important;}
.stroke_point2{stroke:#75fcff !important;}
.border_point2{border-color:#75fcff !important;}
.before_point2::before{color:#75fcff !important;}
.before_bg_point2::before{background-color:#75fcff !important;}
input:checked + label.checked_before_bg_point2::before{background-color: #75fcff !important;}
.after_point2::after{color:#75fcff !important;}
.after_bg_point2::after{background-color:#75fcff !important;}

@media all and (min-width:992px){
    .h_point0:hover{color:#979faa !important;}
    .bg_h_point0:hover{background-color:#979faa !important;}
    .svg_h_point0:hover{fill:#979faa !important;}
    .border_h_point0:hover{border-color:#979faa !important;}

    .h_point1:hover{color:#515d70 !important;}
    .bg_h_point1:hover{background-color:#515d70 !important;}
    .svg_h_point1:hover{fill:#515d70 !important;}
    .border_h_point1:hover{border-color:#515d70 !important;}

    .h_point2:hover{color:#75fcff !important;}
    .bg_h_point2:hover{background-color:#75fcff !important;}
    .svg_h_point2:hover{fill:#75fcff !important;}
    .border_h_point2:hover{border-color:#75fcff !important;}
}
