
.bg_tit h3 span {
    display: inline-block;
    font-size: 0.8em;
    background-color: #72b517;
    color: #fff;
    line-height: 1em;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 15px;
}

/*disc01 :: sec02*/
.disc01 .sec02 {
	background-color: #f7f7f7;	
}
.disc01 .sec02 .img_wrp {
	background-color: #fafafa;	
	border: 2px solid #ddd;
}
/*disc_common :: sec04*/
.disc_common .sec04 {
	background-color: #f7f7f7;	
}
.disc_common .sec04 ul li a {
	text-decoration: none;
}
.disc_common .sec04 ul li a h3 span {
	display: inline-block;
	line-height: 1em;
	padding: 5px;
	border-radius: 30px;
	min-width: 150px;
	background-color: #72b517;
	color: #fff;
	
}
/*disc_common :: sec05*/
.disc_common .sec05 .dsc_md h4 {
	padding: 10px;
    background-color: #72b517;
    color: #fff;
}
@media (max-width:768px){
    .disc_common .sec05 .dsc_md > li {
        margin-bottom: 30px;
    }
    .disc_common .sec05 .dsc_md > li h6 {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*sec05*/
.sec05 .st_wrp > li {
    margin-bottom: 40px;
}
.sec05 .st_wrp > li:last-child {
    margin-bottom: 0;
}
.sec05 .st_wrp > li > div {
    position: relative;
}
.sec05 .st_wrp > li > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/st_wrp_bg.png) center center;
    z-index: 2;
}
.sec05 .st_wrp .c_wrp {
    position: relative;
}
.sec05 .st_wrp .c_wrp .txtbox {
    padding: 30px 15px 30px 80px;
}
.sec05 .st_wrp .txtbox h3 {
    margin-bottom: 10px;
}
@media (min-width:769px){
    .sec05 .st_wrp .st_wrp01 {
        background: url(../img/ds_wrp_bg1.jpg) center center;
    }
}
@media (max-width:768px){
    .sec05 .st_wrp > li {
        margin-bottom: 20px;
    }
    .sec05 .st_wrp > li:last-child {
        margin-bottom: 0;
    }
    .sec05 .st_wrp .c_wrp {
        position: relative;
    }
    .sec05 .st_wrp .c_wrp .txtbox {
        padding: 30px 15px 30px 30px;
    }
    .sec05 .st_wrp .st_wrp01 {
        background-color: #f7f7f7;
    }
    .sec05 .st_wrp .st_wrp03 {;
        background-color: #fafafa;
    }
    .sec05 .st_wrp .txtbox h3 {
        margin-bottom: 10px;
    }
}
/*disc02 :: sec01*/
.disc02 .sec01 .conbox {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
.disc02 .sec01 .img_wrp {
	border: 2px solid #ddd;
}
/*disc02 :: sec02*/
.disc02 .sec02 {
	background-color: #f7f7f7;	
}
/*disc02 :: sec03*/
.disc02 > .sec03 {
    background-color: #f5f3ef;
}
.disc02 .sec03 ul li {
	margin: 15px 0;
}
.disc02 .sec03 ul li h4 {
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

/*disc03 :: sec02*/
.disc03 .sec02 {
    background-color: #f7f7f7;
}
.disc03 .sec02 .img_wrp img {
    border: 1px solid #ddd;
}
/*disc04 :: sec01*/
.disc04 .sec01 {
    background-color: #fcfcfc;
}
.disc04 .sec01 .img_wrp img {
    border: 1px solid #ddd;
}