/*sub_dvd*/
.sub_dvd {
	padding: 150px 0;
}
.sub_dvd.sub_dvd_mini {
	padding: 80px 0;
}
@media (max-width:992px){
	.sub_dvd {
		padding: 80px 0;
	}
}
@media (max-width:768px){
	.sub_dvd {
		padding: 40px 0;
	}
}
/*unlo01*/
#unlo01 {
	background-color: #efefef;
	display: table;
    width: 100%;
	min-height: 100vh;
}
#unlo01 .img_wrp {
	margin-bottom: 70px;
}
#unlo01 ol,
#unlo01 ul {
	padding: 0px;
}
#unlo01 ul > li {
	position: relative;
	color: #231815;
    font-size: 20px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: -0.5px;
	margin-bottom: 30px;
}
#unlo01 ul > li .tit {
	font-weight: 500;
}
#unlo01 ul > li strong {
	font-weight: 500;
}
#unlo01 .station {
	display: inline-block;
	position: relative;
	font-weight: 500;
}
#unlo01 .station span {
	position: absolute;
	left: 0;
}
#unlo01 .station.station01 {
	padding-left: 30px;
	margin-right: 30px;
}
#unlo01 .station.station01 span {
	width: 20px;
    height: 20px;
    top: 10px;
    background-color: #ec5d01;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
    font-weight: 200;
    font-size: 15px;
    padding-top: 3px;
}
#unlo01 .station.station02 {
	padding-left: 70px;
}
#unlo01 .station.station02 span {
	width: 60px;
    height: 20px;
    top: 10px;
    background-color: #f7c820;
    color: #231815;
    border-radius: 30px;
    text-align: center;
    line-height: 1em;
    font-weight: 200;
    font-size: 15px;
    padding-top: 3px;
}
#unlo01 .btn_wrp {
	margin-top: 70px;
}
#unlo01 .btn_wrp a {
	display: inline-block;
	margin-right: 20px;
}
#unlo01 .btn_wrp a.right_btn {
	margin-left: 20px;
}
@media (min-width: 991px){
	#unlo01 {
		background: url(images/unlo01_bg.png) center right no-repeat;
		background-color: #efefef;
	}	
	#unlo01 ul > li {
		padding-left: 150px;
	}
	#unlo01 ul > li .tit {
		position: absolute;
		left: 0;
	}
}
@media (max-width: 1549px){
	#unlo01 {
		background-size: 800px;
	}
	#unlo01 ul li {
		font-size: 15px;
	}	
}
@media (max-width: 992px){
	#unlo01 ul > li {
		margin-bottom: 15px;
	}
	#unlo01 ul > li .tit {
		display: block;
	}
}
@media (max-width: 768px){
	#unlo01 .img_wrp {
		margin-bottom: 30px;
	}
	#unlo01 .img_wrp img{
		width: 80px;
	}
	#unlo01 ul li {
		font-size: 12px;
		word-break: keep-all;
	}	
	#unlo01 .station.station01{
		padding-left: 25px;
	}
	#unlo01 .station.station01 span {
		width: 15px;
		height: 15px;
		top: 5px;
		font-size: 10px;
	}
	#unlo01 .station.station02{
		padding-left: 60px;
	}
	#unlo01 .station.station02 span {
		font-size: 10px;
		width: 50px;
		height: 15px;
		top: 5px;
	}
	#unlo01 .btn_wrp {
		margin-top: 30px;
	}
	#unlo01 .btn_wrp a {
		margin-right: 10px;
	}
	#unlo01 .btn_wrp a.right_btn {
		margin-left: 10px;
	}
	#unlo01 .btn_wrp a img {
		width: 100px;
	}
}