/*tit*/
.stit h5 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}
.stit h6 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 300;
}
@media(max-width:768px){
    .stit img {
        width: 200px;
    }
}
/*t_list*/
.t_list > li {
    font-size: 17px;
    color: #1e1e1e;
    line-height: 1.4em;
    text-transform: none;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.t_list > li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 13px;
    }
}
/*t_ilist*/
.t_ilist > li {
    font-size: 20px;
    color: #221814;
    line-height: 1.2em;
    text-transform: none;
}
.t_ilist > li .chk {
    width: 24px;
}
@media (max-width:768px){
    .t_ilist > li {
        font-size: 14px;
    }
    .t_ilist > li .chk {
        width: 16px;
    }
}
/*dv_line*/
.dv_line > li:not(:last-child) {
    margin-bottom: 40px;
}
/*table_basic*/
.table.table_basic {
    border-top: 2px solid #75bf44;
}
.table.table_basic thead tr th {
    background-color: #fcfcfc;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.4em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
    word-break: keep-all;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all;
    }
}
/*serviceman_01*/
#serviceman_01 ul li .ibox img {
	width: 110px;
	background-color: #f7f7f7;
	border-radius: 50%;
}
#serviceman_01 ul li p {
	font-size: 15px;
	line-height: 1em;
	font-weight: 300;
	color: #111;
	margin-top: 10px;
}
@media(max-width:768px){
	#serviceman_01 ul li .ibox img {
		width: 70px;
	}
	#serviceman_01 ul li p {
		font-size: 13px;
		margin-top: 5px;
	}
}

/*serviceman_01 :: sec02*/
#serviceman_01 .sec02 {
    background-color: #f7f7f7;
}

/*serviceman_01 :: sec03*/
#serviceman_01 .sec03 .txtbox {
    padding-top: 15px;
}
#serviceman_01 .sec03 .txtbox p {
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 300;
}
@media (max-width:768px){
    #serviceman_01 .sec03 ul li:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
    }
}

/*serviceman_01 :: sec04*/
#serviceman_01 .sec04 {
    background-color: #f7f7f7;
}
#serviceman_01 .sec04 ul li h6 {
    height: 100px;
    margin-top: 10px;
}
@media (max-width:768px){
    #serviceman_01 .sec04 ul li .iconbox img {
        width: 90px;
    }
    #serviceman_01 .sec04 ul li h6 {
        height: 60px;
    }
}

/*product_01 :: sec01*/
#product_01 .sec01 {
    background-color: #efeeee;
}
#product_01 .sec01 .top {
    background-color: #fff;
    padding: 60px 30px;
}
#product_01 .sec01 .top .img_wrp {
    margin: 20px 0;
}
#product_01 .sec01 .cl_arr {
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
}
#product_01 .sec01 .cl_arr img {
    width: 70px;
    margin-top: -30px;
}
#product_01 .sec01 .bt {
    background-color: #fff;
    padding: 60px 30px;
}
#product_01 .sec01 .bt .i_wrp {
    margin: 0 -5px;
    margin-top: 30px;
}
#product_01 .sec01 .bt .i_wrp > div {
    padding: 0 5px;
}
#product_01 .sec01 .bt .i_wrp .c_wrp {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}
#product_01 .sec01 .bt .i_wrp .ibox {
    width: 65px;
    padding-left: 15px;
}
#product_01 .sec01 .bt .i_wrp .ibox img {
    width: 50px;
}
#product_01 .sec01 .bt .i_wrp .txtbox {
    text-align: left;
    padding-left: 15px;
}
#product_01 .sec01 .linkbox a {
    text-decoration: none;
    display: block;
    padding: 15px;
}
#product_01 .sec01 .linkbox .btn_lft {
    background-color: #000f20;
}
#product_01 .sec01 .linkbox .btn_rt {
    background-color: #0093f2;
}
@media (max-width:768px){
    #product_01 .sec01 .top,
    #product_01 .sec01 .bt {
        padding: 30px 15px;
    }
    #product_01 .sec01 .ver2 {
        margin-top: 40px;
    }
    #product_01 .sec01 .top .img_wrp {
        margin: 10px 0;
    }
    #product_01 .sec01 .top .img_wrp img {
        width: 250px;
    }
    #product_01 .sec01 .cl_arr img {
        width: 36px;
        margin-top: -13px;
    }
}
/*product_01 :: sec03*/
#product_01 .sec03 {
    background-color: #f7f7f7;
}
#product_01 .sec03 ul li h6 {
    margin-top: 10px;
}
@media (max-width:768px){
    #product_01 .sec03 ul li .iconbox img {
        width: 90px;
    }
}
/*sec02*/
#company_01 .sec02 {
    background-color: #f7f7f7;
}
#company_01 .sec02 ul li {
    margin: 15px 0;
}
#company_01 .sec02 .logo_wrp {
    border: 1px solid #ddd;
    background-color: #fff;
}
#company_01 .sec02 .txtbox {
    padding: 15px 0;
}
#company_01 .sec02 .txtbox h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
#company_01 .sec02 .txtbox p {
    color: #636363;
    font-weight: 300;
    height: 40px;
}
@media (max-width:768px){
    #company_01 .sec02 ul li {
        margin: 5px 0;
    }
    #company_01 .sec02 .txtbox {
        padding: 10px 0;
    }
    #company_01 .sec02 .txtbox h5 {
        margin-bottom: 0px;
    }
}
/*feature_01*/
#feature_01 .nav-tabs {
    display: table;
    table-layout: fixed;
    border-bottom: 0px;
    width: 100%;
}
#feature_01 .nav-tabs:after,
#feature_01 .nav-tabs:before {
    display: none;
}
#feature_01 .nav-tabs li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
}
#feature_01 .nav-tabs li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
#feature_01 .nav-tabs li a {
    border: 0px;
    background-color: transparent;
    text-align: center;
    border-radius: 0px;
    padding: 50px 5px;
    position: relative;
}
#feature_01 .nav-tabs li a span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
}
#feature_01 .nav-tabs li.active a span:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 15px;
    border-color:  #d3eeff transparent transparent transparent;
}
#feature_01 .nav-tabs li.active a {
    background-color: #d3eeff;
}
#feature_01 .nav-tabs li.active a h6 {
    color: #197bbb;
}
#feature_01 .nav-tabs li a .ibox {
    text-align: center;
}
#feature_01 .nav-tabs li a .ibox:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
}
#feature_01 .nav-tabs .tab1 .ibox:after {
    background: url(../img/tab1_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab1 .ibox:after {
    background: url(../img/tab1_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab2 .ibox:after {
    background: url(../img/tab2_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab2 .ibox:after {
    background: url(../img/tab2_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab3 .ibox:after {
    background: url(../img/tab3_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab3 .ibox:after {
    background: url(../img/tab3_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab4 .ibox:after {
    background: url(../img/tab4_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab4 .ibox:after {
    background: url(../img/tab4_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab5 .ibox:after {
    background: url(../img/tab5_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab5 .ibox:after {
    background: url(../img/tab5_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab6 .ibox:after {
    background: url(../img/tab6_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab6 .ibox:after {
    background: url(../img/tab6_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .tab7 .ibox:after {
    background: url(../img/tab7_off.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .nav-tabs .active .tab7 .ibox:after {
    background: url(../img/tab7_on.png) center center no-repeat;
    background-size: cover;
}
#feature_01 .tab-content {
    border: 0px;
    box-shadow: 0 0 0;
    padding: 0px;
    border-radius: 0px;
}
#feature_01 .tab-content .contop {
    border: 5px solid #eee;
}
#feature_01 .tab-content .contop .lft {
    padding: 30px 0 30px 60px;
}
#feature_01 .tab-content .contop .lft .svcm_t img {
    width: 210px;
}
#feature_01 .tab-content .contop .lft span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #aaa;
    margin: 15px 0;
    line-height: 2px;
}
#feature_01 .tab-content .contop .lft h4 {
    line-height: 1em;
}
#feature_01 .tab-content .contop .lft h4 a {
    font-size: 0.7em;
    line-height: 1em;
    padding: 8px 10px;
    background-color: #072c44;
    text-decoration: none;
    display: inline-block;
}
#feature_01 .tab-content .con_item > div {
    vertical-align: top;
}
#feature_01 .tab-content .tbox {
    padding-right: 15px;
}
#feature_01 .tab-content .tbox h5 {
    font-weight: 600;
}
#feature_01 .tab-content .tbox h6 {
    font-weight: 300;
    margin-top: 15px;
    line-height: 1.6em;
}
#feature_01 .tab-content .ibox {
    width: 125px;
}
@media(min-width:769px){
    #feature_01 .tab-content .con_item {
        height: 200px;
    }
}
@media(max-width:768px){
    #feature_01 .nav-tabs li {
        padding: 0 2px;
    }
    #feature_01 .nav-tabs li a {
        padding: 20px 5px;
    }
    #feature_01 .nav-tabs li a h6 {
        word-break: break-all;
        line-height: 1.1em;
    }
    #feature_01 .nav-tabs li a .ibox:after {
        width: 25px;
        height: 25px;
    }
    #feature_01 .tab-content .tbox h6 {
        margin-top: 5px;
    }
    #feature_01 .tab-content .ibox {
        width: 80px;
    }
    #feature_01 .tab-content .contop .lft {
        text-align: center;
        padding: 30px 15px 0;
    }
    #feature_01 .tab-content .con_item {
        margin-bottom: 30px;
    }
}
/*board_online*/
#board_online ul li {
    position: relative;
}
#board_online ul li {
    margin: 15px 0;
}
#board_online ul li .form-control {
    font-size: 17px;
    line-height: 1.8em;
    color: #1e1e1e;
    font-weight: 400;
    margin: 0px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 0px;
    box-shadow: 0 0 0;
}
#board_online .lft {
    padding-right: 30px;
}
#board_online .rt {
    width: 165px;
}
#board_online .gonow {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
#board_online .s_tit {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
#board_online .s_tit:after {
	content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #0093f2;
}
#board_online .prv_area {
	border: 1px solid #ddd;
	padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
	height: 100px;
	overflow-y: scroll;
}
#board_online  label.agr {
    font-size: 15px;
    font-weight: 400;
    color: #222;
}
#board_online .agr,
#board_online .agr input {
	vertical-align: middle;
}
#board_online input[type="submit"] {
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 600;
	padding: 10px;
	background-color: #333;
	border: 1px solid #333;
	display: block;
	width: 100%;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#board_online  input[type="submit"]:hover {
	background-color: #111;
	border-color: #111;
}
@media(min-width:769px){
    #board_online ul li {
        padding-left: 150px;
    }
    #board_online ul li label {
        position: absolute;
        font-size: 17px;
        line-height: 50px;
        color: #1e1e1e;
        font-weight: 400;
        left: 0;
        height: 50px;
    }
}
@media(max-width:768px){
    #board_online ul li {
        margin: 5px 0;
    }
    #board_online ul li label {
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 5px;
    }
    #board_online ul li .form-control {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
    }
    #board_online .s_tit {
        padding-left: 20px;
        margin-top: 15px;
    }
    #board_online .s_tit:after {
        top: 3px;
        width: 15px;
        height: 15px;
        border: 3px solid #0093f2;
    }
}