/*thyroid01 :: sec02*/
.thyroid01 .sec02 {
	background-color: #f7f7f7;
}
.thyroid01 .sec02 .check_list {
    padding: 25px;
    background-color: #fff;
}
.thyroid01 .sec02 .c_wrp > div {
    vertical-align: top;
}
.thyroid01 .sec02 .c_wrp .txtbox {
    padding-right: 30px;
}
.thyroid01 .sec02 .c_wrp .imgbox {
    background: url(../img/thy1_sec02_img_bg.jpg) center top no-repeat;
    background-size: cover;
}
.thyroid01 .sec02 .th_list > li {
    margin-bottom: 50px;
}
.thyroid01 .sec02 .th_list > li:last-child {
    margin-bottom: 0px;
}
.thyroid01 .sec02 .th_list h3 {
    position: relative;
    padding-left: 30px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 15px;
}
.thyroid01 .sec02 .th_list h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 5px solid #72b517;
}
@media (max-width:768px){
    .thyroid01 .sec02 .check_list {
        padding: 15px;
    }
    .thyroid01 .sec02 .c_wrp .txtbox {
        padding: 20px 0;
    }
    .thyroid01 .sec02 .th_list > li {
        margin-bottom: 30px;
    }
    .thyroid01 .sec02 .th_list h3 {
        padding-left: 20px;
    }
    .thyroid01 .sec02 .th_list h3:after {
        width: 15px;
        height: 15px;
        border: 3px solid #72b517;
        top: 0;
    }
}
/*th2_box*/
.th2_box > li {
    margin-bottom: 30px;
}
.th2_box > li:last-child {
    margin-bottom: 0px;
}
.th2_box > li > h4 {    
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.th2_box > li > h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    width: 5px;
    height: 5px;
    background-color: #c6923f;
    border-radius: 50%;
}
.th2_box > li > h6 {    
    margin-top: 0px;
    font-weight: 300;
    line-height: 1.6em;
}


/*thyroid02 :: sec02*/
.thyroid02 .sec01 .check_list {
    padding: 25px;
    background-color: #fff;
}
.thyroid02 .sec01 .c_wrp > div {
    vertical-align: top;
}
.thyroid02 .sec01 .c_wrp .txtbox {
    padding-right: 30px;
}
.thyroid02 .sec01 .c_wrp .imgbox {
    background-color: #f7f7f7;
}
.thyroid02 .sec01 .th_list > li {
    margin-bottom: 50px;
}
.thyroid02 .sec01 .th_list > li:last-child {
    margin-bottom: 0px;
}
.thyroid02 .sec01 .th_list .num {
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    font-size: 50px;
    background-color: #72b517;
    color: #fff;
    line-height: 1em;
    margin-bottom: 15px;
}
.thyroid02 .sec01 .th_list .num.num_gd {
    background-color: #c6923f;
}
@media (max-width:768px){
    .thyroid02 .sec01 {
        text-align: center;
    }
    .thyroid02 .sec01 .check_list {
        padding: 15px;
    }
    .thyroid02 .sec01 .c_wrp .txtbox {
        padding: 20px 0;
    }
    .thyroid02 .sec01 .th_list > li {
        margin-bottom: 30px;
        }
    .thyroid02 .sec01 .th_list .num {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
/*thyroid02 :: sec02*/
.thyroid02 .sec02 {
    background-color: #f7f7f7;
}
.thyroid02 .sec02 {
	background-color: #f7f7f7;	
}
.thyroid02 .sec02 ul li a {
	text-decoration: none;
}
.thyroid02 .sec02 ul li a h3 span {
	display: inline-block;
	line-height: 1em;
	padding: 5px;
	border-radius: 30px;
	min-width: 150px;
	background-color: #72b517;
	color: #fff;
	
}