﻿header {
    background-color: rgba(58,181,74,0.80);
}

#intro {
    background-color: #39B54A;
}

footer #footer {
    background-color: #39B54A;
}

#fakeloader {
    background-color:  #39B54A;
}

#page3 .cate .box {
    background-color: #39B54A;
}

#page6 .cate .box .box_title{
    display: table-cell;
    width: 15%;
    padding: 0 10px;
    vertical-align: top;
}

@media screen and (max-width: 667px){
     #page6 .cate .box .box_title{
    width: 30%;
}
}

#contents .contents_box .box_txt h3 {
    font-size: 23px;
}

#page3 .cate .box p {
    color: #fff;
}