.btn-primary { color: #fff; background-color: #da251c; border-color: #da251c; width: 100%; line-height: 45px; border-radius: 0; } .p_categoryBox .p_linkBox.click { background-color: rgba(1, 109, 231, 0); } .p_categoryBox .p_linkBox.click .p_title{ color: #da251c; } .p_categoryBox .p_parentBox .p_linkBox.click:before{ content:" "; display:block; transition:all 0.5s; width:65px; height:3px; background-color:#da251c; position:absolute;bottom:0px;left:50%;transform:translateX(-50%); } .mouse_bac:hover {background-color: rgba(1, 109, 231, 0);} .mouse_bac:hover .p_title{ color: #da251c; } .p_categoryBox .p_parentBox:hover{ background-color: rgba(1, 109, 231, 0); } .p_categoryBox .p_parentBox:before{ content:" "; display:block; transition:all 0.5s; width:0px; height: 2px; background-color: #da251c; position:absolute; bottom:0px; left:50%; transform:translateX(-50%); } .p_categoryBox .p_parentBox:hover:before{ width:65px; } .p_categoryBox .p_parentBox:hover .p_title{ color: #da251c; }