@charset "utf-8";

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-display: swap;
  src:
    local("Pretendard GOV Bold"),
    url(./font/PretendardGOV-Bold.subset.woff2) format("woff2"),
    url(./font/PretendardGOV-Bold.subset.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local("Pretendard GOV Medium"),
    url(./font/PretendardGOV-Medium.subset.woff2) format("woff2"),
    url(./font/PretendardGOV-Medium.subset.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-display: swap;
  src:
    local("Pretendard GOV Regular"),
    url(./font/PretendardGOV-Regular.subset.woff2) format("woff2"),
    url(./font/PretendardGOV-Regular.subset.woff) format("woff");
}

:root {
  --primary60: #205fac;
  --primary50: #2775d4;
  --primary40: #469aef;
  --primary10: #d7e5f5;
  --primary15: #f2f7fc;
  --primary5: #eff4f9;
  --secondary70: #184781;
  --secondary60: #425683;
  --secondary50: #3e60a8;
  --secondary30: #a3b7e1;
  --secondary20: #dce4f0;
  --secondary10: #eaeff6;
  --secondary5: #edf0f7;
  --point70: #912f08;
  --point60: #c23e0a;
  --point50: #f24e0d;
  --point40: #f9713c;
  --point5: #fff5f1;
  --gry90: #1e2124;
  --gry70: #464c53;
  --gry65: #515860;
  --gry60: #58616a;
  --gry50: #6d7882;
  --gry30: #b1b8be;
  --gry20: #cdd1d5;
  --gry10: #e6e8ea;
  --gry5: #f4f5f6;
  --green70: #2c6d41;
  --green60: #398350;
  --green50: #5dad59;
  --green20: #e2f1e8;
  --green5: #eef7f1;
  --green10: #e8f6ec;
  --yellow60: #cf8318;
  --yellow50: #f9b04a;
  --yellow20: #faefd6;
  --wht: #fff;

  --blk: #1e2124;
  --red: #ee0000;
  --bg-soft: #edf1f5;
  --bg-normal: #eff4ff;
  --bg-gry: #f0f0f0;
  --bg-red: #ffeff3;
  --bg-light: #f8f8f8;
  --bg-dark: #0a294e;
  --bd-gry: #717171;
  --bd-blue: #99b0cb;
  --bd-light: #d8d8d8;
  --bd-soft: #e4e4e5;
  --bd-dark: #2d2d2d;
}

/* reset */
html,
body {
  position: relative;
  width: 100%;
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

*:focus {
  outline-offset: -0.4px;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}

::-moz-selection {
  background: #003675;
  color: #ffffff;
}

::selection {
  background: #003675;
  color: #ffffff;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: inherit;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

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

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type="submit"],
input[type="button"] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

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

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="search"],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role="button"] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.blind,
hr,
.sr-only,
legend,
caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.m-l-auto {
  margin-left: auto !important;
}
.m-r-auto {
  margin-right: auto !important;
}
.scroll-no {
  overflow: hidden;
}
.required {
  font-size: 1.4rem;
  color: var(--point50);
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 1024px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* scroll */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 10px;
  border: 4px solid transparent;
  box-shadow: inset 6px 6px 0 rgba(138, 148, 158, 1);
}

::-webkit-scrollbar-thumb:hover {
  border: 4px solid transparent;
  box-shadow: inset 6px 6px 0 rgba(138, 148, 158, 1);
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}
.bx-viewport ul li a {
  display: block;
}
#main-wrap .bx-viewport ul li a:focus:after {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid rgba(36, 107, 235, 0.8);
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  padding-left: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.79 11.99'%3E%3Cg fill = 'none' stroke= '%236d7882' stroke-linejoin= 'round' stroke-width= '1.6px'%3E%3Cpolyline class='cls-1' points='.57 11.42 5.99 5.99 .57 .57'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
}
.breadcrumb li.home {
  padding: 0;
  background: none;
}
.breadcrumb li a {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gry70);
  background: none !important;
  text-decoration: none !important;
}
.breadcrumb li a:hover {
  color: var(--primary50);
}

.page-title {
  position: relative;
  margin-bottom: 29px;
}
.tit,
.page-title .tit {
  font-size: 4rem;
  line-height: 1.4;
}
.sec-tit {
  margin-top: 0.9rem;
  font-size: 2.8rem;
  color: var(--gry90);
}
.sec-txt {
  margin-top: 1.1rem;
  font-size: 1.7rem;
  color: var(--gry90);
}
.sub-tit {
  font-size: 25px;
}
.page-desc {
  margin-top: 6px;
  font-size: 1.9rem;
}
.exp-txt {
  font-size: 1.6rem;
  color: var(--gry60);
}
.page-title .page-util {
  position: absolute;
  top: 10px;
  right: 0;
}
.tit > small {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: var(--gry);
}
@media (max-width: 1023px) {
  .tit,
  .page-title .tit {
    font-size: 3.2rem;
    margin-bottom: 1px;
  }
  .page-desc {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .list-top {
    margin: 26px 0 10px;
  }
}

/* typo */
.head-xl {
  font-size: 3.6rem;
  line-height: 3.125rem;
}
.head-tit {
  font-size: 2.8rem;
  line-height: 1.6;
}
.head-stit {
  font-size: 2rem;
  line-height: 1.875rem;
}
.txt {
  font-size: 17px;
  line-height: 1.75rem;
}
.sub-txt {
  font-size: 15px;
  line-height: 1.625rem;
}
.txt-blue {
  color: var(--primary60);
}
.txt-red {
  color: var(--point60);
}
.txt-green {
  color: var(--green50);
}
.t-gry {
  color: var(--gry);
}
.t-light {
  color: var(--bd-gry);
}
.txt-box {
  display: flex;
  margin-top: 10px;
  padding: 26px 30px;
  font-size: 17px;
  border-radius: 12px;
  background-color: #f8f8f8;
}
.txt-box.solo {
  margin-bottom: 20px;
}
.txt-box.warn {
  background-color: #ffeff3;
}
.txt-box.gry {
  color: #555;
  background-color: transparent;
}
.txt-box.sm {
  padding: 6px 10px;
  border-radius: 8px;
}
.txt-box .ico {
  margin-top: 3px;
  margin-right: 5px;
  background-image: url("/img/common/ico_caution.png");
}
.txt-box.warn .ico {
  background-image: url("/img/common/ico_caution_red.png");
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .breadcrumb li {
    padding-left: 16px;
    background-position: 3px 4px;
  }
  .txt-box {
    font-size: 15px;
  }
}

/* badge */
.badge {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 0 10px;
  font-size: 1.5rem;
  height: 24px;
  line-height: 24px;
  color: var(--wht);
  font-weight: 400;
  border-radius: 14px;
}
.badge.small {
  height: 16px;
}
.badge.xlarge {
  height: 32px;
  line-height: 32px;
  font-size: 1.7rem;
}
.badge.blue {
  color: var(--gry90);
  background-color: var(--primary10);
}
.badge.red {
  color: var(--gry90);
  background-color: #fcdccf;
}
.badge.green {
  color: var(--gry90);
  background-color: #b3e299;
}
.badge.yellow {
  color: var(--gry90);
  background-color: #ffeaa1;
}
.badge.pink {
  color: var(--gry90);
  background-color: #f0d1f7;
}
.badge.new {
  color: var(--primary60);
  background-color: var(--primary10);
}
.badge.gry,
.badge.gray {
  color: var(--gry70);
  background-color: var(--gry20);
}
.badge.orange {
  color: #fff;
  background-color: #c4956a;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 4px;
}
.badge .badge-del {
  margin-top: -2px;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: url("/images/common/ico_badge_del.svg") no-repeat center;
}
/* tooltip */
.tool-tip {
  position: relative;
  display: inline-block;
}
.tool-tip .tooltip-box {
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 10;
  display: none;
  width: max-content;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #1d1d1d;
  text-align: left;
  box-shadow: 5px 8.66px 15px 0px rgba(0, 0, 0, 0.3);
}
.tool-tip .tooltip-box::before {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: var(--wht) transparent transparent transparent;
}
.tool-tip:hover .tooltip-box {
  display: block;
}
/* icon */
.ico {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 18px;
  min-width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico.info {
  width: 24px;
  height: 24px;
  background-image: url("/img/common/ico_info.png");
}
.ico.reply {
  width: 16px;
  height: 16px;
  background-image: url("/img/common/ico_reply.png");
}
.ico.comment {
  width: 16px;
  height: 16px;
  background-image: url("/img/common/ico_comment.png");
}

/* tabs */
.tab {
}
.tab .tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.tab .tab-nav.cont > li {
  flex: 1 1 0px;
  min-width: 0;
}
.tab .tab-nav > li,
.tab .tab-nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  white-space: nowrap;
}
.tab .tab-nav li > a {
  padding: 1rem 0.4rem;
  min-width: 65px;
  color: var(--gry60);
  font-size: 1.7rem;
  font-weight: 400;
  border-bottom: 1px solid var(--gry40);
}
.tab .tab-nav > li.active > a {
  color: var(--primary50);
}
.tab .tab-nav.cont > li > a {
  padding: 12px 0;
  width: 100%;
}
.tab .tab-nav.cont > li > a:hover {
  background-color: #d4d9df;
}
.tab .tab-nav > li.active > a {
  border-bottom: 2px solid var(--primary50);
}

.tab .tab-cont {
  display: none;
  margin-top: 20px;
}
.tab-cont.active {
  display: block;
}

.link-txt:hover,
.link-txt:focus {
  color: var(--prime);
  text-decoration: underline;
}

/* button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  height: 48px;
  padding: 0 15px;
  background-color: var(--primary50);
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1.7rem;
  color: var(--wht);
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.4s ease-in-out;
}
.btn.full {
  width: 100%;
}
.btn + .btn {
  margin-left: 6px;
}
/* icon button */
.btn-ico {
  color: inherit;
  border: 0;
  background-color: inherit;
  padding: 0 !important;
}
.btn-ico[class*="ico-"] {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-ico.ico-sch {
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_search_btn.svg");
}
a.txt {
  display: inline-flex;
  padding: 0.2rem 0.4rem;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  background-color: var(--primary10);
}
a.txt:hover {
  text-decoration: none;
  background-color: var(--primary20);
  text-decoration: underline;
}
a.txt:hover span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* btn color */
.btn[class*="ico-"] {
  padding: 4px 5px;
  background-color: inherit;
}
.btn[class*="ico-"]:hover {
  background-color: var(--bg-soft);
}
.btn.normal {
  color: var(--wht);
  background-color: var(--primary50);
}
.btn.normal:hover,
.btn.normal:focus {
  background-color: var(--primary60);
}
.btn.strong {
  color: var(--wht);
  background-color: var(--secondary50);
}
.btn.strong:hover,
.btn.strong:focus {
  background-color: var(--secondary60);
}
.btn.import {
  color: var(--wht);
  background-color: var(--point50);
}
.btn.import:hover,
.btn.import:focus {
  background-color: var(--point60);
}

.btn.line-normal {
  color: var(--primary50);
  border-color: var(--primary50);
  background-color: var(--wht);
}
.btn.line-normal:hover,
.btn.line-normal:focus {
  background-color: var(--primary20);
}
.btn.line-strong {
  color: var(--secondary50);
  border-color: var(--secondary50);
  background-color: var(--wht);
}
.btn.line-strong:hover,
.btn.line-strong:focus {
  background-color: var(--secondary20);
}
.btn.line-import {
  color: var(--point50);
  border-color: var(--point50);
  background-color: var(--wht);
}
.btn.line-import:hover,
.btn.line-import:focus {
  background-color: var(--point20);
}
.btn.secsess {
  color: var(--wht);
  background-color: var(--green50);
}
.btn.secsess:hover,
.btn.secsess:focus {
  background-color: var(--green60);
}
.btn.warnning {
  color: var(--wht);
  background-color: var(--yellow50);
}
.btn.warnning:hover,
.btn.warnning:focus {
  background-color: var(--yellow60);
}
.btn.dark {
  color: var(--wht);
  background-color: var(--gry60);
}
.btn.dark:hover,
.btn.dark:focus {
  background-color: var(--gry90);
}
.btn.reni {
  color: var(--wht);
  background: var(--gradi00);
}
.btn.reni:hover,
.btn.reni:focus {
  background: var(--gradi0h);
}
.btn.line-dark {
  color: var(--gry90);
  border-color: var(--gry60);
  background-color: var(--wht);
}
.btn.line-dark:hover,
.btn.line-dark:focus {
  background-color: var(--gry10);
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
  cursor: not-allowed;
  color: var(--gry50);
  background-color: var(--gry30);
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus,
.btn[disabled]:hover,
.btn[disabled]:focus {
  color: var(--gry50);
  background-color: var(--gry30) !important;
}
.btn-txt {
  color: var(--blk);
  height: auto;
}
.btn-txt:hover {
  color: #4459d9;
  text-decoration: underline !important;
}

.btn[class*="ico-"]::after {
  display: inline-flex;
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn[class*="ico-"].ico-before::after {
  display: none;
}
.btn[class*="ico-"].ico-before::before {
  display: inline-flex;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn.ico-back::before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.75 15.12'%3E%3Cg fill= 'none' stroke= '%231e2124' stroke-linejoin= 'round' stroke-width= '1.6px'%3E%3Cpolyline points='7.71 14.56 .8 7.56 7.71 .56'/%3E%3Cline x1='1.9' y1='7.56' x2='15.75' y2='7.56'/%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-info::before {
  width: 24px;
  height: 24px;
  margin-top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%231e2124' stroke-linejoin='round' stroke-width='2px'%3E%3Cpath class='cls-1' d='m12,23c-6.07,0-11-4.93-11-11S5.93,1,12,1s11,4.93,11,11-4.93,11-11,11Z'%3E%3C/path%3E%3Cpath class='cls-1' d='m12.76,7.96c0,.42-.34.76-.76.76s-.76-.34-.76-.76.34-.76.76-.76.76.34.76.76Z'%3E%3C/path%3E%3Cline class='cls-1' x1='12' y1='10.78' x2='12' y2='18.13'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-plan::before {
  width: 24px;
  height: 24px;
  margin-top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.7 19.09'%3E%3Cg fill='none' stroke='%231e2124' stroke-linejoin='round' stroke-width='1.6px'%3E%3Cpolyline class='cls-1' points='16.15 14.4 16.15 18.29 4.21 18.29 4.21 1.54 16.15 1.54 16.15 8.73'%3E%3C/polyline%3E%3Cpolyline class='cls-1' points='4.21 18.29 .8 18.29 .8 1.54 4.21 1.54'%3E%3C/polyline%3E%3Cpath class='cls-1' d='m8.76,9.29v2.59c0,1.26-1.02,2.27-2.27,2.27h10.23c1.21-.06,2.18-1.05,2.18-2.27v-2.59h-10.14Z'%3E%3C/path%3E%3Cpath class='cls-1' d='m6.48,14.16c-1.26,0-2.27-1.02-2.27-2.27'%3E%3C/path%3E%3Cline class='cls-1' x1='6.55' x2='6.55' y2='2.95'%3E%3C/line%3E%3Cline class='cls-1' x1='2.8' x2='2.8' y2='1.35'%3E%3C/line%3E%3Cline class='cls-1' x1='10.31' x2='10.31' y2='2.95'%3E%3C/line%3E%3Cline class='cls-1' x1='14.07' x2='14.07' y2='2.95'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-test::before {
  width: 24px;
  height: 24px;
  margin-top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.62 19.34'%3E%3Cg fill='none' stroke='%231e2124' stroke-linejoin='round' stroke-width='1.6px'%3E%3Cg%3E%3Cpolyline points='.56 2.24 3.01 4.64 6.8 .54'%3E%3C/polyline%3E%3Cline x1='8.79' y1='3.26' x2='19.62' y2='3.26'%3E%3C/line%3E%3C/g%3E%3Cg%3E%3Cpolyline points='.56 16.15 3.01 18.54 6.8 14.45'%3E%3C/polyline%3E%3Cline x1='8.79' y1='17.16' x2='19.62' y2='17.16'%3E%3C/line%3E%3C/g%3E%3Cg%3E%3Cpolyline points='.56 9.2 3.01 11.59 6.8 7.5'%3E%3C/polyline%3E%3Cline x1='8.79' y1='10.21' x2='19.62' y2='10.21'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-more::after {
  background-size: 10px 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.99 6.79'%3E%3Cg fill='none' stroke='%231e2124' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.6px'%3E%3Cpolyline points='.57 .57 5.99 5.99 11.42 .57'/%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-file::before {
  margin-top: -1px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.4 13.18'%3E%3Cg fill= 'none' stroke= '%231e2124' stroke-linejoin= 'round' stroke-width= '1.4px'%3E%3Cpath d='m9.56,8.11l-3.04,3.29c-1.33,1.44-3.5,1.44-4.83,0h0c-1.32-1.43-1.33-3.74,0-5.17L7.01.48'/%3E%3Cpath d='m4.32,8.35l5.34-5.77c.69-.75,1.83-.75,2.52,0h0c.69.75.69,1.95,0,2.7l-4.2,4.55'/%3E%3C/g%3E%3C/svg%3E");
}
.btn.ico-daily:disabled:before {
  margin-top: -1px;
  margin-right: 10px;
  background-image: url("/img/common/ico_write_blk.png");
}
.btn.ico-absent::before {
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/img/common/ico_cal_none.png");
}
.btn.ico-towork::before {
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/img/common/ico_cal.png");
}
.btn.ico-dw::before {
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/img/common/ico_dw_file.png");
}

/* btn size */
.btn.small {
  padding: 0 8px;
  height: 40px;
  font-size: 1.7rem;
}
.btn.small + .btn {
  margin-left: 4px;
}
.btn.large {
  padding: 0 24px;
  height: 56px;
  font-size: 1.9rem;
}
.btn.large + .btn {
  margin-left: 10px;
}
.btn-wrap {
  display: flex;
  margin-top: 30px;
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap .full {
  width: 100%;
}
.btn-wrap .btn {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .btn-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 0 15px;
    min-width: 64px;
    height: 40px;
    font-size: 1.4rem;
  }
  .btn.small {
    padding: 0 10px;
    min-width: 50px;
    font-size: 1.4rem;
    height: 32px;
  }
  .btn.large {
    padding: 0 20px;
    min-width: 80px;
    height: 48px;
    font-size: 1.7rem;
  }
}

/* pagination */
.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  margin-top: 35px;
}
.pagination .page-navi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #555555;
  width: 24px;
  height: 30px;
  font-size: 17px;
  text-indent: -999em;
}
.pagination .page-navi svg path {
  stroke-width: 1.2;
}
.pagination .page-navi:hover {
  transition: 0.4s ease-in-out;
}
.pagination .page-navi:hover svg path {
  stroke: var(--primary50);
}
.pagination .page-navi.disable {
  pointer-events: none;
  cursor: default;
}
.pagination .page-navi.disable svg path {
  stroke: var(--gry40);
}
.pagination .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  order: 2;
  gap: 30px;
}
.pagination .page-links .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #555555;
  min-width: 24px;
  height: 30px;
  font-size: 1.4rem;
}
.pagination .page-links .page-link:hover {
  color: var(--primary50);
  transition: 0.4s ease-in-out;
}
.pagination .page-link.active {
  font-weight: 700;
  color: var(--gry90);
  border-bottom: 1px solid var(--gry90);
}
@media (max-width: 1023px) {
  .pagination {
    /* padding-top:20px;
        padding-top:40px */
  }
  .pagination .page-navi {
    font-size: 15px;
  }
  /* .pagination .page-navi.prev {
        position: absolute;
        top:0;
        left:50%;
        margin-left:-60px;
    }
    .pagination .page-navi.next {
        position: absolute;
        top:0;
        right:50%;
        margin-right:-60px;
    } */
  /* 모바일에서 버튼 3개만 노출 */
  .pagination .page-links .page-link:nth-child(n + 6) {
    display: none;
  }
}

/* table */
.tbl-wrap .tbl {
  margin-top: 40px;
  overflow: hidden;
}
.tbl-wrap .tbl th,
.tbl-wrap .tbl td {
  padding: 10px 16px 6px;
  border-bottom: 1px solid;
  line-height: 1.5;
  vertical-align: middle;
}
.tbl-wrap .tbl th {
  padding: 10px 16px 6px;
}
.tbl-wrap .tbl thead th {
  height: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gry90);
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--primary10);
  background-color: var(--primary5);
}
.tbl-wrap .tbl tbody th,
.tbl-wrap .tbl tbody td {
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  color: var(--gry90);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid var(--gry10);
  background-color: var(--wht);
}
.tbl-wrap .tbl tbody td {
  height: 65px;
  font-size: 1.7rem;
}
.tbl-wrap .tbl tbody td .u-right {
  margin-left: 1rem;
}
/* .tbl-wrap .tbl.data tbody td .txt {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.tbl-wrap .tbl .t-left {
  text-align: left !important;
}
.tbl-wrap .tbl .t-right {
  text-align: right !important;
}
.tbl-wrap .tbl.data tbody tr:last-child td {
  border-bottom: 1px solid var(--gry10);
}
.tbl-wrap .tbl.row {
  border-top: 1px solid #000;
}
.tbl-wrap.scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.tbl-wrap.scroll .tbl th,
.tbl-wrap.scroll .tbl td {
  white-space: nowrap;
}
.tbl-wrap .btn-wrap {
  margin-top: 3rem;
  text-align: center;
}
.bottom-util {
  position: relative;
}
.bottom-util .custom-select {
  position: absolute;
  top: -5px;
  right: 0;
  width: 120px;
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
  .tbl-wrap .tbl.data {
    margin-top: 11px;
    border-top: 1px solid var(--gry90);
  }

  .tbl-wrap .tbl.data colgroup,
  .tbl-wrap .tbl.data thead {
    display: none;
  }

  .tbl-wrap .tbl.data,
  .tbl-wrap .tbl.data tbody,
  .tbl-wrap .tbl.data tr,
  .tbl-wrap .tbl.data td {
    display: block;
    width: 100%;
  }

  .tbl-wrap .tbl.data tr {
    position: relative;
    padding: 15px 0 17px;
    border-bottom: 1px solid var(--gry10);
  }
  .tbl-wrap .tbl.data td {
    height: auto;
    font-size: 1.4rem;
    border: 0 none !important;
  }
  /* 번호 숨김 */
  .tbl-wrap .tbl.data td:nth-child(1) {
    display: none;
  }

  .tbl-wrap .tbl.qna td:nth-child(1) {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    width: auto;
  }

  /* 제목 */
  .tbl-wrap .tbl.data td:nth-child(2) {
    margin-bottom: 2px;
    padding: 0;
  }
  .tbl-wrap .tbl.data td:nth-child(2) a {
    font-size: 1.6rem;
    font-weight: 700;
  }

  /* 파일 + 등록일 */
  .tbl-wrap .tbl.data td:nth-child(3),
  .tbl-wrap .tbl.data td:nth-child(4) {
    display: inline-block;
    width: auto;
    padding: 0;
    height: initial;
    font-size: 13px;
    color: #666;
    border: 0;
  }
  .tbl-wrap .tbl.data .btn.ico-file {
    width: auto;
    height: auto;
    min-width: 20px;
  }
  .tbl-wrap .tbl.data .btn.ico-file::before {
    width: 10px;
    height: 10px;
  }

  .tbl-wrap .tbl.data td:nth-child(3)::before {
    content: "파일";
    margin-right: 4px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .tbl-wrap .tbl.qna td:nth-child(3)::before {
    content: "등록자";
    margin-right: 4px;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .tbl-wrap .tbl.data td:nth-child(4)::before {
    content: "등록일";
    margin-left: 9px;
    margin-right: 4px;
    padding-left: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    border-left: 1px solid var(--gry20);
  }
  .tbl-wrap .tbl tbody td {
    font-size: 1.4rem;
  }
}
.empty-box {
  padding: 40px 0;
  font-size: 17px;
  color: var(--gry);
  font-weight: 400;
  text-align: center;
}
.empty-box .ico {
  display: block;
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.empty-box .ico.ico-no-search {
  background-image: url("/img/common/ico_no_search.png");
}
.empty-box .ico.ico-no-cont {
  background-image: url("/img/common/ico_no_cont.png");
}
.empty-box .ico.ico-no-cal {
  background-image: url("/img/common/ico_no_cal.png");
}

@media (max-width: 1023px) {
  .empty-box {
    font-size: 15px;
  }
}

/* accodian */
.accordion {
  border-top: 1px solid #e4e4e4;
}
.accordion-item {
  border-bottom: 1px solid #e4e4e4;
}
.accordion-item .btn-accordion {
  position: relative;
  width: 100%;
  min-height: 78px;
  padding: 20px 60px 20px 80px;
  font-size: 19px;
  text-align: left;
}
.accordion-item .btn-accordion::after {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 40px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/common/ico_accodian_arr.png") no-repeat center;
  background-size: 24px;
  transition: 0.4s ease-in-out;
  transform: rotate(0deg);
}
.accordion-item .btn-accordion.active::after {
  transform: rotate(180deg);
}
.accordion-item .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.accordion-item.active .accordion-collapse {
  height: auto;
  max-height: 100vh;
  transition: max-height 1.5s ease-in-out;
}
.accordion-item .accordion-body {
  margin-bottom: 19px;
  padding: 27px 40px 27px 80px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 12px;
  background-color: #edf1f5;
}
.accordion-item strong {
  margin-left: -40px;
  margin-right: 20px;
}
.accordion-item .accordion-body strong {
  margin-left: -40px;
  margin-right: 27px;
}
@media (max-width: 1023px) {
  .accordion-item .btn-accordion {
    font-size: 17px;
    padding: 20px 50px 20px 40px;
  }
  .accordion-item .btn-accordion::after {
    right: 15px;
  }
  .accordion-item strong {
    margin-left: -26px;
    margin-right: 8px;
  }
  .accordion-item .accordion-body {
    margin: 0 15px 20px;
    padding: 25px 20px 25px 40px;
    width: calc(100% - 30px);
    font-size: 15px;
  }
  .accordion-item .accordion-body strong {
    margin-left: -25px;
    margin-right: 13px;
  }
}

.inline-form {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}
.input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  width: 100%;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--gry20);
}
.form-row .form-label {
  /* flex-shrink: 0;*/
  margin-bottom: 0;
  padding: 0 20px;
  width: 22%;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gry90);
}
.form-row .form-label .ic-import {
  margin-left: 5px;
  color: var(--point60);
}

.form-row .form-field {
  flex: 1;
}

.form-row .form-field .form-static {
  font-size: 1.7rem;
}

.form-row .form-field .agree-radio-wrap {
  justify-content: flex-start;
  padding: 0;
}

.form-row .form-field .form-hint {
  margin-top: 5px;
  font-size: 1.5rem;
  color: var(--gry50);
}
.form-row .form-field .form-hint.is-success {
  padding-left: 18px;
  color: var(--green60);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.25 9.54'%3E%3Cg fill= 'none' stroke= '%23398350' stroke-linecap = 'square' stroke-linejoin= 'round' stroke-width= '1.6px'%3E%3Cpolyline points='1.13 4.82 5.15 8.74 11.13 1.12'/%3E%3C/g%3E%3C/svg%3E");
}
.form-row .form-field .form-hint.is-error {
  padding-left: 18px;
  color: var(--point60);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 9.41'%3E%3Cg fill= 'none' stroke= '%23c23e0a' stroke-linejoin= 'round' stroke-width= '1.6px'%3E%3Cline x1='.57' y1='.57' x2='8.85' y2='8.85'/%3E%3Cline x1='.57' y1='8.85' x2='8.85' y2='.57'/%3E%3C/g%3E%3C/svg%3E");
}

.form-tit {
  display: flex;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: var(--gry90);
}
.form-datepicker {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-datepicker .date-input-wrapper {
  position: relative;
}
.form-datepicker .date-input {
  position: relative;
  width: 100%;
  min-width: 166px;
  height: 36px;
  padding: 0 4rem 0 1.2rem;
  background-color: #ffffff;
  border: 1px solid var(--gry40);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1.4rem;
  color: var(--gry90);
  transition: 0.4s ease-in-out;
}
.form-datepicker .date-input .datepicker {
  border: 0;
  width: 100%;
  height: 34px;
}
.form-datepicker .date-input .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  font-size: 0;
}
.form-datepicker .calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #6b7280;
  pointer-events: none;
}
.form-datepicker .separator {
  color: var(--gry90);
  font-size: 1.9rem;
}
.form-conts {
}

.form-control {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  background-color: var(--wht);
  border: 1px solid var(--gry60);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1.7rem;
  color: var(--gry90);
  box-sizing: border-box;
  transition: 0.4s ease-in-out;
}
.form-control.short {
  max-width: 180px;
}
.form-control.middle {
  max-width: 300px;
}
.form-control::placeholder {
  font-size: 1.7rem;
  color: var(--gry50);
}
.form-control.is-error {
  border: 2px solid var(--point50) !important;
}
.form-control.small {
  padding: 0 15px;
  height: 36px;
  border-radius: 6px;
}
.form-control.large {
  height: 56px;
}
.form-control:focus {
  border-color: var(--primary50);
  border-width: 2px;
  outline: none;
}
.form-control[readonly] {
  background-color: var(--gry20);
  border-color: var(--gry30);
  color: var(--gry);
}
.form-control[readonly].datepicker {
  background-color: #ffffff;
  border-color: #717171;
  color: #1d1d1d;
}
.form-control[readonly]::-webkit-input-placeholder {
  color: #717171;
}
.form-control[readonly]::-moz-placeholder {
  color: #717171;
}
.form-control[readonly]:-ms-input-placeholder {
  color: #717171;
}
.form-control[readonly]::-ms-input-placeholder {
  color: #717171;
}
.form-control[disabled] {
  background-color: #d8d8d8;
  border-color: #c6c6c6;
  color: #717171;
}
.form-control[disabled]::-webkit-input-placeholder {
  color: #717171;
}
.form-control[disabled]::-moz-placeholder {
  color: #717171;
}
.form-control[disabled]:-ms-input-placeholder {
  color: #717171;
}
.form-control[disabled]::-ms-input-placeholder {
  color: #717171;
}
.textarea-wrap {
  font-size: 0;
}
textarea.form-control {
  height: var(--krds-spacer-50);
  padding: 16px 12px;
  line-height: 1.7;
}
.textarea-wrap .form-control:placeholder-shown {
  -webkit-box-orient: inherit;
}
.textarea-count {
  font-size: var(--krds-fz-label-sm);
  width: 100%;
  margin-top: var(--krds-spacer-3);
  text-align: right;
}
.textarea-count .text-num {
  margin-left: var(--krds-spacer-default2);
}
input[type="number"] {
  -moz-appearance: textfield;
  margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="text"]::-ms-clear {
  display: none;
}

/* form layouts */
.form-wrap {
  display: grid;
  gap: 24px;
}
.form-wrap > li,
.form-wrap.standalone,
.form-wrap > .row {
  line-height: 1;
}
.form-wrap .form-conts.group > .form-control {
  margin-right: 8px;
}

/* radio checkbox */
.chk-area {
  display: flex;
  gap: 26px;
}
.chk-area.chk-column {
  flex-direction: column;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-check input[type="radio"] ~ label,
.form-check input[type="checkbox"] ~ label {
  position: relative;
  display: inline-flex;
  min-height: 2.4rem;
  padding-left: calc(20px + 12px);
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.form-check input[type="radio"] ~ label:before,
.form-check input[type="radio"] ~ label:after,
.form-check input[type="checkbox"] ~ label:before,
.form-check input[type="checkbox"] ~ label:after {
  display: block;
  content: "";
  transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.form-check input[type="checkbox"] ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-color: var(--gry50);
  border-radius: 4px;
}
.form-check input[type="checkbox"] ~ label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 11px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.25 9.54'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.6px'%3E%3Cpolyline class='cls-1' points='1.13 4.82 5.15 8.74 11.13 1.12'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}

.form-check input[type="radio"] ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
}

.form-check input[type="radio"] ~ label:before,
.form-check input[type="checkbox"] ~ label:before {
  z-index: 3;
}
.form-check input[type="radio"] ~ label:after,
.form-check input[type="checkbox"] ~ label:after {
  z-index: 4;
}
.form-check input[type="radio"]:disabled + label,
.form-check input[type="checkbox"]:disabled + label {
  color: #8e8e8e;
  cursor: default;
}
.form-check input[type="radio"] ~ label:before {
  width: 24px;
  height: 24px;
  background-color: var(--wht);
  border: 1px solid var(--gry70);
  border-radius: 50%;
}
.form-check input[type="radio"] ~ label:after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: var(--wht);
  border-radius: 50%;
}
.form-check input[type="radio"]:checked ~ label:after {
  background-color: var(--primary50);
}
.form-check input[type="radio"]:checked:disabled ~ label:before {
  border-color: #c6c6c6;
  background-color: #e4e4e4;
}
.form-check input[type="radio"]:checked:disabled ~ label:after {
  display: block;
  background-color: #c6c6c6;
}
.form-check input[type="radio"]:disabled ~ label:before {
  background-color: #e4e4e4;
}
.form-check input[type="radio"]:disabled ~ label:after {
  background-color: var(--wht);
}
.form-check input[type="checkbox"]:checked ~ label:before {
  border-color: var(--primary50);
  background-color: var(--primary50);
}
.form-check input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  transition-delay: 0.2s;
}
.form-check input[type="checkbox"]:disabled ~ label:before {
  border-color: #c6c6c6;
  background-color: #e4e4e4;
}
.form-check input[type="radio"]:focus ~ label,
.form-check input[type="checkbox"]:focus ~ label {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.form-check.ico-only {
  display: inline-flex;
  vertical-align: middle;
}
.form-check.ico-only > [type="checkbox"] ~ label {
  padding-left: 16px !important;
}
.form-check.ico-only > [type="radio"] ~ label {
  padding-left: 20px !important;
}
.check-only {
  height: 20px;
}
.check-only input[type="checkbox"] ~ label,
.check-only input[type="radio"] ~ label {
  position: relative;
  display: inline-flex;
  min-height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.check-only input[type="checkbox"] ~ label:before,
.check-only input[type="checkbox"] ~ label:after,
.check-only input[type="radio"] ~ label:before,
.check-only input[type="radio"] ~ label:after {
  position: absolute;
  top: calc((20px - 20px) / 2);
  left: calc((20px - 20px) / 2);
  display: block;
  content: "";
  transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.check-only input[type="checkbox"] ~ label:before {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #717171;
  border-radius: 4px;
}
.check-only input[type="radio"] ~ label:before {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #717171;
  border-radius: 50%;
}
.check-only input[type="checkbox"] ~ label:after {
  width: 20px;
  height: 20px;
  background: url(/img/common/bg_checkbox_chk.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
}
.check-only input[type="checkbox"]:checked ~ label:before {
  background-color: var(--prime);
  border-color: var(--prime);
}
.check-only input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  z-index: 3;
}
.check-only input[type="radio"] ~ label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
}
.check-only input[type="radio"]:checked ~ label:after {
  background-color: var(--prime);
  opacity: 1;
}
.check-only input[type="radio"]:focus ~ label,
.check-only input[type="checkbox"]:focus ~ label {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.chk-group-area > * {
  width: 100%;
}
.chk-group-area .chk-all-wrap {
  color: #1d1d1d;
}
.chk-group-area .chk-all-wrap .form-group {
  width: auto;
}
.chk-group-area .chk-group-wrap {
  gap: 24px;
}
.chk-group-area .chk-group-wrap > li {
  gap: 24px;
  width: 100%;
  padding: 24px;
  border: 1px solid #c6c6c6;
  border-radius: var(--krds-rd-12);
  transition: 0.4s ease-in-out;
}
.chk-group-area .chk-group-wrap > li .btn {
  color: #1d1d1d;
}
.chk-group-area .chk-group-wrap > li.checked {
  border-color: var(--prime);
}
.chk-group-area .chk-group-wrap > li.disabled {
  background-color: var(--krds-gray-5);
  border-color: #d8d8d8;
}
.chk-group-area .chk-group-wrap > li.disabled .btn {
  color: #8e8e8e;
}
.chk-group-area .chk-group-wrap > li.disabled .btn.btn-txt.ico-arr::after {
  background-image: url(../../img/component/common/ico_arr_20_right_disabled.svg);
  background-position: center;
  background-size: 1.6rem;
}
.chk-group-area .chk-group-wrap input[type="radio"] + label,
.chk-group-area .chk-group-wrap input[type="checkbox"] + label {
  flex-direction: column;
  width: 100%;
  padding-left: 4.4rem;
}
.chk-group-area .chk-group-wrap input[type="radio"] + label .tit,
.chk-group-area .chk-group-wrap input[type="checkbox"] + label .tit {
  font-weight: 700;
  color: #1d1d1d;
}
.chk-group-area .chk-group-wrap input[type="radio"] + label .tit + .conts-desc,
.chk-group-area
  .chk-group-wrap
  input[type="checkbox"]
  + label
  .tit
  + .conts-desc {
  margin-top: 16px;
}
.chk-group-area .chk-group-wrap input[type="radio"]:disabled + label,
.chk-group-area .chk-group-wrap input[type="checkbox"]:disabled + label {
  color: #8e8e8e;
}
.chk-group-area .chk-group-wrap input[type="radio"]:disabled + label .tit,
.chk-group-area .chk-group-wrap input[type="checkbox"]:disabled + label .tit {
  color: inherit;
}
.chk-group-area .chk-group-wrap .btn-wrap {
  width: initial;
  margin-left: 4.4rem;
}
.is-error .form-control {
  border-color: #e71825;
  border-width: 2px;
}
.form-info-txt {
  font-size: 17px;
  color: var(--gry);
}
.form-info-txt::before {
  display: inline-flex;
  content: "";
  margin-right: 10px;
  width: 18px;
  height: 20px;
  vertical-align: text-top;
  background: url("/img/common/ico_caution.png") no-repeat center;
}

/* select */
.form-select {
  width: 100%;
  height: 48px;
  padding: 0 0 0 19px;
  background-color: #fff;
  background-image: url("../img/bg_select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  border: 1px solid var(--gry60);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1.7rem;
  color: #1d1d1d;
  opacity: 1;
}
.form-select.small {
  height: 36px;
}
.form-select.middle {
  width: 180px;
}
.form-select.large {
  min-width: 240px;
  height: 56px;
}
.form-select:focus {
  border-width: 2px;
  border-color: var(--prime);
  outline-offset: -0.5rem;
}
.form-select[disabled] {
  background-color: #d8d8d8;
  border-color: #c6c6c6;
  color: #1d1d1d;
}
.form-select.error {
  border-color: #ec4651;
  border-width: 2px;
}
.form-select option:hover {
  background-color: #198754;
  color: #fff;
}
.search-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
.search-form select {
  width: auto;
  min-width: 240px;
}
.search-form .form-control {
  width: 100%;
  max-width: 90%;
}
.search-form .sch-input {
  width: 540px;
}
@media (max-width: 767px) {
  .form-control {
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
  }
  .form-control.small {
    padding: 0 10px;
    height: 32px;
    font-size: 13px;
  }
  .form-control.large {
    padding: 0 20px;
    height: 48px;
    font-size: 17px;
  }

  .mem-type-chk .form-control.middle {
    max-width: 180px;
  }
  .form-select {
    min-width: 100px;
    height: 40px;
  }
  .form-select.middle {
    width: 140px;
  }
  .form-select.small {
    padding: 0 10px;
    height: 32px;
    font-size: 13px;
  }
  .form-select.large {
    padding: 0 20px;
    min-width: 110px;
    height: 48px;
    font-size: 17px;
  }
  .form-control.large {
    padding: 0 20px;
    min-width: auto;
    height: 48px;
    font-size: 17px;
  }
  .form-check input[type="radio"] ~ label,
  .form-check input[type="checkbox"] ~ label {
    padding-left: calc(20px + 5px);
    font-size: 1.4rem;
  }
  .search-form {
    flex-wrap: wrap;
  }
  .search-form select {
    min-width: 100px;
  }
  .search-form .sch-input {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  /* 내 질문 보기만 다음 줄로 줄바꿈 */
  .search-form .form-check.my-qna {
    flex: 0 0 100%;
    order: 3;
  }
  .chk-area {
    gap: 17px;
  }
  .form-check input[type="radio"] ~ label:before,
  .form-check input[type="checkbox"] ~ label:after,
  .form-check input[type="checkbox"] ~ label:before {
    width: 20px;
    height: 20px;
  }
  .form-check input[type="checkbox"] ~ label:before {
    top: 2px;
  }
  .form-check input[type="checkbox"] ~ label:after {
    top: 2px;
  }
  .form-check input[type="radio"] ~ label:before {
    top: 2px;
  }
  .form-check input[type="radio"] ~ label:after {
    left: 5px;
  }
}

.sch-input {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 0;
  gap: 6px;
}
.sch-input .form-control {
  flex: 1;
  max-width: 540px;
}
.sch-input.full .form-control {
  max-width: 100%;
}
.sch-input .form-control ~ .ico-sch {
  width: 24px;
  height: 24px;
}
.sch-input .ico-sch {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* 토글 스위치 CSS */

/* 기본 체크박스 숨기기 */
.ip-switch {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* 토글 스위치 라벨 (전체 컨테이너) */
.ip-switch + label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  background-color: var(--gry30);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
}

/* 토글 스위치 동그란 버튼 (슬라이더) */
.ip-switch + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: var(--gry40);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* 체크박스가 체크되었을 때의 배경 (ON 상태) */
.ip-switch:checked + label {
  background-color: #bfdbfe;
}

/* 체크박스가 체크되었을 때의 슬라이더 (ON 상태) */
.ip-switch:checked + label::after {
  left: 18px;
  background-color: var(--primary50);
}

/* 호버 효과 */
.ip-switch + label:hover {
  transform: scale(1.02);
}

/* 비활성화 상태 */
.ip-switch:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.ip-switch:disabled + label:hover {
  transform: none;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.checkmark svg path {
  fill: var(--gry35);
}

.custom-checkbox input:checked ~ .checkmark svg path {
  fill: var(--primary50);
}
.custom-checkbox.ai input ~ .checkmark svg path {
  fill: var(--gry35);
}
.custom-checkbox.ai input:checked ~ .checkmark svg path {
  fill: var(--primary50);
}

/* file upload */
.file-upload {
  position: relative;
}
.file-upload .act-upload {
  padding: 13px;
  font-size: 17px;
  color: var(--gry);
  text-align: center;
  border: 1px dashed #99b0cb;
  border-radius: 8px;
  background-color: #edf1f5;
}
.file-upload label {
  display: block;
}
.file-upload input[type="file"]:focus + label {
  outline-offset: -0.4px;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.file-upload .act-upload.dragover {
  border-color: #0066cc;
  background-color: #f0f8ff;
}
.file-upload .act-upload > span {
  vertical-align: middle;
}
.file-upload .act-upload > span::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("/img/common/ico_upload.png") no-repeat center;
  background-size: contain;
}
.file-name {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px 36px 10px 16px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background-color: var(--wht);
}
.file-name.on {
  display: block;
}
.file-name a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-name .del-file {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 901;
  width: 12px;
  height: 12px;
  background: url("/img/common/ico_close_modal.png") no-repeat center;
  background-size: 12px;
}
.board-write .thumb-box {
  display: none;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.board-write .thumb-box.on {
  display: inline-block;
}
.board-write .thumb-box img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
}
.board-write .thumb-box .del-thumb {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 28px;
  min-width: auto;
  height: 28px;
  border-radius: 50%;
  background: rgba(183, 200, 218, 0.7) url("/img/common/bg_del_thumb.png")
    no-repeat center;
}
@media (max-width: 767px) {
  .file-upload .act-upload {
    padding: 9px 3px;
    font-size: 15px;
  }
  .file-upload .act-upload > span::before {
    width: 18px;
    height: 18px;
  }
  .board-write .thumb-box .del-thumb {
    width: 24px;
    height: 24px;
  }
  .sch-input .form-control ~ .ico-sch {
    right: 0;
  }
}

.sort {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 4px;
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.sort .btn-sort {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  white-space: nowrap;
  padding: 8px 0;
  width: auto;
  min-width: 68px;
  font-size: 15px;
  font-weight: 400;
  color: var(--sec);
  border: 1px solid var(--sec);
  border-radius: 6px;
}
.sort .btn-sort:hover {
  background-color: #d4d9df;
}
.sort .btn-sort.active {
  color: var(--wht);
  background-color: var(--sec);
}
.sort .btn-sort.active:hover {
  background-color: #0a294e;
}

.sm-round {
  border-radius: 8px;
}

.error-box {
  border-radius: 12px;
  background-color: var(--point5);
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
}
.modal-back,
.modal {
  display: none;
  visibility: hidden;
  z-index: -1;
}
.modal-back.in,
.modal.in {
  visibility: visible;
}
.modal.shown {
  display: block;
}
.modal.in {
  z-index: 99;
  transition-delay: 0;
  opacity: 1;
}
.modal-back.in {
  display: block;
  z-index: 98;
}
.modal > * {
  width: 100%;
}
.modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 1020;
  width: 100%;
  max-width: 760px;
  height: calc(100% - 80px * 2);
  min-height: calc(100% - 80px * 2);
  margin: 80px auto;
}
.modal .modal-dialog.sm {
  max-width: 360px;
}
.modal .modal-dialog.md {
  max-width: 560px;
}
.modal .modal-dialog.xl {
  max-width: 1000px;
}
.modal .modal-dialog.xxl {
  max-width: 1420px;
}
.modal .modal-dialog .modal-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  background-color: var(--wht);
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  outline-color: transparent;
  transition: outline-color 0.1s;
}
.modal .modal-dialog .modal-header {
  padding: 4rem 4rem 0;
  width: 100%;
  background-color: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal .modal-dialog.sm .modal-header {
  /* padding:20px; */
}
.modal .modal-dialog .modal-header .modal-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 2rem;
  font-weight: 700;
}
.modal .modal-dialog .modal-conts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow-y: auto;
  width: 100%;
  padding: 2.8rem 4rem 4rem;
  color: var(--blk);
}
.modal .modal-dialog.sm .modal-conts {
  /* padding:0 20px; */
}
.modal .modal-dialog .modal-conts .conts-tit {
  font-size: 19px;
  font-weight: 700;
}
.modal .modal-dialog .modal-conts .conts-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.modal .modal-dialog .modal-conts .conts-area .tbl-wrap {
  margin: 0;
  width: 100%;
}
.modal .modal-dialog .modal-conts .info-box {
  margin-top: 0;
}
.modal .modal-dialog .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 901;
  width: 20px;
  height: 20px;
  background: url("/images/common/pop_close.svg") no-repeat center;
}
.modal .modal-dialog.sm .btn-close {
  top: 20px;
  right: 20px;
}
.modal .modal-dialog .modal-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: 0;
  width: 100%;
  padding: 27px 0 0;
}
.modal .modal-dialog.sm .modal-btn {
  padding: 20px;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* 커스텀 셀렉트박스 컨테이너 */
.custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select.disabled .select-button {
  cursor: not-allowed;
  color: var(--gry50);
  background-color: var(--gry30);
}

/* 셀렉트박스 버튼 */
.select-button {
  width: 100%;
  height: 36px;
  padding: 8px 22px 8px 12px;
  background: white;
  border: 1px solid var(--gry40);
  border-radius: 8px;
  font-size: 1.4rem;
  color: var(--gry90);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}

.select-button.active {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.select-button span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 화살표 아이콘 */
.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.select-arrow::after {
  display: block;
  content: "";
  width: 11px;
  height: 7px;
  background: url("/images/common/ico_sel_arrow.svg") no-repeat;
}

.select-button.active .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* 드롭다운 메뉴 */
.select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  /* transition: all 0.2s ease; */
  max-height: 200px;
  overflow-y: auto;
}

.select-dropdown.active {
  padding: 8px;
  opacity: 1;
  border-color: #555;
  visibility: visible;
  transform: translateY(0);
}

/* 옵션 아이템 */
.select-option {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.15s ease;
  position: relative;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background-color: var(--primary10);
}

.select-option.selected {
  background-color: var(--primary10);
  color: #2563eb;
  font-weight: 500;
}

/* 스크롤바 스타일 */
.select-dropdown::-webkit-scrollbar {
  width: 6px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.loading-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 9999;
}

.loading-dim svg {
  width: 60px;
  height: 60px;
}

.loading-dim svg path {
  stroke: white;
  stroke-width: 0.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawLine 3s ease-in-out infinite;
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 400;
    fill: transparent;
    fill-opacity: 0;
    opacity: 1;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
    fill-opacity: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    fill: white;
    fill-opacity: 0.5;
    opacity: 1;
  }
  85% {
    stroke-dashoffset: 0;
    fill: white;
    fill-opacity: 1;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
    fill-opacity: 1;
    opacity: 0;
  }
}

.loading-dim p {
  color: white;
  font-size: 18px;
  font-family: Arial, sans-serif;
  margin: 0;
  animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

.loading-dim p::after {
  content: "";
  animation: dots 1.5s infinite;
}

@keyframes dots {
  0%,
  20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%,
  100% {
    content: "...";
  }
}

/* 제목 뒤 상태 아이콘 (공통) - .tit-ico
  base = 크기/모양 공통 / modifier = 배경색 + 아이콘 이미지
  예) <span class="tit-ico lock" aria-label="비밀글"></span>
   다른 케이스 추가 시 modifier 클래스만 정의하면 됨  */
.tit-ico {
  display: inline-flex;
  vertical-align: middle;
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: var(--gry50);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
/* 비밀글(잠금) */
.tit-ico.lock {
  background-color: var(--point50);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.2 13.2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ffffff; stroke-linecap: square; stroke-linejoin: round; stroke-width: 1.2px; %7D %3C/style%3E%3C/defs%3E%3Cg data-name='Layer 1'%3E%3Cpath class='cls-1' d='m2.91,5.19v-1.9c0-1.49,1.2-2.69,2.69-2.69h0c1.49,0,2.69,1.2,2.69,2.69v1.9'/%3E%3Crect class='cls-1' x='.6' y='5.6' width='10' height='7' rx='2' ry='2'/%3E%3C/g%3E%3C/svg%3E");
}
