@charset "utf-8";

/* 공통 */

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBlack.woff") format("woff");
  font-weight: 900;
}

/* 일반 */

div,
span,
applet,
object,
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,
span,
b,
u,
i,
center,
input,
select,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
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,
button {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
html {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  color: #555;
  letter-spacing: -0.5px;
}
html,
body {
  width: 100%;
  height: 100%;
  word-break: break-all;
}
body {
  position: relative;
  min-width: 320px;
  background: #fff;
}
body {
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 버전 */
  padding-top: env(safe-area-inset-top); /* iOS 11.2 이상 */
}
h2 {
  display: block;
}
ul,
ol {
  list-style-type: none;
}
nav ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: 500;
}

fieldset,
iframe {
  margin: 0;
  border: 0;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
label,
i {
  cursor: pointer;
}
caption,
legend {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0px;
}
object,
video,
embed {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
}
hr {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

/* html5 ie9 else */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}

input {
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input:focus {
  background: #fff;
  border-color: #9cccff;
  color: #000;
}
textarea {
  resize: none;
  border: none;
  background: none;
}

template,
datalist {
  display: none;
}

button {
  border: 0;
  background: none;
}
button,
input,
select,
textarea {
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
datalist {
  -webkit-appearance: none;
  appearance: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

select {
  min-width: 80px;
  min-height: 36px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 0 5px;
}
textarea {
  overflow: auto;
  resize: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #444;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.fbig {
  font-size: 1.1em;
}
.block {
  display: block !important;
}
.inlineblock {
  display: inline-block !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.fgray {
  color: gray !important;
}
.fred {
  color: #f22800 !important;
}
.fsky {
  color: #3090d6 !important;
}
.fblue {
  color: #0575e9 !important;
}
.fmint {
  color: #1cb1b8 !important;
}
.forange {
  color: #ff9933 !important;
}
.fcharcoal {
  color: #777 !important;
}
.fblack {
  color: #000 !important;
}
.fwhite {
  color: #fff !important;
}
.fpilsu {
  color: #f27a22 !important;
}
.fbold {
  font-weight: 500 !important;
}
.vtop {
  vertical-align: top !important;
}
.vmiddle {
  vertical-align: middle !important;
}
.stx_word {
  color: #d32d12 !important;
}
.overauto {
  overflow: auto !important;
}
.overhidden {
  overflow: hidden !important;
}
.extra01 {
  color: #f1831f !important;
}
.extra02 {
  color: #004f9e !important;
}
.alink {
  color: #2684dc;
  text-decoration: underline !important;
}
.alink i {
  background-color: #fff !important;
  color: #2684dc !important;
}

.bg_y {
  background-repeat: repeat-y !important;
}
.bg_x {
  background-repeat: repeat-x !important;
}
.bgno {
  background-repeat: no-repeat !important;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.cb {
  clear: both;
  margin: 0;
}
.cursor {
  cursor: pointer;
}
.ginfo_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.ginfo_box .ginfo_txt {
  font-size: 0.9em;
}
.ginfo {
  color: #666;
}
.ginfo span {
  position: relative;
  font-weight: 500;
  color: #306bc5;
  padding-left: 15px;
}
.ginfo span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  bottom: 0;
  width: 1px;
  height: 0.9em;
  margin: auto;
  background: #d1d1d2;
}
.ginfo2 i {
  color: #306bc5;
  margin-right: 5px;
}

.ghelp {
  color: #fe6600;
  font-size: 0.9em;
}

.fsize8 {
  font-size: 8px !important;
}
.fsize9 {
  font-size: 9px !important;
}
.fsize10 {
  font-size: 10px !important;
}
.fsize11 {
  font-size: 11px !important;
}
.fsize12 {
  font-size: 12px !important;
}
.fsize13 {
  font-size: 13px !important;
}
.fsize14 {
  font-size: 14px !important;
}
.fsize15 {
  font-size: 15px !important;
}
.fsize20 {
  font-size: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}

.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}

.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}

.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}

.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}

.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}

.pall5 {
  padding: 5px !important;
}
.pall10 {
  padding: 10px !important;
}
.pall15 {
  padding: 15px !important;
}
.pall20 {
  padding: 20px !important;
}
.pall25 {
  padding: 25px !important;
}
.pall30 {
  padding: 30px !important;
}
.pall35 {
  padding: 35px !important;
}
.pall40 {
  padding: 40px !important;
}

.minw10p {
  min-width: 10px !important;
}
.minw20p {
  min-width: 20px !important;
}
.minw30p {
  min-width: 30px !important;
}
.minw40p {
  min-width: 40px !important;
}
.minw50p {
  min-width: 50px !important;
}

.w10p {
  width: 10px !important;
}
.w20p {
  width: 20px !important;
}
.w30p {
  width: 30px !important;
}
.w40p {
  width: 40px !important;
}
.w50p {
  width: 50px !important;
}
.w60p {
  width: 60px !important;
}
.w70p {
  width: 70px !important;
}
.w80p {
  width: 80px !important;
}
.w90p {
  width: 90px !important;
}
.w100p {
  width: 100px !important;
}
.w150p {
  width: 150px !important;
}
.w160p {
  width: 160px !important;
}
.w180p {
  width: 180px !important;
}
.w200p {
  width: 200px !important;
}
.w210p {
  width: 210px !important;
}
.w220p {
  width: 220px !important;
}
.w230p {
  width: 230px !important;
}
.w240p {
  width: 240px !important;
}
.w250p {
  width: 250px !important;
}
.w300p {
  width: 300px !important;
}
.w400p {
  width: 400px !important;
}
.w500p {
  width: 500px !important;
}
.w600p {
  width: 600px !important;
}
.w700p {
  width: 700px !important;
}
.w800p {
  width: 800px !important;
}
.w900p {
  width: 900px !important;
}
.w1000p {
  width: 1000px !important;
}

.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w97 {
  width: 97% !important;
}
.w99 {
  width: 99% !important;
}
.w100 {
  width: 100% !important;
}

.h10p {
  height: 10px !important;
}
.h20p {
  height: 20px !important;
}
.h30p {
  height: 30px !important;
}
.h40p {
  height: 40px !important;
}
.h50p {
  height: 50px !important;
}
.h60p {
  height: 60px !important;
}
.h70p {
  height: 70px !important;
}
.h80p {
  height: 80px !important;
}
.h90p {
  height: 90px !important;
}
.h100p {
  height: 100px !important;
}
.h150p {
  height: 150px !important;
}
.h200p {
  height: 200px !important;
}
.h250p {
  height: 250px !important;
}
.h300p {
  height: 300px !important;
}
.h400p {
  height: 400px !important;
}
.h500p {
  height: 500px !important;
}
.h600p {
  height: 600px !important;
}
.h700p {
  height: 700px !important;
}
.h800p {
  height: 800px !important;
}
.h900p {
  height: 900px !important;
}
.h1000p {
  height: 1000px !important;
}
