/*diet01 :: ndiet*/
.diet01 .ndiet {
    background: url(../img/ndiet_1.jpg) center center no-repeat;
}
/*diet01 :: sec01*/
.diet01 .sec01 .table_basic4 img {
	max-width: 200px;
}

/*sec05*/
.diet01 .sec01 .st_wrp > li {
    margin-bottom: 40px;
}
.diet01 .sec01 .st_wrp > li:last-child {
    margin-bottom: 0;
}
.diet01 .sec01 .st_wrp > li > div {
    position: relative;
}
.diet01 .sec01 .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;
}
.diet01 .sec01 .st_wrp .c_wrp {
    position: relative;
}
.diet01 .sec01 .st_wrp .c_wrp .txtbox {
    padding: 30px 15px 30px 80px;
}
.diet01 .sec01 .st_wrp .txtbox h3 {
    margin-bottom: 10px;
}
@media (min-width:769px){
    .diet01 .sec01 .st_wrp .st_wrp01 {
        background: url(../img/dt_wrp_bg1.jpg) center center;
    }
}
@media (max-width:768px){
    .diet01 .sec01 .st_wrp > li {
        margin-bottom: 20px;
    }
    .diet01 .sec01 .st_wrp > li:last-child {
        margin-bottom: 0;
    }
    .diet01 .sec01 .st_wrp .c_wrp {
        position: relative;
    }
    .diet01 .sec01 .st_wrp .c_wrp .txtbox {
        padding: 30px 15px 30px 30px;
    }
    .diet01 .sec01 .st_wrp .st_wrp01 {
        background-color: #f7f7f7;
    }
    .diet01 .sec01 .st_wrp .st_wrp03 {;
        background-color: #fafafa;
    }
    .diet01 .sec01 .st_wrp .txtbox h3 {
        margin-bottom: 10px;
    }
}
/*diet01 :: sec03*/

.diet01 .sec03 .table_basic4 h3 {
	margin-bottom: 10px;
}
.diet01 .sec03 .table_basic4 h4 {
	font-weight: 400;
}
.diet01 .sec03 .table_basic4 .dty h5 {
	margin-bottom: 10px;
}
.diet01 .sec03 .table_basic4 .dty span {
	display: inline-block;
	left: 0;
	width: 90px;
	text-align: center;
	font-weight: 600;
	line-height: 1em;
	padding: 8px 5px;
	background-color: #c6923f;
	color: #fff;
	border-radius: 4px;
}
.diet01 .sec03 .nav-tabs,
.diet01 .sec03 .nav-tabs li {
	border: 0px !important;
	text-align: center;
}
.diet01 .sec03 .nav-tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.diet01 .sec03 .nav-tabs:before,
.diet01 .sec03 .nav-tabs:after {
	display: none;
}
.diet01 .sec03 .nav-tabs {
	margin: 0 -5px;
}
.diet01 .sec03 .nav-tabs li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.diet01 .sec03 .nav-tabs li a {
	display: block;
	border-radius: 0px;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.diet01 .sec03 .nav-tabs li a, 
.diet01 .sec03 .nav-tabs li.active a, 
.diet01 .sec03 .nav-tabs li.active a:hover, 
.diet01 .sec03 .nav-tabs li.active a:focus {
	padding: 0px;
	background-color: transparent !important;
	border: 0px;
	border-bottom: 0px;
	cursor: pointer;
}
.diet01 .sec03 .nav-tabs li a {
	border: 2px solid #c9a063 !important;
	background-color: #fff !important;
	color: #c9a063 !important;
	width: 100%;
    padding: 15px;
	font-weight: 600;
}
.diet01 .sec03 .nav-tabs li.active a,
.diet01 .sec03 .nav-tabs li.active a:focus {
	background-color: #c9a063 !important;
	color: #fff !important;
	width: 100%;
    padding: 15px;
}
.diet01 .sec03 .nav-tabs li a:hover, 
.diet01 .sec03 .nav-tabs li a:focus {
	background-color: #c9a063 !important;
	color: #fff !important;
	width: 100%;
    padding: 15px;
}
.diet01 .sec03 .nav-tabs li a {
	display: inline-block;
	position: relative;
	font-size: 22px;
	text-align: center;
}
.diet01 .sec03 .nav-tabs li a img {
	position: absolute;
	left: 0;
	top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.diet01 .sec03 .nav-tabs li a .hv_unact {
	opacity: 1;
}
.diet01 .sec03 .nav-tabs li a .hv_act {
	opacity: 0;
}
.diet01 .sec03 .nav-tabs li:hover a .hv_unact,
.diet01 .sec03 .nav-tabs li.active a .hv_unact {
	opacity: 0;
}
.diet01 .sec03 .nav-tabs li:hover a .hv_act,
.diet01 .sec03 .nav-tabs li.active a .hv_act {
	opacity: 1;
}
.diet01 .sec03.tab-content {
	box-shadow: 0 0 0;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 20px 0 0;
}
@media (max-width:768px){
	.diet01 .sec03 .table_basic4 .dty span {
		width: 60px;
		padding: 5px 3px;
	}
	.diet01 .sec03 .nav-tabs li a {
		font-size: 14px;
	}
	.diet01 .sec03 .nav-tabs li a,
	.diet01 .sec03 .nav-tabs li.active a,
	.diet01 .sec03 .nav-tabs li.active a:focus,
	.diet01 .sec03 .nav-tabs li a:hover, 
	.diet01 .sec03 .nav-tabs li a:focus {
		padding: 8px;
	}
}
/*dty_list*/
.dty_list li {
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
	padding-left: 100px;
    line-height: 1.4em;
}
.dty_list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}
.dty_list li span {
	position: absolute;
	left: 0;
	width: 90px;
	text-align: center;
	font-size: 0.85em;
	font-weight: 600;
	line-height: 1em;
	padding: 8px 5px;
	background-color: #72b517;
	color: #fff;
	border-radius: 4px;
}
@media (max-width:768px){
	.dty_list li {
		margin: 7px 0;
		padding: 7px 0;
		padding-left: 70px;
	}
	.dty_list li span {
		width: 60px;
		padding: 5px 3px;
		font-size: 1em;
		word-break: keep-all;
	}
}
/*diet01 :: sec02*/
.diet01 .sec02 {
	background-color: #f7f7f7;
}
/*diet01 :: sec04*/
.diet01 .sec04 .goods {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px;
	background: url(../img/paper.png) right top no-repeat;
	background-color: #f7f7f7;
	background-size: 500px;
	border: 5px solid #ccc;
}
.diet01 .sec04 .goods li {
	margin: 15px 0;
	padding: 15px;
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-left: 45px;
}
.diet01 .sec04 .goods li:last-child {
	border-bottom: 0px;
}
.diet01 .sec04 .goods li h3 .num {
	position: absolute;
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 1em;
    padding-top: 7px;
    text-align: center;
    background-color: #72b517;
    font-weight: 900;
    color: #fff;
    top: 15px;
    left: 0;
    z-index: 3;
}
@media (min-width:769px){
	.diet01 .sec04 {
		background: url(../img/diet_sec04_bg.jpg) center bottom no-repeat;
	}
}
@media (max-width:768px){
	.diet01 .sec04 {
		background: linear-gradient(#fff, #eff0f2);
		padding-bottom: 0px;
	}
	.diet01 .sec04 .goods {
		padding: 30px;
		background-size: 200px;
	}
}