/*** Small PC ***/

@media (max-width:1300px) {
	#sub_container { margin-top:60px; height:380px; }
	#sub_container .subimg { height:380px; }
	#gnb_title div p:nth-child(1) { font-size:54px; }
	#gnb_title div p:nth-child(2) { font-size:14px; }
	#mid_wrap { margin-top:70px; }
}


@media (max-width:1000px) {
	#gnb_title { margin-top:-33px; }
	#sub_menu_wrap { margin-top:-66px; }
	#sub_menu td { width:200px;	height:66px; font-size:16px; }
	#mid_wrap { margin-top:60px; }
	#page_title { padding-bottom:70px; }
	#page_title p { font-size:38px; }
	#tail_area { margin-top:80px; }
}


/*** Tablet ***/

@media (max-width:768px) {
	#sub_container, #sub_container .subimg { height:300px; }
	#subimg5 { background-position: -70px center; }
	#gnb_title { margin-top:-25px; }
	#gnb_title div p:nth-child(1) { font-size:40px; }
	#gnb_title div p:nth-child(2) { font-size:13px; }

	#sub_menu_wrap { margin-top:-50px; }

	#smenu_wrap, #sub_menu { height:50px !important; }
	#sub_menu td { width:auto; height:50px !important; font-size:13px; padding:0 20px; }
	#sub_menu td a { padding:10px 0; }
	#sub_menu td p { background-size:0.5px 15px; }

	#mid_wrap { margin-top:40px; }
	#page_title { padding-bottom:50px; }
	#page_title p { font-size:28px; }
	#page_title p:after { bottom:-32px; background-size:15px 14px; }

	#tail_area { margin-top:50px; }
}


@media (max-width:760px) {
	#sub_menu br { display:block; }
}

/*** Mobile ***/

@media (max-width:420px) {
	#sub_container, #sub_container .subimg { height:220px; }
	#subimg1 { background-position: -370px center; }
	#subimg2 { background-position: -470px center; }
	#subimg6 { background-position: -340px center; }

	#gnb_title div p:nth-child(1) { font-size:32px; }

	#sub_menu td { font-size:12px; }

	#mid_wrap { margin-top:30px; }
	#page_title { padding-bottom:42px; }
	#page_title p { font-size:24px; }
	#page_title p:after { background-size:13px 12px; }

	.mid_line {	margin:20px 0; }
	#tail_area { margin-top:40px; }
}