@charset "utf-8";

/* 노토산스 라이트 */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 300;
  src:url(../fonts//NotoSansKR-Light.woff) format("woff"),
    url(../fonts//NotoSansKR-Light.otf) format("opentype");
}
/* 노토산스 레귤러 */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts//NotoSansKR-Regular.woff) format("woff"),
    url(../fonts//NotoSansKR-Regular.otf) format("opentype");
}
/* 노토산스 미디움 */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src:url(../fonts//NotoSansKR-Medium.woff) format("woff"),
    url(../fonts//NotoSansKR-Medium.otf) format("opentype");
}

/* lato */

@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts//Lato-Light.woff) format("woff"),
    url(../fonts//Lato-Light.ttf) format("truetype");
    unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts//Lato-Regular.woff) format("woff"),
    url(../fonts//Lato-Regular.ttf) format("truetype");
    unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts//Lato-Bold.woff) format("woff"),
    url(../fonts//Lato-Bold.ttf) format("truetype");
    unicode-range: U+0041-005A, U+0061-007A;
}

/* lato */
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts//Lato-Black.woff) format("woff"),
    url(../fonts//Lato-Black.ttf) format("truetype");
    unicode-range: U+0041-005A, U+0061-007A;
}

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

/* common */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clear {
  clear: both;
}
.split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.splitTwoLine {
  max-height: 40px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a {
  text-decoration: none !important;
  outline: none !important;
  selector-dummy: expression(this.hideFocus=true) !important;
}
/* 여백 */
.h5 {
  height: 5px;
  clear: both;
}
.h10 {
  height: 10px;
  clear: both;
}
.h20 {
  height: 20px;
  clear: both;
}
.h30 {
  height: 30px;
  clear: both;
}
.h40 {
  height: 40px !important;
  clear: both;
}
.h50 {
  height: 50px;
  clear: both;
}
.h60 {
  height: 60px;
  clear: both;
}
.h70 {
  height: 70px;
  clear: both;
}
.h80 {
  height: 80px;
  clear: both;
}
.h90 {
  height: 90px;
  clear: both;
}
.h100 {
  height: 100px;
  clear: both;
}

/* pre 리셋 */
pre {
  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+ */
}

body,
html {
  height: 100%;
}

body {
  font-family: "lato", "NotoSansKR", sans-serif;
  color: #212121;
  background: #fff;
  min-width: 1430px;
  width: 100%;
}

body * {
  font-family: "lato", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

b {
  font-weight: bold;
}

.mr15 {
  margin-right: 15px !important;
}

.textCenter {
  text-align: center;
}

.h30 {
  height: 30px !important;
}
.h40 {
  height: 40px !important;
}
.h90 {
  height: 90px !important;
}
.h100 {
  height: 100px !important;
}

.h120 {
  height: 120px !important;
}
.h130 {
  height: 130px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs18 {
  font-size: 18px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}

.mr16 {
  margin-right: 16px !important;
}


*:not(body,html)::-webkit-scrollbar {
  width: 5px;
  border-radius: 100px;
}
*:not(body,html)::-webkit-scrollbar-thumb {
background-color: #0472FA;
}
*:not(body,html)::-webkit-scrollbar-track {
  background-color: #fff;
}