@charset "UTF-8";

a#cur_3+div .inner_item:nth-child(1) {
    background: rgba(229, 50, 93, 0.1);
}
a#cur_3+div .inner_item:nth-child(2) {
    background: rgba(247, 147, 30,0.1);
}
a#cur_3+div .inner_item:nth-child(3) {
    background: rgba(67, 153, 43,0.1);
}

a#pro_01+div .inner_item:nth-child(1) {
    background: rgba(229, 50, 93,0.1);
}
a#pro_01+div .inner_item:nth-child(2) {
    background: rgba(247, 147, 30,0.1);
}
a#pro_01+div .inner_item:nth-child(3) {
    background: rgba(57, 188, 163,0.1);
}
a#pro_02+div .inner_item:nth-child(1) {
    background: rgba(67, 153, 43,0.1);
}
a#pro_02+div .inner_item:nth-child(2) {
    background: rgba(241, 96, 44,0.1);
}