@charset "UTF-8";

/* font */
@font-face {
  font-family: 'NotoSans DemiLight';
  font-style: normal;
  font-weight: 400;
  src: local('※'), url(../font/notokr-demilight.woff2) format('woff2'),
    url(../font/notokr-demilight.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Medium';
  font-style: normal;
  font-weight: 400;
  src: local('※'), url(../font/notokr-medium.woff2) format('woff2'),
    url(../font/notokr-medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Bold';
  font-style: normal;
  font-weight: 400;
  src: local('※'), url(../font/notokr-bold.woff2) format('woff2'),
    url(../font/notokr-bold.woff) format('woff');
}

@font-face {
  font-family: 'NotoSans Light';
  font-style: normal;
  font-weight: 400;
  src: local('※'), url(../font/notokr-light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
  src: local('※'), url(../font/notokr-regular.woff) format('woff');
}
@font-face {
  font-family: 'Compton Book';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
    url(../font/Rene.Bieder_Campton.Book.woff) format('woff');
}
@font-face {
  font-family: 'RobotoMono Regular';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
  src: local('※'),
    url(../font/RobotoMono-Regular.ttf) format('truetype');
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: 100%;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
} /* 뷰트 변환시 폰트크기 자동확대 방지. */
input:checked[type='checkbox'] {
  background-color: #666;
  -webkit-appearance: checkbox;
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
input[type='tel'],
input[type='email'],
html input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body {
  background: #f7f8f8;
  word-break: keep-all;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  color: #111;
}

a {
  color: #111;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline !important;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/* global */
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
/* common */

.show_pc {
  display: block !important;
}
.show_m {
  display: none !important;
}
.obj_motionoff {
  opacity: 0;
  transform: translateX(-50px);
}
.obj_motionon {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 컨텐츠 드래그 컬러효과 */
::-moz-selection {
  background: #d2d8fb;
}
::selection {
  background: #d2d8fb;
}
img::selection {
  background: none;
}
img::selection {
  background: none;
}
.box_bgview {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  font-size: 0;
}
