@charset "UTF-8";
.col,
.col-auto {
  position: relative;
  padding: 8px;
  float: none;
  width: 100%;
}

.col-sm {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-sm-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-sm-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

.col-sm-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.col-sm-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
}

.col-sm-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.col-sm-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 8px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}

.col-sm-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 8px;
}

.col-sm-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 8px;
}

.col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 8px;
}

.col-sm-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 8px;
}

.col-sm-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 8px;
}

.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px;
}

.col-md {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-md-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-md-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

.col-md-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
}

.col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.col-md-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 8px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}

.col-md-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 8px;
}

.col-md-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 8px;
}

.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 8px;
}

.col-md-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 8px;
}

.col-md-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 8px;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px;
}

.col-lg {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-lg-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-lg-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

.col-lg-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
}

.col-lg-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.col-lg-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 8px;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}

.col-lg-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 8px;
}

.col-lg-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 8px;
}

.col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 8px;
}

.col-lg-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 8px;
}

.col-lg-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 8px;
}

.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px;
}

.col-xl {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-xl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-xl-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

.col-xl-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
}

.col-xl-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.col-xl-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 8px;
}

.col-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}

.col-xl-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 8px;
}

.col-xl-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 8px;
}

.col-xl-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 8px;
}

.col-xl-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 8px;
}

.col-xl-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 8px;
}

.col-xl-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 8px;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 8px;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 8px;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 8px;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 8px;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 8px;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 8px;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 8px;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 8px;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 8px;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 8px;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 8px;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 8px;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 8px;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 8px;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 8px;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 8px;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 8px;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 8px;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 8px;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 8px;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 8px;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 8px;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 8px;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }
}
/* breakpoint */
/* breakpoint : content */
/* display */
/* Typography */
/* PRIMITIVE */
/* RESPONSIVE-PC */
/* RESPONSIVE-MOBILE */
/* SEMANTIC */
/*
.headline {
  @include font('display', 'large');
}
.paragraph {
  @include font('body', 'medium');
}
// 특정 디바이스 크기를 직접 사용할 때
.custom-element {
  font-size: font-size('heading', 'medium', 'mobile');
}
*/
/*
.element {
  @include radius("medium", "2");
  @include radius-top-left("large");
  @include radius-bottom-right("small", "3");

  @include radius-top("xlarge", "1");
  @include radius-bottom("medium", "4");

  // Custom border radius
  @include radius-custom($radius-small1, $radius-medium2, $radius-large1, $radius-xsmall3);
}
*/
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/* breakpoint */
/* breakpoint : content */
/* display */
/* Typography */
.program__board-write.container {
  padding-left: 0;
  padding-right: 0;
  margin-top: -41px;
}

.pilsu {
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 0;
  margin-right: 0.3rem;
}
.pilsu:after {
  content: "*";
  display: inline-block;
  position: relative;
  color: #D50C07;
  font-weight: bold;
  font-size: 1.6rem;
}

.help-inblock {
  display: inline-block;
}
.help-inblock .point {
  color: #D50C07;
}

.h2 + .text-right { /*margin-top:-4rem;margin-bottom:4rem;*/
  margin: 0;
  text-align: right;
}

.fieldset {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.first-box {
  margin-top: 2rem;
}

.form-row-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  color: #1D1D1D;
  border-radius: 1.2rem;
  padding: 4rem;
}
@media (max-width: 768px) {
  .form-row-box {
    padding: 2rem;
  }
}
.form-row-box:not(:first-of-type) {
  margin-top: 2rem;
}
.form-row-box .box-tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 1.6rem;
}
.form-row-box .box-tit1 {
  font-size: 2.4rem;
  color: #1D1D1D;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .form-row-box .box-tit1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .form-row-box .box-tit1 {
    font-size: 2rem;
  }
}
.form-row-box .box-tit2 {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .form-row-box .box-tit2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .form-row-box .box-tit2 {
    font-size: 1.8rem;
  }
}
.form-row-box .box-cnt {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
}
.form-row-box .inner {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.form-row-box .inner .box-tit1,
.form-row-box .inner .box-tit2 {
  margin-bottom: 2.4rem;
}
.form-row-box .inner .form-group {
  margin-bottom: 2.8rem;
}
.form-row-box .form-group-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .form-row-box .form-group-row {
    flex-direction: column;
  }
}
.form-row-box .form-group-row .form-group {
  flex: 1;
}
.form-row-box .form-group-row .form-group .input-group {
  flex-direction: row;
  flex: 1;
  flex-wrap: nowrap;
  gap: 0.8rem;
}
.form-row-box .form-col-group {
  display: flex;
  gap: 2rem;
}
.form-row-box .form-col-group .form-group {
  width: fit-content;
}
@media (max-width: 768px) {
  .form-row-box .form-col-group {
    flex-direction: column;
  }
  .form-row-box .form-col-group .form-group {
    width: 100%;
  }
}
.form-row-box .form-group {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.form-row-box .form-group .form-tit,
.form-row-box .form-group .control-label {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 0.8rem;
}
.form-row-box .form-group .form-tit label,
.form-row-box .form-group .form-tit .label,
.form-row-box .form-group .control-label label,
.form-row-box .form-group .control-label .label {
  position: relative;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
  letter-spacing: -0.64px;
  white-space: normal;
}
.form-row-box .form-group .form-conts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.form-row-box .form-group .form-conts .form-label {
  display: flex;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
.form-row-box .form-group .form-conts.btn-ico-wrap {
  position: relative;
}
.form-row-box .form-group .form-conts.btn-ico-wrap .form-control {
  padding-right: 5.6rem;
}
.form-row-box .form-group .form-conts.btn-ico-wrap .fe-btn,
.form-row-box .form-group .form-conts.btn-ico-wrap .btn {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.form-row-box .form-group .form-conts.form-datepicker {
  gap: 0;
}
.form-row-box .form-group .form-conts .form-check .form-check-cnt {
  margin-top: 1.2rem;
}
.form-row-box .form-group .form-conts .form-check .form-check-cnt .form-check-p {
  color: #555555;
}
.form-row-box .form-group > p {
  width: 100%;
}
.form-row-box .form-group [class^=form-hint] {
  font-size: 1.5rem;
  color: #464c53;
  padding-left: 2.4rem;
}
.form-row-box .form-group [class^=form-hint]::before {
  display: inline-flex;
  content: "";
  margin-left: -2.4rem;
  margin-right: 0.4rem;
  vertical-align: top;
  background-size: contain;
}
.form-row-box .input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

.row .input-group {
  flex-direction: column;
}
.row .input-group.range > .li,
.row .input-group.range > li {
  width: 100%;
}

.card-body.bucket-form,
.card-body.prog,
.bucket-form,
.table-form {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
}

.form-horizontal.bucket-form:not(:first-of-type) {
  margin-top: 10px;
}
.form-horizontal.bucket-form .fileInfo .form-group {
  border-bottom: none;
  border-top: none;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .fileInfo .form-group .custom-file {
    margin-bottom: 5px;
  }
}
.form-horizontal.bucket-form .fileInfo .form-group + .form-group {
  margin-top: 5px;
}
.form-horizontal.bucket-form .form-group {
  position: relative;
  margin: -1px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  overflow: visible;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group {
    flex-direction: column;
  }
}
.form-horizontal.bucket-form .form-group .control-label,
.form-horizontal.bucket-form .form-group .col-form-label {
  position: relative;
  padding: 0.8rem 1rem;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group .control-label,
  .form-horizontal.bucket-form .form-group .col-form-label {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #ddd;
  }
}
.form-horizontal.bucket-form .form-group .control-label:before,
.form-horizontal.bucket-form .form-group .col-form-label:before {
  display: none;
}
.form-horizontal.bucket-form .form-group .control-label .label,
.form-horizontal.bucket-form .form-group .control-label label,
.form-horizontal.bucket-form .form-group .control-label .form-label,
.form-horizontal.bucket-form .form-group .col-form-label .label,
.form-horizontal.bucket-form .form-group .col-form-label label,
.form-horizontal.bucket-form .form-group .col-form-label .form-label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 12px 25px 12px 12px;
  width: 100%;
  color: #444;
  text-align: left;
  line-height: 120%;
  letter-spacing: -0.64px;
  white-space: normal;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group .control-label .label,
  .form-horizontal.bucket-form .form-group .control-label label,
  .form-horizontal.bucket-form .form-group .control-label .form-label,
  .form-horizontal.bucket-form .form-group .col-form-label .label,
  .form-horizontal.bucket-form .form-group .col-form-label label,
  .form-horizontal.bucket-form .form-group .col-form-label .form-label {
    padding: 6px 0;
    font-weight: 700;
  }
}
@media (max-width: 490px) {
  .form-horizontal.bucket-form .form-group .control-label .label,
  .form-horizontal.bucket-form .form-group .control-label label,
  .form-horizontal.bucket-form .form-group .control-label .form-label,
  .form-horizontal.bucket-form .form-group .col-form-label .label,
  .form-horizontal.bucket-form .form-group .col-form-label label,
  .form-horizontal.bucket-form .form-group .col-form-label .form-label {
    font-size: 15px;
  }
}
.form-horizontal.bucket-form .form-group .control-label .label .pilsu,
.form-horizontal.bucket-form .form-group .control-label label .pilsu,
.form-horizontal.bucket-form .form-group .control-label .form-label .pilsu,
.form-horizontal.bucket-form .form-group .col-form-label .label .pilsu,
.form-horizontal.bucket-form .form-group .col-form-label label .pilsu,
.form-horizontal.bucket-form .form-group .col-form-label .form-label .pilsu {
  position: absolute;
  top: 12px;
  right: 0;
  width: 8px;
  height: auto;
  line-height: 0;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group .control-label .label .pilsu,
  .form-horizontal.bucket-form .form-group .control-label label .pilsu,
  .form-horizontal.bucket-form .form-group .control-label .form-label .pilsu,
  .form-horizontal.bucket-form .form-group .col-form-label .label .pilsu,
  .form-horizontal.bucket-form .form-group .col-form-label label .pilsu,
  .form-horizontal.bucket-form .form-group .col-form-label .form-label .pilsu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.form-horizontal.bucket-form .form-group .control-label .label .pilsu:after,
.form-horizontal.bucket-form .form-group .control-label label .pilsu:after,
.form-horizontal.bucket-form .form-group .control-label .form-label .pilsu:after,
.form-horizontal.bucket-form .form-group .col-form-label .label .pilsu:after,
.form-horizontal.bucket-form .form-group .col-form-label label .pilsu:after,
.form-horizontal.bucket-form .form-group .col-form-label .form-label .pilsu:after {
  display: block;
  line-height: 1;
  vertical-align: top;
}
.form-horizontal.bucket-form .form-group > div[class^=col-],
.form-horizontal.bucket-form .form-group > div[class^=alert-],
.form-horizontal.bucket-form .form-group > div[class^=control-] {
  padding: 0.8rem 1rem;
}
.form-horizontal.bucket-form .form-group[id^=fileInfo] {
  border-bottom: none;
}
.form-horizontal.bucket-form .form-group[id^=fileInfo] .form-group {
  border: none;
}
@media (max-width: 380px) {
  .form-horizontal.bucket-form .form-group.tel .form-control + span, .form-horizontal.bucket-form .form-group.email .form-control + span {
    padding: 0 2px;
  }
}
.form-horizontal.bucket-form .form-group.enabledate .time-group > .form-group, .form-horizontal.bucket-form .form-group.date .time-group > .form-group, .form-horizontal.bucket-form .form-group.time .time-group > .form-group {
  max-width: 180px;
  position: relative;
  border: none;
}
.form-horizontal.bucket-form .form-group.enabledate .form-group, .form-horizontal.bucket-form .form-group.date .form-group, .form-horizontal.bucket-form .form-group.time .form-group {
  max-width: 180px;
  position: relative;
  border: none;
}
.form-horizontal.bucket-form .form-group.datatime .form-group {
  max-width: 300px;
  position: relative;
  border: none;
}
.form-horizontal.bucket-form .form-group [class^=col-] [class^=col-] {
  padding: 0;
}
.form-horizontal.bucket-form .form-group [class^=col-] [class^=col-] .fe-btn,
.form-horizontal.bucket-form .form-group [class^=col-] [class^=col-] .btn {
  margin-left: 3px;
}
.form-horizontal.bucket-form .form-group [class^=col-].row {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal.bucket-form .form-group .form-control-static .form-group {
  margin-left: 0;
}
.form-horizontal.bucket-form .form-group > [class^=col-], .form-horizontal.bucket-form .form-group > div[class^=col-] {
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group > [class^=col-], .form-horizontal.bucket-form .form-group > div[class^=col-] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.form-horizontal.bucket-form .form-group [class^=col-] > .form-group {
  border: none;
}
.form-horizontal.bucket-form .form-group .form-box [class^=col-] {
  padding: 0 10px 0 0;
}
@media (max-width: 490px) {
  .form-horizontal.bucket-form .form-group .form-box [class^=col-] {
    padding: 0 5px 0 0;
  }
}
.form-horizontal.bucket-form .form-group .form-box [class^=col-]:last-child {
  padding-right: 0;
}
.form-horizontal.bucket-form .form-group .help-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  line-height: 120%;
  font-size: 1.5rem;
  color: #00A0E0;
  letter-spacing: -1px;
  font-weight: 700;
}
.form-horizontal.bucket-form .form-group .help-block .fa-exclamation-circle {
  display: inline-block;
  min-width: 15px;
  width: 15px;
  height: 15px;
  margin: 1px 5px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.99911' cy='10.0001' r='9.09091' fill='%2300A0E0'/%3E%3Cpath d='M9.31836 5.4541H10.682V6.81774H9.31836V5.4541Z' fill='white'/%3E%3Cpath d='M9.31836 8.18137H10.682V14.545H9.31836V8.18137Z' fill='white'/%3E%3C/svg%3E%0A");
}
.form-horizontal.bucket-form .form-group .col-sm-10 .col-sm-12 {
  width: 100%;
}
.form-horizontal.bucket-form .form-control-static {
  font-size: 0;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
}
.form-horizontal.bucket-form .form-control-static:last-child {
  margin-bottom: 0;
}
.form-horizontal.bucket-form .form-control-static > .form-group[class^=col-] {
  display: inline-block;
  padding: 0;
  border: none;
  float: none;
}
.form-horizontal.bucket-form .form-control-static .btn,
.form-horizontal.bucket-form .form-control-static .fe-btn {
  margin: 0 0 0 5px;
  min-height: 48px;
  height: 100%;
  vertical-align: bottom;
}
.form-horizontal.bucket-form .form-box > [class^=col-] {
  padding: 0;
}

.bucket-form > .form-group .form-control-static .form-group {
  margin-left: 0;
}
.bucket-form > .form-group > [class^=col-], .bucket-form > .form-group > div[class^=col-] {
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .bucket-form > .form-group > [class^=col-], .bucket-form > .form-group > div[class^=col-] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.bucket-form > .form-group [class^=col-] > .form-group {
  border: none;
}
.bucket-form > .form-group .form-box [class^=col-] {
  padding: 0 10px 0 0;
}
@media (max-width: 490px) {
  .bucket-form > .form-group .form-box [class^=col-] {
    padding: 0 5px 0 0;
  }
}
.bucket-form > .form-group .form-box [class^=col-]:last-child {
  padding-right: 0;
}
.bucket-form > .form-group .d-flex {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-direction: row;
  padding-right: 0.1rem;
}
.bucket-form .form-control-static {
  font-size: 0;
  margin: 0 0 5px 0;
}
.bucket-form .form-control-static:last-child {
  margin-bottom: 0;
}
.bucket-form .form-control-static > .form-group[class^=col-] {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.bucket-form .form-control-static .btn,
.bucket-form .form-control-static .fe-btn {
  margin: 0 0 0 5px;
  min-height: 48px;
  height: 100%;
  display: flex;
  vertical-align: bottom;
}
.bucket-form .form-box > [class^=col-] {
  padding: 0;
}

.card-body > .form-group,
.card-body > .row {
  position: relative;
  margin: -1px 0 1.2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  overflow: visible;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .card-body > .form-group,
  .card-body > .row {
    flex-direction: column;
  }
}
.card-body > .form-group .control-label,
.card-body > .form-group .col-form-label,
.card-body > .row .control-label,
.card-body > .row .col-form-label {
  position: relative;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.64px;
}
.card-body > .form-group .control-label .label,
.card-body > .form-group .control-label .form-label,
.card-body > .form-group .control-label label,
.card-body > .form-group .col-form-label .label,
.card-body > .form-group .col-form-label .form-label,
.card-body > .form-group .col-form-label label,
.card-body > .row .control-label .label,
.card-body > .row .control-label .form-label,
.card-body > .row .control-label label,
.card-body > .row .col-form-label .label,
.card-body > .row .col-form-label .form-label,
.card-body > .row .col-form-label label {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 12px 25px 12px 12px;
  width: 100%;
  color: #444;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 100%;
  letter-spacing: -0.64px;
  white-space: normal;
}
@media (max-width: 768px) {
  .card-body > .form-group .control-label .label,
  .card-body > .form-group .control-label .form-label,
  .card-body > .form-group .control-label label,
  .card-body > .form-group .col-form-label .label,
  .card-body > .form-group .col-form-label .form-label,
  .card-body > .form-group .col-form-label label,
  .card-body > .row .control-label .label,
  .card-body > .row .control-label .form-label,
  .card-body > .row .control-label label,
  .card-body > .row .col-form-label .label,
  .card-body > .row .col-form-label .form-label,
  .card-body > .row .col-form-label label {
    padding: 6px 0;
  }
}
.card-body > .form-group .control-label .label .pilsu,
.card-body > .form-group .control-label .form-label .pilsu,
.card-body > .form-group .control-label label .pilsu,
.card-body > .form-group .col-form-label .label .pilsu,
.card-body > .form-group .col-form-label .form-label .pilsu,
.card-body > .form-group .col-form-label label .pilsu,
.card-body > .row .control-label .label .pilsu,
.card-body > .row .control-label .form-label .pilsu,
.card-body > .row .control-label label .pilsu,
.card-body > .row .col-form-label .label .pilsu,
.card-body > .row .col-form-label .form-label .pilsu,
.card-body > .row .col-form-label label .pilsu {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
}
@media (max-width: 768px) {
  .card-body > .form-group .control-label .label .pilsu,
  .card-body > .form-group .control-label .form-label .pilsu,
  .card-body > .form-group .control-label label .pilsu,
  .card-body > .form-group .col-form-label .label .pilsu,
  .card-body > .form-group .col-form-label .form-label .pilsu,
  .card-body > .form-group .col-form-label label .pilsu,
  .card-body > .row .control-label .label .pilsu,
  .card-body > .row .control-label .form-label .pilsu,
  .card-body > .row .control-label label .pilsu,
  .card-body > .row .col-form-label .label .pilsu,
  .card-body > .row .col-form-label .form-label .pilsu,
  .card-body > .row .col-form-label label .pilsu {
    position: relative;
    right: auto;
    left: 0;
    top: auto;
  }
}
.card-body > .form-group > [class^=col-] .btn,
.card-body > .row > [class^=col-] .btn {
  margin: 0;
}
.card-body > .form-group > [class^=col-] > [class^=col-],
.card-body > .row > [class^=col-] > [class^=col-] {
  padding: 0;
  /*.fe-btn,
  .btn {
    margin-left: 3px;
  }*/
}
.card-body > .form-group .form-control-static .form-group,
.card-body > .row .form-control-static .form-group {
  margin-left: 0;
}
.card-body > .form-group > [class^=col-], .card-body > .form-group > div[class^=col-],
.card-body > .row > [class^=col-],
.card-body > .row > div[class^=col-] {
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .card-body > .form-group > [class^=col-], .card-body > .form-group > div[class^=col-],
  .card-body > .row > [class^=col-],
  .card-body > .row > div[class^=col-] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.card-body > .form-group [class^=col-] > .form-group,
.card-body > .row [class^=col-] > .form-group {
  border: none;
}
.card-body > .form-group .form-box [class^=col-],
.card-body > .row .form-box [class^=col-] {
  padding: 0 10px 0 0;
}
@media (max-width: 490px) {
  .card-body > .form-group .form-box [class^=col-],
  .card-body > .row .form-box [class^=col-] {
    padding: 0 5px 0 0;
  }
}
.card-body > .form-group .form-box [class^=col-]:last-child,
.card-body > .row .form-box [class^=col-]:last-child {
  padding-right: 0;
}
.card-body .form-group + hr {
  display: none;
}
.card-body .form-control-static {
  font-size: 0;
  margin: 0 0 5px 0;
}
.card-body .form-control-static:last-child {
  margin-bottom: 0;
}
.card-body .form-control-static > .form-group[class^=col-] {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.card-body .form-control-static .btn,
.card-body .form-control-static .fe-btn {
  margin: 0 0 0 5px;
  height: 48px;
  vertical-align: bottom;
}
.card-body .form-box > [class^=col-] {
  padding: 0;
}

/* added : 250916 */
.form-horizontal.bucket-form .form-group.birth .form-control {
  max-width: 110px;
}
@media (max-width: 580px) {
  .form-horizontal.bucket-form .form-group.area .form-box.d-flex {
    flex-wrap: wrap;
  }
}
.form-horizontal.bucket-form .form-group.area .form-control {
  max-width: 200px;
}
@media (max-width: 580px) {
  .form-horizontal.bucket-form .form-group.area .form-control {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.party .form-box {
    flex-wrap: wrap;
  }
}
.form-horizontal.bucket-form .form-group.party .box-wrapper {
  display: flex;
  align-items: center;
}
.form-horizontal.bucket-form .form-group.party .box-inner {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.form-horizontal.bucket-form .form-group.party .form-control {
  max-width: 50px;
}
@media (max-width: 320px) {
  .form-horizontal.bucket-form .form-group.party .form-control {
    max-width: 40px;
  }
}
.form-horizontal.bucket-form .form-group.grade .form-box .tit {
  min-width: 50px;
  margin-right: 5px;
}
@media (max-width: 320px) {
  .form-horizontal.bucket-form .form-group.grade .form-box .tit {
    font-size: 15px;
  }
}
.form-horizontal.bucket-form .form-group.grade .form-box .tit2 {
  margin-left: 5px;
}
@media (max-width: 340px) {
  .form-horizontal.bucket-form .form-group.sale .form-box {
    flex-wrap: wrap;
  }
}
.form-horizontal.bucket-form .form-group.sale .form-control.frmCtrlSale1 {
  max-width: 560px;
}
.form-horizontal.bucket-form .form-group.sale .form-control.frmCtrlSale2 {
  max-width: 100px;
}
@media (max-width: 340px) {
  .form-horizontal.bucket-form .form-group.sale .form-control.frmCtrlSale2 {
    width: calc(100% - 78px);
    max-width: none;
  }
}
.form-horizontal.bucket-form .form-group.sale .btn-sale {
  height: 48px;
}
@media (max-width: 620px) {
  .form-horizontal.bucket-form .form-group.sale .btn-sale {
    width: 100%;
  }
}
.form-horizontal.bucket-form .form-group.preview.off .thm--box {
  display: none;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.preview .col-sm-5 .col-sm-12 {
    width: 100%;
  }
}
.form-horizontal.bucket-form .form-group.preview .thm--box {
  display: block;
  width: 348px;
  height: 435px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.preview .thm--box {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .form-horizontal.bucket-form .form-group.preview .thm--box {
    height: 103.575vw;
  }
}
.form-horizontal.bucket-form .form-group.preview .thm--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.form-horizontal.bucket-form .form-group.preview .thm--inner img {
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: 100%;
  min-width: 100%;
  object-fit: contain;
}
.form-horizontal.bucket-form .form-group.numbering .form-control {
  max-width: 60px;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.email .form-box.d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.email .form-control {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.email .form-control.email-fc1 {
    width: calc(50% - 33px);
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.email select.form-control {
    width: 100%;
  }
}
.form-horizontal.bucket-form .form-group.address .form-control-static:first-child .form-control {
  max-width: none;
}
.form-horizontal.bucket-form .form-group.address .form-control-static .form-control {
  max-width: 560px;
}
.form-horizontal.bucket-form .form-group.error .message {
  position: relative;
  width: auto;
  margin: 5px 0 2px 22px;
  line-height: 1;
}
.form-horizontal.bucket-form .form-group.error .message::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7405 1.46991C7.30036 0.500208 8.7 0.500207 9.25985 1.4699L15.5447 12.3556C16.1045 13.3253 15.4047 14.5374 14.285 14.5374H1.71534C0.595634 14.5374 -0.104185 13.3253 0.45567 12.3556L6.7405 1.46991Z' fill='%23D64210'/%3E%3Cpath d='M7.45508 12.3633H8.54599V11.2724H7.45508V12.3633Z' fill='white'/%3E%3Cpath d='M7.45508 10.1815H8.54599V5.09055H7.45508V10.1815Z' fill='white'/%3E%3C/svg%3E%0A");
}
.form-horizontal.bucket-form .form-group.error .message .help-block {
  margin: 0;
  padding: 0;
  color: #DB415B;
}
.form-horizontal.bucket-form .form-group.file .col-sm-10 .col-sm-5 + .col-sm-5 {
  padding-left: 5px;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.file .col-sm-10 .col-sm-5 + .col-sm-5 {
    padding-left: 0;
  }
}
.form-horizontal.bucket-form .form-group .form-box + .form-box {
  margin-top: 5px;
}
.form-horizontal.bucket-form .form-group .form-box .tit {
  display: block;
  margin-right: 10px;
}
.form-horizontal.bucket-form .form-group .form-box .dash {
  margin: 0 5px;
}

.fa,
.pe-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
}

/*
.icon-xsm{width:1.6rem;height:1.6rem;}
.icon-sm{width:2rem;height:2rem;}
.icon-md{width:2rem;height:2rem;}
.icon-lg{width:2.4rem;height:2.4rem;}
.icon-xlg{width:2.4rem;height:2.4rem;}
*/
.fa-listul,
.pe-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0827 4H3.41602' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M14.0827 8H3.41602' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M14.0827 12H3.41602' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-fileDown,
.pe-fileDown {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2656 4.09766L14.2656 17.5977L12.7656 17.5977L12.7656 4.09766L14.2656 4.09766Z' fill='%23666666'/%3E%3Cpath d='M7.67969 12.0664L13.5133 17.9L19.3469 12.0664' stroke='%23124E85'/%3E%3Cpath d='M6.11914 22.25H21.4996' stroke='%23666666' stroke-width='1.6' /%3E%3C/svg%3E%0A");
}

.fa-fileViewer,
.pe-fileViewer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5C4.44772 2 4 2.44772 4 3V21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21V3C20 2.44772 19.5523 2 19 2Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M10.5 7H16.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M10.5 12H16.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M10.5 17H16.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 8C8.0523 8 8.5 7.5523 8.5 7C8.5 6.4477 8.0523 6 7.5 6C6.9477 6 6.5 6.4477 6.5 7C6.5 7.5523 6.9477 8 7.5 8Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 13C8.0523 13 8.5 12.5523 8.5 12C8.5 11.4477 8.0523 11 7.5 11C6.9477 11 6.5 11.4477 6.5 12C6.5 12.5523 6.9477 13 7.5 13Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 18C8.0523 18 8.5 17.5523 8.5 17C8.5 16.4477 8.0523 16 7.5 16C6.9477 16 6.5 16.4477 6.5 17C6.5 17.5523 6.9477 18 7.5 18Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.fa-filePreview,
.pe-filePreview {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cline x1='6' y1='10.5' x2='15' y2='10.5' stroke='%23666666'/%3E%3Cline x1='10.5' y1='6' x2='10.5' y2='15' stroke='%23666666'/%3E%3C/svg%3E%0A");
}

.fa-write,
.pe-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.08398 14H15.084' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M4.41602 8.90663V11.3333H6.85508L13.7493 4.43603L11.3144 2L4.41602 8.90663Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-detail,
.pe-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75065 12C12.4326 12 15.4173 8 15.4173 8C15.4173 8 12.4326 4 8.75065 4C5.06875 4 2.08398 8 2.08398 8C2.08398 8 5.06875 12 8.75065 12Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M8.75065 9.66634C9.67112 9.66634 10.4173 8.92014 10.4173 7.99967C10.4173 7.07921 9.67112 6.33301 8.75065 6.33301C7.83018 6.33301 7.08398 7.07921 7.08398 7.99967C7.08398 8.92014 7.83018 9.66634 8.75065 9.66634Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-delete,
.pe-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 3.33203V14.6654H13.75V3.33203H3.75Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M7.41797 6.66797V11.0013' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M10.082 6.66797V11.0013' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M2.08203 3.33203H15.4154' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M6.08203 3.33203L7.17836 1.33203H10.3411L11.4154 3.33203H6.08203Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-down,
.pe-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75 8.00277V14H14.75V8' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M11.75 7.66797L8.75 10.668L5.75 7.66797' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M8.74609 2V10.6667' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-copy,
.pe-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4154 3.33203H5.08203V14.6654H14.4154V3.33203Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M12.4154 3.33203V1.33203H3.41536C3.23127 1.33203 3.08203 1.48127 3.08203 1.66536V12.6654H5.08203' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M7.75 7.33203H11.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M7.75 10H11.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A ");
}

.fa-link,
.pe-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.38745 3.4375L2.59989 8.54893C1.4667 9.75876 1.4667 11.7203 2.59989 12.9301C3.73306 14.14 5.57031 14.14 6.70349 12.9301C7.81638 11.742 10.2376 9.24979 11.3505 8.06162' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9.38304 13.0371L14.1507 7.88129C15.1895 6.76453 15.1895 4.95388 14.1507 3.83711C13.112 2.72034 11.4278 2.72034 10.3891 3.83711C9.36895 4.93389 6.77038 7.67192 5.75023 8.7687' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-arrow,
.pe-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.5 6L15.5 12L9.5 18' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-blank,
.pe-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.082 2H14.7487V6.66667' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M14.75 9.82457V13C14.75 13.5523 14.3023 14 13.75 14H3.75C3.19772 14 2.75 13.5523 2.75 13V3C2.75 2.44772 3.19772 2 3.75 2H6.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9.34961 7.40078L14.4496 2.30078' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-next,
.pe-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 8.00293H4.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M8.75 4L12.75 8L8.75 12' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-prev,
.pe-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 7.99707H12.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M8.75 12L4.75 8L8.75 4' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-check,
.pe-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0827 3.66699L6.37435 12.3337L2.41602 8.39426' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-refresh,
.pe-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55117 4.16602C5.73453 4.16602 3.45117 6.44938 3.45117 9.26602C3.45117 12.0827 5.73453 14.366 8.55117 14.366C11.3678 14.366 13.6512 12.0827 13.6512 9.26602C13.6512 7.91078 13.1226 6.679 12.2603 5.76562M12.2603 5.76562L14.5485 6.10717M12.2603 5.76562L11.502 7.76562' stroke='%23666666' stroke-width='1.08' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fa-search,
.pe-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M16.6113 16.6094L20.854 20.852' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-advanced,
.pe-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cline x1='6' y1='10.5' x2='15' y2='10.5' stroke='%23666666'/%3E%3Cline x1='10.5' y1='6' x2='10.5' y2='15' stroke='%23666666'/%3E%3C/svg%3E%0A");
}

.fa-peIcon100,
.pe-peIcon100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12H3' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M15 6L21 12L15 18' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa- peIcon50,
.pe- peIcon50 {
  background-image: url("data:image/svg+xml;charset=utf8,");
}

.fa-peIcon63,
.pe-peIcon63 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2 21H22' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M9 11H5C4.44772 11 4 11.4477 4 12V20C4 20.5523 4.44772 21 5 21H9C9.55228 21 10 20.5523 10 20V12C10 11.4477 9.55228 11 9 11Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M19 2H11C10.4477 2 10 2.44772 10 3V20C10 20.5523 10.4477 21 11 21H19C19.5523 21 20 20.5523 20 20V3C20 2.44772 19.5523 2 19 2Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M14 16.0039H16' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M6 16.0039H8' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M14 11.5039H16' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M14 7.00391H16' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-peIcon45,
.pe-peIcon45 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 18C17.5229 18 22 12 22 12C22 12 17.5229 6 12 6C6.47715 6 2 12 2 12C2 12 6.47715 18 12 18Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-peIcon138,
.pe-peIcon138 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.75 2H3.75C3.19772 2 2.75 2.44772 2.75 3V21C2.75 21.5523 3.19772 22 3.75 22H21.75C22.3023 22 22.75 21.5523 22.75 21V3C22.75 2.44772 22.3023 2 21.75 2Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M2.75 7H22.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M2.75 5.5V11.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M22.75 5.5V11.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.75 11V18H18.75V11H14.75Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M6.75 11H10.75V18H6.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M10.75 14.5H7.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-peIcon137,
.pe-peIcon137 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.25 9.5H22.25V20C22.25 20.5523 21.8023 21 21.25 21H4.25C3.69771 21 3.25 20.5523 3.25 20V9.5Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M3.25 4.5C3.25 3.94771 3.69771 3.5 4.25 3.5H21.25C21.8023 3.5 22.25 3.94771 22.25 4.5V9.5H3.25V4.5Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M8.75 2V6' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M16.75 2V6' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M14.75 17H17.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M7.75 17H10.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M14.75 13H17.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M7.75 13H10.75' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-peIcon141,
.pe-peIcon141 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.75 5V2H4.75V19L7.75 17.5' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3Cpath d='M7.75 22V5H20.75V22L14.25 18.8636L7.75 22Z' stroke='%23666666' stroke-width='1.6' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.fa-peIcon158,
.pe-peIcon158 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='17' width='30' height='26' rx='2' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 9L28 17' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 9L20 17' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='34' cy='7' r='2' stroke='%23666666' stroke-width='1.6'/%3E%3Ccircle cx='14' cy='7' r='2' stroke='%23666666' stroke-width='1.6'/%3E%3Crect x='16' y='24' width='16' height='8' rx='4' fill='none' stroke='%23666666' stroke-width='1.6'/%3E%3Cpath d='M9 24H4V34H9' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39 24H44V34H39' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fa-peIcon160,
.pe-peIcon160 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 7H4V37H19L24 42L29 37H44V7Z' fill='none' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 16H20' stroke='%23666666' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M14 24H16' stroke='%23666666' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M29 14L36 28' stroke='%23666666' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M28.9998 13.9998L21.9998 27.9998' stroke='%23666666' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M24 24H34' stroke='%23666666' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.board__button--file,
.file__button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.file__icon,
.board__icon,
.bbs-icon {
  position: relative;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  vertical-align: middle;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .file__icon,
  .board__icon,
  .bbs-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.board__icon.board__icon--writer, .board__icon.bbs.pe-writer, .board__icon.bbs-icon-writer,
.bbs-icon.board__icon--writer,
.bbs-icon.bbs.pe-writer,
.bbs-icon.bbs-icon-writer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.5 10C11.433 10 13 8.433 13 6.5C13 4.56701 11.433 3 9.5 3C7.567 3 6 4.56701 6 6.5C6 8.433 7.567 10 9.5 10Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M16.3047 3.5C17.3211 4.11245 18.0009 5.22685 18.0009 6.5C18.0009 7.77315 17.3211 8.88755 16.3047 9.5' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M2 20.4V21H17V20.4C17 18.1598 17 17.0397 16.5641 16.184C16.1806 15.4314 15.5686 14.8195 14.816 14.436C13.9603 14 12.8402 14 10.6 14H8.4C6.1598 14 5.0397 14 4.18404 14.436C3.43139 14.8195 2.81947 15.4314 2.43598 16.184C2 17.0397 2 18.1598 2 20.4Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M22.0005 21.0015V20.4015C22.0005 18.1613 22.0005 17.0412 21.5645 16.1855C21.181 15.4329 20.5691 14.821 19.8164 14.4375' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.board__icon--deptName, .board__icon.bbs.pe-deptName, .board__icon.bbs-icon-deptName,
.bbs-icon.board__icon--deptName,
.bbs-icon.bbs.pe-deptName,
.bbs-icon.bbs-icon-deptName {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2 21H22' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M9 11H5C4.44772 11 4 11.4477 4 12V20C4 20.5523 4.44772 21 5 21H9C9.55228 21 10 20.5523 10 20V12C10 11.4477 9.55228 11 9 11Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M19 2H11C10.4477 2 10 2.44772 10 3V20C10 20.5523 10.4477 21 11 21H19C19.5523 21 20 20.5523 20 20V3C20 2.44772 19.5523 2 19 2Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M14 16.0039H16' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M6 16.0039H8' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M14 11.5039H16' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M14 7.00391H16' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.board__icon--hit, .board__icon.bbs.pe-hit, .board__icon.bbs-icon-hit,
.bbs-icon.board__icon--hit,
.bbs-icon.bbs.pe-hit,
.bbs-icon.bbs-icon-hit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 18C17.5229 18 22 12 22 12C22 12 17.5229 6 12 6C6.47715 6 2 12 2 12C2 12 6.47715 18 12 18Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.bbs-icon-pubDat,
.bbs-icon.bbs-icon-pubDat {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.75 2H3.75C3.19772 2 2.75 2.44772 2.75 3V21C2.75 21.5523 3.19772 22 3.75 22H21.75C22.3023 22 22.75 21.5523 22.75 21V3C22.75 2.44772 22.3023 2 21.75 2Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M2.75 7H22.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M2.75 5.5V11.5' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M22.75 5.5V11.5' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.75 11V18H18.75V11H14.75Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M6.75 11H10.75V18H6.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M10.75 14.5H7.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.board__icon--regDate, .board__icon.bbs.pe-regDate, .board__icon.board__icon--date, .board__icon.bbs-icon-regDate,
.bbs-icon.board__icon--regDate,
.bbs-icon.bbs.pe-regDate,
.bbs-icon.board__icon--date,
.bbs-icon.bbs-icon-regDate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.25 9.5H22.25V20C22.25 20.5523 21.8023 21 21.25 21H4.25C3.69771 21 3.25 20.5523 3.25 20V9.5Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M3.25 4.5C3.25 3.94771 3.69771 3.5 4.25 3.5H21.25C21.8023 3.5 22.25 3.94771 22.25 4.5V9.5H3.25V4.5Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M8.75 2V6' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M16.75 2V6' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M14.75 17H17.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M7.75 17H10.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M14.75 13H17.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M7.75 13H10.75' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.board__icon--kind, .board__icon.bbs.pe-kind, .board__icon.bbs-icon-kind,
.bbs-icon.board__icon--kind,
.bbs-icon.bbs.pe-kind,
.bbs-icon.bbs-icon-kind {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.75 5V2H4.75V19L7.75 17.5' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath d='M7.75 22V5H20.75V22L14.25 18.8636L7.75 22Z' stroke='%23666666' stroke-width='2' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.board__icon.bbs.pe-summary, .board__icon.bbs-icon-summary, .board__icon.board__icon--summary,
.bbs-icon.bbs.pe-summary,
.bbs-icon.bbs-icon-summary,
.bbs-icon.board__icon--summary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='17' width='30' height='26' rx='2' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 9L28 17' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 9L20 17' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='34' cy='7' r='2' stroke='%23666666' stroke-width='2'/%3E%3Ccircle cx='14' cy='7' r='2' stroke='%23666666' stroke-width='2'/%3E%3Crect x='16' y='24' width='16' height='8' rx='4' fill='none' stroke='%23666666' stroke-width='2'/%3E%3Cpath d='M9 24H4V34H9' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39 24H44V34H39' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.board__icon.bbs.pe-tts, .board__icon.bbs-icon-tts, .board__icon.board__icon--tts,
.bbs-icon.bbs.pe-tts,
.bbs-icon.bbs-icon-tts,
.bbs-icon.board__icon--tts {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 7H4V37H19L24 42L29 37H44V7Z' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 16H20' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 24H16' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29 14L36 28' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M28.9998 13.9998L21.9998 27.9998' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M24 24H34' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.file__icon.board__icon--jpg, .file__icon.board__icon--png,
.board__icon.board__icon--jpg,
.board__icon.board__icon--png,
.bbs-icon.board__icon--jpg,
.bbs-icon.board__icon--png {
  background-image: url(/pcms/common/assets/iconSet/file/jpg.svg);
}
.file__icon.board__icon--pdf,
.board__icon.board__icon--pdf,
.bbs-icon.board__icon--pdf {
  background-image: url(/pcms/common/assets/iconSet/file/pdf.svg);
}
.file__icon.board__icon--xls, .file__icon.board__icon--xlsx,
.board__icon.board__icon--xls,
.board__icon.board__icon--xlsx,
.bbs-icon.board__icon--xls,
.bbs-icon.board__icon--xlsx {
  background-image: url(/pcms/common/assets/iconSet/file/xls.svg);
}
.file__icon.board__icon--hwp,
.board__icon.board__icon--hwp,
.bbs-icon.board__icon--hwp {
  background-image: url(/pcms/common/assets/iconSet/file/hwp.svg);
}
.file__icon.board__icon--zip,
.board__icon.board__icon--zip,
.bbs-icon.board__icon--zip {
  background-image: url(/pcms/common/assets/iconSet/file/zip.svg);
}
.file__icon.board__icon--docx,
.board__icon.board__icon--docx,
.bbs-icon.board__icon--docx {
  background-image: url(/pcms/common/assets/iconSet/file/docx.svg);
}
.file__icon.board__icon--mp4, .file__icon.board__icon--video,
.board__icon.board__icon--mp4,
.board__icon.board__icon--video,
.bbs-icon.board__icon--mp4,
.bbs-icon.board__icon--video {
  background-image: url(/pcms/common/assets/iconSet/file/mp4.svg);
}
.file__icon.board__icon--pptx, .file__icon.board__icon--ppt,
.board__icon.board__icon--pptx,
.board__icon.board__icon--ppt,
.bbs-icon.board__icon--pptx,
.bbs-icon.board__icon--ppt {
  background-image: url(/pcms/common/assets/iconSet/file/ppt.svg);
}

.form-control,
.custom-control,
.custom-select {
  display: block;
  margin: 0;
  width: 100%;
  height: 44px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  background-image: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #767676;
}
.form-control:focus,
.custom-control:focus,
.custom-select:focus {
  border-color: #0694A6;
}
.form-control::placeholder,
.custom-control::placeholder,
.custom-select::placeholder {
  font-size: 15px;
  color: #767676;
}
.form-control:required,
.custom-control:required,
.custom-select:required {
  background-color: #fff;
}
.form-control:required:hover, .form-control:required:focus,
.custom-control:required:hover,
.custom-control:required:focus,
.custom-select:required:hover,
.custom-select:required:focus {
  border-color: #58616A;
}
.form-control[disabled], .form-control[readonly],
.custom-control[disabled],
.custom-control[readonly],
.custom-select[disabled],
.custom-select[readonly] {
  background-color: #F9F9FA;
  cursor: default;
}
.form-control[disabled]:hover, .form-control[disabled]:focus, .form-control[readonly]:hover, .form-control[readonly]:focus,
.custom-control[disabled]:hover,
.custom-control[disabled]:focus,
.custom-control[readonly]:hover,
.custom-control[readonly]:focus,
.custom-select[disabled]:hover,
.custom-select[disabled]:focus,
.custom-select[readonly]:hover,
.custom-select[readonly]:focus {
  border-color: #58616A;
}
.form-control.max-control,
.custom-control.max-control,
.custom-select.max-control {
  max-width: 50px;
}

.custom-radio.custom-control {
  background: none;
  border: none;
  position: relative;
}
.custom-radio.custom-control .custom-control-input {
  width: 16px;
  height: 16px;
  top: 10px;
}
.custom-radio.custom-control .custom-control-label:before {
  width: 16px;
  height: 16px;
  top: 10px;
}

input::placeholder,
input::placeholder,
input::placeholder {
  font-size: 1.6rem;
}

select.form-control, select.custom-control, select.custom-select {
  padding: 0 30px 0 10px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.78906 7.71191L8.67815 11.601L12.5672 7.71191' stroke='%23293538'/%3E%3C/svg%3E%0A");
}
select.form-control:hover, select.form-control:focus, select.custom-control:hover, select.custom-control:focus, select.custom-select:hover, select.custom-select:focus {
  border-color: #697785;
}

/* download */
.fileInfo_wrap .fileInfo {
  margin-bottom: 3px;
}
@media (max-width: 600px) {
  .fileInfo_wrap .fileInfo {
    margin-bottom: 15px;
  }
}
.fileInfo_wrap .fileInfo:last-child {
  margin-bottom: 0;
}
.fileInfo_wrap.type1 .fileInfo {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .fileInfo_wrap.type1 .fileInfo {
    margin-bottom: 15px;
  }
}
.fileInfo_wrap.type1 .fileInfo:last-child {
  margin-bottom: 0;
}

[id^=fileInfo] > [id^=fileInfo] {
  padding: 0 0 5px 0;
  width: 100%;
}
[id^=fileInfo] .d-flex.row {
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
  font-size: 0;
}
@media (max-width: 768px) {
  [id^=fileInfo] .d-flex.row {
    flex-wrap: wrap;
  }
}

[id^=fileInfo] {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
[id^=fileInfo] * {
  vertical-align: middle;
}
[id^=fileInfo] .form-group {
  border: none;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  [id^=fileItem] .file-form-group {
    display: flex;
  }
}
@media (max-width: 600px) {
  [id^=fileItem] .file-form-group {
    display: block;
  }
}
@media (max-width: 600px) {
  [id^=fileItem] > .d-flex {
    display: block;
  }
}

@media (max-width: 600px) {
  [id^=imgfile] > .d-flex {
    display: block;
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  height: 48px;
  margin-bottom: 0;
  border-radius: 4px;
  flex: 1;
  max-width: 100%;
}
.custom-file::placeholder {
  font-size: 1.6rem;
  color: #767676;
}
@media (max-width: 490px) {
  .custom-file::placeholder {
    font-size: 14px;
  }
}
.custom-file .custom-file-label {
  padding: 10px;
  line-height: 1.7;
  font-size: 16px;
}
@media (max-width: 490px) {
  .custom-file .custom-file-label {
    font-size: 14px;
  }
}

.custom-file-input {
  display: none;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 48px;
  padding: 10px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.54;
  font-size: 1.6rem;
  color: #767676;
  background-color: #fff;
  border: 1px solid #58616A;
  border-radius: 6px;
}
@media (max-width: 420px) {
  .custom-file-label {
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.custom-file-label::before {
  position: absolute;
  content: "파일선택";
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 14px 35px 16px 20px;
  color: #444;
  border-radius: 0;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
  width: 110px;
  height: 48px;
  border-left: 1px solid #58616A;
}
@media (max-width: 490px) {
  .custom-file-label::before {
    width: 50px;
    padding: 0 10px;
    line-height: 45px;
  }
}
.custom-file-label::before {
  /*@media (max-width: 420px) {width: 40px; padding: 0; margin: 0; border: none; border-left: 1px solid #d9dae1; content: '';}*/
}
@media (max-width: 360px) {
  .custom-file-label::before {
    width: 40px;
  }
}
.custom-file-label::after {
  position: absolute;
  content: "" !important;
  right: 20px;
  top: 15px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.132812H2V2.13281H0V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M4 0.132812H6V2.13281H4V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M8 0.132812H10V2.13281H8V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M0 4.13281H2V6.13281H0V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M4 4.13281H6V6.13281H4V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M8 4.13281H10V6.13281H8V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M0 8.13281H2V10.1328H0V8.13281Z' fill='%23124E85'/%3E%3Cpath d='M4 8.13281H6V10.1328H4V8.13281Z' fill='%23124E85'/%3E%3Cpath d='M8 8.13281H10V10.1328H8V8.13281Z' fill='%23124E85'/%3E%3C/svg%3E%0A");
  z-index: 3;
  border: none;
  font-size: 0;
}
@media (max-width: 490px) {
  .custom-file-label::after {
    right: 17px;
  }
}
@media (max-width: 360px) {
  .custom-file-label::after {
    right: 11px;
  }
}

[lang=en] .custom-file-label::before {
  content: "Browse";
}
@media (max-width: 420px) {
  [lang=en] .custom-file-label::before {
    content: "";
  }
}

.form-group .custom-file-label.col-sm-6 + .col-sm-6 {
  padding-left: 5px;
}
.form-group .custom-file-label.col-sm-6 + .col-sm-6 .form-control {
  height: 40px;
}
.form-group > [class^=col-].custom-file {
  flex: 1;
  width: 100%;
}
.form-group > [class^=col-].custom-file + [class^=col-] {
  flex: 1;
  padding-left: 5px;
}
.form-group > [class^=col-].custom-file + [class^=col-] .form-control {
  height: 48px;
}

.form-group .custom-file-label.col-sm-5 + .col-sm-5 {
  padding-left: 5px;
}
.form-group .custom-file-label.col-sm-5 + .col-sm-5 .form-control {
  height: 40px;
}
.form-group > [class^=col-].custom-file {
  flex: 1;
  width: 100%;
}
.form-group > [class^=col-].custom-file + [class^=col-] {
  flex: 1;
  padding-left: 5px;
}

[lang=ko] .custom-file-label::before {
  content: "찾아보기";
}
@media (max-width: 490px) {
  [lang=ko] .custom-file-label::before {
    content: "";
  }
}

.form-upload .d-flex .col,
.form-upload .d-flex .col-auto,
.form-upload .d-flex .col-sm-7,
.form-upload .d-flex .btn-group,
.form-group .d-flex .col,
.form-group .d-flex .col-auto,
.form-group .d-flex .col-sm-7,
.form-group .d-flex .btn-group {
  padding: 2px 0;
  flex: none;
}
.form-upload .d-flex .col,
.form-group .d-flex .col {
  width: calc(100% - 290px);
  flex: auto;
}
@media (max-width: 600px) {
  .form-upload .d-flex .col,
  .form-group .d-flex .col {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.form-upload .d-flex .btn-group,
.form-group .d-flex .btn-group {
  max-width: none;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .form-upload .d-flex .btn-group,
  .form-group .d-flex .btn-group {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-upload .d-flex .btn-group,
  .form-group .d-flex .btn-group {
    padding: 0;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group,
  .form-group .d-flex .btn-group {
    width: calc(100% + 1px);
  }
}
.form-upload .d-flex .btn-group .btn,
.form-upload .d-flex .btn-group .fe-btn,
.form-group .d-flex .btn-group .btn,
.form-group .d-flex .btn-group .fe-btn {
  margin: 0;
  width: 25%;
  padding: 6px 8px;
  text-align: center;
  font-size: 14px;
  height: 48px;
  min-width: auto;
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn,
  .form-upload .d-flex .btn-group .fe-btn,
  .form-group .d-flex .btn-group .btn,
  .form-group .d-flex .btn-group .fe-btn {
    width: 50%;
    margin: 0;
  }
}
.form-upload .d-flex .btn-group .btn.delete,
.form-upload .d-flex .btn-group .fe-btn.delete,
.form-group .d-flex .btn-group .btn.delete,
.form-group .d-flex .btn-group .fe-btn.delete {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn.delete,
  .form-upload .d-flex .btn-group .fe-btn.delete,
  .form-group .d-flex .btn-group .btn.delete,
  .form-group .d-flex .btn-group .fe-btn.delete {
    border-radius: 4px 0 0 0;
  }
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn.update,
  .form-upload .d-flex .btn-group .fe-btn.update,
  .form-group .d-flex .btn-group .btn.update,
  .form-group .d-flex .btn-group .fe-btn.update {
    border-radius: 0 4px 0 0;
    margin: 0 0 0 -1px;
  }
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn.download,
  .form-upload .d-flex .btn-group .fe-btn.download,
  .form-group .d-flex .btn-group .btn.download,
  .form-group .d-flex .btn-group .fe-btn.download {
    border-radius: 0 0 0 4px;
    margin: -1px 0 0 0;
  }
}
.form-upload .d-flex .btn-group .btn.link,
.form-upload .d-flex .btn-group .fe-btn.link,
.form-group .d-flex .btn-group .btn.link,
.form-group .d-flex .btn-group .fe-btn.link {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn.link,
  .form-upload .d-flex .btn-group .fe-btn.link,
  .form-group .d-flex .btn-group .btn.link,
  .form-group .d-flex .btn-group .fe-btn.link {
    border-radius: 0 0 4px 0;
    margin: -1px 0 0 -1px;
  }
}
.form-upload .d-flex .btn-group .btn:last-child,
.form-upload .d-flex .btn-group .fe-btn:last-child,
.form-group .d-flex .btn-group .btn:last-child,
.form-group .d-flex .btn-group .fe-btn:last-child {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn:last-child,
  .form-upload .d-flex .btn-group .fe-btn:last-child,
  .form-group .d-flex .btn-group .btn:last-child,
  .form-group .d-flex .btn-group .fe-btn:last-child {
    border-radius: 0 0 4px 0;
    margin: -1px 0 0 -1px;
  }
}
.form-upload .d-flex .btn-group .btn:nth-child(2), .form-upload .d-flex .btn-group .btn:nth-child(3),
.form-upload .d-flex .btn-group .fe-btn:nth-child(2),
.form-upload .d-flex .btn-group .fe-btn:nth-child(3),
.form-group .d-flex .btn-group .btn:nth-child(2),
.form-group .d-flex .btn-group .btn:nth-child(3),
.form-group .d-flex .btn-group .fe-btn:nth-child(2),
.form-group .d-flex .btn-group .fe-btn:nth-child(3) {
  border-radius: 0;
}
@media (max-width: 360px) {
  .form-upload .d-flex .btn-group .btn:nth-child(2),
  .form-upload .d-flex .btn-group .fe-btn:nth-child(2),
  .form-group .d-flex .btn-group .btn:nth-child(2),
  .form-group .d-flex .btn-group .fe-btn:nth-child(2) {
    border-radius: 0 4px 0 0;
  }
  .form-upload .d-flex .btn-group .btn:nth-child(3),
  .form-upload .d-flex .btn-group .fe-btn:nth-child(3),
  .form-group .d-flex .btn-group .btn:nth-child(3),
  .form-group .d-flex .btn-group .fe-btn:nth-child(3) {
    border-radius: 0 0 0 4px;
  }
}
.form-upload .d-flex .col-auto,
.form-group .d-flex .col-auto {
  width: 60px;
  max-width: 60px;
  height: 48px;
}
@media (max-width: 600px) {
  .form-upload .d-flex .col-auto,
  .form-group .d-flex .col-auto {
    display: inline-block;
    padding: 0;
  }
}
.form-upload .d-flex .col-auto > a,
.form-group .d-flex .col-auto > a {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.form-upload .d-flex .col-auto > a img,
.form-group .d-flex .col-auto > a img {
  width: auto !important;
  height: 100%;
}
.form-upload .d-flex .col-auto + [class^=col-],
.form-group .d-flex .col-auto + [class^=col-] {
  width: calc(100% - 360px);
  max-width: none;
}
@media (max-width: 768px) {
  .form-upload .d-flex .col-auto + [class^=col-],
  .form-group .d-flex .col-auto + [class^=col-] {
    width: calc(100% - 68px);
  }
}
@media (max-width: 600px) {
  .form-upload .d-flex .col-auto + [class^=col-],
  .form-group .d-flex .col-auto + [class^=col-] {
    width: calc(100% - 73px);
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
  }
}
@media (max-width: 340px) {
  .form-upload .d-flex .col-auto + .col-sm-7 .form-control::placeholder,
  .form-group .d-flex .col-auto + .col-sm-7 .form-control::placeholder {
    font-size: 14px;
  }
}

.form-upload,
.form-group,
.form-group__upload {
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.form-upload *,
.form-group *,
.form-group__upload * {
  vertical-align: middle;
}

@media (max-width: 600px) {
  .img-file .fileInfo .form-group {
    display: block;
  }
}
@media (max-width: 600px) {
  .img-file .fileInfo .form-group > [class^=col-].custom-file + [class^=col-] {
    padding: 0;
    margin: 5px 0 0 0;
    max-width: none;
  }
}

.form-upload textarea,
.form-group__upload textarea {
  height: 48px;
  overflow: auto;
  line-height: 1.3;
  padding: 13px 10px;
}

.file-form-group {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .file-form-group {
    display: block;
    font-size: 0;
  }
}
.file-form-group .form-previewbox {
  display: inline-block;
  max-width: 60px;
  min-width: 60px;
  width: auto;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  color: #36404A; /* margin: 0 10px 0 0; */
}
.file-form-group .form-previewbox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.file-form-group .form-previewbox img {
  width: 100%;
  height: auto;
}
.file-form-group .form-previewbox + .form-group__upload {
  width: calc(100% - 380px);
  max-width: none;
  margin: 0 10px;
  flex: auto;
}
@media (max-width: 600px) {
  .file-form-group .form-previewbox + .form-group__upload {
    display: inline-block;
    width: calc(100% - 65px);
    margin: 0 0 5px 5px;
  }
}
.file-form-group .form-input__addon {
  max-width: none;
  height: 48px;
  margin: 0 5px;
  padding: 0;
  width: 85px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .file-form-group .form-input__addon {
    margin: 0 0 0 5px;
    display: inline-flex;
  }
}
.file-form-group .form-input__addon [data-button=upload] {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 8px 25px 7px 10px;
  background-color: #f8fafe;
  border: 1px solid #d9dae1;
  color: #343434;
  font-size: 14px;
  border-radius: 6px;
}
@media (max-width: 490px) {
  .file-form-group .form-input__addon [data-button=upload] {
    width: 85px;
    padding: 8px 7px 7px 7px;
    text-align: center;
  }
}
.file-form-group .form-input__addon [data-button=upload] .skip {
  width: 0;
  height: 0;
}
.file-form-group .form-input__addon [data-button=upload]:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 16px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.132812H2V2.13281H0V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M4 0.132812H6V2.13281H4V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M8 0.132812H10V2.13281H8V0.132812Z' fill='%23124E85'/%3E%3Cpath d='M0 4.13281H2V6.13281H0V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M4 4.13281H6V6.13281H4V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M8 4.13281H10V6.13281H8V4.13281Z' fill='%23124E85'/%3E%3Cpath d='M0 8.13281H2V10.1328H0V8.13281Z' fill='%23124E85'/%3E%3Cpath d='M4 8.13281H6V10.1328H4V8.13281Z' fill='%23124E85'/%3E%3Cpath d='M8 8.13281H10V10.1328H8V8.13281Z' fill='%23124E85'/%3E%3C/svg%3E%0A");
  z-index: 3;
  border: none;
}
@media (max-width: 490px) {
  .file-form-group .form-input__addon [data-button=upload]:after {
    display: none;
  }
}
.file-form-group .form-group__upload {
  position: relative;
}
@media (max-width: 768px) {
  .file-form-group .form-group__upload:first-child {
    width: calc(100% - 90px);
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .file-form-group .form-group__upload:last-child {
    margin: 5px 0 0 0;
  }
}
.file-form-group .form-group__upload .form-upload__file--hidden {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 10px;
  z-index: 1;
  height: 48px;
  font-weight: 500;
  line-height: 48px;
  color: #767676;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 0;
}
@media (max-width: 490px) {
  .file-form-group .form-group__upload .form-upload__file--hidden {
    font-size: 14px;
  }
}
.file-form-group .form-input__addon:last-child {
  margin: 0;
  width: 280px;
}
@media (max-width: 600px) {
  .file-form-group .form-input__addon:last-child {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child {
    width: calc(100% + 1px);
  }
}
.file-form-group .form-input__addon:last-child .btn,
.file-form-group .form-input__addon:last-child .fe-btn {
  width: 25%;
  min-width: auto;
  height: 48px;
  margin: 0;
  border-radius: 0;
  padding: 6px 8px;
  text-align: center;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn,
  .file-form-group .form-input__addon:last-child .fe-btn {
    width: 50%;
    margin: 0;
  }
}
.file-form-group .form-input__addon:last-child .btn.delete,
.file-form-group .form-input__addon:last-child .fe-btn.delete {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn.delete,
  .file-form-group .form-input__addon:last-child .fe-btn.delete {
    border-radius: 4px 0 0 0;
  }
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn.update,
  .file-form-group .form-input__addon:last-child .fe-btn.update {
    border-radius: 0 4px 0 0;
    margin: 0 0 0 -1px;
  }
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn.download,
  .file-form-group .form-input__addon:last-child .fe-btn.download {
    border-radius: 0 0 0 4px;
    margin: -1px 0 0 0;
  }
}
.file-form-group .form-input__addon:last-child .btn.link,
.file-form-group .form-input__addon:last-child .fe-btn.link {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn.link,
  .file-form-group .form-input__addon:last-child .fe-btn.link {
    border-radius: 0 0 4px 0;
    margin: -1px 0 0 -1px;
  }
}
.file-form-group .form-input__addon:last-child .btn:last-child,
.file-form-group .form-input__addon:last-child .fe-btn:last-child {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 360px) {
  .file-form-group .form-input__addon:last-child .btn:last-child,
  .file-form-group .form-input__addon:last-child .fe-btn:last-child {
    border-radius: 0 0 4px 0;
    margin: -1px 0 0 -1px;
  }
}
.file-form-group .form-input__addon:last-child .btn.delete {
  border: 1px solid #EB003B;
  background-color: #EB003B;
  color: #fff;
}
.file-form-group .form-input__addon:last-child .btn.delete:hover, .file-form-group .form-input__addon:last-child .btn.delete:focus {
  border: 1px solid #EB003B;
  background-color: #fff;
  color: #EB003B;
}
.file-form-group .form-input__addon:last-child .btn.update {
  border: 1px solid #D50C07;
  background-color: #D50C07;
  color: #fff;
}
.file-form-group .form-input__addon:last-child .btn.update:hover, .file-form-group .form-input__addon:last-child .btn.update:focus {
  border: 1px solid #D50C07;
  background-color: #fff;
  color: #D50C07;
}
.file-form-group .form-input__addon:last-child .btn.download {
  border: 1px solid #0694A6;
  background-color: #0694A6;
  color: #fff;
}
.file-form-group .form-input__addon:last-child .btn.download:hover, .file-form-group .form-input__addon:last-child .btn.download:focus {
  border: 1px solid #0694A6;
  background-color: #fff;
  color: #0694A6;
}
.file-form-group .form-input__addon:last-child .btn.link {
  border: 1px solid #008A1E;
  background-color: #008A1E;
  color: #fff;
}
.file-form-group .form-input__addon:last-child .btn.link:hover, .file-form-group .form-input__addon:last-child .btn.link:focus {
  border: 1px solid #008A1E;
  background-color: #fff;
  color: #008A1E;
}

.form-horizontal.bucket-form .form-group [class^=col-].divide + .divide {
  border-top: 1px dashed #d9dae1;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .status {
  margin: 0 0 5px 0;
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .list-1st li {
  letter-spacing: -0.64px;
  color: #36404a;
  font-size: 15px;
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .divide-flex-box.realFlex {
  display: flex;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group [class^=col-].divide .divide-flex-box.realFlex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group [class^=col-].divide .divide-flex-box.realFlex .text-label {
    margin: 5px 0 0 0;
    white-space: nowrap;
  }
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .divide-flex-box + .divide-flex-box {
  margin: 5px 0 0 0;
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .text-label {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.64px;
  color: #36404a;
}
.form-horizontal.bucket-form .form-group [class^=col-].divide .text-label .form-control {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group [class^=col-].divide .checkbox,
  .form-horizontal.bucket-form .form-group [class^=col-].divide .radio,
  .form-horizontal.bucket-form .form-group [class^=col-].divide .checkbox-inline,
  .form-horizontal.bucket-form .form-group [class^=col-].divide .radio-inline {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .form-horizontal.bucket-form .form-group.result {
    border-bottom: 1px solid #d9dae1;
  }
}
.form-horizontal.bucket-form .form-group.result .form-box.d-flex {
  justify-content: center;
  padding: 30px 0 10px;
}
@media (max-width: 420px) {
  .form-horizontal.bucket-form .form-group.result .form-box.d-flex {
    flex-direction: column;
  }
}
.form-horizontal.bucket-form .form-group.result .checksups-result-box {
  margin: 0 0 0 20px;
}
@media (max-width: 420px) {
  .form-horizontal.bucket-form .form-group.result .checksups-result-box {
    margin: 5px 0 0 0;
  }
}
.form-horizontal.bucket-form .form-group.result .checkups-result {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media (max-width: 640px) {
  .form-horizontal.bucket-form .form-group.result .checkups-result {
    font-size: 24px;
  }
}
.form-horizontal.bucket-form .form-group.result .checkups-result.point {
  color: #3180ef;
}
.form-horizontal.bucket-form .form-group .checkups-notice {
  display: block;
  margin: 10px 0 0 0;
  border: 1px solid #d9dae1;
  padding: 20px;
  border-radius: 4px;
}

.form-horizontal.bucket-form.border-none {
  border-top: none;
}
.form-horizontal.bucket-form.border-none > .form-group {
  border: none;
}

.form-control.s-sm {
  max-width: 50px;
}
.form-control.s-md {
  max-width: 100px;
}
.form-control.s-lg {
  max-width: 150px;
}
.form-control.s-xl {
  max-width: 200px;
}
.form-control.s-2xl {
  max-width: 400px;
}
.form-control.s-3xl {
  max-width: 600px;
}
@media (max-width: 768px) {
  .form-control.s-sm, .form-control.s-md, .form-control.s-lg, .form-control.s-xl, .form-control.s-2xl, .form-control.s-3xl {
    max-width: none;
  }
}

.container.program__board-write .form-group.date .form-control.date__input {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.08203 8.58691H17.9154V17.3369C17.9154 17.7972 17.5423 18.1702 17.082 18.1702H2.91536C2.45513 18.1702 2.08203 17.7972 2.08203 17.3369V8.58691Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M2.08203 4.42025C2.08203 3.96001 2.45513 3.58691 2.91536 3.58691H17.082C17.5423 3.58691 17.9154 3.96001 17.9154 4.42025V8.58691H2.08203V4.42025Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M6.66797 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M13.332 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 14.8369H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 14.8369H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 11.5049H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 11.5049H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.container-fluid .custom-checkbox {
  background-color: transparent;
  border: 0;
}
.container-fluid .custom-checkbox .custom-control-label::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-color: #D9DAE1;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker, .ui-timepicker-viewport {
  box-sizing: content-box;
  height: 205px;
  display: block;
  margin: 0;
}

.ui-timepicker {
  list-style: none;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}

.ui-timepicker-standard {
  border-radius: 4px;
  border: 1px solid #D9DAE1;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #222;
  margin: 0;
  z-index: 999 !important;
}

.ui-timepicker-standard a {
  color: #36404A;
  letter-spacing: -0.64px;
  display: block;
  padding: 3px;
  text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #F3F7F8;
  color: #36404A;
}

.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners, .ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-timepicker-hidden {
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
  vertical-align: baseline;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px;
  flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
  color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover, .flatpickr-monthSelect-month.flatpickr-disabled:focus {
  cursor: not-allowed;
  background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month, .flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-month.inRange.today, .flatpickr-monthSelect-month:hover, .flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover, .flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}

.flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell:hover {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-:hover {
  color: #4a4a4a;
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
  background: none;
}

.datepicker--cell.-selected- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.datepicker--nav button {
  border: none;
  background-color: transparent;
}

.datepicker--nav-title, .datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons, .datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  border: none;
  background: transparent;
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.input__split {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.datepicker__wrap, .timepicker__wrap {
  width: 100%;
  height: 100%; /* height: 34px; */ /* z-index: 99999; */
  line-height: 0;
}

.datetime-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.date-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.date-group .date {
  width: 100%;
  position: relative; /* white-space: nowrap; */ /* display: table; */
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.datetime-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.datetime-group .date,
.datetime-group .form__split {
  display: table-cell;
}

.datetime-group .form__split {
  width: 1%;
  text-align: center;
}

.datetime-group .date {
  height: 34px;
  padding: 0 1% 0 0;
  margin: 0;
  flex-wrap: inherit;
  line-height: 0;
}

.datetime-group .date .form-control {
  background-color: #f1f1f2;
}

.datetime-group .date .input__split {
  right: 6%;
}

.date-group > .form-group, .time-group > .form-group {
  margin-bottom: 0;
  width: 100%;
  border: none;
}

.date-group, .time-group {
  display: flex;
  align-items: center;
}

.date-group .form__split, .time-group .form__split {
  display: inline-block;
  width: 100%;
  min-width: 17px;
  max-width: 17px;
  padding: 0 3px;
  font-size: 16px;
  text-align: center;
}

.date__icon,
.table > tbody > tr > td .date__icon,
.time__icon,
.table > tbody > tr > td .time__icon {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  color: transparent;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.date__icon,
.table > tbody > tr > td .date__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.08203 8.58691H17.9154V17.3369C17.9154 17.7972 17.5423 18.1702 17.082 18.1702H2.91536C2.45513 18.1702 2.08203 17.7972 2.08203 17.3369V8.58691Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M2.08203 4.42025C2.08203 3.96001 2.45513 3.58691 2.91536 3.58691H17.082C17.5423 3.58691 17.9154 3.96001 17.9154 4.42025V8.58691H2.08203V4.42025Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M6.66797 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M13.332 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 14.8369H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 14.8369H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 11.5049H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 11.5049H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.time__icon,
.table > tbody > tr > td .time__icon {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5229 22 22 17.5229 22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5229 6.47715 22 12 22Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M12.0045 6L12.0039 12.0044L16.2436 16.2441' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr=#FFFFFFFF,endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr='#FFFFFFFF',endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81,endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81',endColorstr='#FF000000');
}

.sp-hue {
  background: -moz-linear-gradient(top, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -ms-linear-gradient(top, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -o-linear-gradient(top, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(red));
  background: -webkit-linear-gradient(top, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: linear-gradient(to bottom, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00',endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00',endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff',endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff',endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-container {
  border-radius: 0;
  border: 1px solid #D9DAE1;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

.sp-palette-button-container, .sp-button-container {
  float: right;
}

.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: 1px solid #D9DAE1;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #888;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

.sp-container button {
  outline: none;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.form-group.date .form-group.date,
.form-group.time .time-group > .form-group,
.form-group.enabledate,
.form-group.time .form-group.time {
  max-width: 220px;
  position: relative;
}

@media (max-width: 420px) {
  .date-group,
  .time-group {
    flex-direction: column;
  }
  .form-group.date .form-group.date,
  .form-group.time .time-group > .form-group,
  .form-group.enabledate,
  .form-group.time .form-group.time {
    max-width: none;
  }
  .date-group .form__split,
  .time-group .form__split {
    display: none;
  }
  .date-group .form__split + .form-group,
  .time-group .form__split + .form-group {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 340px) {
  .flatpickr-calendar.open {
    left: -16px;
  }
}
@media (max-width: 420px) {
  .form-horizontal.bucket-form .date-group, .form-horizontal.bucket-form .time-group {
    align-items: flex-start;
  }
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.64px;
  color: #131416;
  font-weight: 400;
  padding: 5px 20px 5px 25px;
  margin: 0;
  white-space: unset;
}
.checkbox:last-child,
.radio:last-child,
.checkbox-inline:last-child,
.radio-inline:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .checkbox,
  .radio,
  .checkbox-inline,
  .radio-inline {
    font-size: 15px;
  }
}

.checkbox,
.radio {
  display: block;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
}

.chk_ball {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #58616A;
  vertical-align: middle;
  background-color: #fff;
}

.radio-box,
.checkbox-box {
  font-size: 0;
}
.radio-box input[type=radio],
.radio-box input[type=checkbox],
.checkbox-box input[type=radio],
.checkbox-box input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0;
  width: 20px;
  height: 20px;
  border: none;
  margin: 0;
}
.radio-box input[type=radio] + .chk_ball,
.checkbox-box input[type=radio] + .chk_ball {
  border-radius: 100%;
}
.radio-box input[type=radio] + .chk_ball::after,
.checkbox-box input[type=radio] + .chk_ball::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
.radio-box input[type=radio]:checked + .chk_ball, .radio-box input[type=radio]:active + .chk_ball, .radio-box input[type=radio]:focus + .chk_ball,
.checkbox-box input[type=radio]:checked + .chk_ball,
.checkbox-box input[type=radio]:active + .chk_ball,
.checkbox-box input[type=radio]:focus + .chk_ball {
  border: 1px solid #0694A6;
  background-color: #0694A6;
}
.checkbox-box input[type=radio]:focus + .chk_ball {outline: 2px dashed red;}
.radio-box input[type=radio]:checked + .chk_ball::after, .radio-box input[type=radio]:active + .chk_ball::after, .radio-box input[type=radio]:focus + .chk_ball::after,
.checkbox-box input[type=radio]:checked + .chk_ball::after,
.checkbox-box input[type=radio]:active + .chk_ball::after,
.checkbox-box input[type=radio]:focus + .chk_ball::after {
  opacity: 1;
}
.radio-box input[type=checkbox] + .chk_ball,
.checkbox-box input[type=checkbox] + .chk_ball {
  border-radius: 4px;
  background-color: #fff;
}
.radio-box input[type=checkbox]:checked + .chk_ball, .radio-box input[type=checkbox]:active + .chk_ball,
.checkbox-box input[type=checkbox]:checked + .chk_ball,
.checkbox-box input[type=checkbox]:active + .chk_ball {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0694A6;
  background-size: 12px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.02734 3.65425L4.57293 7.19984L10.9739 0.798828' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-color: #0694A6;
}
.radio-box input[type=checkbox]:focus + .chk_ball,
.checkbox-box input[type=checkbox]:focus + .chk_ball {
  outline: 1px dashed #000;
}
.radio-box .radio,
.radio-box .checkbox,
.checkbox-box .radio,
.checkbox-box .checkbox {
  width: 100%;
}
.radio-box .radio-inline,
.radio-box .checkbox-inline,
.checkbox-box .radio-inline,
.checkbox-box .checkbox-inline {
  width: auto;
}
.radio-box .etc-input,
.checkbox-box .etc-input {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px 5px 0;
}
@media (max-width: 768px) {
  .radio-box .etc-input,
  .checkbox-box .etc-input {
    display: flex;
    padding-right: 0;
  }
}
.radio-box .etc-input:last-child,
.checkbox-box .etc-input:last-child {
  padding-right: 0;
}
.radio-box .etc-input .radio,
.radio-box .etc-input .checkbox,
.radio-box .etc-input .checkbox-inline,
.radio-box .etc-input .radio-inline,
.checkbox-box .etc-input .radio,
.checkbox-box .etc-input .checkbox,
.checkbox-box .etc-input .checkbox-inline,
.checkbox-box .etc-input .radio-inline {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .radio-box .etc-input .radio,
  .radio-box .etc-input .checkbox,
  .radio-box .etc-input .checkbox-inline,
  .radio-box .etc-input .radio-inline,
  .checkbox-box .etc-input .radio,
  .checkbox-box .etc-input .checkbox,
  .checkbox-box .etc-input .checkbox-inline,
  .checkbox-box .etc-input .radio-inline {
    width: auto;
  }
}
.radio-box .etc-input .form-control,
.checkbox-box .etc-input .form-control {
  width: auto;
  margin-left: 0px;
}
@media (max-width: 490px) {
  .radio-box .etc-input .form-control,
  .checkbox-box .etc-input .form-control {
    width: 100%;
  }
}
.radio-box.alone-box .radio-inline,
.radio-box.alone-box .checkbox-inline,
.checkbox-box.alone-box .radio-inline,
.checkbox-box.alone-box .checkbox-inline {
  width: 20px;
  height: 20px;
  padding: 0;
}
.radio-box.alone-box .radio-inline .chk_ball,
.radio-box.alone-box .checkbox-inline .chk_ball,
.checkbox-box.alone-box .radio-inline .chk_ball,
.checkbox-box.alone-box .checkbox-inline .chk_ball {
  top: 0;
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
input[type=radio][disabled],
input[type=checkbox][disabled] {
  cursor: not-allowed;
}
.checkbox-inline[disabled] + .chk_ball,
.checkbox[disabled] + .chk_ball,
.radio-inline[disabled] + .chk_ball,
.radio[disabled] + .chk_ball,
fieldset[disabled] .checkbox + .chk_ball,
fieldset[disabled] .checkbox-inline + .chk_ball,
fieldset[disabled] .radio + .chk_ball,
fieldset[disabled] .radio-inline + .chk_ball,
fieldset[disabled] input[type=radio] + .chk_ball,
fieldset[disabled] input[type=checkbox] + .chk_ball,
input[type=radio][disabled] + .chk_ball,
input[type=checkbox][disabled] + .chk_ball {
  background-color: #f9f9fa;
}

.form-group.check-type2 label, .form-group.check-type3 label {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.form-group.check-type2 input[type=checkbox], .form-group.check-type2 input[type=radio], .form-group.check-type3 input[type=checkbox], .form-group.check-type3 input[type=radio] {
  top: 0;
  width: 100%;
  height: 100%;
  appearance: none;
}
.form-group.check-type2 input[type=radio] + .chk_ball, .form-group.check-type3 input[type=radio] + .chk_ball {
  border-radius: 4px;
}
.form-group.check-type2 input[type=radio] + .chk_ball::after, .form-group.check-type3 input[type=radio] + .chk_ball::after {
  display: none;
}
.form-group.check-type2 .chk_ball, .form-group.check-type3 .chk_ball {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.form-group.check-type2 input[type=radio]:checked + .chk_ball,
.form-group.check-type2 input[type=radio]:active + .chk_ball,
.form-group.check-type2 input[type=radio]:focus + .chk_ball,
.form-group.check-type2 input[type=checkbox] + .chk_ball, .form-group.check-type3 input[type=radio]:checked + .chk_ball,
.form-group.check-type3 input[type=radio]:active + .chk_ball,
.form-group.check-type3 input[type=radio]:focus + .chk_ball,
.form-group.check-type3 input[type=checkbox] + .chk_ball {
  background: none;
  background-color: transparent;
}
.form-group.check-type1 .chk_ball {
  display: none;
}
.form-group.check-type1 .radio-inline, .form-group.check-type1 .checkbox-inline {
  padding-left: 0;
}
.form-group.check-type1 input[type=radio],
.form-group.check-type1 input[type=checkbox] {
  position: relative;
  margin-right: 5px;
  opacity: 1;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}
.form-group.check-type2 .choice-item {
  position: relative;
  padding: 20px 10px;
}
.form-group.check-type2 .choice-item:not(:first-child) {
  margin-top: 10px;
}
.form-group.check-type2 .choice-item .radio-inline, .form-group.check-type2 .choice-item .checkbox-inline {
  font-size: 0;
  line-height: 0;
}
.form-group.check-type2 .checkbox-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.form-group.check-type2 .checkbox-subtitle {
  margin-top: 8px;
  font-size: 1.6rem;
}
.form-group.check-type3 .radio-box,
.form-group.check-type3 .checkbox-box {
  display: flex;
}
.form-group.check-type3 .radio-inline,
.form-group.check-type3 .checkbox-inline {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.form-group.check-type3 .chk_ball,
.form-group.check-type3 input[type=checkbox] + .chk_ball,
.form-group.check-type3 input[type=radio] + .chk_ball {
  border-radius: 0;
}
.form-group.check-type4 .radio-box:after,
.form-group.check-type4 .checkbox-box:after {
  display: block;
  content: "";
  clear: both;
}
.form-group.check-type4 .choice-item {
  float: left;
}
.form-group.check-type4 .checkbox-title,
.form-group.check-type4 .checkbox-subtitle {
  display: none;
}
@media (max-width: 420px) {
  .form-group.check-type4 label {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .form-group.check-type4 input[type=checkbox], .form-group.check-type4 input[type=radio] {
    top: 0;
    width: 100%;
    height: 100%;
    appearance: none;
  }
  .form-group.check-type4 input[type=radio] + .chk_ball {
    border-radius: 4px;
  }
  .form-group.check-type4 input[type=radio] + .chk_ball::after {
    display: none;
  }
  .form-group.check-type4 .chk_ball {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .form-group.check-type4 input[type=radio]:checked + .chk_ball,
  .form-group.check-type4 input[type=radio]:active + .chk_ball,
  .form-group.check-type4 input[type=radio]:focus + .chk_ball,
  .form-group.check-type4 input[type=checkbox] + .chk_ball {
    background-color: transparent;
  }
  .form-group.check-type4 .choice-item {
    position: relative;
    float: none;
    display: block;
    padding: 20px 10px;
  }
  .form-group.check-type4 .choice-item:not(:first-child) {
    margin-top: 10px;
  }
  .form-group.check-type4 .choice-item .radio-inline, .form-group.check-type4 .choice-item .checkbox-inline {
    font-size: 0;
    line-height: 0;
  }
  .form-group.check-type4 .checkbox-title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
  }
  .form-group.check-type4 .checkbox-subtitle {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

.p-bri-labEquip-write .radio {
  white-space: wrap;
}

.h2 + .ui_subscription--form {
  color: #36404A;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.ui_subscription--form {
  position: relative;
  margin-bottom: 26px;
  padding: 20px 10px 20px 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
}
@media (max-width: 490px) {
  .ui_subscription--form {
    font-size: 15px;
  }
}
.ui_subscription--form:after {
  display: block;
  clear: both;
  content: "";
}
.ui_subscription--form .inner {
  position: relative;
  width: 100%;
}
.ui_subscription--form .ui_text--box .box-text__scroll {
  height: 250px;
  padding: 0 10px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ui_subscription--form .ui_text--box .box-text__scroll h3:first-child {
  margin: 0 0 10px;
}
.ui_subscription--form .ui_text--box .box-text__scroll ul {
  margin-bottom: 10px;
}
.ui_subscription--form .ui_text--box .box-text__scroll ul li {
  font-size: 16px;
}
.ui_subscription--form .ui_text--box .box-text__scroll {
  margin: 10px 0 0;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media (max-width: 490px) {
  .ui_subscription--form .ui_text--box .box-text__scroll {
    font-size: 15px;
  }
}
.ui_subscription--form .ui_text--box .box-text__scroll:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ui_radio--custom {
    right: auto;
    left: -20px;
    top: -50px;
  }
}
.ui_radio--custom .inblock {
  display: flex;
  justify-content: flex-end;
}

.inquiry--form .inquiry--tit {
  display: block;
  margin: 30px 0 0 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.inquiry--form .inquiry--tit > span {
  display: inline-block;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
.inquiry--form .agree--box {
  padding: 25px 7px 30px 25px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}
.inquiry--form .agree--box.scroll {
  height: 200px;
  padding: 0 20px;
  overflow-y: scroll;
}
.inquiry--form .agree--box.scroll.agree-con2 {
  height: 134px;
  margin-top: 20px;
}
.inquiry--form .agree--box.scroll.agree-con2 .scrollbar {
  height: 100px;
}
.inquiry--form .agree--box.scroll .scrollbar {
  height: 347px;
}
.inquiry--form .agree--box.scroll .scrollbar .overflow {
  min-height: auto;
}
.inquiry--form .agree--box.scroll .scrollbar-inner {
  height: auto;
}
.inquiry--form .agree--box + .inquiry--btn {
  margin: 30px 0 60px;
}

.inquiry--btn {
  text-align: right;
}
.inquiry--btn .radio {
  display: inline-block;
  position: relative;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}
.inquiry--btn .radio span.label {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.inquiry--btn .radio span.label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  opacity: 0.08;
  content: "";
  transform: scale(0);
  transition: all 0.2s ease;
}
.inquiry--btn .radio .hidden {
  display: inherit !important;
  opacity: 0;
  visibility: inherit !important;
}
.inquiry--btn .radio input[type=radio]:checked + .label {
  border-color: #225cff;
}
.inquiry--btn .radio input[type=radio]:checked + .label:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.inquiry--btn .radio:hover .label:after {
  transform: scale(3.6);
}

.check-all {
  padding: 30px 0;
  background-color: #F8FAFE;
  border-radius: 4px;
}

.privacy-wrap .ui_radio--custom {
  position: absolute;
  right: -10px;
  top: -60px;
}
@media (max-width: 768px) {
  .privacy-wrap .ui_radio--custom {
    position: absolute;
    left: auto;
    right: -20px;
    top: -60px;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .privacy-wrap .ui_radio--custom {
    position: absolute;
    left: auto;
    right: -20px;
    top: -60px;
    width: 100%;
    text-align: right;
  }
}
.privacy-wrap .ui_radio--custom + .ui_radio--custom {
  margin-top: 10px;
}
.privacy-wrap > .h2 {
  margin: 27px 0 13px;
  padding-right: 295px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .privacy-wrap .h2 {
    padding-right: 0;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
}
.privacy-wrap .gubun {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
  font-weight: 500;
}
.privacy-wrap .gubun:after {
  position: absolute;
  content: "";
  right: -2px;
  top: 4px;
  width: 2px;
  height: 16px;
  background-color: #36404A;
}
.privacy-wrap .gubun.point {
  color: #0694A6;
}
.privacy-wrap .gubun.point:after {
  background-color: #0694A6;
}
.privacy-wrap .check-all {
  padding: 25px 20px;
  background-color: #f8f9fb;
  border: 1px solid #D9DAE1;
}
.privacy-wrap .check-all .checkbox-inline + .checkbox-inline {
  margin-left: 10px;
}
.privacy-wrap .check-all .radio-inline + .radio-inline {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .privacy-wrap .check-all > strong {
    font-size: 15px;
  }
}
.privacy-wrap .check-all .checkbox-inline strong,
.privacy-wrap .check-all .radio-inline strong {
  display: block;
}
.privacy-wrap .check-all .checkbox-inline,
.privacy-wrap .check-all .radio-inline {
  line-height: 150%;
  white-space: normal;
}
.privacy-wrap .checkbox-inline {
  padding-left: 28px;
}
.privacy-wrap .formbox {
  padding: 12px 20px;
  border-bottom: 1px solid #D9DAE1;
}
.privacy-wrap .formbox:last-child {
  border-bottom: none;
}
.privacy-wrap .formbox .inner {
  position: relative;
}
.privacy-wrap .title-wrap {
  display: flex;
  align-items: center;
  padding-right: 200px;
}
@media (max-width: 670px) {
  .privacy-wrap .title-wrap {
    justify-content: space-between;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.privacy-wrap .title-wrap .form-box_title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #36404A;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.privacy-wrap .title-wrap .gubun {
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.privacy-wrap .title-wrap .gubun:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 2px;
  width: 2px;
  height: 16px;
  background-color: #36404A;
}
.privacy-wrap .title-wrap .essential {
  color: #D50C07;
}
.privacy-wrap .title-wrap .essential:after {
  background-color: #D50C07;
}
.privacy-wrap .title-wrap .essential.point {
  color: #00A0E0;
}
.privacy-wrap .title-wrap .essential.point::after {
  background-color: #00A0E0;
}
@media (max-width: 440px) {
  .privacy-wrap .title-wrap .layer-button .fe-btn {
    font-size: 0;
    padding: 8px;
  }
}
@media (max-width: 440px) {
  .privacy-wrap .title-wrap .layer-button .fe-btn .fa {
    margin: 0;
  }
}
.privacy-wrap .formbox-wrap .checkbox-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 670px) {
  .privacy-wrap .formbox-wrap .checkbox-box {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    text-align: right;
  }
}
.privacy-wrap .box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 20px;
  border-top: 2px solid #124E85;
}
@media (max-width: 540px) {
  .privacy-wrap .box-wrap {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .privacy-wrap .box-wrap .checkbox-box {
    margin-bottom: 10px;
  }
}
.privacy-wrap .fe-btn-ghost {
  border-color: #1E6AB0 !important;
}
.privacy-wrap .link .tit {
  font-weight: 500;
}
.privacy-wrap.deleteAgree {
  margin-top: 30px;
}
.privacy-wrap.deleteAgree .checkbox-box {
  text-align: center;
}

.p-crc-referrals-write .privacy-wrap.custum1 .text-wrapper {
  text-align: right;
  margin-top: 30px;
}
.p-crc-referrals-write .privacy-wrap.custum1 .text-wrapper .stext:nth-child(2) {
  display: inline-block;
  width: 100px;
  text-align: left;
  margin-left: 50px;
}

.view--basic + .privacy-wrap,
.ui-topbox + .privacy-wrap {
  margin-top: 64px;
}

.bucket-form .form-group.is-invalid, .bucket-form .form-group.error {
  background-color: #F6EFEC;
}
.bucket-form .form-group.valid {
  background-color: #EEF5F8;
}


// Pagination
.col-md-12 {
  display: block;
  width: 100%;
}

.pagination {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 50px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}
@media (max-width: 590px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination.pa-round .page-link {
  border-radius: 50%;
}
.pagination.omission {
  position: relative;
  font-size: 0;
}
@media (max-width: 560px) {
  .pagination.omission {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 480px) {
  .pagination.omission {
    padding: 30px 0 0 0;
  }
}
.pagination.omission .page-item {
  padding: 0 4px;
}
@media (max-width: 480px) {
  .pagination.omission .page-item {
    padding: 0 2px;
  }
}
.pagination.omission .page-item:first-child {
  padding: 0 4px 0 0;
}
@media (max-width: 560px) {
  .pagination.omission .page-item:first-child {
    position: absolute;
    top: 0;
    left: calc(50% - 64px);
  }
}
.pagination.omission .page-item:last-child {
  padding: 0 0 0 4px;
}
@media (max-width: 560px) {
  .pagination.omission .page-item:last-child {
    position: absolute;
    top: 0;
    right: calc(50% - 60px);
  }
}
.pagination.omission .page-item.active .page-link {
  font-weight: 700;
}
.pagination.omission .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  width: auto;
  max-height: 40px;
  margin: 0;
  padding: 5px;
  border-radius: 0.6rem;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .pagination.omission .page-item .page-link {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .pagination.omission .page-item .page-link {
    min-width: 26px;
    min-height: 26px;
    max-height: 26px;
    line-height: 26px;
  }
}
.pagination.omission .page-item .page-link.link-dot {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2 20.1C15.2 19.4925 14.7075 19 14.1 19C13.4925 19 13 19.4925 13 20.1C13 20.7075 13.4925 21.2 14.1 21.2C14.7075 21.2 15.2 20.7075 15.2 20.1Z' fill='%232D2D2D'/%3E%3Cpath d='M21.3992 20.1C21.3992 19.4925 20.9067 19 20.2992 19C19.6917 19 19.1992 19.4925 19.1992 20.1C19.1992 20.7075 19.6917 21.2 20.2992 21.2C20.9067 21.2 21.3992 20.7075 21.3992 20.1Z' fill='%232D2D2D'/%3E%3Cpath d='M27.6004 20.1C27.6004 19.4925 27.1079 19 26.5004 19C25.8929 19 25.4004 19.4925 25.4004 20.1C25.4004 20.7075 25.8929 21.2 26.5004 21.2C27.1079 21.2 27.6004 20.7075 27.6004 20.1Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A");
}
.pagination.omission .page-item .page-link.link-dot:hover, .pagination.omission .page-item .page-link.link-dot:focus, .pagination.omission .page-item .page-link.link-dot:active {
  background-color: #fff;
  border-color: #fff;
}
.pagination.omission .page-item .page-link[aria-label=Previous], .pagination.omission .page-item .page-link[aria-label=Next] {
  display: flex;
  align-items: center;
  background-image: none;
  background-color: transparent;
}
.pagination.omission .page-item .page-link[aria-label=Previous] span, .pagination.omission .page-item .page-link[aria-label=Next] span {
  font-family: "gothic",'NanumSquareNeo', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .pagination.omission .page-item .page-link[aria-label=Previous] span, .pagination.omission .page-item .page-link[aria-label=Next] span {
    font-size: 15px;
  }
}
.pagination.omission .page-item .page-link[aria-label=Previous]:hover, .pagination.omission .page-item .page-link[aria-label=Previous]:focus, .pagination.omission .page-item .page-link[aria-label=Previous]:active, .pagination.omission .page-item .page-link[aria-label=Next]:hover, .pagination.omission .page-item .page-link[aria-label=Next]:focus, .pagination.omission .page-item .page-link[aria-label=Next]:active {
  background-color: #0694A6;
}
.pagination.omission .page-item .page-link[aria-label=Previous]:hover span, .pagination.omission .page-item .page-link[aria-label=Previous]:focus span, .pagination.omission .page-item .page-link[aria-label=Previous]:active span, .pagination.omission .page-item .page-link[aria-label=Next]:hover span, .pagination.omission .page-item .page-link[aria-label=Next]:focus span, .pagination.omission .page-item .page-link[aria-label=Next]:active span {
  color: #fff;
  font-weight: 700;
}
.pagination.omission .page-item .page-link[aria-label=Previous] {
  padding: 0 8px 0 2px;
}
.pagination.omission .page-item .page-link[aria-label=Previous]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5L7 10L12.5 15' stroke='%23555555' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.pagination.omission .page-item .page-link[aria-label=Previous]:hover::before, .pagination.omission .page-item .page-link[aria-label=Previous]:focus::before, .pagination.omission .page-item .page-link[aria-label=Previous]:active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5L7 10L12.5 15' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.pagination.omission .page-item .page-link[aria-label=Next] {
  padding: 0 2px 0 8px;
}
.pagination.omission .page-item .page-link[aria-label=Next]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L13 10L7.5 5' stroke='%23555555' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.pagination.omission .page-item .page-link[aria-label=Next]:hover::after, .pagination.omission .page-item .page-link[aria-label=Next]:focus::after, .pagination.omission .page-item .page-link[aria-label=Next]:active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L13 10L7.5 5' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.pagination > ul {
  display: flex;
  flex-wrap: wrap;
}

.page-item {
  vertical-align: middle;
}
.page-item .page-link {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  padding: 0.5rem 0.3rem;
  line-height: 1;
  color: #36404A;
  background-color: #fff;
  margin: 0 2px;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border: 1px solid transparent;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-item .page-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 490px) {
  .page-item .page-link {
    font-size: 1.4rem;
    min-width: 26px;
    min-height: 26px;
    max-height: 26px;
    line-height: 26px;
  }
}
.page-item .page-link:hover, .page-item .page-link:focus {
  color: #fff;
  background-color: #0694A6;
  border-color: #0694A6;
}
.page-item .page-link[aria-label] span {
  font-size: 0;
}
.page-item .page-link[aria-label=first], .page-item .page-link[aria-label=Previous], .page-item .page-link[aria-label=Next], .page-item .page-link[aria-label=last] {
  min-width: 30px;
  min-height: 30px;
  max-height: 30px; /*max-width: pagination-vars.$pagination-size;*/
  background-color: #F9F9FA;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.page-item .page-link[aria-label=first]:hover, .page-item .page-link[aria-label=first]:focus, .page-item .page-link[aria-label=first]:active, .page-item .page-link[aria-label=Previous]:hover, .page-item .page-link[aria-label=Previous]:focus, .page-item .page-link[aria-label=Previous]:active, .page-item .page-link[aria-label=Next]:hover, .page-item .page-link[aria-label=Next]:focus, .page-item .page-link[aria-label=Next]:active, .page-item .page-link[aria-label=last]:hover, .page-item .page-link[aria-label=last]:focus, .page-item .page-link[aria-label=last]:active {
  background-color: #0694A6;
  border-color: #0694A6;
}
.page-item .page-link[aria-label=first] {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12V0H2V12H0ZM4 6L10 0V12L4 6Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=first]:hover, .page-item .page-link[aria-label=first]:focus, .page-item .page-link[aria-label=first]:active {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12V0H2V12H0ZM4 6L10 0V12L4 6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=Previous] {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6L6 0V12L0 6Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=Previous]:hover, .page-item .page-link[aria-label=Previous]:focus, .page-item .page-link[aria-label=Previous]:active {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6L6 0V12L0 6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=Next] {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 12V0L6 6Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=Next]:hover, .page-item .page-link[aria-label=Next]:focus, .page-item .page-link[aria-label=Next]:active {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 12V0L6 6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=last] {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0V12H8V0H10ZM6 6L0 12V0L6 6Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.page-item .page-link[aria-label=last]:hover, .page-item .page-link[aria-label=last]:focus, .page-item .page-link[aria-label=last]:active {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0V12H8V0H10ZM6 6L0 12V0L6 6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0694A6;
  border-color: #0694A6;
}
.page-item.disabled .page-link {
  color: #F0F0F0;
  background-color: #1D1D1D;
  border-color: #F0F0F0;
}

.pagination-lg .page-link {
  padding: 0.9375rem;
  font-size: 1.9rem;
  line-height: 1;
}
.pagination-sm .page-link {
  padding: 0.25rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .pagination {
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
  }
  .pagination ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  .pagination ul {
    width: 100%;
    height: 30px;
  }
  .pagination > li, .pagination .page-item {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination li > a, .pagination .page-item > .page-link, .pagination .page-item > span {
    padding: 0;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    min-height: 21px;
    font-size: 13px;
  }
  .pagination .page-item [aria-label] span {
    display: block;
  }
  .pagination .page-item .page-link[aria-label=first] .sr-only,
  .pagination .page-item .page-link[aria-label=last] .sr-only {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .pagination li > a, .pagination .page-item > .page-link, .pagination .page-item > span {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagination .page-item [aria-label] {
    padding: 0 8px;
    font-size: 1.5rem;
  }
  .pagination .page-item [aria-label] .sr-only {
    font-size: 1.5rem;
  }
}