/*common*/
.p_dft {
	color: #1e1e1e;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300;
	word-break: keep-all;
	letter-spacing: -0.5px;
}
.c_org {
	color: #ff7200;
}
@media (max-width:768px){
	.p_dft {
		font-size: 13px;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 60px 0;
}
.sec_dvd.dvd_sec_big {
	padding: 100px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 30px 0;
	}
	.sec_dvd.dvd_sec_big {
		padding: 50px 0;
	}
}
/*sub_tit*/
.sub_tit {
	margin-bottom: 60px;
}
.sub_tit h5 {
	color: #1e1e1e;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 10px;
}
.sub_tit h1 {
	color: #ff7200;
	font-size: 45px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0px;
	position: relative;
}
.sub_tit h1:after {
	content: "";
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}
.sub_tit h1 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 3;
}
.sub_tit h1 span strong {
	font-size: 0.5em;
    font-weight: 300;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
	}
	.sub_tit h5 {
		font-size: 13px;
	}
	.sub_tit h1 {
		font-size: 16px;
	}
    .sub_tit h1 span {
        padding: 0 15px !important;
    }
    .sub_tit h1 span strong {
        font-size: 0.8em;
    }
}
/*ss_tit*/
.ss_tit {
	color: #1e1e1e;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
}
.stit p strong {
	font-weight: 500;
}
@media (max-width:768px){
	.ss_tit {
		font-size: 15px;
	}
}
/*stitbox*/
.stitbox {
	display: table;
	width: 100%;
	height: 64px;
}
.stitbox .stit {
	display: table-cell;
	vertical-align: middle;
}
.stitbox .stit h1 {
	color: #1e1e1e;
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;	
	margin-bottom: 0px;
}
.stitbox .stit h1 span {
	display: inline-block;
	position: relative;
	padding: 0px 80px;
}
.stitbox .stit h1 span .st_deco {
	position: absolute;
	top: 0;
}
.stitbox .stit h1 span .st_deco.st_deco01 {
	left: 0;
}
.stitbox .stit h1 span .st_deco.st_deco02 {
	right: 0;
}
.stitbox .stit .lined {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.stitbox .stit .lined:after {
	content: "";
	display: inline-block;
	height: 30px;
	width: 1px;
	background-color: #1e1e1e;
}
@media (max-width:768px){
	.stitbox {
		height: 30px;
	}
	.stitbox .stit h1 {
		font-size: 20px;
	}
	.stitbox .stit h1 span {
		padding: 0px 40px;
	}
	.stitbox .stit h1 span .st_deco {
		height: 30px;
	}
	.stitbox .stit .lined {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.stitbox .stit .lined:after {
		height: 15px;
	}
}
/*all_tit*/
.all_tit {
	position: relative;
}
.all_tit h1 {
	position: relative;
	color: #1e1e1e;
    line-height: 1em;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 700;
	padding-left: 50px;
}
.all_tit h1 img {
	position: absolute;
	left: 0;
	top: 7px;
}
.all_tit .list-back {
	position: absolute;
	right: 0px;
    text-transform: none;
	top: 0;
}
@media (max-width:768px){
	.all_tit {
		padding-right: 30px;
	}
	.all_tit h1 {
		font-size: 18px;
		padding-left: 20px;
	}
	.all_tit h1 img {
		width: 13px;
		top: 4px;
	}
	.all_tit .list-back img {
		width: 23px;
	}	
}

/*t_list*/
.t_list {
	margin-top: 30px;
}
.t_list li {
	position: relative;
	padding-left: 16px;
	color: #1e1e1e;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 300;
	word-break: keep-all;
	letter-spacing: -0.5px;
    margin-bottom: 10px;
	text-align: left;
}
.t_list.t_list_lg li{	
	padding-left: 25px;
}
.t_list.text-light li {
	color: #eee;
}
.t_list li:last-child {
    margin-bottom: 0px;
}
.t_list li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
}
.t_list.t_list_ty2 > li {
    margin-bottom: 15px;
}
.t_list.t_list_ty2 > li li {
    margin-bottom: 5px;
}
.t_list.t_list_ty2 li:last-child {
    margin-bottom: 0px;
}
.t_list.t_list_ty2 li strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    padding-left: 5px;
}
@media (max-width:768px){
    .t_list {
        margin-top: 15px;
    }
	.t_list li {
		font-size: 12px;
	}
	.t_list li:before{
		top: 7px;
	}
}

/*table*/
.table_cmt {
	font-size: 12px;
	line-height: 1.4em;
	color: #181818;
	font-weight: 600;
	letter-spacing: -1px;
}
.table.basictable {
    border-top: 2px solid #181818;
    margin-bottom: 0px !important;
}
.table.basictable.br_none {
	border-top: 0px;
}
.table.basictable.mb-ms {
	margin-bottom: -1px !important;
}
.table.basictable.text-center tr th,
.table.basictable.text-center tr td {
	text-align: center;
}
.table.basictable tr th,
.table.basictable tr td {
	color: #1e1e1e;
	font-size: 15px;
	line-height: 1.3em;
	border: 1px solid #cecece;
	vertical-align: middle;
    word-break: keep-all;
	letter-spacing: 0px;
	text-align: center;
}
.table.basictable tr.vntable th,
.table.basictable tr.vntable td {
	vertical-align: top;
}
.table.basictable thead tr th {
	font-weight: 400;
    text-align: center;
	background-color: #f7f7f7;
	color: #1e1e1e;
}
.table.basictable thead tr.plan th {
	background-color: #4678a2;
	color: #fff;
}
.table.basictable tbody tr th {
	font-weight: 400;
	background-color: #fdfdfd;
    text-align: center;
}
.table.basictable tbody tr th.bg_gray {
	background-color: #fefefe;
}
.table.basictable tr th.tth {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.table.basictable tr td {
	font-weight: 300;
    background-color: #fff;
}
.table.basictable tr.impt_bl th,
.table.basictable tr.impt_bl td {
    background-color: #f0f7ff;
}
.table.basictable tr.gray_t th,
.table.basictable tr.gray_t td {
    background-color: #eee;
}
.table.basictable tr.l_bl td {
    background-color: #e0e1fa;
}
.table.basictable tr.l_mt td {
    background-color: #e0f6fa;
}
.table.basictable tr.l_or td {
    background-color: #faefe0;
}
.table.basictable tr.l_rd td {
    background-color: #fae0e0;
}
.table.basictable tr td.th_fst {
	text-align: left;	
}
.table.basictable tr td.search_td {
	padding: 3px;
}
.table.basictable tr td .btn {
	background-color: #131313;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    padding-top: 3px;
    text-align: center;
}
.table.basictable tr td .sym {
	width: 25px;	
}
@media (max-width:768px) {
    .table_wrp {
        overflow-x: scroll;
    }
    .table.basictable {
		margin-bottom: 15px !important;
    }
	.table.basictable tr th,
	.table.basictable tr td {
		font-size: 12px;
		word-break: break-all;
	}
	.table.basictable tr th img {
		width: 5px;
	}	
	.table.basictable tr.l_bl td,
	.table.basictable tr.l_mt td,
	.table.basictable tr.l_or td,
	.table.basictable tr.l_rd td {
		width: 15% !important;
	}
	.table.basictable tr td.th_fst {
		width: 10% !important;
		text-align: center;
	}
	.table.basictable tr td .sym {
		width: 15px;
	}
}