/*stomach01 :: sec01*/
.stomach01 .sec01 {
	background: url(../img/stomach_bg.png) center center no-repeat;
}
.stomach01 .sec01 .conbox ul li {
	margin: 20px 0;
}
.stomach01 .sec01 .conbox .icon_wrp {
	margin-bottom: 15px;
}
.stomach01 .sec01 .conbox .icon_wrp img {
	border: 3px solid #ddd;
	border-radius: 50%;
	width: 150px;
}
.stomach01 .sec01 .conbox h3 {
	margin-bottom: 15px;
}
@media (max-width:768px) {
	.stomach01 .sec01 .conbox .txtbox p {
		height: 60px;
	}
}
/*stomach01 :: sec02*/
.stomach01 .sec02 .conbox ul li {
	margin: 15px 0;
}
/*stomach01 :: sec03*/
.stomach01 .sec03 {
	background-color: #f7f7f7;
}
.stomach01 .sec03 .conbox .img_wrp {
	border: 1px solid #ddd;
	border-bottom: 0px;
	background-color: #fff;
}
.stomach01 .sec03 .conbox .txt_wrp {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fcfcfc;
}

/*stomach01 :: sec05*/
.stomach01 .sec05 {
	background-color: #f7f7f7;
}
.stomach01 .sec05 ul li h4{
    padding: 7px 0;
    background-color: #72b517;
}
.stomach01 .sec05 ul li:nth-child(even) h4{
    background-color: #c6923f;
}
@media (max-width:768px) {
    .stomach01 .sec05 ul li .fo_box{
        margin: 5px 0;
    }
}