/*window 1280 * 720 기준*/
@font-face { font-family: 'CookieRun'; font-weight:300;src: url('../font/CookieRun Regular.otf') format('truetype');}
@font-face { font-family: 'CookieRun'; font-weight:500; src: url('../font/CookieRun Bold.otf') format('truetype');}
@font-face { font-family: 'CookieRun'; font-weight:700; src: url('../font/CookieRun Black.otf') format('truetype');}

@font-face { font-family: 'SpoqaHanSansNeo'; font-weight: 700; src: url('../font/SpoqaHanSansNeo Bold.otf') format('truetype'); }
@font-face { font-family: 'SpoqaHanSansNeo'; font-weight: 500; src: url('../font/SpoqaHanSansNeo Medium.otf') format('truetype'); }
@font-face { font-family: 'SpoqaHanSansNeo'; font-weight: 400; src: url('../font/SpoqaHanSansNeo Regular.otf') format('truetype'); }
@font-face { font-family: 'SpoqaHanSansNeo'; font-weight: 300; src: url('../font/SpoqaHanSansNeo Light.otf') format('truetype'); }
@font-face { font-family: 'SpoqaHanSansNeo'; font-weight: 100; src: url('../font/SpoqaHanSansNeo Neo.otf') format('truetype'); }

@font-face { font-family: 'NanumSquare'; font-weight: 900; src: url('../font/NanumSquareEB.otf') format('truetype'); }
@font-face { font-family: 'NanumSquare'; font-weight: 700; src: url('../font/NanumSquareB.otf') format('truetype'); }
@font-face { font-family: 'NanumSquare'; font-weight: 500; src: url('../font/NanumSquareR.otf') format('truetype'); }
@font-face { font-family: 'NanumSquare'; font-weight: 300; src: url('../font/NanumSquareL.otf') format('truetype'); }

@font-face { font-family: 'Pretendard'; font-weight: 900; src: url('../font/Pretendard-ExtraBold.otf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-weight: 700; src: url('../font/Pretendard-Bold.otf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-weight: 500; src: url('../font/Pretendard-Regular.otf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-weight: 300; src: url('../font/Pretendard-Light.otf') format('truetype'); }


html, body {width:100%; height:100%; font-family:'CookieRun', 'san-serif'; font-weight:300;}

* {list-style: none; margin:0; padding:0; border:none;}
a {text-decoration: none; }
img {vertical-align:middle;}

textarea:focus {outline: none;}
button:focus {outline: none; }
input:focus {outline: none;}
