* {
  margin: 0px;
  padding: 0px;
}
*,
::before,
::after {
  box-sizing: border-box;
  letter-spacing: -0.2px;
}
html {
  text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}
ul,
ol,
li {
  list-style: none;
}
img,
hr {
  border: none;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
table td img {
  vertical-align: middle;
}
a {
  vertical-align: top;
  color: rgb(0, 0, 0);
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:visited {
  text-decoration: none;
  color: inherit;
}
a:active {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline: #000 solid 2px;
  outline-offset: -1px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0 none;
}
.tui-grid-layer-state p {
  color: #555 !important ;
}
article,
aside,
bdi,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
mark,
menuitem,
meter,
nav,
progress,
rp,
rt,
ruby,
section,
summary,
time,
wbr,
body,
p,
div,
ul,
li,
dl,
dt,
dd,
ol,
fieldset,
textarea,
input,
select,
table,
th,
td,
address,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
label,
pre {
  font-size: inherit;
  color: inherit;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6,
th,
b,
dt {
  font-weight: 600;
}
input,
select {
  vertical-align: middle;
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  display: inline-block;
  font-size: 14px;
  padding: 0px 10px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  appearance: none;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 5px;
  height: 35px;
}
input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgb(206, 206, 206);
  box-sizing: border-box;
  text-align: left;
  height: 25px;
}
input::placeholder {
  font-weight: 300;
  color: rgb(85, 85, 85);
  font-family: inherit;
}
/*input:hover, input:focus { outline: 1px; }*/
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
input:disabled {
  background-color: rgb(247, 247, 247);
  color: rgb(0, 0, 0);
}
input.w120 {
  width: 117px;
}
input.w125 {
  width: 125px;
}
input.w160 {
  width: 160px;
}
input.w180 {
  width: 180px;
}
input.w380 {
  width: 380px;
}
input.w490 {
  width: 490px;
}
/*20251013 수정*/
.wid58 {
  width: 58px !important;
}
/*20251013 수정*/
label.chk input[type="radio"] + p::before,
input:disabled,
input:disabled + p,
input:disabled + p::before,
.disabled {
  cursor: default !important;
}
/*20250403 수정*/
.blue_text {
  color: #0000cd;
  font-weight: 600;
}
/*//20250403 수정*/
select {
  appearance: none;
  width: 100%;
  display: inline-block;
  border: 1px solid rgb(206, 206, 206);
  height: 35px;
  background: url("../images/common/icon_select.png") right 8px top 50%
    no-repeat rgb(255, 255, 255);
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  color: rgb(68, 68, 68);
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 14px;
}
/*select::-webkit-scrollbar { width: 6px; }
select option::-webkit-scrollbar-track { background: transparent; }
select option::-webkit-scrollbar-thumb { background: rgb(139, 139, 139); border-radius: 45px; }
select option::-webkit-scrollbar-thumb:hover { background: rgb(139, 139, 139); }*/
select option:checked,
select option:hover {
  background: rgb(233, 233, 233);
  font-weight: 500;
}
select.w125 {
  width: 125px;
}
select.w160 {
  width: 160px;
}
select.w180 {
  width: 180px;
}
select.w380 {
  width: 380px;
}
select.w490 {
  width: 490px;
}
@media (max-width: 1024px) {
  input.w120 {
    margin-bottom: 5px;
  }
  input.w125 {
    width: 30%;
  }
  input.w160 {
    width: 30%;
  }
  input.w180 {
    width: 35%;
  }
  input.w380 {
    width: 80%;
    margin-top: 5px;
  }
  input.w490 {
    width: 80%;
  }
  select.w160 {
    width: 80%;
    margin: 5px 0px;
  }
  select.w380 {
    width: 100%;
  }
  select.w490 {
    width: 80%;
  }
}
textarea {
  display: inline-block;
  width: 100%;
  height: 108px;
  padding: 10px;
  border: 1px solid rgb(221, 221, 221);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  resize: none;
  font-family: inherit;
  border-radius: 5px;
}
textarea::-webkit-scrollbar {
  width: 10px;
  display: block;
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgb(139, 139, 139);
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid transparent;
}
button {
  border: 0px;
  outline: 0px;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
}
caption {
  position: relative;
  overflow: hidden;
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0;
}
legend {
  position: absolute;
  height: 0px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
address,
cite,
em,
i {
  font-style: normal;
}
fieldset,
iframe {
  border: 0px;
}
figure {
  margin: 0px;
  padding: 0px;
}
.no-border {
  border: 0px !important;
}
sup,
sub {
  line-height: 1;
}
i {
  display: inline-block;
  vertical-align: middle;
}
.fs {
  font-size: 0px;
}
.cf::before {
  content: "";
  display: block;
  clear: both;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.dot {
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.dot2 {
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.align_r {
  text-align: right !important;
}
.align_c {
  text-align: center !important;
}
.align_l {
  text-align: left !important;
}
.flex {
  display: flex;
}
.f_ac {
  align-items: center;
}
.l_d {
  display: inline-block;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.relative {
  position: relative !important;
}
.blind {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -9999px !important;
  font-size: 0px !important;
}
.sr,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  border: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-wrap: normal;
}
.boxed {
  overflow: hidden;
  width: 100%;
}
.boxed > * {
  float: left;
  margin-left: 10px;
}
.boxed > :first-child {
  margin-left: 0px;
}
.boxed > .text {
  line-height: 32px;
}
.hidden {
  display: none;
}
.measure {
  font-size: 12px;
  padding: 0px 2px;
  line-height: 15px;
  text-align: left !important;
}
/*20240529*/
.btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  margin: 0px;
  vertical-align: middle;
  text-decoration: none;
  overflow: visible;
  zoom: 1;
  overflow-wrap: normal;
  word-break: normal;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
  height: auto;
}
/* //20240529*/
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.scroll::-webkit-scrollbar {
  width: 6px;
}
.scroll::-webkit-scrollbar-track {
  background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  background: rgb(139, 139, 139);
  border-radius: 45px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: rgb(139, 139, 139);
}
.cal_bx {
  position: relative;
}
.ui-datepicker,
#ui-datepicker-div {
  padding: 0px;
  display: none;
  width: 272px !important;
  border: 1px solid rgb(197, 197, 197) !important;
}
.ui-widget-header {
}
.ui-datepicker .ui-widget-header {
  background: rgb(255, 255, 255);
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(221, 221, 221);
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0px;
  text-align: center;
  padding: 7px 0px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  margin: 0px 3px;
  border-top-color: #902d5b;
  border-bottom-color: #902d5b;
  width: auto;
  height: 30px;
  background: rgb(255, 255, 255);
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
}
.ui-datepicker select.ui-datepicker-year + select.ui-datepicker-month {
  margin-left: 5px;
}
.ui-datepicker table {
  background: rgb(255, 255, 255);
  margin-bottom: 0px;
  border-top: 0px;
}
.ui-datepicker th {
  padding: 0px;
  font-size: 12px !important;
  background: none !important;
  border: none !important;
}
.ui-datepicker th,
.ui-datepicker td {
  height: 30px;
  border: none;
  text-align: center;
  padding: 0px;
  vertical-align: middle;
}
.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active {
  border: none;
  text-align: center;
  font-size: 16px;
  background: rgb(255, 255, 255);
  font-weight: 500;
  color: rgb(69, 69, 69) !important;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid rgb(255, 255, 255);
  background: rgba(37, 80, 162, 0.49);
  color: rgb(0, 0, 0) !important;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  background: #902d5b;
  color: rgb(255, 255, 255) !important;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 3px 15px;
}
.date_tit .ui-datepicker-trigger {
  position: absolute;
  top: -3px;
  right: 0px;
  padding: 3px 15px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 10px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.date_set {
  line-height: 2.5;
  display: inline-block;
}
.date_set select:nth-of-type(2n + 1) {
  width: 99px;
}
.date_set select:nth-of-type(2n) {
  width: 88px;
  margin-left: 5px;
}
.mail_box {
  display: flex;
}
.mail_box .w125 {
  margin: 0px 5px;
}
.mail_box + .date_inp {
  display: inline-flex;
  margin-top: 5px;
}
.date_inp {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.date_inp .date_box {
  position: relative;
}
.date_inp .tis_t + input {
  margin-left: 0px;
}
.date_inp .date_box input {
  position: relative;
  width: 190px;
}
#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background: #902d5b;
  white-space: nowrap;
  text-align: center;
}
#skipNav a:focus,
#skipNav a:active {
  height: auto;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* 누리집 상단 배너 */
.header.main {
  top: 35px !important;
}
/*2025 메인수정*/
#header-top {
  height: 35px;
  width: 100%;
  background-color: #edf1f5;
}
#header-top .toggle-wrap {
  width: 1400px;
  margin: 0 auto;
}
#header-top .toggle-wrap .nuri-txt {
  font-size: 15px;
  padding-left: 30px;
  color: #333333;
  line-height: 35px;
  font-weight: 400;
}
#wrap {
  overflow: hidden;
  width: 100%;
}
header {
  position: relative;
  z-index: 10;
}
header.sub {
  background-color: rgb(255, 255, 255);
}
header .top_inner .top_area {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 15px;
}
/*20240529*/
header .top_inner .top_area .right_area {
  display: flex;
  gap: 10px;
  justify-content: center;
}
header .top_inner .top_area .bg_bo {
  position: relative;
  padding: 0px 11px;
  font-size: 15px;
  font-weight: 400;
  color: rgb(34, 34, 34); /* height: 32px; */
  border: 1px solid rgb(110, 110, 110);
  border-radius: 19px;
  line-height: 31px;
  background-color: #fff;
}
header .top_inner .top_area .btn_menu {
  background-color: unset;
}
header .top_inner .top_area .btn i {
  width: 20px;
  height: 16px;
  background-image: url("../images/common/login_icon.png");
  margin: 0px 0 2px 0px;
  vertical-align: middle;
}
header .top_inner .top_area .btn.logout i {
  background: url("../images/common/logout_icon_b.png") center center no-repeat;
}
.logout_time_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .top_inner .top_area .logout_time_box .logout_time {
  position: relative;
  display: flex;
  align-items: center;
}
header .top_inner .top_area .logout_time_box .logout_time::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 17px;
  background-color: #999;
}
header .top_inner .top_area .logout_time_box .logout_time p,
header .top_inner .top_area .logout_time_box .logout_time a {
  display: inline-block;
  line-height: 1;
}
header .top_inner .top_area .logout_time_box .logout_time span {
  /* line-height: 1; */ /* vertical-align: middle; */
}
header .top_inner .top_area .logout_time_box .logout_time a {
  border: 1px solid #b70000;
  padding: 2px 5px;
  vertical-align: middle;
  color: #b70000;
  border-radius: 13px;
  margin-left: 10px;
  font-size: 13px;
}
header .top_inner .top_area .logout_time_box .logout_time i {
  width: 20px;
  height: 16px; /* margin: 0px 0 2px 0px; */
  background: url("../images/common/icon_set1.png") center center no-repeat;
}
/*20240529*/
header .top_inner .top_area .btn.btn_menu {
  display: none;
}
header .top_inner .top_area .menu_btn {
  display: none;
}
header .top_inner .top_area .sns-list {
}
header .top_inner .top_area .sns-list li {
  display: inline-block;
  margin-right: 1px;
}
header .top_inner .top_area .sns-list li:last-child {
  margin-right: 0px;
}
header .top_inner .top_area .sns-list .item {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/common/icon_ytb.png") #fff center center / 20px
    no-repeat;
  border: 1px solid rgb(110, 110, 110);
  border-radius: 50px;
}
header .top_inner .top_area .sns-list li:nth-child(2) .item {
  background: url("../images/common/icon_ig.png") #fff center center / 20px
    no-repeat;
}
header .top_inner .top_area .sns-list li:nth-child(3) .item {
  background: url("../images/common/icon_blg.png") #fff center center / 20px
    no-repeat;
}
header .top_inner .top_area .sns-list li:nth-child(4) .item {
  background: url("../images/common/icon_fcb.png") #fff center center / 20px
    no-repeat;
}
.nav_bg {
  display: none;
  position: absolute;
  top: 140px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background-color: rgb(249, 249, 249);
  height: 239px;
  border-top: 1px solid rgb(221, 221, 221);
}
/*.nav_bg::after {content: "";position: absolute;top: 50%;left: 13%;display: block;width: 150px;height: 75px;background: url("../images/common/bg_logo.png") right center no-repeat;transform: translateY(-50%);}*/
header .inner {
  max-width: 1400px;
  margin: 0px auto;
  height: 140px;
  text-align: center;
}
header .inner::after {
  content: "";
  display: block;
  clear: both;
}
header .inner .logo {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
header.main .logo a,
header.sub .logo a {
  display: block;
  height: 64px;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
header.main .logo a {
  background-image: url("../images/common/logo.png");
}
header.sub .logo a {
  background-image: url("../images/common/logo_b.png");
}
header .nav {
  float: left;
  margin-left: 190px;
  padding-bottom: 40px;
}
header .nav::after {
  content: "";
  display: block;
  clear: both;
}
header .nav > li {
  position: relative;
  float: left;
  color: rgb(34, 34, 34);
  font-weight: 400;
  padding: 0px 27px;
  width: 220px;
}
header .nav > li ~ li {
  margin-left: 0px;
}
header .nav > li:last-child {
  margin-right: 0px;
}
header .nav > li .btn {
  display: block;
  font-size: 21px;
  font-weight: 500;
  padding-top: 13px;
}
header .nav > li .btn span {
  display: inline-block;
}
header .nav > li ul {
  display: none;
  position: absolute;
  top: 94px;
  left: 0px;
  width: 100%;
  height: 239px;
  background-color: rgb(249, 249, 249);
  padding-top: 40px;
}
header .nav > li ul li:first-child {
  margin-top: -2px;
}
header .nav > li ul li a {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 17px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  letter-spacing: -1px;
  box-sizing: border-box;
  text-align: center;
}
/*header .nav > li ul li a:hover, header .nav > li ul li a:focus { border-bottom: 1px solid rgb(255, 255, 255); margin-bottom: -1px; }*/
header .nav > li.on ul {
  display: block;
  background-color: #902d5b;
}
header .nav > li.on ul li a {
  color: rgb(255, 255, 255);
}
/*20240529*/
header .top_inner .top_area .btn.mypage {
  margin-right: 5px;
  line-height: 1;
}
header .top_inner .top_area .btn.mypage i {
  background: url("../images/common/member_icon.png") center center no-repeat;
}
header .top_inner .top_area .btn.mypage em {
  display: inline-block;
  line-height: 1;
}
/* //20240529*/
header .top_inner .top_area .btn.mypage span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid rgb(34, 34, 34);
  margin-left: 10px;
  border-radius: 26px;
  font-size: 13px;
}
#footer {
  background-color: #e8e8e8;
  color: #555;
  padding: 50px 0px;
}
#footer .footer_wrap {
  width: 1400px;
  margin: 0px auto;
}
#footer .footer_txt {
  float: left;
}
#footer .footer_txt ul {
  display: flex;
}
#footer .footer_txt ul li {
  padding-right: 15px;
  line-height: 1;
}
#footer .footer_txt ul li ~ li {
  padding-left: 15px;
  border-left: 2px solid #555;
}
#footer .footer_txt .ft_ap {
  margin-top: 25px;
  color: #555;
  font-size: 15px;
}
/*20250103*/
#footer .mark {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .mark a {
  display: inline-block;
  width: 160px;
}
#footer .mark a img {
  width: 100%;
}
#footer .mark a ~ a {
  margin-left: 20px;
}
#footer .fam_site {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-end;
}
#footer .fam_site .fam_txt {
  padding: 0 20px;
}
#footer .fam_site > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 35px;
  border: 1px solid #b0b0b0;
  color: #333;
  background: #fff;
  font-size: 16px;
}
#footer .fam_site > button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(../images/common/icon_select.png) no-repeat center #d7d7d7;
  transition: all 0.3s;
}
#footer .fam_site.active .fam_bx {
  height: auto;
  opacity: 1;
  z-index: 2;
  display: block;
  border: 1px solid #b0b0b0;
}
#footer .fam_bx {
  position: absolute;
  bottom: 35px;
  width: 240px;
  height: 0;
  opacity: 0;
  display: none;
}
#footer .fam_bx > ul {
  margin-bottom: -1px;
  border: 1px solid #e1e1e1;
}
#footer .fam_bx > ul > li > a {
  display: inline-block;
  padding: 8px 14px 8px 20px;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  word-break: break-all;
}
#footer .fam_bx > ul > li > a:hover {
  background-color: #0253a5;
  color: #fff;
}
#footer .fam_site.active > button::after {
  transform: rotate(-180deg);
}
#footer .mark a.web-acc {
  display: inline-block;
  width: 80px;
}
#footer .mark a.web-acc img {
  width: 100%;
}
/* //20250103*/
#mobileGnb {
  display: none;
}
/*error*/
.error_box {
  text-align: center;
  width: 50%;
  margin: 50px auto;
}
.error_box .error_num {
  font-size: 100px;
  color: #000;
  vertical-align: middle;
  font-weight: 600;
}
.error_box .error_num span {
  color: #902d5b;
  vertical-align: top;
}
.error_p {
  font-size: 40px;
  margin: 10px 0;
}
.error_span {
  font-size: 22px;
  color: #666;
}
.chk_area {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.chk_area:first-child {
  margin-left: 0px;
}
.chk_area input {
  position: absolute;
  opacity: 0;
  width: 1px !important;
  height: 1px !important;
}
/*.chk_area input:focus + label { outline: rgb(34, 34, 34) dashed 1px; }*/
.chk_area .chk {
  position: relative;
  display: block;
  line-height: 25px;
}
.chk_area .chk .rdo_chk {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(58, 58, 58);
  border-radius: 100%;
  margin: -3px 5px 0px 0px;
  vertical-align: middle;
}
.chk_area input:checked + .chk .rdo_chk::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgb(58, 58, 58);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  transform: translateY(-50%);
}
.chk_area .chk .icon_chk {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(204, 203, 204);
  vertical-align: middle;
  margin: -2px 5px 0px 0px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
.chk_area input:checked + .chk .icon_chk {
  background-image: url("../images/common/icon_chkOn.png");
}
.chk_box {
  text-align: left;
}
label.chk {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  z-index: 0;
  text-align: left;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0px;
  font-weight: 400;
  margin-left: 0px;
}
label.chk input[type="radio"] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  z-index: 1;
  opacity: 0;
}
label.chk input[type="radio"] + p,
label.chk input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
  background: rgb(255, 255, 255);
  text-align: left;
  color: rgb(69, 69, 69);
  height: 100%;
  padding-left: 30px;
}
label.chk input[type="radio"]:focus + p,
label.chk input[type="radio"]:focus + span {
  outline: 1px solid #000;
  outline-offset: -1px;
}
label.chk input[type="radio"] + p::before,
label.chk input[type="radio"] + span::before {
  content: "";
  display: block;
  cursor: pointer;
  border: 1px solid rgb(205, 208, 219);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 100%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
label.chk input[type="radio"]:checked + p::before,
label.chk input[type="radio"]:checked + span::before {
  border-color: #902d5b;
  background: #902d5b;
}
label.chk input[type="radio"]:checked + p::after,
label.chk input[type="radio"]:checked + span::after {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  font-family: "remixicon";
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.1rem;
}
label.chk input[type="radio"]:disabled + p::before,
label.chk input[type="radio"]:disabled + span::before {
  opacity: 0.9;
}
label.chk.w140 {
  min-width: 140px;
}
label.chk2 {
  position: relative;
}
label.chk2 ~ label.chk2 {
  margin-left: 60px;
}
label.chk2 ~ label.chk2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -29px;
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: rgb(216, 216, 216);
}
label.chk2 input {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  z-index: 1;
  opacity: 0;
}
label.chk2 input + p,
label.chk2 input + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  background: rgb(255, 255, 255);
  text-align: left;
  color: rgb(51, 51, 51);
  height: 100%;
  padding-left: 20px;
}
label.chk2 input:focus + p,
label.chk2 input:focus + span {
  outline: 1px solid #000;
  outline-offset: -1px;
}
label.chk2 input:checked + p::after,
label.chk2 input:checked + span::after {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: block;
  font-family: "remixicon";
  text-decoration: inherit;
  text-align: center;
  content: "";
}
label.chk2 input:not(:disabled) + p,
label.chk2 input:not(:disabled) + span {
  cursor: pointer;
}
label.chk2 input:disabled + p::before,
label.chk2 input:disabled + span::before {
  opacity: 0.9;
}
label.chk2 input:checked + p,
label.chk2 input:checked + span {
  color: #902d5b;
  font-weight: bold;
}
label.chk2 input:checked + p::before,
label.chk2 input:checked + span::before {
  background: rgb(255, 255, 255);
  border: none;
}
label.chk2 input + p::before,
label.chk2 input + span::before {
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
label.chk2.w140 {
  min-width: 140px;
}
.chk3_box,
.chk4_box {
  text-align: left;
}
label.chk3 {
  position: relative;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  z-index: 0;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0px;
  font-weight: 400;
  margin-left: 0px;
}
label.chk4 {
  position: relative;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  z-index: 0;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0px;
  font-weight: 400;
  margin-left: 0px;
  width: 180px;
}
/*20250918 수정*/
.chk3_box.olt label.chk3 {
  margin-right: 10px;
}
/*//20250918 수정*/
label.chk3 input[type="checkbox"],
label.chk4 input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  z-index: 1;
  opacity: 0;
}
label.chk3 input[type="checkbox"] + p,
label.chk3 input[type="checkbox"] + span,
label.chk4 input[type="checkbox"] + p,
label.chk4 input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  background: rgb(255, 255, 255);
  text-align: left;
  color: rgb(69, 69, 69);
  height: 100%;
  padding-left: 30px;
  line-height: 1.5;
  letter-spacing: -1.2px;
}

label.chk3 input[type="checkbox"] + p::before,
label.chk3 input[type="checkbox"] + span::before,
label.chk4 input[type="checkbox"] + p::before,
label.chk4 input[type="checkbox"] + span::before {
  content: "";
  display: block;
  cursor: pointer;
  border: 1px solid rgb(205, 208, 219);
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

label.chk3 input[type="checkbox"]:checked + p::before,
label.chk3 input[type="checkbox"]:checked + span::before,
label.chk4 input[type="checkbox"]:checked + p::before,
label.chk4 input[type="checkbox"]:checked + span::before {
  border-color: #902d5b;
  background: #902d5b;
}
label.chk3 input[type="checkbox"]:checked + p::after,
label.chk3 input[type="checkbox"]:checked + span::after,
label.chk4 input[type="checkbox"]:checked + p::after,
label.chk4 input[type="checkbox"]:checked + span::after {
  position: absolute;
  left: -1px;
  top: -2px;
  width: 25px;
  height: 25px;
  display: block;
  font-family: "remixicon";
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.3rem;
}
label.chk3 input[type="checkbox"]:disabled + p::before,
label.chk3 input[type="checkbox"]:disabled + span::before,
label.chk4 input[type="checkbox"]:disabled + p::before,
label.chk4 input[type="checkbox"]:disabled + span::before {
  opacity: 0.9;
  background-color: rgb(247, 247, 247);
  border-color: rgb(206, 206, 206);
}
label.chk3 input[type="checkbox"]:focus + p,
label.chk3 input[type="checkbox"]:focus + span,
label.chk4 input[type="checkbox"]:focus + p,
label.chk4 input[type="checkbox"]:focus + span {
  outline: 1px solid #000;
  outline-offset: -1px;
}
label.chk3.w140 {
  min-width: 140px;
}
label.chk3 input[type="checkbox"]:disabled + p,
label.chk3 input[type="checkbox"]:disabled + span,
label.chk4 input[type="checkbox"]:disabled + p,
label.chk4 input[type="checkbox"]:disabled + span {
  background-color: rgb(247, 247, 247);
  color: rgb(0, 0, 0);
}

table th,
table td {
  border: 1px solid rgb(221, 221, 221);
}
table th {
  color: rgb(22, 22, 22);
  font-weight: 500;
  height: 43px;
  padding: 12px 5px;
}
table td {
  color: rgb(34, 34, 34);
  padding: 12px 20px;
}
table td.bd-btmOff {
  border-bottom-width: 0px;
}
table thead tr th[scope="col"],
table tbody tr th[scope="row"] {
  background-color: rgb(246, 246, 246);
}
table tbody tr th[scope="row"]:first-of-type {
  border-left: 0px none;
}
table tbody tr td:last-child,
table tbody tr th[scope="row"] + td {
  border-right: 0px none;
}
table thead tr:first-of-type th[scope="col"],
table tbody tr:first-of-type th[scope="row"],
table tbody tr:first-of-type th[scope="row"] + td {
  border-top: 2px solid rgb(0, 0, 0);
  word-break: break-all;
}
table tbody tr th.pitb {
  background-color: #fff8fc;
}
.tis_box {
  display: inline-block;
  margin: 5px 0px;
}
.tis_box .tis_t {
  display: inline-block;
}
[class^="tis_t"] {
  min-width: 20px;
  margin: 5px 7px;
  color: rgb(85, 85, 85);
  display: inline-block;
  text-align: center;
}
[class^="tis_tt"] {
  min-width: auto;
}
[class^="tis_txt"] {
  color: rgb(0, 0, 0);
  min-width: 50px;
  display: inline-block;
}
.tis_txtb {
  min-width: 50%;
  text-align: left;
}
.tis_tb {
}
.blod_tr th[scope="row"] {
  background-color: #fff8fc;
}
.table_dbl table {
  border-collapse: separate;
  border-spacing: 5px;
}
.table_dbl table th,
.table_dbl table td {
  border-radius: 5px;
}
.table_dbl table th,
.table_dbl table th[scope="col"] {
  border: 1px solid #faeaec !important;
  background: #fbf1f2;
  font-weight: 500;
  text-align: center;
}
.table_dbl table td {
  border: 0px none;
  padding: 0px;
}
.table_dbl table th.no_bg {
  background: #fff;
  border: none !important;
}
.dem_bd .table_dbh table tbody th[scope="row"] {
  width: 10%;
}
.dem_bd .table_dbh table tbody td {
  width: auto;
}
.table_break .view_file {
  padding: 0px;
  border: 0px none;
}
.thead_box {
}
.thead_box tbody tr:first-of-type th[scope="row"],
.thead_box tbody tr:first-of-type th[scope="row"] + td {
  border-top: 1px solid rgb(221, 221, 221);
}
.thead_box thead tr th[scope="col"]:first-of-type {
  border-left: 0px none;
}
.thead_box thead tr th[scope="col"]:last-of-type {
  border-right: 0px none;
}
.thead_box tr th[scope="row"] {
  background-color: rgb(255, 255, 255);
  padding: 10px 20px;
}
.popupLayer {
  display: none;
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.dim {
  display: block;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
/*20240529*/
.popupLayer .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  box-shadow: rgba(153, 153, 153, 0.16) 0px 6px 14px;
  overflow-y: auto;
  border-radius: 20px;
}
.popupLayer .popup_content .popup_con {
  padding: 20px 10px 10px;
  min-height: 200px;
  background-color: rgb(255, 255, 255);
}
.popupLayer .popup_content.pd100 .popup_con {
  padding: 30px 29px 30px;
}
/* 20240529_상단이미지 없는 팝업 */
.popupLayer .popup_content .popup_con .popup_head {
  margin-bottom: 30px;
  padding: 0 10px 20px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb;
}
.popupLayer .popup_content .popup_con .popup_head p {
  text-align: left;
}
.popup_con .time_txt {
  font-size: 20px;
  color: #902d5b;
  font-weight: 500;
}
.popup_con .time {
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 30px;
}
/* //20240529_상단이미지 없는 팝업 */
/* //20240529*/
.popupLayer .popup_content .popup_con p {
  text-align: center;
}
.popupLayer .popup_content .popup_con .txt_b {
  padding-top: 150px;
  font-size: 22px;
  font-weight: 600;
}
.popupLayer .popup_content .popup_con .txt_b {
  background-repeat: no-repeat;
  background-position: center top;
}
.popupLayer01.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg01.png");
}
.popupLayer02.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg02.png");
}
.popupLayer03.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg03.png");
}
.popupLayer04.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg04.png");
}
.popupLayer05.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg05.png");
}
.popupLayer06.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg06.png");
}
.popupLayer07.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg07.png");
}
.popupLayer08.popupLayer .popup_content .popup_con .txt_b {
  background-image: url("../images/sub/icon_popimg08.png");
}
.popupLayer .popup_content .popup_con .txt_b span {
  color: #902d5b;
}
.popupLayer .popup_content .popup_con .txt_s {
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.popupLayer .popup_content .popup_con .txt_s ~ .txt_s {
  margin-top: 15px;
}
.popupLayer .popup_content .popup_btm {
  width: 100%;
}
.popupLayer .popup_content .popup_btm button:first-child:nth-last-child(1) {
  width: 100%;
}
.popupLayer .popup_content .popup_btm button {
  width: 50%;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
}
.pop_save {
  background-color: #902d5b;
}
.popupLayer .popup_content .popup_btm button:focus {
  outline-offset: -14px;
}
.pop_close {
  background-color: rgb(34, 34, 34);
}
.sub_content .s_btn {
  border-radius: 15px;
  padding: 2px 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
.sub_content .m_btn {
  padding: 5px;
}
.sub_content .btn ~ .btn {
  margin-left: 10px;
}
.sub_content .btn.blue,
.sub_content .btn.green,
.sub_content .btn.black,
.sub_content .btn.oran {
  color: rgb(255, 255, 255);
}
.sub_content .btn.blue {
  background: #902d5b;
  border: 1px solid #902d5b;
}
.sub_content .btn.green {
  background: rgb(0, 125, 109);
  border: 1px solid rgb(0, 125, 109);
}
.sub_content .btn.black {
  background: rgb(34, 34, 34);
  border: 1px solid rgb(34, 34, 34);
}
/*.sub_content .btn.oran { background: rgb(245, 92, 0); border: 1px solid rgb(245, 92, 0); }*/
.sub_content .btn.black_line {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(34, 34, 34);
  color: rgb(34, 34, 34);
}
.sub_content .btn.blue_line {
  border: 1px solid #902d5b;
  color: #902d5b;
}
.sub_content .btn.s_btn {
}
.sub_content .btn.m_btn {
  padding: 5px 24px;
  border-radius: 5px;
}
.sub_content .btn_area {
  margin-top: 40px;
  text-align: center;
}
.sub_content .btn_area.btn_area_r {
  text-align: right;
}
.sub_content .btn_area.btn_area_mid {
  text-align: center;
}
.sub_content .btn_area .btn_area_mid .page_text {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 0px 32px;
  line-height: 50px;
}
.sub_content .btn_area.btn_area_btw {
  display: flex;
  justify-content: space-between;
}
.sub_content .btn_area .btn {
  position: relative;
  min-width: 160px;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 32px;
  border-radius: 30px;
  z-index: 1;
  text-align: center;
}
.sub_content .btn_area .btn.s_btn {
  min-width: 120px;
  height: 45px;
  line-height: 45px;
}
.sub_content .btn_area .btn ~ .btn {
  margin-left: 15px;
}
.sub_content .arr_btn {
  position: relative;
  display: inline-block;
  width: 160px;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}
.sub_content .arr_btn::after {
  position: absolute;
  top: 15px;
  right: 25px;
  display: inline-block;
  font-family: "remixicon";
  content: "\ea6c";
  color: rgb(255, 255, 255);
}
.upload_w {
  padding: 10px 16px 10px 0px;
}
.upload_bx.upload_type1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}
.upload_bx.upload_type1 > div:first-of-type {
  position: relative;
  width: 100%;
}
.upload_bx.upload_type1 [data-ax5uploader-uploaded-box] {
  min-height: 30px;
  width: 100%;
  background: rgb(249, 250, 252);
  border: 1px dashed rgb(102, 102, 102);
}
.upload_w .upload_bx.upload_type1 {
  align-items: flex-end;
}
.upload_w .upload_bx.upload_type1 [data-ax5uploader-uploaded-box] {
  min-height: 60px;
  margin: 0px;
  padding: 17px 7px;
}
.ac {
  position: absolute;
  top: 19px;
  right: 15px;
  color: rgb(68, 68, 68);
  font-size: 14px;
}
.upload_bx [data-ax5grid] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.upload_w [data-ax5uploader] [data-ax5uploader-button="selector"] {
  position: absolute;
  top: 19px;
  left: 15px;
  color: rgb(85, 85, 85);
  font-size: 14px;
}
.file_separator {
  border-top: 1px solid rgb(221, 221, 221);
  margin: 10px;
}
.file li ~ li {
  margin-top: 5px;
}
.file i {
  font-size: 1.6rem;
  color: rgb(6, 79, 155);
  font-weight: 500; /* margin-right: 5px; */
}
.file i.ri-delete-bin-line {
  margin-left: 5px;
  color: rgb(51, 51, 51);
}
.file_no::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: rgb(219, 219, 219);
  border-radius: 50%;
}
.file .all_s .ri-foder-zip-line {
  color: rgb(20, 168, 20);
}
.file .all_s span {
  color: blue;
  text-decoration: underline;
}
.view_file {
  padding: 30px 60px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; /*background: rgb(248, 248, 248); */
}
/*.view_file li{ display: flex; align-items: flex-start; }*/
.view_file li .btn {
  display: inline;
  word-break: break-all;
}
.view_file li:not(:first-of-type) {
  margin-top: 15px;
}
.view_file .btn::after,
.view_file li::before,
.file_d::before,
.file_v::before,
.file_no::before {
  display: inline-block;
  width: 18px;
  height: 24px;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* font-size: 18px; */
  color: #000;
}
.view_file .btn::after {
  content: "\ec54";
  margin: 0 5px;
}
.view_file li::before {
  content: "\ed70";
  margin-right: 5px;
  margin-top: 0;
  vertical-align: bottom;
}
.file_d::before {
  content: "\ec24";
  margin-right: 5px;
}
.file_v::before {
  content: "\ed05";
}
.file_d,
.file_v {
  display: inline-block;
  width: 30px;
  height: 24px;
  min-width: auto;
  overflow: hidden; /* font-size: 0; */
  padding: 0px 5px;
}

div.file_bx {
  display: flex;
  justify-content: flex-end;
}
div.file_bx > .view_file {
  padding: 0px;
  border: 0px none;
}
.tabs {
}
.tabs [role="tablist"] {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.tabs [role="tab"] {
  display: inline-block;
  position: relative;
  width: 210px;
  padding: 0px 0px 15px;
  cursor: pointer;
  border-bottom: 3px solid rgb(85, 85, 85);
  color: rgb(85, 85, 85);
  font-size: 20px;
  font-weight: 400;
}
.tabs [role="tab"] span {
  display: inline-block;
}
.tabs [role="tab"][aria-selected="true"] {
  color: #902d5b;
  border-bottom: 3px solid #902d5b;
  font-weight: 600;
}
.tabs [role="tab"][aria-selected="true"] span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: 2px solid #902d5b;
}
.tabs [role="tab"][aria-selected="true"] span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #902d5b;
}
.tabs [role="tab"] span.focus {
  display: inline-block;
}
.tabs [role="tabpanel"] {
}
.tabs [role="tabpanel"].is-hidden {
  display: none;
}
.tabs [role="tabpanel"] p {
}
.txt_nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 47px);
  display: inline-block;
}
.help_txt {
  display: flex;
  align-items: center;
  gap: 15px;
}
.red {
  color: red !important;
}
.pit {
  color: red;
  font-size: 13px;
}
.pit2 {
  color: rgb(85, 85, 85);
  font-size: 14px;
  text-align: center;
}
[class^="esnt"] {
  position: relative;
  display: inline-block;
}
[class^="esnt"]::after {
  content: "*";
  color: red;
}
.esnt2::after {
  color: rgb(0, 0, 0);
}
.trnstr {
  display: flex;
  gap: 10px;
}
.box {
  display: flex;
}
.blod_tr {
  border: 3px solid #902d5b !important;
}
.blod_bg {
  background: #fffbfb !important;
}
/*20250415 수정*/
.table_box .auto-resize {
  width: 100%;
  height: 300px;
  overflow-y: hidden;
}
.table_box .auto-resize2 {
  width: 100%;
  height: 100px;
  overflow-y: hidden;
}
/*//20240415 수정*/

input.readonly-disabled {
  background-color: rgb(247, 247, 247);
  color: rgb(0, 0, 0);
}

input.readonly-disabled,
input.readonly-disabled + p,
input.readonly-disabled + p::before {
  cursor: default !important;
}

label.chk2 input.readonly-disabled + p::before,
label.chk2 input.readonly-disabled + span::before {
  opacity: 0.9;
}

@media (max-width: 1400px) {
  header .inner {
    text-align: right;
    padding: 0px 15px;
  }
  header .top_inner .top_area {
    float: none;
    vertical-align: top;
  }
  header .inner .logo {
    width: 150px;
  }
  header .inner .logo a {
    background-size: contain;
  }
  header .top_inner .top_area .btn {
    width: auto;
    padding: 0px 4px;
  }
  header .nav {
    float: right;
    margin-left: 0px;
  }
  header .nav > li {
    padding: 0px 25px;
  }
  header .nav > li ul {
    height: 180px;
    padding-top: 20px;
    text-align: center;
  }
  header .nav > li ul li a {
    padding: 5px 0px;
  }
  header .nav > li {
    width: 180px;
  }
  header .sns-bx {
    margin-right: 20px;
  }
  .nav_bg {
    height: 181px;
  }
  #footer .footer_wrap {
    width: 100%;
  }
  #footer .footer_txt,
  #footer .mark {
    float: none;
    text-align: center;
  }
  #footer .fam_site {
    justify-content: center;
  }
  #footer .footer_txt {
    margin-bottom: 30px;
  }
  #footer .footer_txt ul {
    justify-content: center;
  }
  table th {
    font-weight: 400;
    height: 43px;
  }
  table td {
    font-size: 14px;
    padding: 8px 10px;
  }
  [class^="tis_t"] {
    margin: 0px 5px;
    font-size: 14px;
  }
  .tis_t + input,
  .tis_t + select {
    margin-left: 10px;
    flex-grow: 1;
  }
  .tis_t + .date_box {
    margin-left: 5px;
  }
  .table_box .table_dbl table colgroup col:not(.big) {
    width: 17% !important;
  }
}
@media (max-width: 1351px) {
  [class^="esnt"]::before {
    position: relative;
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .table_auto {
    overflow-x: auto;
  }
  .table_auto table {
    min-width: 1000px;
  }
  .date_inp .tis_t {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .inner .logo {
    margin-right: 0px;
    width: 110px;
  }
  header .nav {
    margin-right: 10px;
  }
  header .nav > li {
    margin-right: 10px;
    padding: 0px 10px;
  }
  header .sns-list .item {
    width: 22px;
    height: 22px;
  }
  .dem_bd .table_break + h4 {
    margin-top: 30px;
  }
  .view_file {
    padding: 30px;
  }
  .table_break {
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 1px solid rgb(221, 221, 221);
  }
  .table_break > table {
    width: 100%;
    text-align: left;
    border-spacing: 0px;
    border-collapse: separate;
  }
  .table_break > table > colgroup {
    display: none;
  }
  .table_break > table > tr,
  .table_break > table > tbody > tr > th,
  .table_break > table > tbody > tr > td {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .table_break > table th,
  .table_break > table td,
  .table_break > table tbody tr:first-of-type th[scope="row"] + td {
    border: 0px none;
  }
  .table_break > table > thead > tr > th[scope="col"],
  .table_break > table > tbody > tr th[scope="row"],
  .table_break > table > thead > th,
  .table_break > table > tbody > th {
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 1px solid rgb(221, 221, 221);
  }

  .table_break > table tbody td,
  .table_break > table tr th {
    padding: 10px;
  }
  .board_search .table_break > table th,
  .board_search .table_break > table td,
  .board_search
    .table_break
    > table
    tbody
    tr:first-of-type
    th[scope="row"]
    + td {
    border: 1px solid rgb(221, 221, 221);
  }
  label.chk {
    padding: 5px 0px;
  }
  label.chk2 {
    padding: 5px 0px;
  }
  label.chk3 input[type="checkbox"]:checked + span::after {
    top: -8px;
  }
  .date_inp {
    width: 100%;
    gap: 5px;
  }
  .date_inp .date_box input {
    width: 135px;
  }
  header.main {
    position: sticky;
    border-bottom-color: rgba(221, 221, 221, 0.2);
  }
  header.sub {
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  }
  header.main .inner,
  header.sub .inner {
    height: auto;
  }
  header.main .inner .logo,
  header.sub .inner .logo {
    margin-top: 0px;
    width: 110px;
  }
  header.main .logo a,
  header.sub .logo a {
    height: 68px;
  }
  header.main .nav,
  header.sub .nav,
  .nav_bg {
    display: none;
  }
  header.main .clearfix,
  header.sub .clearfix {
    float: left;
  }
  header.main .top_inner,
  header.sub .top_inner {
    float: right;
    display: block;
    margin-top: 0px;
  }
  /*20240529*/
  header.main .top_inner .top_area .btn,
  header.sub .top_inner .top_area .btn,
  header.main .top_inner .top_area .right_area.m_off {
    display: none;
  }
  /* //20240529*/
  header .top_inner .top_area .btn.btn_menu {
    display: inline-block;
    width: 54px;
    height: 35px;
    font-size: 0px;
    border: none;
    border-radius: 0px;
    background-size: 25px 22px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../images/common/btn_menu.png");
  }
  header .top_inner .top_area {
    padding-top: 15px;
  }
  #mobileGnb {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  #mobileGnb .gnb_content {
    position: absolute;
    top: 0px;
    right: -100%;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
  }
  /*20240529*/
  #mobileGnb .gnb_content .gnbTop {
    background-color: #902d5b;
    padding: 20px 15px;
    position: relative;
  }
  /* //20240529*/
  #mobileGnb .gnb_content .gnbTop h2 {
    padding-left: 27px;
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/icon_gnb01.png");
    background-size: 17px 19px;
  }
  #mobileGnb .gnb_content .gnbTop h2 .btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
    padding: 0px 8px 0px 24px;
    height: 28px;
    line-height: 26px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 28px;
    font-size: 0.875rem;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-image: url("../images/common/icon_gnb02.png");
    background-size: 11px;
  }
  #mobileGnb .gnb_content .gnbTop .close {
    width: 45px;
    height: 28px;
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/common/btn_close02.png");
    background-size: 16px 17px;
  }
  #mobileGnb .gnb_content .gnbTop.login {
    padding: 22px 0px 0px;
  }
  #mobileGnb .gnb_content .gnbTop.login h2 {
    padding-left: 44px;
    background-position: 15px center;
    background-image: url("../images/common/icon_heart.png");
    background-size: 20px 18px;
  }
  /*20240529*/
  #mobileGnb .gnb_content .gnbTop .btn_my {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    width: 100%;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
  }
  #mobileGnb .gnb_content .gnbTop .btn_my .logout_time {
    display: flex;
    align-items: center;
  }
  #mobileGnb .gnb_content .gnbTop .btn_my .logout_time i {
    width: 20px;
    height: 16px; /* margin: 0px 0 2px 0px; */
    background: url("../images/common/icon_set1.png") center center no-repeat;
    filter: invert(1);
    vertical-align: sub;
  }
  #mobileGnb .gnb_content .gnbTop .btn_my .logout_time .btn {
    border: 1px solid #fff;
    padding: 0px 10px;
    border-radius: 13px;
    margin-left: 12px;
    font-size: 13px;
    line-height: 16px;
  }
  #mobileGnb .gnb_content .gnbTop .btn_my .btn > span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/icon_gnb03.png");
    background-size: 12px;
  }
  /* //20240529*/
  #mobileGnb .gnb_content .gnbTop .btn_area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(68, 68, 68);
    text-align: right;
  }
  #mobileGnb .gnb_content .gnbTop .btn_area .btn {
    margin: 0px;
    padding: 0px 15px 0px 20px;
    height: 55px;
    line-height: 55px;
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    background-color: rgb(68, 68, 68);
    border: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/logout_icon02.png");
    background-size: 11px;
  }
  #mobileGnb .gnb_content .gnb_list {
    padding: 27px 15px;
  }
  #mobileGnb .gnb_content .gnb_list li {
    border-bottom: 1px solid rgb(238, 238, 238);
  }
  #mobileGnb .gnb_content .gnb_list li .btn {
    position: relative;
    display: block;
    padding: 0px 10px;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(34, 34, 34);
    height: 45px;
    line-height: 45px;
    text-align: left;
  }
  #mobileGnb .gnb_content .gnb_list li .depthTit::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/common/icon_gnb04.png");
    background-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s ease 0s;
  }
  #mobileGnb .gnb_content .gnb_list li .depthTit.active::after {
    transform: rotate(-135deg);
  }
  #mobileGnb .gnb_content .gnb_list li .depth02 {
    display: none;
    padding: 9px 0px;
    margin: 0px 10px;
    border-top: 1px dashed rgb(238, 238, 238);
  }
  #mobileGnb .gnb_content .gnb_list li .depth02 li {
    border-bottom: none;
    margin-top: 9px;
  }
  #mobileGnb .gnb_content .gnb_list li .depth02 li:first-child {
    margin-top: 0px;
  }
  #mobileGnb .gnb_content .gnb_list li .depth02 li .btn {
    height: 24px;
    line-height: 24px;
    font-weight: 300;
    color: rgb(102, 102, 102);
  }
  header .sns-bx {
    padding-top: 5px;
    margin-right: 0px;
  }
}
@media (max-width: 764px) {
  #footer {
    font-size: 14px;
  }
  #footer .footer_txt ul li ~ li {
    padding-left: 5px;
  }
  #footer .footer_txt ul li {
    padding-right: 5px;
  }
  .chk {
    margin-bottom: 15px;
  }
  .chk input[type="radio"] + p {
    font-size: 14px;
  }
  .chk input[type="radio"] + p::before,
  .chk input[type="radio"]:checked + p::after {
    width: 20px;
    height: 20px;
  }
  .chk input[type="radio"]:checked + p::after {
    top: -1px;
  }
  .upload_w {
    padding: 10px 16px 10px 0px;
  }
  .upload_w [data-ax5uploader] [data-ax5uploader-button="selector"] {
    font-size: 14px;
  }
  .upload_w [data-ax5uploader] [data-ax5uploader-button="selector"],
  .ac {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 14px;
  }
  .tabs [role="tab"] {
    width: 120px;
    font-size: 16px;
  }
  .tabs [role="tablist"] {
    margin-bottom: 25px;
  }
  .help_txt {
    flex-direction: column;
  }
  .view_file {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .sub_content .btn_area {
    margin: 20px 0px 0px;
  }
  .sub_content .btn_area .btn {
    min-width: 80px;
    height: 40px;
    line-height: 40px;
  }
  .sub_content .btn ~ .btn {
    margin: 0px;
  }
  /*20240529*/
  .popupLayer .popup_content {
    width: 320px;
    height: auto; /* margin-left: -160px; */
  }
  .popupLayer .popup_content .popup_con,
  .popupLayer .popup_content.pd100 .popup_con {
    min-height: 225px;
    padding: 15px;
  }
  .popupLayer .popup_content .popup_con .popup_head,
  .popup_con .time {
    padding: 10px;
    margin-bottom: 10px;
  }
  /* //20240529*/
  .popupLayer .popup_content .popup_con p {
    font-size: 13px;
  }
  .popupLayer .popup_content .popup_con .txt_b {
    font-size: 20px;
    font-weight: 500;
  }
  .popupLayer .popup_content .popup_btm button {
    padding: 10px 0px;
    font-size: 16px;
  }
  .view_file .btn {
    padding-right: 35px;
  }
}
@media (max-width: 468px) {
  header.main .top_inner .logo,
  header.sub .top_inner .logo {
    width: 100px;
    margin-right: 20px;
  }
  header .top_inner .top_area .btn.btn_menu {
    width: 30px;
  }
  header .sns-bx {
    margin-right: 10px;
  }
  #footer {
    font-size: 12px;
  }
}
@media print {
  html,
  body {
    margin: 0px;
    padding: 0px;
    break-after: avoid;
    break-before: avoid;
    -webkit-print-color-adjust: exact;
    zoom: 0.75;
  }
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  .sub {
    background-color: rgb(255, 255, 255) !important;
  }
}
table thead tr th[scope="col"].align_l {
  text-align: center !important;
}
