@charset "utf-8";

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


/* 초기화 */
html {width:100%;height:100%;overflow-y:scroll;}
body {width:100%;height:100%;margin:0;padding:0;font-family:'NanumSquare', 'Malgun Gothic', dotum, sans-serif;color:#fff;font-size:14px;background:#000;background-size:400px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-family:'NanumSquare', 'Malgun Gothic', dotum, sans-serif;color:#fff;font-size:14px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, li, dl, dt, dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:14px;outline:none;transition: 0.3s;}
input, button {margin:0;padding:0;font-family:'NanumSquare', 'Malgun Gothic', dotum, sans-serif;font-size:14px;transition: 0.3s;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'NanumSquare', 'Malgun Gothic', dotum, sans-serif;color:#fff;font-size:14px;outline:none;transition: 0.3s;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:14px}
a {color:#fff;text-decoration:none;cursor:pointer;}
a:hover {color:#dac179;}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {}
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {}

input, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input, textarea, button, select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}

.placeholdersjs {color:#e2c7ae !important}
input::placeholder {color:#e2c7ae;}
input::-webkit-input-placeholder {color:#e2c7ae;}
input::-ms-input-placeholder {color:#e2c7ae;}
textarea::placeholder {color:#e2c7ae;}
textarea::-webkit-input-placeholder {color:#e2c7ae;}
textarea::-ms-input-placeholder {color:#e2c7ae;}
