@charset "utf-8";

/* webfont */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Radley);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700&display=swap&subset=chinese-simplified");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* nanum squre, nanum gothic */
@font-face {
  font-family: "NanumSquare", "Nanum Gothic";
  font-weight: 400;
  src: url(/font/NanumSquareR.eot);
  src: url(/font/NanumSquareR.eot?#iefix) format("embedded-opentype"),
    url(/font/NanumSquareR.woff) format("woff"),
    url(/font/NanumSquareR.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare", "Nanum Gothic";
  font-weight: 300;
  src: url(/font/NanumSquareL.eot);
  src: url(/font/NanumSquareL.eot?#iefix) format("embedded-opentype"),
    url(/font/NanumSquareL.woff) format("woff"),
    url(/font/NanumSquareL.ttf) format("truetype");
}

/* g-market sans */
@font-face {
  font-family: "GmarketSans";
  src: url("./fonts/GmarketSansBold.woff2") format("woff2"),
    url("./fonts/GmarketSansBold.woff") format("woff"),
    url("./fonts/GmarketSansBold.ttf") format("truetype");
  font-weight: 800; /* Bold */
}

@font-face {
  font-family: "GmarketSans";
  src: url("./fonts/GmarketSansMedium.woff2") format("woff2"),
    url("./fonts/GmarketSansMedium.woff") format("woff"),
    url("./fonts/GmarketSansMedium.ttf") format("truetype");
  font-weight: 500; /* Medium */
}

@font-face {
  font-family: "GmarketSans";
  src: url("./fonts/GmarketSansLight.woff2") format("woff2"),
    url("./fonts/GmarketSansLight.woff") format("woff"),
    url("./fonts/GmarketSansLight.ttf") format("truetype");
  font-weight: 300; /* Light */
}

/* pretendard */
@font-face {
  font-family: "Pretendard";
  src: url("./fonts/Pretendard-Regular.woff2") format("woff2"),
    url("./fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*RESET STYLE*/
html,
body,
div,
span,
amediaet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Nanum Gothic", "나눔 고딕", sans-serif, "宋體", "simsun", Arial;
  box-sizing: border-box;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  font-family: "Nanum Gothic", "나눔 고딕", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select,
td,
th {
  vertical-align: middle;
  font-family: "Nanum Gothic", "나눔 고딕", sans-serif; /*-webkit-appearance:none; -webkit-border-radius:0px;*/
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -webkit-border-radius: 0px;
}

hr {
  display: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

fieldset {
  border: 0;
  vertical-align: top;
}

legend {
  display: block;
}

button {
  font-family: "Nanum Gothic", "나눔 고딕", sans-serif;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

img {
  font-size: 0;
  line-height: 0;
}

i {
  display: inline-block;
  text-indent: -99999px;
  text-indent: 0px;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.loading {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.tal {
  text-align: left;
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
