@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */
@media screen and (max-width: 1200px) {
	html { margin: 0 8px;}
	.wrapper .inner { width: 100%;}
	.banner { width: 100%;}
	.head {background: none; height: auto;}
	.head-img { display: block;}
	.navbar .navbox .wp_nav li.nav-item a span.item-name { padding: 0;}
	.wp_nav .nav-item { width:11.1111%; text-align: center;}
	.img-news-con ul li img { height: auto;}
	.wp_nav .sub-nav .nav-item { width: 100%;}
	.main-list #container .inner { width: auto;}
}

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1109px) {
	 
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 959px) {
	.sudy-tab .tab-menu li { margin-right: 0;} 
	.navbar .navbox .wp_nav li.nav-item a {font-size: 18px;}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
	body,p { font-size: 16px;}
	a { font-size: 16px;}
	.img-news-con ul li {width: 49%; margin-right: 2%;}
	.img-news-con ul li:nth-child(2),.img-news-con ul li:nth-child(4){margin-right: 0px;}
	.mod2,.mod1 { float: none; width: auto; margin: 0;}
	.img-news-con ul li img { max-height: 250px;}
	.img-news-con ul li { margin-bottom: 12px;}
	.navbar { display: none;}
	.col_menu,.col_news { width: auto; float: none;}
	.col_menu { margin-bottom: 18px;}
	.col_menu_con { display: none;}
	.col_menu .col_menu_head h3.col_name { background: url(images/Mobile.png) no-repeat right;
		background-size: 20px;
		margin-right: 12px;}
		.article .entry { padding: 0px 18px;}
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
	
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
	
}