@charset "utf-8";
@import "/theme/basic/mobile/css/normalize.css";
@import "/theme/basic/mobile/css/response.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* layout.css - 기본 스타일 문서, 20130916
---------------------------------------------------------------- */

/* 데스크톱 */
/*body {
  font: 14px/1.5 Georgia Serief;
}*/

@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");  
body{font-family: "Noto Sans KR", sans-serif;font-size:13px;line-height:1.5;color:#6a6d6f;}
/*body{font:13px/1.5 '나눔고딕', NanumGothic, 'Nanum Gothic'; color:#6a6d6f;}*/

@font-face {
    font-family:'GmarketSans';
    src: url('/css/fonts/GmarketSansBold.eot');
    src: url('/css/fonts/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/GmarketSansBold.woff') format('woff'),
         url('/css/fonts/GmarketSansBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family:'GmarketSans';
    src: url('/css/fonts/GmarketSansMedium.eot');
    src: url('/css/fonts/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/GmarketSansMedium.woff') format('woff'),
         url('/css/fonts/GmarketSansMedium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family:'GmarketSans';
    src: url('/css/fonts/GmarketSansLight.eot');
    src: url('/css/fonts/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/GmarketSansLight.woff') format('woff'),
         url('/css/fonts/GmarketSansLight.ttf') format('truetype');
    font-weight: 300;
}

body .row {
  max-width: 960px;
}


header{background:#999;}
h1{margin:0;}




/* 태블릿: 1024 이하 */
@media handheld, only screen and (max-width: 1023px) {

}
/* 스마트 폰: 767px 이하 */
@media handheld, only screen and (max-width: 767px) {

}
/* 스마트 폰: 480px 이하 */
@media handheld, only screen and (max-width: 480px) {

}

/* 아이폰 4 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}

