@charset "utf-8";

#contents .headSection .leftArea a {
padding-right:15px;
}

.case-study .case-img .slider .slider-thumbs{
margin:0;
display:block;
font-size:0;
}

.case-study .case-img .slider .slider-thumbs li{
	box-sizing: border-box;
    width: 32%;
    display: inline-block;
    margin-right:2%;
    padding:0;
}

.case-study .case-img .slider .slider-thumbs li:last-child{
    margin-right:0;
}

@media only screen and (max-width: 768px){
#contents .headSection {
padding-bottom: 0;
}

#contents .subSection {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

#contents .subSection .subNav .layCol01, #contents .subSection .subNav .layCol02, #contents .subSection .subNav .layCol03 {
    width: 100%;
    float: none;
    margin-right: 0;
}

#contents .subSection .subNav .layCol02, #contents .subSection .subNav .layCol03 {
    margin-top: 10px;

}
}