#comtype02 #company01 {float:left; width:100%; height:450px; position:relative; margin-bottom:100px;}
#comtype02 #company01 .box {position:absolute; left:7%; width:400px; height:100%; background:rgba(0,0,0,0.4); color:#fff; padding:80px 50px;}
#comtype02 #company01 .box span {display:block; font-size:14px; font-weight:500; }
#comtype02 #company01 .box h2 {font-size:2.4rem; font-weight:700; margin:50px 0;}
#comtype02 #company01 .box p {font-weight:400; line-height:1.6; color:rgba(255,255,255,0.7);}

#comtype02 #company02 {float:left; width:100%;}
#comtype02 #company02 .line {float:left; width:100%;}
#comtype02 #company02 .one {float:left; width:50%; margin:0; height:450px; position:relative;}
#comtype02 #company02 .one.txtbox {width:50%; background:#f7f7f7;}
#comtype02 #company02 .one .txt {position:absolute; width:80%; top:50%; left:10%; transform:translate(0,-50%);}
#comtype02 #company02 .one .txt span {font-weight:500; font-size:14px; letter-spacing:0;}
#comtype02 #company02 .one .txt h2 {font-size:2rem; margin:30px 0 60px 0;}
#comtype02 #company02 .one .txt p {font-size:1rem; color:#727272;}

@media (max-width:1100px) {
	#comtype02 #company01 {height:310px; margin-bottom:50px;}
	#comtype02 #company01 .box {left:0; width:100%; padding:50px 30px;}
	#comtype02 #company01 .box h2 {font-size:1.8rem; margin:25px 0;}

	#comtype02 #company02 .line {margin-bottom:20px;}
	#comtype02 #company02 .one {width:100%;height:250px;}
	#comtype02 #company02 .one.txtbox {width:100%; height:350px;}
	#comtype02 #company02 .one .txt h2 {margin:20px 0 30px 0; font-size:1.6rem;}
}