@charset "UTF-8";
:root {
  --basicFont: Paperlogy, "Pretendard", sans-serif;
  --textFont: "Pretendard", sans-serif;
  --sliderMinHeight: 360px;
  --sliderMaxHeight: 600px;
  --bodyColor: #20ABEF;
  --bodyWidth: 1024px;
  --mobilePadding: 0 0;
  --blankHeight: 50px;
  --displayPC: block;
  --displayMO: none;
  --displayFlexPC: flex;
  --displayFlexMO: none;
}
/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
body, html {
  width: 100%;
  height: 100%;
  font-size: 17px;
}
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, form, fieldset, img {
  border: 0;
}
ul, ol, dl, dt, dd {
  list-style: none;
}
legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label, input, select, img {
  vertical-align: middle;
}
input[type="submit"], label {
  cursor: pointer;
}
button {
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}
p {
  word-break: break-all;
}
em, address {
  font-style: normal;
}
a {
  color: #111;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
input[type=text], input[type=password], textarea {
  outline: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  border: 1px solid #558ab7 !important;
}
.placeholdersjs {
  color: #aaa !important;
}
.clear {
  clear: both;
}
.skip {
  margin: 0;
}
.skip > a {
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 28px;
  text-align: center;
}
.skip > a:focus {
  height: auto;
}
.btn, input.btn, button.btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.3rem 10px !important;
  min-height: 34px !important;
  height: auto !important;
  overflow: visible;
  border: 1px solid #bbb;
  border-radius: 2px;
  text-decoration: none !important;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  line-height: 1.3;
  font-family: var(--basicFont);
  font-weight: 500;
  font-size: 0.8rem !important;
  color: #333;
  cursor: pointer;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
}
.btn:hover, input.btn:hover, button.btn:hover {
  filter: brightness(96%) !important;
  background-color: #fff;
}
.btn.inputDate, input.btn.inputDate, button.btn.inputDate {
  font-size: 12px !important;
}
.btn.dateRemover, input.btn.dateRemover, button.btn.dateRemover {
  padding: 0 12px !important;
}
.btn.black, input.btn.black, button.btn.black {
  background-color: #555;
  color: #EDDE7B;
}
.help-inline, .help-block {
  margin: 0;
  font-size: 0.9em;
  padding: 0 3px;
  line-height: 1.3;
  color: #666;
}
input[type="date"] {
  min-width: 90px;
}
input[type="file"] {
  font-size: 13px !important;
}
.xe_contents p, .rhymix_content p {
  box-sizing: var(--textFont);
  font-weight: 400;
  font-size: 0.95rem;
}
.xe_contents p a, .rhymix_content p a {
  font-size: 0.8rem;
  color: #555;
}
.xe_contents p a:hover, .rhymix_content p a:hover {
  text-decoration: underline;
}
#content .x input, #content .x button #content .x select {
  box-sizing: border-box;
}
#content .x .x_page-header, #content .x .x_nav-tabs, #content .x .x_form-horizontal .x_controls, #content .x .x_form-horizontal .x_control-label, #content .x .x_form-horizontal .x_help-block {
  font-family: "NanumGothic", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#content .btn-group {
  padding: 20px 0;
}
#content .x {
  font-family: "NanumGothic", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", Arial, Helvetica, sans-serif;
}
#content .x input[type="text"], #content .x input[type="number"] {
  height: 26px;
}
.blankBox_main50 {
  display: block;
  height: 50px;
  background-color: #F6F6F7;
}
.blankBox_main80 {
  display: block;
  height: 80px;
  background-color: #F6F6F7;
}
@media (max-width: 1024px) {
  :root {
    --bodyWidth: 100%;
    --mobilePadding: 0 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --blankHeight: 42px;
    --displayPC: none;
    --displayMO: block;
    --displayFlexPC: none;
    --displayFlexMO: flex;
  }
  html, body {
    font-size: 16px;
  }
  .blankBox_main50 {
    height: 40px;
  }
  .blankBox_main80 {
    height: 70px;
  }
}
@media (max-width: 480px) {
  :root {
    --blankHeight: 34px;
  }
  .blankBox_main50 {
    height: 30px;
  }
  .blankBox_main80 {
    height: 60px;
  }
}
/*# sourceMappingURL=99eb133ff06094c8493dccbc037afd1e073f20eb.common.scss.map */
