@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face{
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/NotoSansKR-Heavy.woff) format('woff');
}
@font-face{
	font-family: 'BareunBatang';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/BareunBatangOTFB.woff) format('woff');
}
@font-face{
	font-family: 'BareunBatang';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/BareunBatangOTFL.woff) format('woff');
}
@font-face{
	font-family: 'BareunBatang';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/BareunBatangOTFM.woff) format('woff');
}

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	text-decoration:none;
	background-repeat: no-repeat;
	list-style: none;
	color:#222;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	/*font-family: 'Average', serif;*/
	font-weight: 400;
	font-style: normal;
	word-break:keep-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none !important;
	border-radius: 0px;
	-webkit-border-radius:0;
	@include border-radius(0);
	outline-width: 0;
}
i{
	font-style: italic;
}
.wrap{
	width: 100%;
    overflow: hidden;
}
header{
	position:relative;
    height: 753px;
}
header .language{
	position: absolute;
	z-index: 10;
	margin:0 auto;
	width:100%;
}
header .language > div{
	position: relative;
	width:1150px;
	text-align: right;
	top:30px;
	margin:0 auto;
}
header .language > div a{
	display: inline-block;
	cursor: pointer;
	font-family: "NotoSansKR";
	font-size:13px;
	margin-left:20px;
}
header .language > div a.active, header .language > div a:hover, header .language > div a.active:hover{
	color:#fff;
}
header .language > div a.active, header .language > div a.active:hover{
	cursor: default;
}
.header_bg{
	background:url(../images/header.png)no-repeat center;
	height:748px;
	top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:1;
}
.base_width{
	width:1150px;
	margin:0 auto;
}
.header_top{
	padding-top:46px;
	position:relative;
	z-index:2;
}
.logo_box{
	float:left;
	display:block;
}

.nav{
	float:right;
	overflow:hidden;
	margin-top: 10px;
}
.nav li{
	float:left;
}
.nav li a{
	font-size:20px;
	color:#1a1a1a;
	display:block;
	margin-left:40px;
	line-height:55px;
	height:55px
}
.nav li a:hover, .nav li a.active{
	color:#ffffff
}
.header_food{
    position: absolute;
    top: 0;
    left: 18px;
    z-index: -1;
}
input {
	-webkit-border-radius:0;
	-webkit-appearance: none;
	appearance:none;
	outline-width: 0;
}
html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
footer{
	height:246px;
	background:url(../images/footer_bg.png) no-repeat center;
}
footer .footer_wrapper{
	text-align:center;
}
footer .footer_wrapper *{
	font-size:12px;
	font-weight:300;
	font-family: "NotoSansKR", "Dotum", sans-serif;
	color:#cd4f4f;
	letter-spacing:1px
}
footer .address{
	padding-top:15px;
}
.address span{
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #cd4f4f;
	line-height:13px;
	height:13px;
}
.address span:last-child{
	border-right:none
}
.copyright{}
.clear{clear:both;}

/*main or sub*/
.header.header-sub{
	height: 200px
}
.header-sub .header_bg{
	top: -533px
}

@media screen and (max-width: 1366px), screen and (max-height: 768px) {
	/*메인 작을때*/
	.header {
		height: 374px;
	}
	.header_food {
		width: 1070px;
		height: auto;
		left: 76px;
		top: -130px;
	}
	.header_bg{
		width: 1336px;
		background-position: center top;
		background-size: contain;
		left: 50%;
		margin-left: -670px;
		top: -282px;
	}
	/*서브 작을때*/
	.header.header-sub{
		height: 180px
	}
	.header-sub .header_bg{
		top: -566px;
		width: 1260px;
		background-position: center bottom;
		background-size: contain;
		left: 50%;
		margin-left: -630px;
	}
	.header-sub .header_top {
		padding-top: 36px;
	}

}
