﻿@charset "utf-8";

@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.woff2) format("woff2");
}

body {
  font-family: "Noto Sans CJK KR" !important;
  word-break: break-all;
}

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;
  font-family: "Noto Sans CJK KR" !important;
}
fieldset,
img {
  border: 0 none;
  font-family: "Noto Sans CJK KR" !important;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
  font-family: "Noto Sans CJK KR" !important;
}
blockquote,
q {
  quotes: none;
  font-family: "Noto Sans CJK KR" !important;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
  font-family: "Noto Sans CJK KR" !important;
}
input,
select,
textarea,
button {
  border-radius: 0;
  vertical-align: middle;
  font-family: "Noto Sans CJK KR" !important;
}
input::-ms-clear {
  display: none;
  font-family: "Noto Sans CJK KR" !important;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Noto Sans CJK KR" !important;
}
body {
  background: #fff;
  direction: ltr;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans CJK KR" !important;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans CJK KR" !important;
  color: #222;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.os_mac body,
.os_mac th,
.os_mac td,
.os_mac input,
.os_mac select,
.os_mac textarea,
.os_mac button {
  letter-spacing: 0;
}
a {
  color: #222;
  text-decoration: none;
  font-family: "Noto Sans CJK KR" !important;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans CJK KR" !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Noto Sans CJK KR" !important;
}
input,
textarea,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
:focus-visible {
  outline: 2px solid #000;
}

/* Skip area */
#Skip-navigation {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1001;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  background: #666;
}
#Skip-navigation:focus {
  top: 0;
}

/* ir */
.ir {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.mt40 {
  margin-top: 40px !important;
}

a:focus,
a:hover {
  text-decoration: none;
}
label {
  font-weight: 400;
}
