@charset "utf-8";

@font-face {
  font-family: "NotoSansKR";
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff2) format("woff2"),
    url(../fonts/NotoSansKR-Black.woff) format("woff"),
    url(../fonts/NotoSansKR-Black.otf) format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 800;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"),
    url(../fonts/NotoSansKR-Bold.woff) format("woff"),
    url(../fonts/NotoSansKR-Bold.otf) format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"),
    url(../fonts/NotoSansKR-Medium.woff) format("woff"),
    url(../fonts/NotoSansKR-Medium.otf) format("truetype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"),
    url(../fonts/NotoSansKR-Regular.woff) format("woff"),
    url(../fonts/NotoSansKR-Regular.otf) format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Thin.woff2) format("woff2"),
    url(../fonts/NotoSansKR-Thin.woff) format("woff"),
    url(../fonts/NotoSansKR-Thin.otf) format("truetype");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  src: url(../fonts/GmarketSansTTFBold.woff) format("woff"),
    url(../fonts/GmarketSansTTFBold.ttf) format("truetype");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  src: url(../fonts/GmarketSansTTFMedium.woff) format("woff"),
    url(../fonts/GmarketSansTTFMedium.ttf) format("truetype");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  src: url(../fonts/GmarketSansTTFLight.woff) format("woff"),
    url(../fonts/GmarketSansTTFLight.ttf) format("truetype");
}

@font-face {
  font-family: "Jalnan";
  font-weight: 500;
  src: url(../fonts/Jalnan.woff) format("woff"),
    url(../fonts/Jalnan.ttf) format("truetype");
}


/* IE10 뷰포트 버그대응 */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
body .clear {
  clear: both;
}
body .split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body a {
  text-decoration: none !important;
  outline: none !important;
  word-wrap: expression(this.style.wordWrap= "normal", this.hideFocus=true);
}
body #ie-warning {
  display: none;
  font-family: inherit;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid #ddd;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;

  white-space: pre-wrap; /* CSS3*/
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-all; /* Internet Explorer 5.5+ */
}

/*폰트*/
.fw100 {font-weight:100 !important;}
.fw200 {font-weight:200 !important;}
.fw300 {font-weight:300 !important;}
.fw400 {font-weight:400 !important;}
.fw500 {font-weight:500 !important;}
.fw600 {font-weight:600 !important;}
.fw700 {font-weight:700 !important;}
.fw800 {font-weight:800 !important;}

.right {text-align:right;}
.left {text-align:left;}

.fz12 {font-size:12px;}
.fz13 {font-size:13px;}
.fz15 {font-size:15px;}
.fz17 {font-size:17px;}
.fz18 {font-size:18px;}

.center {text-align:center;}

/*버튼*/
.button.button-border-thin {
    border-width: 1px;
}

.button-border.button-blue {
    color: #0063ff;
    border-color: #0063ff;
}

.mt-7 {margin-top:70px;}
.mt-8 {margin-top:80px;}


/* 여백 */
.h5 {
  height: 5px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h10 {
  height: 10px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h20 {
  height: 20px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h30 {
  height: 30px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h40 {
  height: 40px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h50 {
  height: 50px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h60 {
  height: 60px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h70 {
  height: 70px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h80 {
  height: 80px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h90 {
  height: 90px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h100 {
  height: 100px;
  padding: 0;
  margin: 0;
  clear: both;
}
