/*dvd_sec*/
.dvd_sec {
    padding: 100px 0;
}
@media (max-width:768px){
    .dvd_sec {
        padding: 40px 0;
    }
}
/*sub_tit*/
.sub_tit h1 {
    font-size: 45px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
}
.sub_tit h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    color: #ddd;
    word-break: keep-all;
    margin-top: 15px;
}
.sub_tit p {
    margin-top: 15px;
}
@media (max-width:768px){
    .sub_tit h1 {
        font-size: 23px;
    }
    .sub_tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .sub_tit p {
        margin-top: 10px;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
}

/*font-size*/
.dft strong {
    font-weight: 600;
}
h4.dft {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
h6.dft {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #636363;
    word-break: keep-all;
}
p.dft {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width:768px){
    h4.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
        margin-bottom: 10px;
    }
}
/*t_list*/
.t_list li {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    position: relative;
    padding-left: 15px;
}
.t_list li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list li {
        font-size: 13px;
        padding-left: 10px;
    }
}


/*s_tit*/
.s_tit .t_img {
    margin-bottom: 20px;
}
.s_tit h1 {
    margin-bottom: 15px;
}
.s_tit h4 {
    color: #ddd;
    text-transform: uppercase;
}
.s_tit p.w_p {
    color: #eee;
}


/*table_basic*/
.table.table_basic {
    border-top: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
}
.table.table_basic tr th {
    background: url(../img/th_bg.png);
}
.table.table_basic tr th,
.table.table_basic tr td {
    border: 1px solid #ddd;
    font-size: 17px;
    font-weight: 300;
    color: #1c1c1c;
    vertical-align: middle;
    padding: 20px;
	text-align: center;
}
.table.table_basic tr th {
    font-weight: 600;
	text-align: center;
}
.table.table_basic thead tr th {
	text-align: center;
    color: #fff;
    background-color: #0d6fb8;
}
@media (max-width:768px){
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 7px;
        margin-top: -1px;
    }
}