
#contents {}

#contents .top_img {
    width: 100%;
    height:auto;
}

#contents .top_img img {
    width: 100%;
    height:auto;
}


#contents .white_zone {
    padding-bottom: 94px;
}

#contents .white_zone h2 {
    margin-bottom: 50px;
}



#contents .gray {
    background: #EEEEEE;
}

#contents .white_zone .txt_block {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 75px;
}

#contents .white_zone .txt_block p {
    font-size: 14px;
    color: #000;
    line-height: 180%;
}

#contents .white_zone .txt_block p span {
    font-size: 18px;
    font-weight: bold;
    color: #069245;
}


#contents .white_zone .category {
    width: 980px;
    margin: 0 auto;
    /* padding-top: 40px; */
}

#contents .white_zone .category li {
    float: left;
    margin-right: 20px;
    width: 480px;
    height: 400px;
    background: #FFF;
    border: solid 1px #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
}

#contents .white_zone .category li.right {
    margin-right: 0;
}

#contents .white_zone .category:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#contents .white_zone .category li a {
    display: block;
    padding: 20px 0;
}

#contents .white_zone .category li:hover {
border: solid 5px #FBCA01;
}


#contents .white_zone .category li:hover img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity:0.9;
}

#contents .white_zone .category li a {
    display: block;
}


#contents .white_zone .category li a dl {
    text-align: center;
    /* padding-top: 35px; */
}

#contents .white_zone .category li a dl dt {
    margin-bottom: 30px;
	overflow:hidden;
}


#contents .white_zone .category li a dl dt p {
    margin-bottom: 10px;
}

#contents .white_zone .category li a dl dt p strong {
    font-size: 18px;
    color: #333333;
}



#contents .white_zone .category li a dl dd {
    padding-left: 20px;
}

#contents .white_zone .category li a dl dd p {
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 180%;
}

#contents .white_zone .category li a dl dd p strong {}





#contents .white_zone .category li a dl dd p .catch {
    font-size: 18px;
    color: #069245;
    /* text-align: left; */
}




#contents .white_zone .category li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
	
    border-radius: 5px;
	border: solid 4px #FFF;
	box-sizing:border-box;
}

#contents .white_zone .category li:hover {
    border:solid 1px #FBCA01
}

#contents .white_zone .category li:hover a{
    -webkit-transition:0.2s ease;
    -moz-transition:0.2s ease;
    -ms-transition:0.2s ease;
    -o-transition:0.2s ease;
    transition:0.2s ease;
    
    border: solid 4px #FBCA01;
}

#contents .white_zone .category li:hover img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


