@charset "utf-8";
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
	font-family:'Spoqa Han Sans Regular';
	src: url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansRegular.eot);
	src: url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansRegular.eot#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
         url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansRegular.woff) format('woff'), /* 모던 브라우저 */
         url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansRegular.ttf) format('truetype');
}
@font-face {
	font-family:'Spoqa Han Sans Bold';
	src: url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansBold.eot);
	src: url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansBold.eot#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
         url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansBold.woff) format('woff'), /* 모던 브라우저 */
         url(https://akamai.pizzahut.co.kr/font/SpoqaHanSansBold.ttf) format('truetype');
}

*, *:before, *:after {
	margin:0px;
	padding:0px;
	box-sizing:inherit;
  	-webkit-box-sizing:inherit;
  	-moz-box-sizing:inherit;
	-o-box-sizing:inherit;
}

html {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}

body {
	min-width:320px;
	scrollbar-3dlight-color:#b4b4b4;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#eeeeee;
	scrollbar-darkshadow-color:#efefef;
	scrollbar-face-color:#efefef;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#b4b4b4;
	font-family:'Spoqa Han Sans Regular', 'Apple SD Gothic Neo', 'sans-serif';
	vertical-align:baseline;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
}

address, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, section {display:block\9; margin:0\9; padding:0\9;}
figcaption {display:block; width:0; height:0; position:absolute; top:-9999px; font-size:0; text-indent:-9999px;}
hr, caption {display:none;}
h1, h2, h3, h4, h5, h6 ,h7 {font-weight:normal;}
img {border:none; vertical-align:middle; -ms-interpolation-mode:bicubic;}
ol, ul, li, dl, dt, dd {list-style:none;}
table {
	width:100%;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing: border-box;
}
th, td {border:0px; word-break:break-all; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
th {font-weight:normal;}
fieldset {width:100%; border:0px;}
legend {display:none;}
frameset {border:0px;}
iframe {width:100%; border:0px;}
em, address {font-style:normal;}
button, a, select, input, label {vertical-align:middle;}
button {overflow:visible; cursor:pointer; border:0px; background:none;font-family:'Spoqa Han Sans Regular', 'Apple SD Gothic Neo', 'sans-serif';}
button::-moz-focus-inner {padding:0px;}
select, input, textarea {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; font-family:'Spoqa Han Sans Regular', 'Apple SD Gothic Neo', 'sans-serif';}
textarea {appearance:none; -webkit-appearance:none; 	-moz-appearance:none; -o-appearance:none;	 -webkit-appearance: none; -webkit-border-radius:0;}

a {color:#666666; text-decoration:none;}
a:active, visited, link {color:#666666;}
a:hover {color:#333333;}
