@import url("../../common/font2022.css");
@import url("../../common/xeicon.min.css");
@import url("../../common/jquery.mCustomScrollbar.css");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-family: "Pretendard";
  font-weight: 400;
  color: #555;
  letter-spacing: -1px;
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.9rem;
  height: 1.9rem;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  border: 1px solid #ddd;
}

input {
  height: 1.9rem;
  line-height: 1.9rem;
}

input:-moz-read-only, input:disabled {
  background: #fafafa;
}

input:read-only, input:disabled {
  background: #fafafa;
}

input[readonly] {
  background: #fafafa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

address, em, i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

caption, legend,
.sr-only, .sr_only, .hidden, .blind, .IR, .title_hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

br {
  visibility: hidden;
}

#skip_nav {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0px;
  z-index: 1000;
  line-height: 0px;
  font-size: 0px;
}

#skip_nav a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0px;
  font-size: 0px;
}

#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
  position: absolute;
  left: 0px;
  top: 1000px;
  padding: 8px 0;
  display: block;
  height: 30px;
  background: #20262c;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
}

.container {
  width: 128rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}

.txt_left, .txt-left {
  text-align: left !important;
}

.txt_center, .txt-center {
  text-align: center !important;
}

.txt_right, .txt-right {
  text-align: right !important;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inline_b {
  display: inline-block;
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

sup {
  color: #eb6d64;
}

.mT0 {
  margin-top: 0px !important;
}

.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.w100 {
  width: 100% !important;
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

/* grid */
/* .row {margin-right: -15px; margin-left: -15px;} */
.row::after {
  content: '';
  display: block;
  clear: both;
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 640px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: calc(100% - 8rem);
  }
}

@media (max-width: 1026px) {
  .container {
    max-width: calc(100% - 2rem);
  }
}
