/*s_tit*/
.s_tit .t_img {
    margin-bottom: 20px;
}
.s_tit h1 {
    margin-bottom: 15px;
}
.s_tit h4 {
    line-height: 1.3em;
    font-weight: 300;
}
.s_tit h5 {
    color: #aaa;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.s_tit p.w_p {
    color: #eee;
}
/*sst*/
.sst {
    margin-bottom: 30px;
}
.sst h3 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    font-weight: 600;
}
.sst h3:before {
    content: "";
    margin-top: -14px;
    width: 22px;
    height: 22px;
    display: block;
    border: 5px #e57200 solid;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0px;
    background: #fff;
    z-index: 2;
}
@media (max-width:768px){
    .sst {
        margin-bottom: 15px;
    }
    .sst h3 {
        margin-bottom: 15px;
        position: relative;
        padding-left: 17px;
        font-weight: 600;
    }
    .sst h3:before {
        content: "";
        margin-top: -14px;
        width: 14px;
        height: 14px;
        display: block;
        border: 4px #e57200 solid;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        left: 0px;
        background: #fff;
        z-index: 2;
    }
}
/*top_btn*/
 .top_btn a {
     text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
       background-color: #004481;
    border-radius: 4px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 600;
    color: #fff1d7;
    padding: 13px 40px;
    letter-spacing: -0.5px;
    text-shadow: 0 0 3px rgba(37, 25, 18, 0.4);
}
@media (max-width:768px) {
     .top_btn a {
        font-size: 13px;
        padding: 5px 20px;    
    }
}
/*company01*/
.company01 h3 {
    line-height: 1.3em;
    margin-bottom: 20px;
}
@media (min-width:769px){
    .company01 .sec01 .txt_wrp {
        padding: 0 30px 0 0;
    }
}
@media (max-width:768px){
    .company01 .sec01 .txt_wrp {
        padding: 15px 0;
    }
    .company01 .sec01 .txt_wrp .sign {
        width: 80px;
    }
}

/*use01*/
.use01 .con_md {
	padding: 60px 0;
	position: relative;
}
.use01 .con_md .table,
.use01 .con_md .table tr th,
.use01 .con_md .table tr td {
	border: 0px;
	background-color: #f7f7f7;
	vertical-align: middle;
	text-align: left;
}
.use01 .con_md .table tr th {
	width: 50%;
}
.use01 .con_md .table tr td {
	width: 50%;
}
.use01 .con_md .table tr th .img_wrp {
	position: relative;
}
.use01 .con_md .table tr th .img_wrp img {
	width: 100%;
}
.use01 .con_md .table tr td .txtbox {
	padding: 0 30px;
}
.use01 .con_md .table tr td .txtbox h1 {
    margin-bottom: 20px;
}
.use01 .con_md .table tr td .txtbox h1 span {
    font-weight: 800;
    color: #f78400;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #9e611b;
}
.use01 .con_md .table tr:nth-child(even) td .txtbox h1 span {
    color: #f70000;
    border-bottom: 1px solid #583f26;
}
.use01 .con_md .table tr td .txtbox h3 {
    margin-bottom: 10px;
}
.use01 .con_md .table tr td .txtbox h4 span {
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.3);
	line-height: 1em;
	padding-left: 5px;
	margin-left: 5px;
}
@media (min-width:991px){
	.use01 .con_md .center_line {
		position: absolute;
		height: 100%;
		width: 1px;
		top: 0;
		left: 50%;
		background-color: #aaa;
	}
}
@media (max-width:992px){
	.use01 .con_md .table tr td .txtbox {
		padding: 20px 15px 30px;
	}
	.use01 .con_md .table tr th .img_wrp .num.num_even {
		left: 0;
		right: auto;
	}
}
@media (max-width:768px){
	.use01 .con_top {
		padding: 30px 0;
	}
	.use01 .con_md {
		padding: 0;
	}
	.use01 .con_md .table tr td {
		display: block;
		width: 100%;
		text-align: left;
	}
	.use01 .con_md .table tr th,
	.use01 .con_md .table tr td {
		width: 100%;
		display: block;
	}
	.use01 .con_md .table tr td .m_sec01_mt {
		width: 300px;
	}
	.use01 .con_md .table tr th .img_wrp .num {
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	.use01 .con_md .table tr td .txtbox {
		background-color: #fff;
	}
	.use01 .con_md .table tr td .txtbox h1,
	.use01 .con_md .table tr td .txtbox h1 span {
		font-size: 22px !important;
        padding-bottom: 0;
	}
	.use01 .con_md .table tr td .txtbox h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.use01 .con_md .table tr td .txtbox p {
		font-size: 13px;
	}
}



.table_wrp {
    padding: 40px 15px;
    border-radius: 20px;
    background-color: #f7f7f7;
}
.table_wrp .table_box {
    max-width: 1140px !important;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 15px;
}
.table_basic {
    border: 1px solid #ddd;
    border-top: 2px solid #004481;
}
.table_basic thead tr th,
.table_basic thead tr td,
.table_basic tbody tr th,
.table_basic tbody tr td {
    font-size: 16px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}
.table_basic thead tr th,
.table_basic thead tr td {
    font-weight: 600;
    border-top: 2px solid #e57200;
    border-bottom: 2px solid #004481;
    color: #004481;
    font-size: 16px;
    background-color: #fffffa;
}
.table_basic tbody tr th {
    font-weight: 600;
    background-color: #fcfcfc;
}
.table_basic tbody tr.imp td {
    font-weight: 600;
    color: #e09a15;
}
@media (max-width:768px){
    .table_basic_wrp {
        padding: 30px 15px;
        border-radius: 10px;
    }
    .table_basic thead tr th,
    .table_basic thead tr td,
    .table_basic tbody tr th,
    .table_basic tbody tr td {
        font-size: 13px;
        padding: 7px;
    }
    .table_basic thead tr th,
    .table_basic thead tr td {
        font-size: 13px;
    }
}

.img_box{
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #eee;
    width: 100%;
}

@media (max-width:768px) {
    .img_box{
    
    }
    

}

/*use_02*/
.sec00 .conbox{
    padding: 40px 30px 50px;
    border-radius: 10px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
}
.rc1 {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.rc1 .ibox img {
    width: 95px;
}
.rc1 h3 {
    margin-top: 15px;
}
.rc1 h4 {
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 10px;
}
@media (min-width:769px) {
    .rc1:after {
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #ddd;
    }
    .rc1 ul {
        position: relative;
        z-index: 3;
    }
    .rc1 ul li{
        width: 20%;
    }
}
@media (max-width:768px) {
    .rc1 h5 {
        height: 50px;
    }
}

.cbox {
    border-top: 5px solid #333;
    padding: 30px 0;
}
.cbox h3 {
    font-weight: 700;
    letter-spacing: -1px;
}
.cbox ul li {
    font-size: 17px;
    color: #333;
    line-height: 1.2em;
    margin: 5px 0;
    font-weight: 300;
}
@media (min-width:769px) {
   .use02 .sec03 .conbox > ul > li{
    width: 20%;
    } 
}
@media (max-width:768px) {
    .cbox {
        border-top: 3px solid #333;
        padding: 20px 0;
    }
    .cbox ul li {
        font-size: 13px;
    }
}