* { font-family: 'NotoSansSC-Regular'; }
#header .logo_img {
    width: 270px;
}
#header > a { top: 22px; }
#RecruitAndContact .ractext { width: 100%; }
.PCproductimg {position: relative; }


@media screen and (max-width: 1250px){
	.logobtn {
    	top: 14px !important;
	}
	.logo_img {
	    width: 160px !important;
	}
	#video_words > h1 { font-size: 20px; }
	#videoSection h1 span { font-size: 20px; }
	#aboutSection .about_bottom p { word-break: break-all; }
}
/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 800px) {
	#gnb { height: auto; border-bottom: 3px solid #e9e9e9; }
	#video_words { top: 50%; width: 100%; text-indent: center; transform: translate(-50%, -50%);}
	#video_words h1 { font-size: 32px;  }
	#video_words h1 span { font-size: 36px; }
	#videoSection h2 { display: block; font-size: 24px; text-align: center; padding: 10px 0; }
	#video_words a { padding: 10px 16px; font-size: 16px !important; }
	
	.Mobileproductimg { display: none; }
	.btn_center_wrap { display: block; }
	.PCproductimg { display: block; width: 100%; left: 0; }
	.productWrap div { display: block; }
	.mobile_product_moreview_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	.mobile_productImgWrap { display: none; background: none; }
	.mobile_product_moreview_btn { display: none; }
	
	.recent_article { width: 31%; margin: 10px; }
	.recent_article:nth-child(2) { margin: 10px 0; }
	
	#RecruitAndContact .recruitAndContactWrap { height: 300px; }
	.recruitWrap { width: 50% !important; height: 100% !important; }
	.contactWrap { width: 50% !important; height: 100% !important; }
	#footer .footerLogoImgWrap .footerLogoImg { width: 250px; }
}
@media screen and (max-width: 800px) {
	.productWrap { width: inherit; position: relative; padding: 50px 0;}
	.productWrap img { width: 90%; text-align: center; margin: 0 auto; }
	.Mobileproductimg { display: block; }
	.btn_center_wrap { display: none; }
	.PCproductimg { display: none; }
	.productWrap div { display: none; }
	.mobile_product_moreview_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	.mobile_productImgWrap { width: 100%; height: 100%; top:0; left: 0;  position: absolute; background: rgba(0,0,0,0.7); display: block !important;}
	.mobile_product_moreview_btn { display: block; }
}