ul.dropdown ul {
	opacity: 1;
}

#pageImg {
	width: 100%;
	margin: 0;

	overflow: hidden;
}

#pageImg img {
	width: 100%;
	height: 500px;

	object-fit: cover;
}

#contents {
	width: 980px;
	margin: 40px auto 0;
}

#contents h1 {
	margin: 0 0 32px 0;
}

#contents .box {
	width: 880px;
	margin: 0 auto 50px;
}

#contents .box h2 {
height: 30px;
    font-size: 1.42em;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 22px 0;
    padding: 0 0 0 11px;
    border-left: 6px solid #047ef9;
}

#contents .box .explanation {
    line-height: 180%;
    text-align: left;
    padding-left: 20px;
    margin: 0 0 30px;
}

.factory-tour p {
    margin: 0 0 19px;
}

.factory-tour p:last-of-type{
	margin: 0;
}

#odm {
	width: 980px;
	margin: 0 auto 30px;
}

#odm h3 {
	width: 600px;
	background: #f3f8fe;
	font-size: 1.55em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
	padding: 17px 35px;
	color: #022c92;
}

#system {
	background: url(/images/challenge/base_01.jpg) repeat-y top center;
	margin-bottom: 120px;
	padding: 45px 0;
}

#system .step {
	width: 880px;
	height: 46px;
	background: #027fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0 0 0;
	color: #ffffff;
}

#system .step span {
	font-size: 66%;
	font-weight: normal;
	color: #ffffff;
}

#system .step_content {
	width: 880px;
	height: 51px;
	background: #027fff;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0 0 0;
}

#system .step_content span {
	display: block;
	width: 90%;
	background: #ffffff;
	line-height: 35px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	border-radius: 18px;
}

#system .place {
	margin: 0;
}

#system .place .p_left {
	margin: 20px 0 0 50px;
	float: left;
}

#system .place .p_right {
	margin: 20px 50px 0 0;
	float: right;
}

#system .place .p_left, #system .place .p_right {
	font-size: .8em;
}

#system .place .p_left img, #system .place .p_right img {
	display: block;
	margin: 0 0 5px 0;
}

#system .ya {
    text-align: center;
    padding: 1.9% 0;
}

@media screen and (max-width: 1000px) {
	#pageImg {
		width: 100%;
	}

	#pageImg img {
		width: 100%;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
	#pageImg {
		width: 100%;
	}

	#pageImg img {
		width: 100%;
	}

}
