/*color*/
.c_lg {
    color: #8dc63f !important;
}
.c_dg {
    color: #599a00 !important;
}
.c_gd {
    color: #c6923f !important;
}
.c_yl {
    color: #fbff00 !important;
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
}

/*bg_tit*/
.bg_tit .t_dc {
    margin-bottom: 30px;
}
.bg_tit .t_dc img {
    width: 39px;
}
.bg_tit h1 {
    font-size: 45px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: -2px;
}
.bg_tit h1 strong {
    font-weight: 700;
}
.bg_tit h1 .c_gd {
    color: #c6923f;
}
.bg_tit .lined {
    text-align: center;
    line-height: 0px;
    margin: 30px 0;
}
.bg_tit .lined:after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 1px;
    background-color: #1e1e1e;
}
.bg_tit h3 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
    color: #1e1e1e;
    letter-spacing: -2px;
    word-break: keep-all;
}
.bg_tit p {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: -1px;
    word-break: keep-all;
}
.bg_tit .pint_txt {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: -2px;
    word-break: keep-all;
    margin-bottom: 10px;
}
@media (max-width:768px){
    .bg_tit .t_dc {
        margin-bottom: 20px;
    }
    .bg_tit .t_dc img {
        width: 20px;
    }
    .bg_tit h1 {
        font-size: 20px;
    }
    .bg_tit .lined {
        margin: 15px 0;
    }
    .bg_tit .lined:after {
        height: 15px;
    }
    .bg_tit h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .bg_tit p {
        font-size: 13px;
    }
}
/*md_tit*/
.md_tit .lined {
    text-align: center;
    line-height: 0px;
    margin: 60px 0;
}
.md_tit .lined:after {
    content: "";
    display: inline-block;
    height: 60px;
    width: 1px;
    background-color: #1e1e1e;
}
.md_tit h1 {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: -2px;
}
.md_tit p {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: -1px;
    margin-bottom: 50px;
    word-break: keep-all;
}
@media (max-width:768px){
    .md_tit .lined {
        margin: 30px 0;
    }
    .md_tit .lined:after {
        height: 30px;
    }
    .md_tit h1 {
        font-size: 20px;
    }
    .md_tit p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/*table_basic*/
.table_basic {
    border: 1px solid #ddd;
}
.table_basic.t_fx {
    table-layout: fixed;
}
.table_basic thead tr th {
    background-color: #f7f7f7;
}
.table_basic thead tr th,
.table_basic tbody tr th,
.table_basic tbody tr td {
    text-align: center;
    font-size: 17px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    border: 1px solid #ddd;
    vertical-align: middle;
}
@media (max-width:768px){
    .table_basic thead tr th,
    .table_basic tbody tr th,
    .table_basic tbody tr td {
        font-size: 12px;
        word-break: break-all;
    }
}
/*table_basic2*/
.table_basic2 {
    border: 1px solid #ddd;
    border-top-color: #5f5a4d;
}
.table_basic2.t_fx {
    table-layout: fixed;
}
.table_basic2 thead tr th,
.table_basic2 tbody tr th,
.table_basic2 tbody tr td {
    text-align: center;
    font-size: 17px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    border: 1px solid #ddd;
    vertical-align: middle;
    word-break: keep-all;
}
.table_basic2 thead tr th {
    background-color: #847c68;
    color: #fff;
    border-color: #5f5a4d;
}
.table_basic2 tbody tr th {
    background-color: #c6923f;
    color: #fff;
    border-color: #9b6e25;
}
@media (max-width:768px){
    .table_basic2 thead tr th,
    .table_basic2 tbody tr th,
    .table_basic2 tbody tr td {
        font-size: 12px;
        word-break: break-all;
    }
}

/*text_list*/
.text_list {
    border: 10px solid #ddd;
    padding: 110px 50px 50px;
    position: relative;
    background-color: #fff;
}
.text_list .titbox {
	margin-bottom: 20px;
}
.text_list .titbox h3 {
	display: inline-block;
    border-radius: 30px;
    background-color: #c6923f;
    color: #fff;
    padding: 10px 20px;
    line-height: 1em;
}
.text_list .test_top {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    text-align: center;
}
.text_list .img_wrp {
    border: 1px solid #ddd;
}
.text_list ul li {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 300;
    color: #1e1e1e;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-left: 25px;
    word-break: keep-all;
}
.text_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #ddd;
    top: 13px;
}
.text_list ul li:last-child {
    border-bottom: 0px;
}
@media (max-width:768px){
    .text_list {
        border: 5px solid #ddd;
        padding: 50px 20px 20px;
    }
    .text_list .test_top {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .text_list .test_top img {
		width: 150px;
    }
    .text_list .img_wrp {
        border: 1px solid #ddd;
    }
    .text_list ul {
        margin-top: 20px;
    }
    .text_list ul li {
        font-size: 12px;
        padding: 6px 0;
        padding-left: 20px;
    }
    .text_list ul li:before {
        width: 10px;
        height: 10px;
        border: 2px solid #ddd;
        top: 8px;
    }
}



/*table_basic3*/
.table.table_basic3 {
    border: 1px solid #ddd;
    border-top-color: #66a511;
	max-width: 1000px !important;
	margin: 0 auto;
}
.table_basic3.t_fx {
    table-layout: fixed;
}
.table_basic3 thead tr th,
.table_basic3 tbody tr th,
.table_basic3 tbody tr td {
    text-align: center;
    font-size: 17px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    border: 1px solid #ddd;
    vertical-align: middle;
    word-break: keep-all;
}
.table_basic3 thead tr th {
    background-color: #72b517;
    color: #fff;
    border-color: #66a511;
	font-weight: 600;
}
.table_basic3 tbody tr th {
    background-color: #f7f7f7;
    color: #1e1e1e;
    border-color: #ddd;
}
@media (max-width:768px){
    .table_basic3 thead tr th,
    .table_basic3 tbody tr th,
    .table_basic3 tbody tr td {
        font-size: 12px;
        word-break: break-all;
    }
}
/*table_basic4*/
.table.table_basic4 {
    border: 1px solid #ddd;
    border-top-color: #66a511;
	margin: 0 auto;
}
.table_basic4.t_fx {
    table-layout: fixed;
}
.table_basic4 > thead > tr > th,
.table_basic4 > tbody > tr > th,
.table_basic4 > tbody > tr > td {
    font-size: 17px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    border: 1px solid #ddd;
    vertical-align: middle;
    word-break: keep-all;
	padding: 20px;
}
.table_basic4 > thead > tr > th {
    background-color: #72b517;
    color: #fff;
    border-color: #66a511;
	font-weight: 600;
}
.table_basic4 > tbody > tr > th {
    background-color: #f7f7f7;
    color: #1e1e1e;
    border-color: #ddd;
}
.table_basic4 > tbody > tr > td {
	background-color: #fff;
}
@media (max-width:768px){
	.table_basic4 {
		border: 0px !important;
	}
    .table_basic4 > thead > tr > th,
    .table_basic4 > tbody > tr > th,
    .table_basic4 > tbody > tr > td {
        font-size: 12px;
        word-break: break-all;
		padding: 8px;
		display: block;
		border-bottom: 0px;
    }
    .table_basic4.nt > thead > tr > th,
    .table_basic4.nt > tbody > tr > th,
    .table_basic4.nt > tbody > tr > td {
		display: table-cell;
    }
	.table_basic4 > tbody > tr > th,
    .table_basic4 > tbody > tr > td.img_wrp {
		text-align: center;
    }
}
/*ch_list*/
.ch_list li {
    font-size: 20px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
}
.ch_list li img {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .ch_list li {
        font-size: 14px;
        padding: 5px 0;
        padding-left: 25px;
    }
    .ch_list li img {
        width: 20px;
    }
}

/*ty_list*/
.ty_list li {
    position: relative;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
    padding: 4px 0;
    padding-left: 10px;
}
.ty_list li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .ty_list li {
        font-size: 13px;
        padding: 2px 0;
        padding-left: 10px;
    }
}