@media screen and (max-width: 1600px) {
	.wrap {
		width: 98%;
		margin: 0 auto;
	}

	/* main */
	#main_bn { min-height: auto !important; }
	.owl-carousel .owl-stage-outer { height: auto !important; }

	.main_con01_banner li {
		margin-left: 1.333%;
		width: 24%;
	}

	.main_con01_banner li:first-child { margin-left: 0; }
}

@media screen and (max-width: 1500px) {
	
	#stv02 { right: 2% !important; }
}

@media screen and (max-width: 1440px) {
	
	/* head */
	.head_topmenu li { padding: 0 15px; }
}

@media screen and (max-width: 1280px) {

	body { font-size: 13px; }

	#stv02 { display: none; }

	/* user 2020-08-18 */
	.hd_pops {
		left: 2% !important;
		top: 80px !important;
	}
	
	.hd_pops {
		left: 2% !important;
		max-width: 96%;
		height: auto;
	}

	.hd_pops_con {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}

	.hd_pops_con a { display: inline-block; }

	/* head */
	.head { border-bottom: 1px solid #ddd; margin-bottom: 20px; }
	.head .wrap { width: 100%; }

	.logo {
		margin: 20px 0;
		margin-left: 20px;
		text-align: center;
	}
	
	.head_topmenu01 {
		display: block;
		position: relative;
		top: auto;
		border-bottom: 1px solid #eee;
	}

	.head_topmenu01 li {
		padding: 10px 0px;
		width: 20%;
		border-left: 1px solid #eee;
	}

	.head_topmenu01 li:first-child { display: none; border-left: none; }
	.head_topmenu01 li:nth-child(2) { border-left: none; }

	.head_topmenu li .msgbox {
		top: 30px;
		left: 52%;
	}

	.head_topmenu02 {
		top: 60px;
		right: 20px;
	}

	#header_menu { display: none; }
	
	.mobile_menubox { margin-bottom: 10px; }

	.mobile_menubox:after {
		content: "";
		display: block;
		clear: both;
	}
	
	ul.mobile_menu_innner { border-top: 1px solid #ddd; }
	ul.mobile_menu_innner li {
		float: left;
		width: 25%;
		height: 35px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	ul.mobile_menu_innner li:nth-child(3) { display: none; }
	
	ul.mobile_menu_innner li:first-child, ul.mobile_menu_innner li:nth-child(6), ul.mobile_menu_innner li:nth-child(10) { border-left: 1px solid #ddd; }

	ul.mobile_menu_innner li a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		text-align: center;
		font-family: 'Roboto', 'Spoqa Han Sans Neo';
		font-weight: 500;
	}
	
	#side_menu { display: none; }

	#m_hd_sch { top: 98px; }

	/*카테고리*/

	#hd_btn {
		position: absolute;
		left: 20px;
		top: 55px;
	}

	#hd_btn button {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		background: transparent;
		border: none;
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	#hd_btn button#btn_hdcate { margin-left: 0px; }

	#btn_hdcate .mobile_menuline {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 2px;
		background: #000;
	}

	#btn_hdcate .mobile_menuline:after, #btn_hdcate .mobile_menuline:before {
		content: '';
		position: absolute;
		left: 0px;
		width: 30px;
		height: 2px;
		background: #000;
	}

	#btn_hdcate .mobile_menuline:before { top: -8px;}
	#btn_hdcate .mobile_menuline:after { bottom: -8px; }

	.m_menu {
		display:none;
		position:fixed;
		top:0;
		width:85%;
		height:100%;
		z-index:99999;
		-webkit-backface-visibility:hidden;
		background:#efefef; 
	}
	.m_menu .menu_wr{
		position:relative;
		width:100%;
		height:100%;
		padding: 2%;
		overflow-y:auto;
		background:#eee;
		z-index:199919;
		-webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4));
		-moz-box-shadow: 0 0 5px rgba(55,55,5,0.4));
		box-shadow: 0 0 5px rgba(55,55,5,0.4);
		
	}

	.menu_closebox { margin-bottom: 10px; text-align: right; }

	dl.member_btnbox {
		display: inline-block;
		float: left;
		width: calc(100% - 45px);
		text-align: left;
	}

	dl.member_btnbox dd {
		display: inline-block;
		width: 49%;
		float: left;
	}

	dl.member_btnbox dd:first-child {
		margin-right: 2%;
	}

	dl.member_btnbox dd a {
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		height:40px;
		background:transparent;
		border:1px solid #000;
		color: #000;
		text-align: center;
	}

	.m_menu .menu_close {
		position: relative;
		display: inline-block;
		top: 0;
		right:0px;
		width:40px;
		height:40px;
		background:#000;
		color: #fff;
		font-size:20px;
		margin-top: 0px;
		border:0;
		z-index:199999;
	}

	.m_menu .cate {background:#fff;border-bottom:1px solid #e1e1e1}
	.m_menu .cate a {display:block;color:#333;padding:0 10px;border-bottom:1px solid #efefef; font-weight: 500;}
	.m_menu .cate li {position:relative;line-height:40px}
	.m_menu .cate li:nth-child(3) { display: none; }
	.m_menu .cate li button {position:absolute;top:0;right:0;background:url;border:0;width:30px;height:40px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;text-indent:-9999px}
	.m_menu .cate li button.ct_cl {background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%}

	.m_menu .sub_cate {display:none}
	.m_menu .sub_cate a {border-bottom:1px solid #efefef;background:url(../img/btn_next.gif) no-repeat 21px 17px;padding-left:30px}
	.m_menu .sub_cate2 a {padding-left:40px;background-position:31px 17px}
	.m_menu .sub_cate3 a {padding-left:50px;background-position:41px 17px}
	.m_menu .sub_cate4 a {padding-left:60px;background-position:51px 17px}

	#cate_tnb {background:#fff;border-bottom:1px solid #e1e1e1;margin:10px 0}
	#cate_tnb:after {display:block;visibility:hidden;clear:both;content:""}
	#cate_tnb li {border-bottom:1px solid #efefef;float:left;width:50%;line-height:43px;padding:0 10px 0 50px;position:relative}
	#cate_tnb li:nth-child(2n+1) {clear:both;border-right:1px solid #efefef}
	#cate_tnb li i {position:absolute;top:0;left:0;width:50px;text-align:center;color:#a5a8ac;line-height:42px;font-size:16px}

	.m_menu #stv {
		position: relative;
		height: auto;
	}
	
	/* footer */
	ul.footer_info_time li:first-child {
		font-size: 1.7em;
	}

	/* main */
	
	#main_bn { margin-bottom: 10px !important; }

	.main_contents { margin-bottom: 50px; }
	.main_con01, .main_con03 { margin-bottom: 50px; }

	.main_con01_banner li h3 {
		font-size: 32px;
		letter-spacing: 0px;
		line-height: 1.1em;
	}

	.sub_titlebox { width: 100%; }

}

@media screen and (max-width: 1024px) {
	
	/* footer */
	.footer_infobox {
		padding: 0 20px;
	}

	.footer_infobox01 { padding-left: 0px; }
	.footer_infobox03 { padding-right: 0px; }

	ul.footer_banner li a { width: 109px	; }

	/* sub */
	.sub_title { margin: 30px 0; }

}

@media screen and (max-width: 768px) {
	 
	 body { font-size: 12px; }
	
	/* head */

	.head { margin-bottom: 10px; }
	.head_topmenu li a {
		font-size: 10px;
		letter-spacing: -0.5px;
	}
	
	.logo { margin: 20px 0; margin-left: 0px; }
	.logo img { height: 20px; }

	#hd_btn { left: 10px; }

	.head_topmenu02 { right: 10px; }
	.head_topmenu02 li:first-child, .head_topmenu02 li:nth-child(2) { display: none; }

	/* main */
	
	.main_contents { margin-bottom: 50px; }
	.main_con { margin-bottom: 50px; }

	.main_con_title { margin-bottom: 30px; }

	.main_contents h2 { font-size: 20px; }

	.main_con01, .main_con03 { margin-bottom: 30px; }

	.main_con01_banner li h3 {
		margin-bottom: 10px;
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 1.1em;
	}

	.smt_70 .sct_basic {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
		color: #666;
		font-size: 0.9em;
	}

	ul.tabs { margin-bottom: 30px; }

	/* footer */

	.footer_inner01 { padding: 30px 0; }

	.footer_infobox {
		width: 100%;
		min-height: auto;
		padding: 0 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-left: none;
		border-bottom: 1px solid #ddd;
	}

	.footer_infobox02 {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
		text-align: center;
	}

	.footer_infobox h3 {
		text-align: center;
	}
	
	.footer_infobox02 p { padding-left: 0px; }
	.footer_infobox02 p:after { display: none; }

	.footer_infobox03 { display: none; }

	/* sub */
	
	#sub_contents { margin-bottom: 50px; }
	
	.sub_title { margin: 30px 0 10px; }

	.sub_titlebox { margin-bottom: 0px; font-size: 1.4em; }

	.sub_titlebox h3 span img{ width: 60px; height: auto; }
	.sub_titlebox span {
		font-size: 0.8em;
		letter-spacing: -0.5px;
	}

	.half_input { width: 100%; }
	
	/* shop */

	#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width: 100%;}
	#sod_frm #od_zip,#sod_frm #od_b_zip{width: 150px;}

}

@media screen and (max-width: 640px) {
	
	/* main */

	.main_con01_banner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.main_con01_banner li {
		margin-left: 1%;
		width: 49.5%;
	}

	.main_con01_banner li:nth-child(2n+1) { margin-left: 0; }
	.main_con01_banner li:first-child, .main_con01_banner li:nth-child(2) { margin-bottom: 10px; }

	ul.tabs li {
		margin: 2px 3px;
		padding: 8px 15px;
		width: 22%;
		text-align: center;
	}

}

@media screen and (max-width: 480px) {
	
	/* main */
	.main_con01_banner li h3 { font-size: 16px; }
	.main_con01_banner li dl dd { font-size: 11px; }
	.main_con01_banner li p { padding: 0 10px; font-size: 11px; }

	/* sub */
	.sub_titlebox h3 { margin-bottom: 20px; }

}

@media screen and (max-width: 425px) {
	
	/* head */
	.head_topmenu02 li { padding: 0 10px; }

	/* sub */
	.sub_titlebox { font-size: 1.2em; }

	.sub_titlebox h3 { font-size: 1.8em; }
	.sub_titlebox h3 span { margin-bottom: 5px; }
	.sub_titlebox h3 span img{ width: 45px; height: auto; }

	.sub_titlebox p { margin-bottom: 10px; }

}

@media screen and (max-width: 375px) {
	
	/* head */
	.head_topmenu02 li { padding: 0 5px; }

	#cate_tnb li { padding: 0 10px 0 35px; }
	#cate_tnb li i {
		width: 35px;
		font-size: 15px;
	}

	/* footer */
	.footer_menu li { padding: 0 10px; }

}

@media screen and (max-width: 350px) {
	
	body { font-size: 11px; }

	/* sub */
	/* .sub_titlebox span { font-size: 0.73em; } */

}