@charset "UTF-8";

@media screen and (max-width:1300px){
	/* footer */
	.quick_box {left: auto; right: 20px; margin-left: 0;}
}

@media screen and (max-width:1200px){
	/* common */
	.container {padding:0 5px;}

	/* header */
	.head_logo {left: 15px; width: 230px;}
	.sitemap_btn {right: 15px;}
	.gnb > li:hover > a:after, .gnb > li:focus > a:after {width:calc(100% - 80px);}

	/* footer */
	.footer .foot_logo {left: 15px;}
	.footer .txt_box {padding-right: 310px;}
	.footer .site_box {right: 15px;}
}

@media screen and (max-width:991px){
	/* header */
	.header {padding-top: 0;}
	.util_header {display: none;}
	.head_logo {max-width: 170px; top: 17px; }
	.gnb_header .container {height:70px;}
	.m_gnb_btn {display:block;}
	.gnb {display: none;}
	.sitemap_btn {display: none;}
	
	/* scrolled */
	.header.scrolled {padding-top:70px;}


	/* common */
	.contents {padding-bottom: 238px;}


	/* footer */
	.q_share_box {display: block;} 
	.footer {padding: 30px 0; text-align: center;}
	.footer .foot_logo {position: static;}
	.footer .txt_box {padding: 20px 0;}
	.footer .site_box {position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;}
	.footer .site_box .baro_box {display: inline-block; position: relative;}
	.footer .site_box .site_link > li a {text-align: left;}
	.footer .site_box .site_btn {height: 45px;}
	
	
}

@media screen and (max-width:768px){
}

@media screen and (max-width:640px){
	.contents {padding-bottom: 254px;}

	.footer .txt_box .t1 .each {display: inline-block; -ms-word-break: keep-all; word-break: keep-all;}
	.footer .txt_box .t1 .each:after {display: none;}
}

@media screen and (max-width:480px){
	/* common */
	body {font-size:14px;}
	.contents {padding-bottom: 228px;}

	.footer {padding: 20px 0;}
	.footer .site_box .site_link {max-height: 148px;}
	.footer .foot_logo img {max-width: 140px;}
	.footer .txt_box {padding: 10px 0; font-size: 0.867em;}

}