/*모바일 작은*/
@media only screen and (max-width : 320px) {
	.inbox{
		width: 98%;
	}
	.m_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	header .gnb h1{
		width: 46%;
		max-width:185px;
		letter-spacing:0;
		position: relative;
		height:70px;
		padding-top:0;
		max-width: 100px;
	}
	header .gnb h1 a{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-30px;
	}
	header .gnb h1 a > span{
		display:block;
		font-size: 12px;
		width:100%;
		letter-spacing:-1px;
		text-align: center;
		line-height:14px;
		margin-top: 2px;
	}
	header .gnb h1 a > span span{
		display: block;
		font-size: 10px;
		width:100%;
		letter-spacing:0px;
		line-height:12px;
		text-align: center;
	}
	header .gnb h1 a img{
		width: 100%;
	}
	header .gnb .inbox ul{
		width: 54%;
	}
	header .gnb .inbox ul li{
		width: 50%;
		text-align: center;
	}
	header .header_sub{
		position: relative;
		font-size: 11.5px;
	}
	header .header_sub > div .inbox > div{
		width: 50% !important;
	}
	header .header_sub .sub_title h2{
		font-size: 14px;
		cursor: pointer;
		background: url(/images/m_list_btn.png) no-repeat 95% 50%;
		border-right: 1px solid #93772a;
	}
	header .header_sub .sub_title .right h2{
		border-right: 0;
	}
	header .header_sub .sub_menu{
		position: absolute;
		top:30px;
		left: 0;
		z-index: 100;
		display: none;
	}
	header .header_sub .sub_menu .inbox .left ul li{
		width: 100%;
		height: 34px;
		line-height: 34px;
		border: 1px solid #ededed;
		border-top:0;
		background: url(/images/list_bg.png) no-repeat 97% 50% rgba(255,255,255,0.8);
	}
	header .header_sub .sub_menu .inbox .left ul li a p{
		margin-top:0;
	}
	header .header_sub .sub_menu .inbox .left ul{
		padding-top:0;
	}
	header .header_sub .sub_menu .inbox .left ul li a{
		text-align: left;
		padding-left: 8px;
	}
	header .header_sub .sub_menu .inbox .left ul li a img{
		display: none;
	}
	header .header_sub .sub_menu .inbox .right ul li{
		background: url(/images/list_bg.png) no-repeat 97% 50% rgba(255,255,255,0.8);
	}
	header .header_sub .sub_menu .inbox .right ul li a{
		padding-left: 8px;
	}
	header .header_sub .sub_menu .inbox .right ul li:hover,
	header .header_sub .sub_menu .inbox .left ul li:hover{
		background-color:#f0dba1;
	}
	
	.quick_menu{
		position: relative;
		top:0;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 11px;
	}
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:17px;
		margin-top:5px;
	}
	footer{
		height:50px;
		min-height:50px;
	}
	footer .inbox ul{
		margin-top:12px;
		width: 100%;
		
	}
	footer .inbox ul li{
		line-height: 18px;
		font-size: 12px;
		width: 100%;
		text-align: center;
		margin-bottom:0;
	}	
}
/* 모바일 큰*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.inbox{
		width: 98%;
	}
	.m_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	header .gnb h1{
		width: 40%;
		max-width:185px;
		letter-spacing:0;
		position: relative;
		height:70px;
		padding-top:0;
		max-width: 100px;
	}
	header .gnb h1 a{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-30px;
	}
	header .gnb h1 a > span{
		display:block;
		font-size: 12px;
		width:100%;
		letter-spacing:-1px;
		text-align: center;
		line-height:14px;
		margin-top: 2px;
	}
	header .gnb h1 a > span span{
		display: block;
		font-size: 10px;
		width:100%;
		letter-spacing:0px;
		line-height:12px;
		text-align: center;
	}
	header .gnb h1 a img{
		width: 100%;
	}
	header .gnb .inbox ul{
		width: 60%;
	}
	header .gnb .inbox ul li{
		width: 50%;
		text-align: center;
	}
	header .header_sub{
		position: relative;
		font-size: 11.5px;
	}
	header .header_sub > div .inbox > div{
		width: 50% !important;
	}
	header .header_sub .sub_title h2{
		font-size: 14px;
		cursor: pointer;
		background: url(/images/m_list_btn.png) no-repeat 95% 50%;
		border-right: 1px solid #93772a;
	}
	header .header_sub .sub_title .right h2{
		border-right: 0;
	}
	header .header_sub .sub_menu{
		position: absolute;
		top:30px;
		left: 0;
		z-index: 100;
		display: none;
	}
	header .header_sub .sub_menu .inbox .left ul li{
		width: 100%;
		height: 34px;
		line-height: 34px;
		border: 1px solid #ededed;
		border-top:0;
		background: url(/images/list_bg.png) no-repeat 97% 50% rgba(255,255,255,0.8);
	}
	header .header_sub .sub_menu .inbox .left ul li a p{
		margin-top:0;
	}
	header .header_sub .sub_menu .inbox .left ul{
		padding-top:0;
	}
	header .header_sub .sub_menu .inbox .left ul li a{
		text-align: left;
		padding-left: 8px;
	}
	header .header_sub .sub_menu .inbox .left ul li a img{
		display: none;
	}
	header .header_sub .sub_menu .inbox .right ul li{
		background: url(/images/list_bg.png) no-repeat 97% 50% rgba(255,255,255,0.8);
	}
	header .header_sub .sub_menu .inbox .right ul li a{
		padding-left: 8px;
	}
	header .header_sub .sub_menu .inbox .right ul li:hover,
	header .header_sub .sub_menu .inbox .left ul li:hover{
		background-color:#f0dba1;
	}
	
	.quick_menu{
		position: relative;
		top:0;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 13px;
	}
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:20px;
		margin-top:5px;
	}
	footer {
		height:50px;
		min-height:50px;
	}
	footer .inbox ul{
		margin-top:12px;
		width: 100%;
		
	}
	footer .inbox ul li{
		line-height: 18px;
		font-size: 12px;
		width: 100%;
		text-align: center;
		margin-bottom:0;
	}
}
/*패드 작은*/
@media only screen and (min-width:481px) and (max-width: 768px) {
	.inbox{
		width: 98%;
	}
	.m_none{
		display: none;
	}
	.pc_none{
		display: block;
	}	
	header .gnb h1{
		width: 25%;
		max-width:185px;
		letter-spacing:0;
		position: relative;
		height:70px;
		padding-top:0;
		max-width: 100px;
	}
	header .gnb h1 a{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-30px;
	}
	header .gnb h1 a > span{
		display:block;
		font-size: 12px;
		width:100%;
		letter-spacing:-1px;
		text-align: center;
		line-height:14px;
		margin-top: 2px;
	}
	header .gnb h1 a > span span{
		display: block;
		font-size: 10px;
		width:100%;
		letter-spacing:0px;
		line-height:12px;
		text-align: center;
	}
	header .gnb h1 a img{
		width: 100%;
	}
	header .gnb ul{
		width: 75%;
	}
	header .gnb ul li a{
		font-size: 14px;
	}
	header .header_sub .sub_title h2{
		font-size: 14px;
	}
	header .header_sub > div .inbox .left{
		width: 60%;
	}
	header .header_sub > div .inbox .right{
		width: 40%;
	}
	header .header_sub .sub_menu .inbox .left ul{
		padding-top: 0;
	}
	header .header_sub .sub_menu .inbox .left ul li{
		width: 33.3%;
		height: 69.5px;
	}
	header .header_sub .sub_menu .inbox .left ul li a img{
		width: 35px;
		margin-top: 7px;
	}
	header .header_sub .sub_menu .inbox .left ul li a p{
		margin-top: 0px;
	}
	.quick_menu{
		position: relative;
		top:0;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 17px;
		line-height:20px;
	}
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:20px;
		margin-top:10px;
	}
	footer {
		min-height:100px;
		height:100px;
	}
	footer .inbox ul{
		width: 95%;
		margin-top:25px;
	}
	footer .inbox ul li{
		display:block !important;
		font-size: 12px;
		margin-right: 5px;
		padding-right: 5px;
	}
	footer .inbox ul .address {
		display:none !important;
	}
}
/* 패드 큰 or 모니터 작은*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
	section#main {
		height:650px;
	}
	.inbox{
		width: 98%;
	}
	.m_none{
		display: none;
	}	
	header .gnb h1{
		width: 25%;
		max-width:185px;
		letter-spacing:0;
		position: relative;
		height:70px;
		padding-top:0;
	}
	header .gnb h1 a{
		position:absolute;
		top:50%;
		left:0;
		margin-top:-24px;
	}
	header .gnb h1 a > span{
		display: inline-block;
		font-size: 13.5px;
		width:50%;
		letter-spacing:-1.5px;
	}
	header .gnb h1 a > span span{
		display: block;
		font-size: 11px;
		width:100%;
		letter-spacing:0px;
	}
	header .gnb h1 a img{
		width: 40%;
		max-width: 115px;
	}
	header .gnb ul{
		width: 75%;
	}
	header .gnb ul li a{
		font-size: 14px;
	}
	header .header_sub .sub_title h2{
		font-size: 14px;
	}
	header .header_sub > div .inbox .left{
		width: 60%;
	}
	header .header_sub > div .inbox .right{
		width: 40%;
	}
	header .header_sub .sub_menu .inbox .left ul{
		padding-top: 0;
	}
	header .header_sub .sub_menu .inbox .left ul li{
		width: 33.3%;
		height: 69.5px;
	}
	header .header_sub .sub_menu .inbox .left ul li a img{
		width: 35px;
		margin-top: 7px;
	}
	header .header_sub .sub_menu .inbox .left ul li a p{
		margin-top: 0px;
	}
	.quick_menu{
		position: relative;
		top:0;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 17px;
		line-height:20px;
	}	
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:20px;
		margin-top:10px;
	}
	footer {
		height:150px;
	}
	footer .inbox ul{
		width: 95%;
	}
	footer .inbox ul li{
		display:block !important;
		font-size: 12px;
		margin-right: 5px;
		padding-right: 5px;
	}
}
/* PC 작은*/
@media only screen and (min-width : 1025px) and (max-width : 1099px) {
	section#main {
			height:650px;
	}
	.m_none{
		display: none;
	}	
	body{
		min-height: 150px;
		min-width: 980px;
	}
	.quick_menu{
		position: relative;
		top:0;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 20px;
	}	
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:20px;
		margin-top:10px;
	}
	footer {
		height:150px;
	}
	footer .inbox ul{
		width: 95%;
	}
	footer .inbox ul li{
		display:block !important;
		font-size: 12px;
		margin-right: 5px;
		padding-right: 5px;
	}
}
/*PC 중간*/
@media only screen and (min-width : 1100px) and (max-width : 1599px) {
	body{
		min-height: 150px !important;
		min-width: 980px;
	}	
	.quick_menu{
		position: relative;
		top:200px;
		left:0;
		margin-left:0;
		width: 100%;
		border-bottom:1;
	}
	.quick_menu > a{
		position: relative;
		border-bottom: 4px solid #b5912d;
	}
	.quick_menu > a img{
		position: absolute;
		bottom:-4px;
		left: 50%;
		margin-left: -45.5px;
	}
	.quick_menu h4{
		padding:10px 0;
	}
	.quick_menu ul li{
		float: left;
		width: 33%;
		border:0;
	}
	.quick_menu ul li a{
		width: auto;
		height:40px;
		border-right: 1px solid #ddd;
	}
	.quick_menu ul li.quick_list4 p:first-child {
		display:block;
		color:#b5912d;
	}
	.quick_menu ul li.quick_list4 a p{
		font-size: 17px;
		line-height:20px;
	}
	.quick_menu ul .quick_list4 a {
		border-right:0px;
		color:#b5912d;
	}
	.quick_menu .telnum {
		font-size:20px;
		margin-top:10px;
	}
	.quick_menu_pc {
		display:none;
	}
	footer {
		margin-top:160px;
	}
}
/*PC 큰*/
@media only screen and (min-width : 1600px) {
	body{
		min-height: 150px !important;
		min-width: 980px;
	}
	.quick_menu {
	    display:none;
	}
	.quick_menu_pc .quick_list4 .telnum a {
		margin-top:10px;
		font-size:32px;
		font-weight:900px;
		line-height:40px;
		color:#b5912d;
		letter-spacing:-4px;
	}
	.quick_menu_pc a {
		color:#fff;
	}
	.quick_menu_pc p {
		margin:10px 0 20px 0;
		text-align:center;
	}
	.quick_menu_pc img {
		text-align:center;
	}
}