/*online_02*/
#online_02 > ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media (max-width:768px){
   #online_02 > ul > li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
/*on2_sec1*/
.on2_sec1 .conbt .row > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.on2_sec1 .conbt p {
    font-weight: 400;
    line-height: 1.2em;
}
@media (max-width:768px){
    .on2_sec1 .conbt .row > div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .on2_sec1 .conbt .icon_wrp img {
        width: 60px;
        margin-bottom: 10px;
    }
}

/*produre*/
.produre li:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    background: url(../img/pr_arr.png) center center no-repeat;
    margin-top: -20px;
    left: 0;
}
.produre li:first-child:after {
    display: none;
}
.produre li > div {
    padding: 15px 0;
}
.produre li > .img_wrp {
    width: 200px;
    text-align: center;
}
.produre li > .txt_wrp {
    position: relative;
    padding-left: 70px;
}
.produre li > .txt_wrp h1 {
    position: absolute;
    left: 0;
    font-size: 45px;
    color: #9f1b1f;
    font-weight: 700;
    font-style: italic;
}
@media (min-width:769px){
    .produre {
        display: table;
        width: 100%;
    }
    .produre li {
        display: table-row;
        position: relative;
    }
    .produre li > div {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px dashed #ddd;
    }
}
@media (max-width:768px){
    .produre li {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .produre li:after {
        height: 20px;
        background: url(../img/pr_arr.png) center center no-repeat;
        margin-top: 0px;
        bottom: -10px;
        background-size: contain;
        left: 0;
    }
    .produre li > div {
        padding: 10px 0;
        width: 100% !important;
    }
    .produre li .img_wrp {
        text-align: center;
    }
    .produre li .img_wrp img {
        width: 100px;
    }
    .produre li > .txt_wrp {
        padding-left: 50px;
    }
    .produre li > .txt_wrp h1 {
        font-size: 25px;
        top: 0;
    }
}
/*on2_sec3*/
@media (max-width:768px){
    .on2_sec3 ul li {
        margin-bottom: 20px;
    }
    .on2_sec3 ul li:last-child {
        margin-bottom: 0;
    }
}





/*msec04*/
#online_03 #toggle_wrp .toggle > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0px !important;
    border-left: 0px;
    font-size: 18px;
    font-weight: 500;
	padding-left: 45px;
}
#online_03 #toggle_wrp .toggle.active > label {
    color: #b61427;
}
#online_03 #toggle_wrp .toggle > label:after {
    content: "Q";
    position: absolute;
    left: 0;
    background-color: #b61427;
    border-radius: 50%;
    padding: 5px 10px 7px;
    color: #fff;
    font-weight: 600;
    top: 7px;
}
#online_03 #toggle_wrp .toggle > label:before {
    content: "\f078";
    color: #1e1e1e;
    font-family: FontAwesome;
    border: 0px;
    top: 40%;
}
#online_03 #toggle_wrp .toggle.active > label:before {
    content: "\f077";
    margin-top: -6px; 
    right: 4px; 
    color: #b61427;
}
#online_03 #toggle_wrp .toggle {
    margin: 0px;
}
#online_03 #toggle_wrp .toggle p {
	color: #333;
    position: relative;
	padding-left: 45px;
}
#online_03 #toggle_wrp .toggle p:after {
    content: "A";
    font-size: 18px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    padding: 10px 10px;
    color: #333;
    font-weight: 600;
    top: 0;
}
@media (max-width:768px){
	#online_03 #toggle_wrp .toggle > label {
		font-size: 13px;
		padding-left: 30px;
        line-height: 1.2em;
	}
	#online_03 #toggle_wrp .toggle > label:after {
		padding: 3px 7px;
		top: 9px;
	}
	#online_03 #toggle_wrp .toggle p {
		margin-bottom: 0px;
		font-size: 11px;
        line-height: 1.2em;
		padding-left: 30px;
	}
}