@charset "utf-8";
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/* 吏�留덉폆�곗뒪 */
@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;
}

@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: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------------*
 *  湲곕낯�ㅽ��� �쒗듃                                                                    *
 *-------------------------------------------------------------------------------------*/
a {
  color: #f8f8f8;
  text-decoration: none;
}
body {
  font-size: 13px;
  color: #f8f8f8;
  margin: 0 0 0 0;
  font-weight: 300;
  letter-spacing: 0pt;
  font-family: "Noto Sans KR", Dotum, Arial, Helvetica, sans-serif;
  min-width: 1400px;
  background: #000000;
  -webkit-overflow-scrolling: touch;
}
body.hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
td {
  font-size: 13px;
  color: #f8f8f8;
  margin: 0 0 0 0;
  font-weight: 300;
  letter-spacing: 0pt;
  font-family: "Noto Sans KR", Dotum, Arial, Helvetica, sans-serif;
}
div {
  font-size: 13px;
  color: #f8f8f8;
  margin: 0 0 0 0;
  font-weight: 300;
  letter-spacing: 0pt;
  font-family: "Noto Sans KR", Dotum, Arial, Helvetica, sans-serif;
}
select {
  font-size: 13px;
  color: #f8f8f8;
  margin: 0 0 0 0;
  font-weight: 300;
  letter-spacing: 0pt;
  font-family: "Noto Sans KR", Dotum, Arial, Helvetica, sans-serif;
}
textarea {
  font-size: 13px;
  color: #f8f8f8;
  margin: 0 0 0 0;
  font-weight: 300;
  letter-spacing: 0pt;
  font-family: "Noto Sans KR", Dotum, Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------------------------------*
 *  �명뭼                                                                               *
 *-------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}
input:-ms-input-placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}
textarea::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}
textarea:-ms-input-placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}
input::placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}
textarea::placeholder {
  color: #cacaca;
  font-size: 12px;
  letter-spacing: -1pt;
}

:focus {
  -moz-outline-style: none;
}
form {
  margin: 0;
}
img {
  max-width: 100%;
  border: none;
}
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  list-style: none;
}

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
swf,
javascript,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
td,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

img,
fieldset,
iframe {
  border: 0 none;
}
img {
  /* max-width:100%; */
  vertical-align: middle;
}
textarea {
  resize: none;
}
input,
select,
textarea,
button {
  font-size: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
strong,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* base - IE8~7 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* base - input */
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="image"],
textarea {
  -webkit-appearance: none;
}
input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
  -webkit-appearance: button;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
