.cont_block {
  background-color: #fff;
  padding: 2.0625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .cont_block {
    padding: 2.4rem 1.6rem;
  }
  .cont_block.md_full {
    margin-top: 0;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .cont_block {
    padding: 1.5rem 1rem;
  }
  .cont_block.md_full {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

#container ~ .ui-datepicker {
  width: 15.5rem;
}

.tooltip {
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' style='fill:none'/%3E%3Cpath d='M11.5 7A1.5 1.5 0 1 0 10 5.5 1.5 1.5 0 0 0 11.5 7zm0 2.5A1.5 1.5 0 1 0 13 11a1.5 1.5 0 0 0-1.5-1.5zm0 5.5a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5z' transform='translate(1 1)' style='fill:%23888'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.tooltip_box {
  margin-left: auto;
  position: relative;
  word-break: keep-all;
}
.tooltip + .tooltip_lists {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
.tooltip.on + .tooltip_lists {
  display: block;
}
.tooltip_lists {
  font-size: 0.8125rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.25em;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  z-index: 50;
}
.tooltip_lists li {
  transition: background 0.25s, color 0.25s;
}
.tooltip_lists li + li {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 1281px), print {
  .tooltip_lists li:hover {
    background-color: #000;
    color: #fff;
  }
}
.tooltip_lists li button, .tooltip_lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9230769231em;
}

.login_wrap {
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login_wrap._sign .login_box {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.popup_wrap .login_wrap {
  height: auto;
}

.login_box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3.75em 2.5em;
  max-width: 600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.login_box .login_tit {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.9px;
  color: #222;
  text-align: center;
  margin-top: 0.1111111111em;
  margin-bottom: 1.5555555556em;
}
.login_box .inp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login_box .inp_box .lab {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.4px;
}
.login_box .inp_box + .inp_box {
  margin-top: 1.5em;
}
.login_box .inp {
  font-size: 1em;
  height: 3.75em;
  background-color: #f8f8f8;
  border-radius: 0.3125em;
}
.login_box .inp::placeholder {
  color: #888;
}
.login_box .inp + .inp {
  margin-top: 1em;
}
.login_box .btn {
  font-size: 1em;
  height: 3.75em;
  line-height: 3.75em;
  margin-top: 2em;
}
.login_box .btn + .btn {
  margin-top: 1em;
}
.login_box .etc_mn {
  margin-top: 2.2857142857em;
  margin-bottom: 1.4285714286em;
  font-size: 0.875em;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.35px;
}
.login_box .etc_mn a:hover {
  text-decoration: underline;
}
.login_box .etc_mn > * + * {
  margin-left: 0.5714285714em;
  padding-left: 0.5714285714em;
  position: relative;
}
.login_box .etc_mn > * + *::before {
  content: "";
  display: block;
  height: 0.5714285714em;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  section:not(.popup_wrap) .login_wrap {
    background-color: #fff;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: -4rem;
    height: auto;
  }
  section:not(.popup_wrap) .login_wrap:not(._sign) .login_box {
    margin-top: 5.375em;
  }
  section:not(.popup_wrap) .login_box {
    border: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  section:not(.popup_wrap) .login_wrap {
    margin-bottom: -6em;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.custom_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8125em;
  letter-spacing: -0.33px;
  font-weight: 400;
}
.custom_select .lab {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 9.2307692308em;
  height: 3em;
  border-radius: 3em;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 0.3846153846em;
  padding-right: 0.3846153846em;
}
.custom_select .lab:focus {
  outline: 1px solid #222;
}
.custom_select .lab::after {
  content: "";
  display: block;
  width: 0.6153846154em;
  height: 0.3846153846em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.94' viewBox='0 0 8 4.94'%3E%3Cpath d='M7.06 0 4 3.053.94 0 0 .94l4 4 4-4z'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  margin-left: 0.6153846154em;
}
.custom_select .lab.on + .select_options {
  display: block;
}
.custom_select.st_2 .lab {
  width: 1.2307692308em;
  height: 1.2307692308em;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-left: 0.6153846154em;
}
.custom_select.st_2 .lab svg {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}
.custom_select.st_2 .lab::after {
  display: none;
}
.custom_select.st_2 .select_options {
  left: auto;
  right: 0;
}
.custom_select .select_options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.6153846154em;
  z-index: 3000;
  background-color: #fff;
  width: 100%;
  min-width: 9.2307692308em;
  font-size: 1em;
  border: 1px solid #eee;
  border-radius: 0.2307692308em;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.custom_select .select_options a, .custom_select .select_options button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9230769231em;
  margin: 0;
  width: 100%;
}
.custom_select .select_options a:focus, .custom_select .select_options button:focus {
  outline: 1px solid #222;
}
@media screen and (min-width: 1281px), print {
  .custom_select .select_options a:hover, .custom_select .select_options button:hover {
    background-color: #ff6600;
    color: #fff;
    font-weight: 700;
  }
}
.custom_select .select_options .opt + .opt {
  border-top: 1px solid #eee;
}

@media screen and (max-width: 1280px) {
  .table_box3.board_auth colgroup col {
    width: 18%;
  }
  .table_box3.board_auth colgroup col:nth-child(1) {
    width: 72px;
  }
  .table_box3.board_auth colgroup col:nth-child(2) {
    width: 50%;
  }
  .table_box3.board_auth th, .table_box3.board_auth td {
    text-align: center;
    padding: 1.5384615385em 0.7692307692em;
  }
  .table_box3.board_auth .fm_ch ._icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 601px) {
  .table_box3.board_auth colgroup col:nth-child(1) {
    width: 45px;
  }
  .table_box3.board_auth th, .table_box3.board_auth td {
    padding: 1.5384615385em 0.7692307692em;
  }
}

.loading_wrap {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
}
.loading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.loading_circle {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
}
.loading_circle svg {
  width: 100%;
  height: 100%;
}
.loading_circle svg .loadingCircle {
  stroke-dasharray: 130;
  stroke-width: 4px;
  stroke: url(#SVGID_1_);
}
.loading_circle .loading_txt {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2.4px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .loading_circle .loading_txt {
    font-size: resRem(24, "md");
  }
}

.nFound_wrap {
  height: 100%;
  min-height: calc(100vh - 6.1538461538em);
  font-size: 0.8125rem;
  padding-top: 3.0769230769em;
  padding-bottom: 3.0769230769em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.nFound_wrap .ico_notice {
  display: block;
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='44' viewBox='0 0 8 44'%3E%3Cpath transform='translate(0 36)' style='fill:%23f60' d='M0 0h8v8H0z'/%3E%3Cpath style='fill:%23f60' d='M0 0h8v32H0z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 36.66666%;
  background-position: center;
}
.nFound_wrap .nFound_box {
  line-height: 1.625;
  font-size: 1.2307692308em;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #222;
  word-break: break-all;
}
.nFound_wrap .nFound_box .btn_full {
  max-width: 327px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  height: auto;
  line-height: 1.25;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*# sourceMappingURL=sub.css.map */
