@charset "utf-8";

/* @font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
	src: url('./font/woff2/Pretendard-Thin.woff2') format('woff2'),
    	url('./font/woff/Pretendard-Thin.woff') format('woff');
    font-display: swap;
} */
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url("./font/woff2/Pretendard-ExtraLight.woff2") format("woff2"),
    url("./font/woff/Pretendard-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url("./font/woff2/Pretendard-Light.woff2") format("woff2"),
    url("./font/woff/Pretendard-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("./font/woff2/Pretendard-Regular.woff2") format("woff2"),
    url("./font/woff/Pretendard-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url("./font/woff2/Pretendard-Medium.woff2") format("woff2"),
    url("./font/woff/Pretendard-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("./font/woff2/Pretendard-SemiBold.woff2") format("woff2"),
    url("./font/woff/Pretendard-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("./font/woff2/Pretendard-Bold.woff2") format("woff2"),
    url("./font/woff/Pretendard-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url("./font/woff2/Pretendard-ExtraBold.woff2") format("woff2"),
    url("./font/woff/Pretendard-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url("./font/woff2/Pretendard-Black.woff2") format("woff2"),
    url("./font/woff/Pretendard-Black.woff") format("woff");
  font-display: swap;
}

/* common */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 1680px;
}
body.popContents {
  height: auto;
}
/* body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, table, th, td, input[type="text"], input[type="password"], input[type="file"], select, textarea, button[type="button"] {margin:0; padding:0;} */
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
label,
table,
th,
td,
input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea,
button[type="button"] {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif !important;
  font-weight: 100 !important;
  font-style: normal !important;
}
img {
  border: 0;
  vertical-align: top;
}
ul,
ol,
dl {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
select option {
  color: #242424 !important;
  font-weight: 100;
}

/* form */
fieldset.wa {
  border: 0;
} /* web accessibility */
legend.wa,
label.wa {
  display: none;
  overflow: hidden;
} /* web accessibility */
input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea,
button[type="button"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
} /* ios(UI) */
input[type="checkbox"],
input[type="radio"] {
  outline: none;
}

/* explorer (input close) */
::-ms-clear {
  display: none;
} /* text */
::-ms-reveal {
  display: none;
} /* password */

/* chrome (input) */
*:focus {
  outline: none;
} /* outline */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
} /* autocomplete bg */
/* input:-webkit-autofill:active {-webkit-text-fill-color:#000 !important;} */

/* placeholder focus (transparent) */
input:focus::-webkit-input-placeholder {
  color: transparent !important;
} /* chrome, safari */
input:focus::-moz-placeholder {
  color: transparent !important;
} /* firefox */
input:focus:-moz-placeholder {
  color: transparent !important;
} /* firefox */
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* explorer */
input::-webkit-input-placeholder {
  color: #676767;
} /* chrome, safari */
input::-moz-placeholder {
  color: #676767;
} /* firefox */
input:-moz-placeholder {
  color: #676767;
} /* firefox */
input:-ms-input-placeholder {
  color: #676767;
} /* explorer */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
} /* chrome, safari */
textarea:focus::-moz-placeholder {
  color: transparent !important;
} /* firefox */
textarea:focus:-moz-placeholder {
  color: transparent !important;
} /* firefox */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
} /* explorer */
textarea::-webkit-input-placeholder {
  color: #676767;
} /* chrome, safari */
textarea::-moz-placeholder {
  color: #676767;
} /* firefox */
textarea:-moz-placeholder {
  color: #676767;
} /* firefox */
textarea:-ms-input-placeholder {
  color: #676767;
} /* explorer */

/* float */
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* position */
.pa {
  position: absolute !important;
}
.pr {
  position: relative !important;
}

/* text-align */
.tr {
  text-align: right !important;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}

/* vertical-align (middle) */
.cl,
.cl a,
.cl span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
} /* left */
.cm,
.cm a,
.cm img {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center;
} /* center */
.cr,
.cr a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
} /* right */

/* cut (word) */
.cut,
.cut a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.non_float {
  float: none !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px !important;
}

.mr3 {
  margin-right: 3px;
}
.mr5 {
  margin-right: 5px;
}
.mr6 {
  margin-right: 6px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml53 {
  margin-left: 53px;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb11 {
  margin-bottom: 11px;
}
.mb20 {
  margin-bottom: 20px;
}

.w60 {
  width: 60px;
}
.w65 {
  width: 65px;
}
.w80 {
  width: 80px;
}
.w150 {
  width: 150px;
}
.w210 {
  width: 210px !important;
}
.w229 {
  width: 229px;
}
.w299 {
  width: 299px;
}
.w355 {
  width: 355px;
}
.w499 {
  width: 499px;
}

.h20 {
  height: 20px !important;
}
.h28 {
  height: 28px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h280 {
  height: 280px;
}
.h545 {
  height: 545px !important;
}
.h700 {
  height: 700px;
}
.h650 {
  height: 650px;
}

.minh600 {
  min-height: 600px;
}
.minh650 {
  min-height: 650px;
}
.maxh650 {
  max-height: 650px;
}
.maxh680 {
  max-height: 680px;
}
.maxh700 {
  max-height: 700px;
}
.maxh718 {
  max-height: 718px;
}
