@charset "UTF-8";

/* navbar */
.tab__menu.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 50;
  padding: 56px 20px 0;
  padding: 0px 20px 0;
}

.tab__menu.new a {
  height: 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
  padding: 8px 4px;
  margin-right: 8px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  border-bottom: 2px solid transparent;
  text-align: center;
  font-size: 18px;
}

.tab__menu.new a.is-active {
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #63CBFF;
}

.tab__menu.new a:last-child {
  margin-right: 0;
}

/* //navbar */
/* sidebar */
/* //sidebar */
/* card */
.accordion {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.accordion-item {
  border-radius: 5px;
}

.accordion-item+.accordion-item {
  margin-top: 20px;
}

.accordion-button {
  width: 100%;
  padding: 4px 6px 4px 4px;
  text-align: left;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
  border-bottom: 1px solid #A3A3A5;
}

.accordion-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/image/chevron-down.svg) no-repeat center;
  background-size: 16px;
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-button.active {
  display: block;
  border-bottom: none;
}

.accordion-button.active::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/image/chevron-up.svg) no-repeat center;
  background-size: 16px;
}

.accordion-button.active+.accordion-content {
  display: block;
}

.accordion-content {
  display: none;
  margin-top: 2px;
}

.con_wrap iframe #error500 {
  width: 100% !important;
}

.lists li {
  position: relative;
  word-break: keep-all;
}

.lists li::before {
  content: "";
  position: absolute;
}

.lists.num li {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.lists.dot li.red {
  color: #d40000;
}

.lists.dot li.red:before {
  background-color: #d40000;
}

.lists.dot li {
  padding-left: 1.2rem;
}

.lists.dot li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background-color: #545456;
  left: 0.3rem;
  top: 0.9rem;
}

.lists.bar li {
  padding-left: 1.2rem;
}

.lists.bar li::before {
  content: "-";
  color: #333;
  left: 3px;
}

.lists.info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lists.info li+li {
  margin-top: 8px;
}

.lists.info li p {
  width: 80px;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
  margin-right: 8px;
}

.lists.info li span {
  word-break: keep-all;
  width: calc(100% - 88px);
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
  color: #A3A3A5;
}

.lists.blue-box li {
  padding-left: 2.8rem;
  font-size: 1.7rem;
  font-weight: 400;
  color: #111;
}

.lists.blue-box li span {
  font-weight: 600;
}

.lists.blue-box li+li {
  margin-top: 1.6rem;
}

.lists.blue-box li:before {
  position: absolute;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #003676;
  border-radius: 0.2rem;
  top: 0.6rem;
}

.two-column-list {}

.two-column-list .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gray-box {
  background: #545456;
  border-radius: 8px;
  padding: 12px;
}

.gray-box .tit {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
}

.gray-box .tit+.txt {
  margin-top: 2px;
}

.gray-box .tit+.lists {
  margin-top: 8px;
}

.gray-box .txt {
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
}

.gray-box .lists li {
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
}

.tag__item.agree .item__title+.agree-box.only-check {
  padding: 16px 0 0;
}

.agree-box.only-check .agree-all .checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agree-box.only-check .agree-detail {
  padding-left: 4px;
}

.agree-box.only-check .agree-detail li:after {
  display: none;
}

.agree-box.only-check .agree-detail li .checkbox input+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.agree-box .agree-all {
  padding-left: 4px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #545456;
}

.agree-box .agree-all .checkbox input+label {
  color: #545456;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
}

.agree-box .agree-all .checkbox input[type=checkbox]:checked+label {
  color: #000;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
}

.agree-box .agree-detail {
  padding-left: 4px;
}

.agree-box .checkbox {
  margin: 0;
  /* 워드앤코드 250312 css 오류 작업 */
  /* // 워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox label {
  margin-top: 0;
  color: #111;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  /* 워드앤코드 250312 css 오류 작업 */
  /* // 워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox label:before {
  display: none;
}

.agree-box .checkbox input[type=checkbox] {
  display: inline-block;
}

.agree-box .checkbox input[type=checkbox]:checked+label {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
  /*  워드앤코드 250312 css 오류 작업 */
  position: unset;
  /*  //워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agree-box .checkbox.horizontal label {
  padding-left: 8px;
}

.agree-box .agree-detail li {
  position: relative;
}

.agree-box .agree-detail li+li {
  margin-top: 10px;
}

.agree-box .agree-detail li:last-child {
  margin-bottom: 0;
}

.agree-box .agree-detail li p {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  line-height: 18.2px;
  letter-spacing: -0.26px;
  padding-left: 42px;
  margin-top: 6px;
}

.agree-box .agree-detail li p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #888;
}

.agree-box .agree-detail li.checked {
  border: 1px solid #F8D5D5;
  background: rgba(255, 235, 237, 0.2);
}

.agree-box .agree-detail li.checked .checkbox label {
  color: #333;
  line-height: 18.2px;
  letter-spacing: -0.26px;
}

.agree-box .agree-detail li:after {
  content: "";
  background: #fff url(/assets/image/chevron-right-12.svg) no-repeat 90% 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}

.info-item {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.info-tit {
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--Neutral-Neutral-500, #333);
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.info-tit+.gray-box {
  margin-top: 6px;
}

.tag-wrap .tag {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-wrap .tag-small {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 19px;
  padding: 0 6px;
  font-size: 1.1rem;
  line-height: 190%;
  font-weight: 500;
  letter-spacing: -0.22px;
}

.tag-wrap .tag-large {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6px;
  height: 21px;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.tag-wrap .tag.blue {
  border: 1px solid #EB003B;
  background: #EB003B;
  color: #fff;
}

.tag-wrap .tag.red {
  border: 1px solid #63CBFF;
  background: #63CBFF;
  color: #fff;
}

.tag-wrap .tag.orange {
  border: 1px solid #A3A3A5;
  background: #A3A3A5;
  color: #fff;
}

.tag-wrap .tag.deepgray {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.tag-wrap .tag.gray {
  border: 1px solid #545456;
  background: #545456;
  color: #545456;
}

.tag-wrap .tag.danger {
  border: 1px solid #EB003B;
  background: #EB003B;
  color: #fff;
}

.tag-wrap .tag.white {
  border: 1px solid #545456;
  background: #fff;
  color: #545456;
  /* pub 250305 :: blue, gray 추가 */
}

.tag-wrap .tag.white-red {
  border: 1px solid #63CBFF;
  background: #fff;
  color: #63CBFF;
}

.tag-wrap .tag.white-orange {
  border: 1px solid #A3A3A5;
  background: #fff;
  color: #A3A3A5;
}

.tag-wrap .tag.white-blue {
  border: 1px solid #EB003B;
  background: #fff;
  color: #EB003B;
}

.tag-wrap .tag.white-gray {
  border: 1px solid #545456;
  background: #fff;
  color: #545456;
}

.tag-wrap .tag.white-danger {
  border: 1px solid #EB003B;
  background: #fff;
  color: #EB003B;
}

.tag-wrap .tag.round-4 {
  border-radius: 4px;
}

.tag-wrap .tag.round-100 {
  border-radius: 100px;
}

.card-block {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.card-block-item {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.card-block-item .cate {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
  text-align: center;
}

.card-block-item.main {
  grid-column: 1/3;
  grid-row: 1/2;
  background: #e2e5e9;
  padding: 15.5px 0;
}

.card-block-item.main .cate+.value {
  margin-top: 4px;
}

.card-block-item.main .value {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  color: #A3A3A5;
  text-align: center;
}

.card-block-item.sub {
  grid-column: auto;
  grid-row: 2/3;
  background: #e2e5e9;
  padding: 10.5px 0;
}

.card-block-item.sub .cate {
  /* 250219 pub :: fontStyle 추가 */
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
}

.card-block-item.sub .cate+.value {
  margin-top: 2px;
}

.card-block-item.sub .value {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
  text-align: center;
}

.calc-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.calc-box-title {
  padding-left: 24px;
  padding-right: 0;
  text-align: left;
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-visual {
  position: relative;
  padding-top: 28px;
  margin-top: 12px;
}

.calc-box-result {
  border-radius: 8px;
  opacity: 0.8;
  background: #545456;
  padding: 12px 12px 12px 38px;
  margin: 18px 20px 0 20px;
  color: #545456;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.calc-box-result p {
  position: relative;
  text-align: left;
}

.calc-box-result p::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -3px;
  width: 14px;
  height: 20px;
  background: url(/assets/image/ico-light-bell.png) no-repeat center/contain;
}

.calc-box-result p .result-1 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-result p .result-2 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
}

.calc-box-result p .result-3 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-result p b {
  color: #545456;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  margin: 0 20px;
}

.calc-box-header .rate {
  margin-left: 8px;
  color: #545456;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
}

.calc-box-header .rate+.price-btn {
  margin-top: 12px;
}

.calc-box .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  background: #A3A3A5;
  opacity: 0.5;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}

.calc-box .slider-container {
  margin: 0 20px;
  position: relative;
  padding: 22px 0 26px 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-box .slider-container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #A3A3A5;
  border-radius: 6px;
  outline: none;
  position: absolute;
  padding: 0;
  border: none;
}

.calc-box .slider-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #545456;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.calc-box .slider-container input[type=range]::-moz-range-thumb,
.calc-box .slider-container input[type=range]::-ms-thumb {
  width: 40px;
  height: 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #545456;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.notice-box {
  background-color: #e2e5e9;
  border-radius: 8px;
  padding: 12px;
}

.notice-box .title {
  margin-bottom: 8px;
  color: #A3A3A5;
  line-height: 19.6px;
}

.notice-box ul li {
  position: relative;
  padding: 0 0 6px 19px;
  color: #545456;
}

.notice-box ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7.5px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #545456;
  border-radius: 50%;
}

.notice-box ul li.emphasis {
  color: #A3A3A5;
}

.notice-box ul li.emphasis span {
  color: #A3A3A5;
  line-height: 18.2px;
}

.notice-box ul li.emphasis span.storage-name {
  color: #A3A3A5;
}

.notice-box ul li.emphasis span.strorage-addr a {
  position: relative;
  display: inline-block;
  height: 100%;
  line-height: 1;
  border-bottom: 1px solid #A3A3A5;
  font-weight: 500;
}

/* 250417 손석호 추가 */
.tag__item.agree .item__title+.agree-box.only-check {
  padding: 16px 0 0;
}

/* 250417 손석호 추가 */
.agree-box.only-check .agree-all .checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agree-box.only-check .agree-detail {
  padding-left: 4px;
}

.agree-box.only-check .agree-detail li:after {
  display: none;
}

.agree-box.only-check .agree-detail li .checkbox input+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.agree-box .agree-all {
  padding-left: 4px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #545456;
}

.agree-box .agree-all .checkbox input+label {
  color: #545456;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
}

.agree-box .agree-all .checkbox input[type=checkbox]:checked+label {
  color: #000;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
}

.agree-box .agree-detail {
  padding-left: 4px;
}

.agree-box .checkbox {
  margin: 0;
  /* 워드앤코드 250312 css 오류 작업 */
  /* // 워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox label {
  margin-top: 0;
  color: #111;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  /* 워드앤코드 250312 css 오류 작업 */
  /* // 워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox label:before {
  display: none;
}

.agree-box .checkbox input[type=checkbox] {
  display: inline-block;
}

.agree-box .checkbox input[type=checkbox]:checked+label {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
  /*  워드앤코드 250312 css 오류 작업 */
  position: unset;
  /*  //워드앤코드 250312 css 오류 작업 */
}

.agree-box .checkbox.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agree-box .checkbox.horizontal label {
  padding-left: 8px;
}

.agree-box .agree-detail li {
  position: relative;
}

.agree-box .agree-detail li+li {
  margin-top: 10px;
}

.agree-box .agree-detail li:last-child {
  margin-bottom: 0;
}

.agree-box .agree-detail li p {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  line-height: 18.2px;
  letter-spacing: -0.26px;
  padding-left: 42px;
  margin-top: 6px;
}

.agree-box .agree-detail li p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #888;
}

.agree-box .agree-detail li.checked {
  border: 1px solid #F8D5D5;
  background: rgba(255, 235, 237, 0.2);
}

.agree-box .agree-detail li.checked .checkbox label {
  color: #333;
  line-height: 18.2px;
  letter-spacing: -0.26px;
}

.agree-box .agree-detail li:after {
  content: "";
  background: #fff url(/assets/image/chevron-right-12.svg) no-repeat 90% 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}

.info-item {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.info-tit {
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--Neutral-Neutral-500, #333);
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.info-tit+.gray-box {
  margin-top: 6px;
}

.tag-wrap .tag {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-wrap .tag-small {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 19px;
  padding: 0 6px;
  font-size: 1.1rem;
  line-height: 190%;
  font-weight: 500;
  letter-spacing: -0.22px;
}

.tag-wrap .tag-large {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6px;
  height: 21px;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.tag-wrap .tag.blue {
  border: 1px solid #EB003B;
  background: #EB003B;
  color: #fff;
}

.tag-wrap .tag.red {
  border: 1px solid #63CBFF;
  background: #63CBFF;
  color: #fff;
}

.tag-wrap .tag.orange {
  border: 1px solid #A3A3A5;
  background: #A3A3A5;
  color: #fff;
}

.tag-wrap .tag.deepgray {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.tag-wrap .tag.gray {
  border: 1px solid #545456;
  background: #545456;
  color: #545456;
}

.tag-wrap .tag.danger {
  border: 1px solid #EB003B;
  background: #EB003B;
  color: #fff;
}

.tag-wrap .tag.white {
  border: 1px solid #545456;
  background: #fff;
  color: #545456;
  /* pub 250305 :: blue, gray 추가 */
}

.tag-wrap .tag.white-red {
  border: 1px solid #63CBFF;
  background: #fff;
  color: #63CBFF;
}

.tag-wrap .tag.white-orange {
  border: 1px solid #A3A3A5;
  background: #fff;
  color: #A3A3A5;
}

.tag-wrap .tag.white-blue {
  border: 1px solid #EB003B;
  background: #fff;
  color: #EB003B;
}

.tag-wrap .tag.white-gray {
  border: 1px solid #545456;
  background: #fff;
  color: #545456;
}

.tag-wrap .tag.white-danger {
  border: 1px solid #EB003B;
  background: #fff;
  color: #EB003B;
}

.tag-wrap .tag.round-4 {
  border-radius: 4px;
}

.tag-wrap .tag.round-100 {
  border-radius: 100px;
}

.card-block {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.card-block-item {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.card-block-item .cate {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
  text-align: center;
}

.card-block-item.main {
  grid-column: 1/3;
  grid-row: 1/2;
  background: #e2e5e9;
  padding: 15.5px 0;
}

.card-block-item.main .cate+.value {
  margin-top: 4px;
}

.card-block-item.main .value {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  color: #A3A3A5;
  text-align: center;
}

.card-block-item.sub {
  grid-column: auto;
  grid-row: 2/3;
  background: #e2e5e9;
  padding: 10.5px 0;
}

.card-block-item.sub .cate {
  /* 250219 pub :: fontStyle 추가 */
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
}

.card-block-item.sub .cate+.value {
  margin-top: 2px;
}

.card-block-item.sub .value {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
  text-align: center;
}

.card-block-item.warehouse {
  background: #e2e5e9;
  padding: 12px;
  grid-row: initial;
  grid-column: initial;
}

.card-block-item.warehouse .warehouse-title {
  line-height: 19.6px;
  color: #A3A3A5;
  margin-bottom: 2px;
}

.calc-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.calc-box-title {
  padding-left: 24px;
  padding-right: 0;
  text-align: left;
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-visual {
  position: relative;
  padding-top: 28px;
  margin-top: 12px;
}

.calc-box-result {
  border-radius: 8px;
  opacity: 0.8;
  background: #545456;
  padding: 12px 12px 12px 38px;
  margin: 18px 20px 0 20px;
  color: #545456;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.calc-box-result p {
  position: relative;
  text-align: left;
}

.calc-box-result p::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -3px;
  width: 14px;
  height: 20px;
  background: url(/assets/image/ico-light-bell.png) no-repeat center/contain;
}

.calc-box-result p .result-1 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-result p .result-2 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 500;
}

.calc-box-result p .result-3 {
  color: #A3A3A5;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-result p b {
  color: #545456;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
}

.calc-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  margin: 0 20px;
}

.calc-box-header .rate {
  margin-left: 8px;
  color: #545456;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 400;
}

.calc-box-header .rate+.price-btn {
  margin-top: 12px;
}

.calc-box .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  background: #A3A3A5;
  opacity: 0.5;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}

.calc-box .slider-container {
  margin: 0 20px;
  position: relative;
  padding: 22px 0 26px 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-box .slider-container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #A3A3A5;
  border-radius: 6px;
  outline: none;
  position: absolute;
  padding: 0;
  border: none;
}

.calc-box .slider-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #545456;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.calc-box .slider-container input[type=range]::-moz-range-thumb,
.calc-box .slider-container input[type=range]::-ms-thumb {
  width: 40px;
  height: 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #545456;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

/* //card */
/* button */
.sub-wrap+.btn-wrap {
  margin-top: 3rem;
}

fieldset+.btn-wrap {
  margin-top: 4rem;
}
.caption-depth__01 + .btn-wrap{
  margin-top:3rem;
}
.btn-wrap__right {
  text-align: right;
}

.btn-wrap a+a {
  margin-left: 0.8rem;
}

.btn-wrap:not(:has(a,button)) {
  margin: 0;
  display: none;
}

.btn_110 {
  width: 11rem;
  height: 4.8rem;
  line-height: 4.8rem;
}

.btn_120 {
  width: 11rem;
  height: 4.8rem;
  line-height: 4.8rem;
}

.btn_128 {
  width: 12.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
}

.btn_white {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #E2E5E9;
  background: #FFFFFF;
  font-size: 1.7rem;
  color: #111111;
  text-align: center;
  font-weight: 500;
}



.btn_blue {
  display: inline-block;
  border-radius: 6px;
  background: #0046A3;
  font-size: 1.7rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}


.btn_gray {
  display: inline-block;
  border-radius: 6px;
  background: #F9F9F9;
  border: 1px solid #E2E5E9;
  font-size: 1.7rem;
  color: #111111;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn_blue.linkMove {
  font-size: 1.6rem;
  position: relative;
  padding: 0 4.6rem 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
}

.btn_blue.linkMove:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(/_res/kha_main/kha_home/img/common/btn-linkMove.png) no-repeat center center;
  background-size: 2rem;
  right: 1.6rem;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
}

.btn_gray.download {
  font-size: 1.6rem;
  position: relative;
  padding: 0 4.6rem 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
}

.btn_gray.download:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(/_res/kha_main/kha_home/img/common/btn-download.png) no-repeat center center;
  background-size: 2.4rem;
  right: 1.6rem;
  transform: translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.btn_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F7F7F7;
  border: 1px solid #E2E5E9;
  border-radius: 6px;
  color: #111111;
  font-size: 1.7rem;
  line-height: 160%;
  font-weight: 500;
}

.btn_file>i {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-plus.png) no-repeat center center;
  background-size: 100% 100%;
}


.btn_inactivation {
  display: inline-block;
  background: #F9F9F9;
  border-radius: 6px;
  border: 1px solid #E2E5E9;
  font-size: 1.7rem;
  font-weight: 500;
  color: #A3A3A5;
}

/* //button */
/* modals */
.dimed {
  display: none;
  position: fixed;
  z-index: 896;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -1900px;
  background: rgba(0, 0, 0, 0.5);
}

.dimed.active {
  display: block;
}

.toast-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: fixed;
  top: 76px;
  left: 50%;
  bottom: initial;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 460px;
  padding: 16px 24px 16px 16px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 22px;
  z-index: 896;
  opacity: 0;
}

.toast-msg img {
  width: 24px;
  height: 24px;
}

.toast-msg.active {
  -webkit-animation: fade-out 3s ease-out forwards;
  animation: fade-out 3s ease-out forwards;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 2rem 1.6rem 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: fixed;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 1rem;
}

.modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  justify-content: flex-end;
}

.modal-body .sch-wrap .search-wrap {
  padding: 1rem 0;
  border-radius: 0.8rem;
}

.modal-close {
  background: #fff url(/_res/kha_main/kha_home/img/common/modal-close.png) no-repeat center;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
}

.modal-body .sch-label {
  width: 36rem;
}

.search-results {
  margin-top: 1.6rem;
  border-top: 1px solid #111;
  overflow: auto;
  max-height: 47rem;
}

/* 스크롤바 전체 */
.search-results::-webkit-scrollbar {
  width: 0.7rem;
  /* 가로 스크롤 */
}

/* 스크롤 트랙 (바탕) */
.search-results::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 999px;

}

/* 스크롤 핸들 (움직이는 부분) */
.search-results::-webkit-scrollbar-thumb {
  background: #a3a3a5;
  border:0.1rem solid #eaeaea;
  border-radius: 999px;
}

.search-results table {}

.search-results table th,
.search-results table td {
  vertical-align: middle;
  text-align: center;
}

.search-results table td {
  height: 4.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
}

.search-results table thead tr {
  border-bottom: 1px solid #a3a3a5;
}

.search-results table tr+tr {
  border-top: 1px solid #eaeaea;
}

.search-results table th {
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  height: 3.9rem;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.pop__detail.new {
  display: none;
  z-index: 896;
  position: fixed;
  width: calc(100% - 40px);
  margin: 0 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: calc(50% - 20px);
  max-width: 460px;
  border-radius: 12px;
  height: auto;
  min-height: 50px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 28px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop__detail.new .popup__cnt {
  margin: -1px 0 0 0;
  background: #fff;
  text-align: center;
  padding: 0;
}

.pop__detail.new .popup__cnt strong {
  display: block;
}

.pop__detail.new .popup__cnt .popup__title {
  margin-bottom: 12px;
}

.pop__detail.new .popup__cnt .popup__cont {
  color: #545456;
  padding: 0;
}

.pop__detail.new .popup__cnt .popup__cont .bank-logo {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.pop__detail.new .popup__cnt .popup__cont .bank-logo img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.pop__detail.new .popup__cnt .popup__cont .notice {
  display: block;
  margin-top: 8px;
  color: #111;
}

.pop__detail.new .popup__cnt .popup__cont input {
  margin-top: 20px;
  height: 44px;
  border: 1px solid #545456;
  border-radius: 8px;
}

.pop__detail.new .popup__btn {
  width: 100%;
  padding: 0 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
}

.pop__detail.new .popup__btn.group {
  padding: 0 14px;
}

.pop__detail.new .popup__btn .btn {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  border-radius: 8px;
  height: 40px;
}

.pop__detail.new .popup__btn .btn.btn-cancel {
  border: 1px solid #545456;
  color: #111;
  background: #fff;
}

.pop__detail.new .popup__btn .btn.btn-default {
  border: 1px solid #63CBFF;
  color: #fff;
  background-color: #63CBFF;
}

.main .filter {
  position: relative;
  top: 0;
  padding: 0;
}

.main .filter a {
  margin-right: 4.5px;
}

.main .filter span {
  position: relative;
  padding-right: 11px;
  color: #545456;
}

.main .filter span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #888;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.main .filter span:last-child {
  padding-right: 0;
}

.main .filter span:last-child:after {
  display: none;
}

.modal-toast {
  opacity: 0;
}

.modal-toast.is-on {
  opacity: 1;
}

.modal-toast .modal-content {
  padding-top: 28px;
}

.modal-toast .modal-content .modal-tit {
  margin-bottom: 8px;
}

.modal-toast .modal-content .modal-tit strong {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
  color: #000;
}

.modal-toast .modal-content .modal-cont {
  text-align: center;
}

.modal-toast .modal-content .modal-cont span {
  color: #545456;
}

.modal-toast.agree {
  position: fixed;
  bottom: 0;
  left: 50%;
  padding-top: 24px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  outline: none !important;
  word-break: break-all;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-toast.agree .btn__close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal-toast.agree.is-on {
  opacity: 1;
  -webkit-animation-name: toast-up;
  animation-name: toast-up;
}

.modal-toast.agree.is-off {
  opacity: 0;
  -webkit-animation-name: toast-down;
  animation-name: toast-down;
}

.modal-toast.agree .modal-content {
  height: 671px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-toast.agree .modal-content .term {
  margin-bottom: 28px;
  padding: 0 4px;
}

.modal-toast.agree .modal-content .term .term-tit {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
  margin-bottom: 12px;
}

.modal-toast.agree .modal-content .term .term-cont {
  color: #545456;
}

.modal-toast.agree .modal-content .term .term-cont p {
  margin-bottom: 8px;
}

.modal-toast.agree .modal-content .term .term-cont p:last-child {
  margin-bottom: 0;
}

.modal-toast .modal-toast-btn {
  gap: 8px;
}

.modal-toast .modal-toast-btn button {
  border-radius: 8px;
  height: 48px;
}

.modal-toast.modal-sorting .modal-content.ai {
  padding: 20px 20px 20px 24px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-toast.modal-sorting .modal-content.ai .datepicker-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
  height: 40px;
}

.modal-toast.modal-sorting .modal-content.ai .datepicker-input-wrap input {
  width: calc(50% - 22px);
  height: 100%;
  padding: 0;
  color: #575757;
  border: none;
  line-height: 38px;
  font-weight: 500;
}

.modal-toast.modal-sorting .modal-content.ai .sorting-list ul {
  margin: 0 4px;
}

.modal-toast.modal-sorting .modal-content.ai .sorting-list ul li .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 8px;
  letter-spacing: -0.28px;
}

.modal-toast.modal-sorting .modal-content.ai .sorting-list ul li .btn button {
  max-width: 100%;
  padding: 0;
  color: #888;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  line-height: 38px;
  font-size: 14px;
}

.modal-toast.modal-sorting .modal-content.ai .sorting-list ul li .btn button.active {
  color: #e45659;
  background-color: #fff;
  border-color: #e45659;
  border-radius: 8px;
  font-weight: 800;
}

.modal-toast.modal-sorting .modal-content.ai .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 0;
}

.modal-toast.modal-sorting .modal-content.ai .option .checkbox {
  margin: 0;
}

.modal-toast.modal-sorting .modal-content.ai .option .checkbox label {
  width: 100%;
  padding-left: 4px;
  font-size: 14px;
  color: #545456;
}

.modal-toast.modal-sorting .modal-content.ai .modal-toast-btn {
  padding-bottom: 0;
  margin-top: 0;
}

.modal-toast.modal-sorting.only-data.is-on .modal-content {
  display: block !important;
}

.modal-toast.modal-sorting.only-data .modal-content {
  display: none !important;
}

.modal-toast.modal-sorting.only-data .datepicker.datepicker-dropdown {
  top: initial !important;
  bottom: 0 !important;
  width: calc(100% - 38px) !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  display: block !important;
}

.modal-toast.modal-sorting.only-data .datepicker.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -19px;
  bottom: 0;
  width: calc(100% + 40px);
  height: 427px;
  padding: 12px 19px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #fff;
  z-index: -1;
  opacity: 1 !important;
}

.modal-toast.modal-sorting.only-data .datepicker-grid>span.day,
.modal-toast.modal-sorting.only-data .days-of-week>span.dow {
  width: 14.2857142857%;
}

.modal-toast.modal-sorting.only-data .datepicker-header .datepicker-controls .button,
.modal-toast.modal-sorting.only-data .datepicker-title {
  font-size: 14px;
}

.modal-toast.modal-notice {
  position: fixed;
  bottom: 0;
  left: 50%;
  padding-top: 24px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  outline: none !important;
  word-break: break-all;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.modal-toast.modal-notice .btn__close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal-toast.modal-notice.is-on {
  opacity: 1;
  -webkit-animation-name: toast-up;
  animation-name: toast-up;
}

.modal-toast.modal-notice.is-off {
  opacity: 0;
  -webkit-animation-name: toast-down;
  animation-name: toast-down;
}

.modal-toast.modal-notice .modal-content {
  height: 671px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-toast.modal-notice .modal-content .term {
  margin-bottom: 28px;
  padding: 0 4px;
}

.modal-toast.modal-notice .modal-content .term .term-tit {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
  margin-bottom: 12px;
}

.modal-toast.modal-notice .modal-content .term .term-cont {
  color: #545456;
}

.modal-toast.modal-notice .modal-content .term .term-cont p {
  margin-bottom: 8px;
}

.modal-toast.modal-notice .modal-content .term .term-cont p:last-child {
  margin-bottom: 0;
}

.notice.modal::before {
  margin-top: -1.5px;
}

.notice.modal a {
  border-bottom: none;
  display: block;
  position: relative;
  width: 100%;
}

.notice.modal a:after {
  content: "";
  background: #fff url(/assets/image/chevron-right-888.svg) no-repeat 90% 50%;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@-webkit-keyframes toast-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  100% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@keyframes toast-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  100% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes toast-down {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  100% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}

@keyframes toast-down {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  100% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}

/* //modals */
/* components */
.datepicker-picker {
  margin-bottom: 7px;
  -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-input-wrap.custom {
  position: initial;
}

.datepicker-input-wrap.custom .datepicker-header .close-btn {
  border: none;
}

.datepicker-input-wrap.custom .item__input.date input {
  background-position: 97% 50%;
  background-size: 20px 20px;
}

.datepicker-input-wrap {
  position: relative;
  /*  워드앤코드 250312 css 오류 작업 */
  overflow: unset;
  border: none;
  height: 44px;
  /* // 워드앤코드 250312 css 오류 작업 */
  /*  워드앤코드 250312 css 오류 작업 */
  /*  //워드앤코드 250312 css 오류 작업 */
}

.datepicker-input-wrap .item__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: unset;
  flex-shrink: unset;
}

.datepicker-input-wrap .datepicker-input {
  border: 1px solid #545456;
  border-radius: 8px;
}

.datepicker-input-wrap .edit-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.datepicker-input-wrap.with-txt .input--txt {
  position: absolute;
  right: 13px;
  color: #111;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  background: #fff;
  padding-left: 10px;
  padding-right: 3px;
  height: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.datepicker-input-wrap.error .input--title {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error .select-box {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error .select-box+.select-options {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error .link-move {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error .item__input .datepicker-input {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error .expand-btn input {
  border-color: #63CBFF;
}

.datepicker-input-wrap.error~.input-desc {
  margin-top: 4px;
  position: relative;
  padding-left: 15.5px;
  color: #63CBFF;
  /*  워드앤코드 250312 css 오류 작업 */
  margin-left: 4px;
  /* // 워드앤코드 250312 css 오류 작업 */
}

.datepicker-input-wrap.error~.input-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/image/info-red.svg");
  width: 13px;
  height: 14px;
}

.select-box {
  padding: 12px;
  /*  워드앤코드 250312 css 오류 작업 50 -> 150 */
  border: 1px solid #545456;
  /*  워드앤코드 250312 css 오류 작업 50 -> 150 */
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  position: relative;
  width: 100%;
  font-family: inherit;
  color: #111;
  height: 46px;
  line-height: 140%;
}

.select-box:after {
  content: "";
  background: #fff url(/assets/image/chevron-down.svg) no-repeat 90% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-box.active {
  border-radius: 8px 8px 0 0;
}

.select-box.active:after {
  background: #fff url(/assets/image/chevron-up.svg) no-repeat 90% 50%;
  background-size: 20px 20px;
}

.select-box.selected {
  color: #A3A3A5;
}

.select-options {
  display: none;
  /* 기본적으로 드롭다운 숨기기 */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  /*  워드앤코드 250312 css 오류 작업 50 -> 150 */
  border: 1px solid #545456;
  /*  워드앤코드 250312 css 오류 작업 50 -> 150 */
  border-top: none;
  border-radius: 0 0 8px 8px;
  z-index: 10;
  overflow: hidden;
}

.select-options li {
  padding: 12px;
  cursor: pointer;
  color: #545456;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
}

.select-options li.selected {
  background-color: #545456;
  color: #63CBFF;
}

.checkbox label {
  margin-right: 2.2rem;
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}

.checkbox label::before {
  display: none;
}

.checkbox input[type=checkbox][disabled] {
  background: #A3A3A5;
  border-color: #545456;
}


.checkbox input[type=checkbox]:checked+label:after,
.checkbox input[type=radio]:checked+label:after {
  display: none;
}

.checkbox.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.checkbox+.checkbox {
  margin-top: 8px;
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.radio-wrap .radio-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-wrap .radio-toggle input {
  display: none;
}

.radio-wrap .radio-toggle .label-text {
  margin-left: 8px;
}

.radio-wrap .radio-toggle label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #545456;
}

.radio-wrap .radio-toggle label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-wrap .radio-toggle input[disabled]+label {
  background: #A3A3A5;
  border: 1px solid #545456;
}

.radio-wrap .radio-toggle input:checked+label {
  border: 1px solid #63CBFF;
}

.radio-wrap .radio-toggle input:checked+label::before {
  width: 12.86px;
  height: 12.86px;
  background: #63CBFF;
}

.switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.switch-wrap .switch-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-wrap .switch-toggle input {
  display: none;
}

.switch-wrap .switch-toggle .slider {
  position: relative;
  width: 44px;
  height: 24px;
  border: 1px solid #545456;
  border-radius: 24px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.switch-wrap .switch-toggle .slider::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  width: 16px;
  height: 16px;
  background: #545456;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.switch-wrap .switch-toggle input:checked+.slider {
  background: #63CBFF;
  border-color: transparent;
}

.switch-wrap .switch-toggle input[disabled]+.slider {
  background: #A3A3A5;
  border-color: #545456;
}

.switch-wrap .switch-toggle input[disabled]+.slider::before {
  background: #545456;
}

.switch-wrap .switch-toggle input:checked+.slider::before {
  left: 24px;
}

.switch-wrap .switch-toggle .label-text {
  font-size: 16px;
  color: #333;
}

.detail-info-list .title p {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
  color: #A3A3A5;
  padding-left: 4px;
  margin-bottom: 12px;
}

.detail-info-list-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1px 8px 7px 8px;
  border-bottom: 1px solid #A3A3A5;
}

.detail-info-list-ul li+li {
  padding: 8px 8px 6px 8px;
}

.detail-info-list-ul li .name {
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  color: #111;
}

.detail-info-list-ul li .desc {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
}

.detail-info-list-ul li .desc.red {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 700;
  color: #EB003B;
}

.detail-info-list-ul li .desc span {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  color: #545456;
}

.detail-info-list-ul li .desc span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-info-list-ul li .desc span a img {
  margin-left: 4px;
}

.detail-info-list-ul li:has(.accordion-button) {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-info-list-ul li:has(.accordion-button) .name {
  grid-column: 1/2;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-button {
  grid-column: 2/3;
  padding: 0 15px 0 0;
  border: none;
  color: #545456;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-button::after {
  margin-right: -3.5px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-content {
  grid-column: 1/3;
  margin-top: 7px;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6px;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-content .desc:last-child {
  padding-bottom: 0;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-content .desc .txt:nth-of-type(1) {
  color: #111;
}

.detail-info-list-ul li:has(.accordion-button) .accordion-content .desc .txt:nth-of-type(2) {
  color: #111;
}

.detail-info-list.accordion .detail-info-list-ul {
  position: relative;
  max-height: 162px;
  overflow: hidden;
}

.detail-info-list.accordion .detail-info-list-ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 68px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.detail-info-list.accordion .expand a {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-info-list.accordion .expand a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
}

.detail-info-list.accordion .expand a::after {
  content: "";
  margin-left: 4px;
  background: url(/assets/image/chevron-gray-down-888.svg) no-repeat 90% 50%;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: 2px;
}

.detail-info-list.accordion:has(.expand.is-on) .detail-info-list-ul {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.detail-info-list.accordion:has(.expand.is-on) .detail-info-list-ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background: none;
}

.detail-info-list.accordion:has(.expand.is-on) .expand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-info-list.accordion:has(.expand.is-on) .expand a::after {
  content: "";
  background: url(/assets/image/chevron-gray-up-888.svg) no-repeat 90% 50%;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
}

.info-message {
  padding: 12.5px 12px;
  border-radius: 8px;
}

.info-message.warning {
  background: #EBF3FE;
}

.info-message.warning p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 500;
  color: #63CBFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-message.warning p img {
  margin-right: 8px;
}

/* board */
select option {
  background-color: white;
  color: black;
}

select option:checked {
  background-color: lightblue;
  /* 선택된 옵션 배경 */
  color: white;
  /* 선택된 옵션 글자색 */
}

.sub-cont {
  width: 100%;
  /* margin-top:5.4rem; */
}

/* board-view 공통 */
.sub-wrap:has(.board-view__list) .board-view {
  border-bottom: none;
}

.board-view {
  margin-top: 0;
  border-top: 2px solid #111111;
  border-bottom: 1px solid #eaeaea;
}

.board-view+.btn-wrap {
  margin-top: 4rem;
}

.board-view:has(.board-view__list) {
  border-bottom: none;
}

.board-view-tit__box,
.view-tit--box {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0;
  border-bottom: 1px solid #CDCFD4;
}

.board-view-tit__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.board-view-tit__box:has(.view-tit--list) .tit-depth__04 {
  border-bottom: none;
}

.board-view-tit__box {
  border-bottom: 1px solid #EAEAEA;
}

.board-view-tit__box .board-view__list {}

.board-view .tit-depth__04 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}

.board-view .view-tit--list {
  display: flex;
}

.board-view .view-tit--list li {
  display: flex;
  align-items: center;
}

.board-view .view-tit--list li,
.board-view .view-tit--list li span {
  color: #545456;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap;
}

.board-view .view-tit--list li span {
  /* margin-right:0.5rem; */
}

.board-view .view-tit--list li+li {
  position: relative;
  padding-left: 2rem;
}

.board-view .view-tit--list li+li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #e2e5e9;
}

.board-view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.7rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcfd4;
}
.board-view__info:not(:has(.has-text)){
  display:none;
}
.board-view__info li:not(.has-text) span:after{
  content:'-';
  margin-left: 1rem;
}
.board-view__info>li {
  font-size: 1.6rem;
  line-height: 160%;
  color: #111111;
}

.board-view__info>li+li {
  margin-left: 3rem;
}

.board-view__info>li>span {
  margin-right: 1rem;
  color: #545456;
}

.board-view__download {
  padding: 1.7rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #CDCFD4;
}

.board-view__download>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.6rem;
  line-height: 160%;
  color: #545456;
}

.board-view__download>a+a {
  margin-top: 0.6rem;
}

.board-view__download>a:before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  margin-left: 0.45rem;
  margin-right: 0.5rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-download.png) no-repeat center center;
  background-size: 100% 100%;
}

.board-view .scroll-wrap {
  border: 1px solid #eaeaea;
  padding: 2.4rem 0.8rem 2.4rem 2.4rem;
  border-radius: 1rem;
  background: #f9f9f9;
}

.board-view .scroll-wrap .inner::-webkit-scrollbar {
  width: 8px;
  /* 세로 스크롤 너비 */
  height: 8px;
  /* 가로 스크롤 높이 */
}

/* 스크롤바 트랙 (배경) */
.board-view .scroll-wrap .inner::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 4px;
}

/* 스크롤바 핸들 (움직이는 부분) */
.board-view .scroll-wrap .inner::-webkit-scrollbar-thumb {
  background: #0046a3;
  border-radius: 4px;
}

.board-view .scroll-wrap .inner {
  overflow-y: auto;
  max-height: 34rem;
  padding-right: 1.6rem;
}

.board-view .scroll-wrap .tit {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
}

.board-view .scroll-wrap .tit+.txt {
  margin-top: 1.2rem;
}

.board-view .scroll-wrap .txt {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
}

.board-view .scroll-wrap .txt+.txt {
  margin-top: 1.5rem;
}

.board-view__txt {
  margin: 4rem 0 6rem;
}

.board-view__txt.px-65 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
.board-view__txt.px-65 + div:has(img){
  padding-bottom:6rem;
}
.board-view__txt .img {
  display: inline-block;
  margin-bottom: 4rem;
}

.board-view__txt>p {
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}

.board-view__list {
  /* border-top: 1px solid #EAEAEA; */
  border-bottom: 1px solid #EAEAEA;
  /* display: flex; */
}

.board-view__list>a {
  border-top: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.board-view__list>a>span {
  display: inline-block;
  margin-right: 3rem;
  color: #747478;
  font-size: 1.6rem;
  line-height: 160%;
  white-space: nowrap;
}

.board-view__list>a>p {
  font-size: 1.6rem;
  line-height: 160%;
  color: #464648;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.board-view__list>a+a {}

/* board01 - 공지사항 */
.div-table__wrap {
  width: 100%;
  margin-top: 1.6rem;
}

.div-table__wrap.function {
  display: none;
}

.div-table__wrap.function.active {
  display: block;
}
.div-table__wrap.function .th,
.div-table__wrap.promotion-table .th{
  background:#f4f7fb;
}
.div-table__wrap.function .tbody .tr:hover,
.div-table__wrap.promotion-table .tbody .tr:hover{
  background:none;
}
.div-table__wrap.function .thead .tr,
.div-table__wrap.promotion-table .thead .tr{
  border-bottom: 1px solid #DAE1EB;
  background:#f4f7fb;
}
.div-table__wrap.function .thead .th,
.div-table__wrap.promotion-table .thead .th{
  padding: 1.59rem 0;
}
.div-table__wrap.dues-table+.tit-depth__03 {
  margin-top: 6rem;
}
.tit-depth__03 + .sub-box--outlined{
  margin-top:2rem;
}
.sub-box--outlined + .tit-depth__03{
  margin-top:6rem;
}
.tit-depth__03 + .txt{
  margin-top:2rem;
}
.tit-depth__03 + .lists.num{
  margin-top:2rem;
}
.lists.num + .table-wrap.table-wrap--explan{
  margin-top:2rem;
}
.txt + .tit-depth__03{
  margin-top:6rem;
}

.title-form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-form-box .sch-select {
  width: 20rem;
}

.title-form-box .sch-select select {
  width: 100%;
}

.tit-depth__03+.blank-wrap {
  margin-top: 2rem;
}

.div-table__wrap .b-top-info-wrap {
  font-size: 1.6rem;
  line-height: 1.6;
}

.div-table__wrap .b-top-info-wrap .adm-chk label {}

.div-table__wrap .b-top-info-wrap+.thead {
  margin-top: 1rem;
}

.div-table__wrap .tb_01 {
  width: 9%;
}

.div-table__wrap .tb_02 {
  width: 11%;
}

.div-table__wrap .tb_03 {
  width: 47%;
}

.div-table__wrap .tb_04 {
  width: 10%;
}

.div-table__wrap .tb_05 {
  width: 14%;
}

.div-table__wrap .tb_06 {
  width: 9%;
}

.div-table__wrap .tbody .td.title,
.div-table__wrap .tbody .td.title a {
  display: flex;
  text-align: left;
  /* align-items: center; */
  /* position: relative; */
  justify-content: flex-start;
}

.div-table__wrap .tbody .td.title a .icon-linkMove {
  background: url(/_res/kha_main/kha_home/img/common/icon_blank.png) no-repeat center;
  background-size: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  /* line-height: 7.4rem; */
  display: inline-block;
  transform: translateY(0.4rem);
  margin-left: 1rem;
  /* bottom: 0; */
  /* position: absolute; */
  right: 0;
  align-items: center;
}

.div-table__wrap .th.num,
.div-table__wrap .td.num {
  flex: 0 0 7rem;
  /* width: auto; */
}

.div-table__wrap .th.title,
.div-table__wrap .td.title {
  flex: 1;
}

.div-table__wrap .th.department,
.div-table__wrap .td.department {
  flex: 0 0 13rem;
}

.div-table__wrap .th.registrant,
.div-table__wrap .td.registrant {
  flex: 0 0 15rem;
}

.div-table__wrap .th.sort,
.div-table__wrap .td.sort {
  flex: 0 0 13rem;
}

.div-table__wrap .th.position,
.div-table__wrap .td.position {
  flex: 0 0 12rem;
}

.div-table__wrap .th.writer,
.div-table__wrap .td.writer {
  flex: 0 0 10rem;
}

.div-table__wrap .th.date,
.div-table__wrap .td.date {
  flex: 0 0 14rem;
}

.div-table__wrap .th.views,
.div-table__wrap .td.views {
  flex: 0 0 10rem;
}

.div-table__wrap .th.check,
.div-table__wrap .td.check {
  flex: 0 0 9rem;
}

.div-table__wrap .th.name,
.div-table__wrap .td.name {
  flex: 0 0 18rem;
}

.div-table__wrap .th.number,
.div-table__wrap .td.number {
  flex: 0 0 20rem;
}

.div-table__wrap .th.other,
.div-table__wrap .td.other {
  flex: 0 0 auto;
}

.div-table__wrap .td.check .b-hide {
  display: none;
}

.div-table__wrap .thead {
  border-top: 1px solid #111111;
}

.div-table__wrap .thead .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #A3A3A5;
}

.div-table__wrap .thead .th {
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
  font-weight: 500;
}

.div-table__wrap .tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}


.div-table__wrap .tbody .tr:has(.no-data) {
  justify-content: center;
}

.div-table__wrap .tbody .td {
  padding: 2.1rem 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.3;
  /* line-height: 160%; */
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#111;
}
.div-table__wrap:has(.td.title) .tbody .td{
  color: #464648;
}
.div-table__wrap:has(.td.title) .tbody .td span a{
  color:#464848;
}
.div-table__wrap .tbody .td.no-list {
  width: 100%;
  text-align: center;
  justify-content: center;
  flex: 1;
}

.div-table__wrap .tbody .td.tb_03 {
  text-align: left;
}

.div-table__wrap .tbody .td:has(.lists) {
  justify-content: flex-start;
}

.div-table__wrap .tbody .td:has(.lists) .lists {
  padding: 0 1.2rem;
}

.div-table__wrap .tbody .td:has(.lists) .lists li {
  color: #464648;
}

.div-table__wrap .tbody .td>a {
  color: #111111;
}

.div-table__wrap.dues-table .thead {
  background: #f4f7fb;
}

.div-table__wrap.dues-table .thead .th {
  height: 5.9rem;
  /* line-height: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-table__wrap.dues-table .th.pay-code,
.div-table__wrap.dues-table .td.pay-code {
  flex: 0 0 18rem;
}

.div-table__wrap.dues-table .th.pay-name,
.div-table__wrap.dues-table .td.pay-name {
  flex: 0 0 30rem;
}

.div-table__wrap.dues-table .th.pay-history,
.div-table__wrap.dues-table .td.pay-history {
  flex: 0 0 16rem;
}

.div-table__wrap.dues-table .th.pay-date,
.div-table__wrap.dues-table .td.pay-date {
  flex: 0 0 16rem;
}

.div-table__wrap.dues-table .th.pay-cate,
.div-table__wrap.dues-table .td.pay-cate {
  flex: 0 0 12rem;
}

.div-table__wrap.dues-table .th.bank,
.div-table__wrap.dues-table .td.bank {
  flex: 0 0 16rem;
}


.div-table__wrap.dues-table .thead .tr {
  border-bottom: 1px solid #eaeaea;
}

/* board_write */
.board-write {
  /* margin-top: 2.4rem; */
  padding-top: 2.8rem;
  /* padding-bottom: 4rem; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #111111;
  /* border-bottom: 1px solid #A3A3A5; */
}

.board-write fieldset {
  border-bottom: 1px solid #A3A3A5;
  padding-bottom: 4rem;
}

.board-write+.btn-wrap {
  margin-top: 4rem;
}

.board-write .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* //board */
/* sch-wrap */
.sch-wrap {
  margin-top: 0;
}

.sch-wrap .search-wrap {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
  background: #f4f7fb;
  border-radius: 1rem;
}

.sch-wrap .search-wrap>div+div {
  margin-left: 0.8rem;
}

.sch-wrap .sch-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F4F7FB;
  border-radius: 10px;
}
.tab_cont .count-wrap{
  margin-top: 0.6rem;
}
.count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 3rem;
}

.count-all {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #111111;
}

.count-all>span {
  color: #0046A3;
  font-weight: bold;
}

.sch-wrap .count-page {
  position: relative;
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 400;
  color: #111111;
}

.sch-wrap .count-page>span {
  color: #0046A3;
  font-weight: bold;
}

.sch-wrap .count-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E2E5E9;
}

.b-sel-box .sch-select {
  width: 16rem;
}

.sch-select:has(select) select {
  width: 12rem;
  height: 4.8rem;
  padding-left: 1.6rem;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  font-weight: 400;
}

select.sch-select {
  width: 12rem;
  height: 4.8rem;
  padding-left: 1.6rem;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  font-weight: 400;
}

.sch-select+.sch-label {
  margin-left: 0.8rem;
}

.sch-select .selected {
  width: 100%;
  height: 100%;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  font-weight: 400;
}

.sch-select .selected.active {
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-up.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
}

.sch-select .options li {
  font-size: 1.7rem;
  font-weight: 400;
  color: #111111;
}

.sch-select .options li:focus {
  outline-color: #0046A3;
}

.sch-select .options {
  display: none;
  position: absolute;
  background: white;
  width: 12rem;
  border: 1px solid #EFF1F3;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0 0 0.6rem 0.6rem;
}

.sch-select .options li {
  padding: 10px;
}


.sch-label {
  width: 32rem;
  height: 4.8rem;
}

.sch-label label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sch-label label input {
  padding-left: 1.6rem;
  font-size: 1.7rem;
}

.sch-label .btn_sch {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-search.png) no-repeat center center;
  background-size: 100% 100%;
}

.sch_input {
  width: 100%;
  height: 100%;
  margin-left: 0;
  border-radius: 6px;
  border: 1px solid #E2E5E9;
}
.sch_input::-webkit-search-cancel-button {
  margin-right: 4.5rem; /* 원하는 위치로 조정 */
}
.sch_input:focus {
  outline-color: #0046A3;
}

.selected {
  background-color: #f0f0f0;
  padding: 10px;
}

.custom-select {
  width: 12rem;
  height: 4.8rem;
}

.custom-select.sel-plain .selected {
  border: none;
  padding: 0;
}

.custom-select.sel-footer .selected {
  border: none;
  /* background: #011632; */
  color: #fff;
}

.custom-select.sel-footer+.sel-footer {
  margin-left: 1rem;
}

.custom-select .selected {
  width: 100%;
  height: 100%;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  font-weight: 400;
}

.custom-select .selected.active {
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-up.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
}

.custom-select .options li {
  font-size: 1.7rem;
  font-weight: 400;
  color: #111111;
}

.custom-select .options li:focus {
  outline-color: #0046A3;
}

.custom-select .options {
  display: none;
  position: relative;
  background: white;
  width: 100%;
  position: absolute;
  border: 1px solid #EFF1F3;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0 0 0.6rem 0.6rem;
  z-index: 999;
}

.custom-select .options li {
  padding: 10px;
}

/* pagination */
.b-paging {
  margin-top: 3rem;
}

.b-paging+.btn-wrap {
  margin-top: 3rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-table__wrap + .pagination-wrap:not(:has(a)){
  margin-top:0;
}
.div-table__wrap+.b-paging,
.div-table__wrap+.pagination-wrap {
  margin-top: 4rem;
}

.pagination-wrap {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}

.pagination-wrap+.btn-wrap {
  margin-top: 3rem;
}

.pagination>a {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 3.6rem;
  color: #0A0D0F;
}

.pagination>a.link-prev__all {
  width: 3.6rem;
  height: 3.6rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-arrow--prev_all.png) no-repeat center center;
  background-size: 2rem 2rem;
}

.pagination>a.link-prev {
  width: 3.6rem;
  height: 3.6rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-arrow--prev.png) no-repeat center center;
  background-size: 2rem 2rem;
}


.pagination>a.link-next {
  width: 3.6rem;
  height: 3.6rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-arrow--next.png) no-repeat center center;
  background-size: 2rem 2rem;
}


.pagination>a.link-next__all {
  width: 3.6rem;
  height: 3.6rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-arrow--next__all.png) no-repeat center center;
  background-size: 2rem 2rem;
}




.pagination>a.is-active {
  text-decoration: underline;
  color: #0046A3;
  font-weight: bold;
}


.ui-datepicker .ui-datepicker-prev span {
  background: url(/_res/kha_main/kha_home/img/common/banner-icon-prev.png) no-repeat center !important;
  background-size: 0.5rem !important;
}

.ui-datepicker .ui-datepicker-next span {
  background: url(/_res/kha_main/kha_home/img/common/banner-icon-next.png) no-repeat center !important;
  background-size: 0.5rem !important;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  transform: unset;
  position: static;
  margin: 0;
}
#ui-datepicker-div a.ui-corner-all{
  transform: translateY(-50%);
}
.ui-datepicker th{
  /* font-size:1.6rem; */
}
#ui-datepicker-div a {
  top: 50%;
  display: flex;
  font-size: 1.6rem;
}
.ui-datepicker th,
.ui-datepicker th span{
  font-size: 1.6rem;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #111;
}

#ui-datepicker-div select option {
  color: #111;
}

#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  color: #111;
}

/* ui-input */
.ui-input {
  border-radius: 6px;
  border-color: #EAEAEA;
  color: #111;
  font-size: 1.7rem;
  line-height: 160%;
  border-radius: 0.6rem !important;
  height: 4.8rem;
  padding-left: 1.6rem;
}
.ui-input:placeholder{
  color:#747478;
}
.ui-input:-webkit-autofill {
  font-size: 1.7rem;
}

.ui-input:focus {
  outline-color: #0046A3;
  color: #111111;
}

.ui-input__200 {
  width: 20rem;
  height: 4.8rem;
}

.ui-input__220 {
  width: 22rem;
  height: 4.8rem;
}

.ui-input__320 {
  width: 32rem;
  height: 4.8rem;
}

.ui-input__842 {
  width: 84.2rem;
  height: 4.8rem;
}

.ui-input__full {
  width: 100%;
  height: 4.8rem;
}

.ui-input__c842 {
  width: calc(100% - 11.8rem);
  height: 4.8rem;
}

/* ui-select */
select.ui-input {
  font-size: 1.7rem;
  line-height: 160%;
  color: #747478;
  border-radius: 6px;
  border-color: #EAEAEA;
  background: #FFFFFF url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2.4rem 2.4rem;
}

.ui-select {
  font-size: 1.7rem;
  line-height: 160%;
  color: #747478;
  border-radius: 6px;
  border-color: #EAEAEA;
  background: #FFFFFF url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2.4rem 2.4rem;
}

.form-box .ui-input_wrap .ui-input~select {
  margin-left: 0.8rem;
}

input.calendar~select {
  min-width: 10rem;
  height: 4.8rem;
  padding-left: 1.6rem;
  border-radius: 6px;
  border-color: #EAEAEA;
  color: #747478;
  font-size: 1.7rem;
  line-height: 160%;
  border-radius: 0.6rem !important;
  height: 4.8rem;
  padding-left: 1.6rem;
}

.ui-select option {
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}

.ui-select:focus {
  outline-color: #0046A3;
  color: #111111;
}

.ui-select__120 {
  width: 12rem;
  height: 4.8rem;
}

.ui-select__189 {
  width: 18.9rem;
  height: 4.8rem;
}

.ui-select__240 {
  width: 24rem;
  height: 4.8rem;
}

.ui-select__full {
  width: 100%;
  height: 4.8rem;
}

.ui-checkbox {
  margin-right: 1.2rem;
}

/* check */
input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 1px solid #CDCFD4;
  border-radius: 0.4rem;
}

input[type=checkbox]:checked {
  border-color: #0046A3;
  background: #0046A3 url("/_res/kha_main/kha_home/img/common/ico-check.png") no-repeat center;
  background-size: 1.2rem;
}

/* radio */
input[type=radio] {
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 6px solid #E2E5E9;
  border-radius: 100%;
}

input[type=radio]:checked {
  border-color: #0046A3;
}

/* ui-textarea */
.ui-textarea {
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border-radius: 6px;
  border-color: #EAEAEA;
  color: #747478;
  font-size: 1.7rem;
  line-height: 160%;
  border: 1px solid #eaeaea;
}

.ui-textarea:focus {
  outline-color: #0046A3;
  color: #111111;
}

.ui-textarea__full {
  width: 100%;
  height: 53.5rem;
}

.captcha.captchaRefresh {
  background: url("/_res/kha_main/kha_home/img/common/captcha_refresh.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.captcha.captchaSound {
  background: url("/_res/kha_main/kha_home/img/common/captcha_volume.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  /* margin-right: 14.8rem; */
}

.logo a {
  width: 15.9rem;
  display: block;
}

.other-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: 4rem;
  align-items: center;
}

.other-btn .sel-plain {
  /* height:auto; */
  height: 2.4rem;
  width: 4.7rem;
  padding-bottom: 0.2rem;
}

.other-btn .sel-plain .selected {
  font-size: 1.4rem;
  width: 4.7rem;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right;
  background-size: 1.3rem;
  background-position: right;
  cursor: pointer;
}

.other-btn .sel-plain .selected.active {
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-up.png) no-repeat center right;
  background-size: 1.3rem;
  background-position: right;
}

.other-btn .sel-plain .options {
  font-size: 1.4rem;
  border: 1px solid #3164a6;
  border-radius: 0.6rem;
}

.other-btn .sel-plain .options li {
  padding: 0;
}

.other-btn .sel-plain .options li+li {
  border-top: 1px solid #eaeaea;
}

.other-btn .sel-plain .options li a {
  display: block;
  padding: 0.8rem 0;
  text-align: center;
  color: #545456;
  font-size: 1.4rem;
}

.other-btn>*+* {
  padding-left: 1.9rem;
  position: relative
}

.other-btn> a + a:before {
  position: absolute;
  content: '·';
  /* width:0.3rem; */
  /* height:0.3rem; */
  font-size: 2.2rem;
  display: block;
  left: 0.7rem;
  line-height: 2.4rem;
  color: #111;
  border-radius: 999px;
  top: 43%;
  transform: translateY(-50%);
}

.other-btn>.sel-plain:before {
  position: absolute;
  content: '·';
  /* width:0.3rem; */
  /* height:0.3rem; */
  font-size: 2.2rem;
  display: block;
  left: 0.7rem;
  line-height: 2.4rem;
  color: #111;
  border-radius: 999px;
  top: 43%;
  transform: translateY(-50%);
}

.other-btn a {
  text-decoration: none;
  color: #111;
  /* padding: 0; */
  font-size: 1.5rem;
  line-height: 1.6;
  /* border-radius: 4px; */
  display: flex;
  /* background-color: white; */
}

/* GNB 스타일 */
.gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  /* position: relative; */
  z-index: 20;
  height: 9rem;
  align-items: center;
  margin-left: 14.8rem;
}

.gnb-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.gnb-item>a {
  text-decoration: none;
  color: black;
  padding: 0;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 1.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 12.3rem;
  justify-content: center;
  padding: 0;
}

.gnb-item+.gnb-item>a {}

.gnb-item>a.active {
  color: #0046A3;
}

/* 메뉴 콘텐츠 (각 메뉴 안에 위치함) */
.gnb-item a+.dropdown {
  border-top: 1px solid #747478;
}

.gnb-item a+.dropdown .detail {
  width: 30rem;
}

.gnb-item .dropdown {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3rem 0 4rem 0;
  /* margin-left: -26rem; */
  display: flex;
  /* padding-left: 30rem; */
  /* box-sizing: content-box; */
  background: #ffffff;
  /* padding: 0; */
  z-index: 30;
  width: 100%;
  align-items: flex-start;
  visibility: hidden;
}

.dropdown ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  MARGIN-LEFT: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* background: #d70000; */
  grid-gap: 1.6rem;
  gap: 1.6rem;
}

.dropdown li {
  padding: 0;
  width: 24rem;
}

.dropdown li a {
  font-size: 1.7rem;
  font-weight: 500;
  color: #111;
  display: block;
  position: relative;
  background: #f9f9f9;
  padding: 1.45rem 2rem;
  border-radius: 1rem;
}

.dropdown li a:after {
  content: '';
  background: url(/_res/kha_main/kha_home/img/common/gnb-arrow.png) no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown .detail .tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #111;
  line-height: 1.5;
}

.dropdown .detail .txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #545456;
  line-height: 1.6;
}

/* ▼ 하나뿐인 공통 배경 ▼ */
.header.is-block .dropdown-bg,
.header.is-block ~ .gnb-bg,
.header.is-block .gnb-item a.active~.dropdown{
  display:none !important;
}
.dropdown-bg {
  /* display: none; */
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100%;
  /* height: 23rem; */
  background: #fff;
  z-index: 11;
}

.dropdown-bg.active {
  border-top: 1px solid #747478;
}

.dropdown-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  display: none;
}

.gnb-bg {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 40%);
  position: fixed;
  z-index: 9;
}

.site-map {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062044;
  position: fixed;
  z-index: 99;
  overflow-y: auto;
}

.site-map.active {
  display: block;
}

.site-map-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140rem;
  max-width: 100%;
  margin: 0 auto;
  height: max-content;
  position: relative;
  padding: 0 0 8rem 0;
  /* padding: 8rem 26rem; */
}

.site-map-inner:after {
  background: url(/_res/kha_main/kha_home/img/common/site-map-logo.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 55.8rem;
  height: 53.6rem;
  position: absolute;
  left: -19rem;
  bottom: 0;
  pointer-events: none;
}

.site-map__tit {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-top: 0.5rem;
  width: 24rem;
}

.site-map__btn {
  position: unset;
  right: -17%;
  top: 3rem;
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  margin-left: auto;
  margin-top: 3rem;
  margin-right: 3rem;
}

.menu-box {
  width: calc(100% - 24rem);
}

.menu-box__item {}

.menu-box__item+.menu-box__item {
  padding-top: 4rem;
}

.menu-box__item .tit {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid #50627C;
  padding: 1.55rem 0;
}

.menu-box__item .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.menu-box__item .lists li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #bbc2cc;
  padding: 1.65rem 0;
}

.site-map--icon {
  width: 3.7rem;
  /* margin-left: auto; */
}

.sel-footer {
  width: 24rem;
  position: relative;
  z-index: 0;
}

.sel-footer .selected {
  position: relative;
  display: flex;
  padding-left: 1.6rem;
}

.sel-footer .selected {
  background: #011632 url(/_res/kha_main/kha_home/img/common/sel-footer-plus.png) no-repeat center right 1.2rem;
  background-size: 2rem;
  position: absolute;
  /* right: 1rem; */
  top: 50%;
  transform: translateY(-50%);
  /* width: 2rem; */
  /* height: 2rem; */
  z-index: 999;
}

.sel-footer .selected.active {
  background: #031021 url(/_res/kha_main/kha_home/img/common/sel-footer-minus.png) no-repeat center right 1.2rem;
  background-size: 2rem;
}

.sel-footer .options li {
  padding: 0;
}

.sel-footer .options li+li {
  border-top: 1px solid #182F4D;
}

.sel-footer .options a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #BBC2CC;
  padding: 0.9rem 1.6rem;
}

.sel-footer .selected.active+.scroll-wrap {
  display: block;
}

.sel-footer .scroll-wrap {
  display: none;
  width: 100%;
  position: absolute;
  background: #011632;
  border: none;
  top: 5.4rem;
  padding: 0 0.3rem 0 0;
  margin-right: 2rem;
  width: 100%;
  left: 0;
  border: 1px solid #182F4D;
  border-radius: 0.6rem;
}

.sel-footer .options {
  overflow-y: auto;
  background: #011632;
  border: none;
  top: 6.4rem;
  width: 100%;
  left: 0;
  max-height: 17.6rem;
  /* padding: 1rem; */
  position: static;
  /* border:1px solid #182F4D; */
  border-radius: 0.6rem;
}

/* 크롬, 사파리 */
.sel-footer .options::-webkit-scrollbar {
  background-color: #011632;
  width: 0.8rem;

}

.sel-footer .options::-webkit-scrollbar-track {
  background-color: #011632;
}

.sel-footer .options::-webkit-scrollbar-thumb {
  background-color: #63CBFF;
  /* 스크롤바 색 */
  border: 2px solid #011632;
  border-radius: 4px;
}

.wrap .breadcrumb,
.breadcrumb {
  background-color: #0046A3;
  /* 파란색 배경 */
}

.breadcrumb-bar .sel-brand .selected {
  background: transparent;
}

.breadcrumb-bar {
  width: 140rem;
  margin: 0 auto;
  padding: 0;
  color: white;
  height: 5.6rem;
  display: flex;
  align-items: center;
}

.breadcrumb .home-icon {
  padding: 0 1.5rem;
  background: #003376;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb .home-icon img {
  width: 2.6rem;
  height: 2.6rem;
}

.breadcrumb .options li {
  padding: 0;
}

.breadcrumb .options li+li {
  border-top: 1px solid #eaeaea;
}

.breadcrumb a {
  display: block;
  padding: 1.2rem 2.5rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #545456;
}

.breadcrumb .divider {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb .home-icon {
  /* font-size: 16px; */
}

.sel-bread {
  width: 24rem;
  height: 100%;
}

.sel-bread .selected {
  background: #0046a3 url(/_res/kha_main/kha_home/img/common/bread-down.png) no-repeat center right 1.6rem;
  background-size: 2rem;
  border: none;
  padding: 0 2.4rem;
  color: #fff;
}

.sel-bread {
  border-right: 1px solid #3164A6;
}

.sel-bread .selected.active {
  background: #003376 url(/_res/kha_main/kha_home/img/common/bread-up.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
}

.sel-bread .selected+.options {
  width: 24rem;
  z-index: 9;
  border: 1px solid #3164A6;
  top: 15rem;
  border-radius: 0.6rem;
}

.quick-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.6rem 0 0 0.6rem;
  overflow: hidden;
  z-index: 8;
}

.quick-menu .tit {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  background: #0046A3;
  padding: 0.6rem 0;
  text-align: center;
}

.quick-menu .btn_top {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  background: #0046A3;
  text-align: center;
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-menu .btn_top img {
  width: 0.8rem;
  margin-right: 0.7rem;
}

.quick-menu .btns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.8rem 1.3rem;
}

.quick-menu .btns a img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.8rem;
}

.quick-menu .btns a:nth-child(1) {
  background: #CDEAF6;
}

.quick-menu .btns a:nth-child(2) {
  background: #DAF6B2;
}

.quick-menu .btns a:nth-child(3) {
  background: #FFD3C2;
}

.quick-menu .btns a:nth-child(1) p {
  color: #00587C
}

.quick-menu .btns a:nth-child(2) p {
  color: #365C00;
}

.quick-menu .btns a:nth-child(3) p {
  color: #BB3500;
}

.quick-menu .btns p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.main-top {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 4rem;
}

.main-middle {
  margin-top: 4rem;
}

.main-middle .tab_box {
  margin-right: 2.4rem;
  width: calc(100% - 48rem);
}

.main-top .main-top__swiper {
  position: relative;
  width: calc(100% - 48rem);
  flex-grow: 1;
  overflow: hidden;
  border-radius: 1rem;
}

.main-top .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main-top .swiper_main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-top .pagination-box .inner {
  width: 100%;
}

.pagination-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: max-content;
  /* height: 2.1rem; */
  /* margin-bottom: 9rem; */
  z-index: 1;
  border-radius: 0 1rem 0 0;
  background: rgba(3, 11, 20, 70%);
  display: flex;
  align-items: center;
}

.pagination-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 0.8rem 2rem 0.8rem 2rem;
}

.popup_box .pagination-box .swiper-pagination {
  display: block;
  /* padding: 0.8rem 2rem 0.8rem 2rem; */
  width: 6.7rem;
  text-align: left;
}

.popup_box .pagination-box {
  padding: 0.8rem 2rem 0.8rem 2rem;
}

.popup_box .pagination-box .swiper-pagination .num {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

.popup_box .pagination-box .swiper-pagination .num~.num {
  color: #a3a3a5;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

.popup_box .pagination-box .swiper-pagination .swiper-pagination-current {
  margin-right: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  z-index: 1;
  /* display: flex; */
  /* align-items: center; */
  width: 6.7rem;
  /* margin-right: 1rem; */
}

.popup_box .pagination-box .swiper-pagination .swiper-pagination-total {
  color: #a3a3a5;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

.popup_box .pagination-box .swiper-pagination i {
  margin: 0 0.8rem;
  width: 0.1rem;
  height: 1rem;
  display: inline-block;
  background: #a3a3a5;
}

.pagination-box .swiper-pagination {
  position: static;
  /* width: 18rem; */
  /* margin-right: 1.6rem; */
  /* background: rgba(255, 255, 255, 0.4); */
  border-radius: 999px;
  /* overflow: hidden; */
  /* -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  display: none;
}

.pagination-box .swiper-pagination-progressbar-fill {
  background: #fff;
}

.pagination-box .swiper-page-number {
  margin-right: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 6.7rem;
  /* margin-right: 1rem; */
}

.pagination-box .swiper-page-number span {
  color: #a3a3a5;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pagination-box .swiper-page-number .real-slides i {
  margin: 0 0.8rem;
  width: 0.1rem;
  height: 1rem;
  display: inline-block;
  background: #a3a3a5;
}

.pagination-box .swiper-button-prev {
  position: static;
  width: 2.4rem;
  height: 2.4rem;
  /* margin-right: 1rem; */
  background: url(/_res/kha_main/kha_home/img/common/icon-prev.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0;
}

.pagination-box .swiper-button-prev::after {
  display: none;
}

.pagination-box .swiper-button-pause {
  position: static;
  width: 2.4rem;
  height: 2.4rem;
  /* margin-right: 1rem; */
  background: url(/_res/kha_main/kha_home/img/common/icon-pause.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}

.pagination-box .swiper-button-pause.off {
  width: 2.4rem;
  height: 2.4rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-play.png) no-repeat center center;
  background-size: 100% 100%;
  /* -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.pagination-box .swiper-button-next {
  position: static;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-next.png) no-repeat center center;
  background-size: 100% 100%;
  /* -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  margin: 0;
}

.pagination-box .swiper-button-next::after {
  display: none;
}

.main-top__box {
  /* position: absolute; */
  top: 15rem;
  left: 0;
  /* z-index: 2; */
  width: 45.6rem;
  display: flex;
  flex-direction: column;
  margin-left: 2.4rem;
}

.main-top__box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 140rem;
  margin: 0 auto;
}

.main-top__box .menu-flex_box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.8rem 1.8rem;
  background: #ECF4FF;
  border-radius: 1rem;
  margin-top: 2.4rem;
  flex-grow: 1;
}

.main-top__box .menu-flex_box .main_btn {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-left: 0.4rem; */
  /* margin-top: 0.4rem; */
  /* background: #fff; */
  /* border-radius: 4px; */
}

.main-top__box .menu-flex_box .main_btn {
  position: relative;
}

.main-top__box .menu-flex_box .main_btn:before,
.main-top__box .menu-flex_box .main_btn:after {
  content: '';
  position: absolute;
  background: #c6d8ef;
}

.main-top__box .menu-flex_box .main_btn:nth-child(1):before {
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 0.1rem;
}

.main-top__box .menu-flex_box .main_btn:nth-child(3):before {
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5.4rem;
}

.main-top__box .menu-flex_box .main_btn:nth-child(2):before {
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  top: unset;
}

.main-top__box .menu-flex_box .main_btn:nth-of-type(3):after {
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 0.1rem;
}

.main-top__box .menu-flex_box .main_btn:nth-of-type(1):after,
.main-top__box .menu-flex_box .main_btn:nth-of-type(4):after,
.main-top__box .menu-flex_box .main_btn:nth-of-type(5):after {
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5.4rem;
}

.main-top__box .menu-flex_box .main_btn:hover {
  /* background: #0062c1; */
}

.main-top__box .menu-flex_box .main_btn:hover a p {
  /* color: #ffcc00; */
  /* font-weight: bold; */
}

.main-top__box .menu-flex_box .main_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.6rem 0;
  border: 2px solid transparent;
  transition: all 0.3s;
  border-radius: 1rem;
}

.main-top__box .menu-flex_box .main_btn a p {
  margin-top: 0.8rem;
  font-size: 1.7rem;
  line-height: 150%;
  color: #1D1D1D;
  font-weight: 600;
}

.main-top__box .menu-flex_box .main_btn a i {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
}

.main-top__box .menu-flex_box .main_btn a:before {
  content: '';
  width: 5.6rem;
  height: 5.2rem;
  display: block;
  margin: 0 auto;
}

.main-top__box .menu-flex_box .main_btn01 a:before {

  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn01.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top__box .menu-flex_box .main_btn02 a:before {
  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn02.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top__box .menu-flex_box .main_btn03 a:before {
  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn03.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top__box .menu-flex_box .main_btn04 a:before {
  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn04.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top__box .menu-flex_box .main_btn05 a:before {
  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn05.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top__box .menu-flex_box .main_btn06 a:before {
  background: url(/_res/kha_main/kha_home/img/common/icon-mainBtn06.png) no-repeat center;
  background-size: 100% 100%;
}

.main-top .swiper_main .main-txt__box {
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 8rem;
  left: 6rem;
}

.main-txt__box h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-shadow: 0.2rem 0.2rem 1.2rem rgba(12, 32, 61, 0.2);
}

.main-txt__box h2 strong {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
}

.main-txt__box p {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
}

.main-middle .inner {
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem auto 0;
}

.main-middle .popup_box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 45.6rem;
  border-radius: 1rem;
  overflow: hidden;
}

.main-middle .swiper_banner {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.main-middle .swiper_banner .swiper-slide {
  font-size: 0;
}

.main-middle .swiper_banner .swiper-slide>a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-middle .swiper_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-middle .swiper_banner .pagination-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 12.6rem;
  height: 3.5rem;
  padding: 0.7rem 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(29, 29, 29, 0.5);
  border-radius: 4px 0 0 0;
  z-index: 2;
}

.main-middle .swiper_banner .pagination-box .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.4rem;
  line-height: 150%;
  color: #fff;
}

.main-middle .swiper_banner .pagination-box .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
}

.main-middle .swiper_banner .pagination-box .swiper-button-next {
  position: static;
  width: 0.5rem;
  height: 1rem;
  background: url(../img/main/icon/icon-next.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-middle .swiper_banner .pagination-box .swiper-button-next:after {
  display: none;
}

.main-middle .swiper_banner .pagination-box .swiper-button-prev {
  position: static;
  width: 0.5rem;
  height: 1rem;
  background: url(../img/main/icon/icon-prev.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-middle .swiper_banner .pagination-box .swiper-button-prev:after {
  display: none;
}

.main-middle .swiper_banner .pagination-box .swiper-button-pause {
  position: static;
  width: 0.5rem;
  height: 1rem;
  background: url(../img/main/icon/icon-pause.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-middle .swiper_banner .pagination-box .swiper-button-pause.off {
  width: 0.9rem;
  height: 1.1rem;
  background: url(../img/main/icon/icon-play.png) no-repeat center center;
  background-size: 100% 100%;
}

.board-list .tab_box {
  width: 100%;
  /* margin-top: 4rem; */
}

.main-middle .tab_box{
  width:92.2rem;
}
.tab_box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.tab_list.custom-left {
  width: max-content;
}

.tab_list.custom-left>ul {
  width: max-content;
}

.tab_list.custom-left>ul li {
  flex: 1 0 21.4rem;
}

.tab_list.custom-underline+form {
  margin-top: 4rem;
}

.tab_list.custom-underline {
  border: none;
  height: auto;
  position: relative;
  width: 100%;
  overflow: unset;
}

.tab_list.custom-underline:after {
  content: '';
  position: absolute;
  bottom: 1px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #e2e5e9;
}
.tab_list.custom-underline > .tab_list.custom-underline:after{
  display:none;
}
.tab_list.custom-underline ul {
  width: auto;
}

.tab_list.custom-underline+.div-table__wrap {
  margin-top: 4rem;
}

#custom-tab.active {
  position: fixed;
  top: 0;
  width: 108rem;
  z-index: 99;
}

#custom-tab ul {
  width: 100%;
}

.tab_list.custom-underline+iframe {
  margin-top: 4rem;
  width: 100%;
}

.tab_list.custom-underline ul>li {
  flex: 1 0 10rem;
  min-width: 10rem;
  flex: 1 1 auto;
  /* 유연하게 늘어나기 */
}
.tab_list.custom-underline.flex-1 ul>li{
  flex:1;
}
.tab_list.custom-underline ul>li a {
  padding: 2.7rem 1.4rem 1.6rem;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}

.tab_list.custom-underline ul>li a span {
  border-bottom: 2px solid transparent;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #747478;
  padding: 2.7rem 2.4rem 1.6rem;
  height: auto;
}

.tab_list.custom-underline ul>li.active span {
  display: block;
  width: 100%;
}

.tab_list.custom-underline ul>li a,
.tab_list.custom-underline ul>li a span {
  position: relative;
}

.tab_list.custom-underline ul>li a:has(span) {
  padding: 0;
}

.tab_list.custom-underline ul>li a:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: transparent;
}

.tab_list.custom-underline ul>li.on a:before,
.tab_list.custom-underline ul>li.active a:before {
  background: #0046a3;
}

.tab_list.custom-underline ul>li.on a,
.tab_list.custom-underline ul>li.active a,
.tab_list.custom-underline ul>li.on a span,
.tab_list.custom-underline ul>li.active a span {
  background: transparent;
  /* border-bottom: 2px solid #0046a3; */
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0046a3;
}

.tab_list.custom-underline ul>li a p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #545456;
}

.tab_list.custom-underline ul>li a.active p {
  color: #0046a3;
}

.tab_list.custom-underline>ul li+li a {
  border-left: none;
}
.tab_list#custom-tab{
  position:relative;
}
.tab_list#custom-tab ~ .tab_cont{
  margin-top:3rem;
}
.tab_list.custom-underline ul>li.on a{
  border-bottom:none;
}
.tab_list#custom-tab:after {
    content: '';
    position: absolute;
    bottom: 1px;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #e2e5e9;
}
.tab_list#custom-tab ul>li a{
  position:relative;
  pointer-events:none;
}
.tab_list#custom-tab ul>li a span{
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 400;
}
.tab_list#custom-tab ul>li.on a span,
.tab_list#custom-tab ul>li.active a span{
  color:#0046a3;
  font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 600;
}

.tab_list#custom-tab ul>li.on a:before{
  background: #0046a3;
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.4rem;
  border: 1px solid #eaeaea;
  overflow: hidden;

}

.main-middle .tab_list>ul {
  width: 100%;
}

.tab_list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.tab_list>ul li {
  flex: 1;
  /* margin-left: 0.1rem; */
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_list>ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 1rem;
  color: #464648;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.tab_list>ul li.on a {
  background: #0046A3;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
}

.tab_list>ul li+li a {
  border-left: 1px solid #eaeaea;
}

.main-middle .tab_list>ul li a {
  font-size: 1.8rem;
}

.main-middle .tab_list>ul li.on a {
  box-shadow: 0.4rem 0.4rem 1.4rem rgba(20, 55, 101, 0.4);
}

.main-middle .tab_list {
  overflow: unset;
  border-radius: 1rem;
}

.main-middle .tab_list>ul li:first-child {
  border-radius: 1rem;
}

.main-middle .tab_list>ul li:first-child a {
  margin-left: 0;
  border-radius: 1rem;
}

.main-middle .tab_list>ul li.on a {
  border-radius: 1rem;
}

.main-middle .tab_list>ul li.on:first-child a {
  border-radius: 1rem;
}

.main-middle .tab_list>ul li.on+li a {
  border-left: none;
}

.main-middle .tab_list>ul li.on:first-child+li a {
  border-left: none;
}

.main-middle .tab_list>ul:has(li.on:last-child)+.tab_btn {
  border-left: none;
}

.main-middle .tab_list>ul li.on+li {
  border-left: none;
}

.main-middle .tab_list>ul li+li:last-child:has(.on) {
  border-left: none;
}

.main-middle .tab_list .tab_btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: flex;
  width: 5.4rem;
  height: 100%;
  /* margin-right: 1.2rem; */
  background: #ECF4FF;
  border-left: 1px solid #eaeaea;
  align-items: center;
  justify-content: center;
  border-radius: 0 1rem 1rem 0;
}

.main-middle .tab_list .tab_btn img {
  max-width: 100%;
  width: 2.4rem;
  height: 2.4rem;
}

.tab_cont {
  display: none;
}

.main-middle .tab_cont {
  margin-top: 3.2rem;
  padding-top: 0;
  display: block !important;
  position: relative;
}

.main-middle .tab_cont>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: -0.8rem; */
}
.main-middle .tab_cont{
  height:0;
  margin-top:0;
}
.main-middle .tab_cont .main-middle-swiper.swiper{
  height:0;
  margin:0;
}
.main-middle .tab_cont.on{
  height: 22.2rem;
  margin-top:3.2rem;
}
.main-middle .tab_cont .swiper-scrollbar{
  display:none;
}
.main-middle .tab_cont.on .main-middle-swiper.swiper{
  height: 22.2rem;
}
.main-middle-swiper.swiper {
  flex: 1;
  /* height: 19rem; */
  /* margin-left: 0.8rem; */
  /* border: 1px solid #DFDFDF; */
  /* border-radius: 4px; */
}


.main-middle-swiper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-middle-swiper a .txt_box>p {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #111;
  height: 7rem;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.main-middle-swiper a>p {
  /* margin-top: 1rem; */
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #111;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.main-middle-swiper a .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  flex-direction: column;
}

.main-middle-swiper a .txt_box>span {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #545456;
  font-weight: 400;
  margin-top: 1.8rem;
  display: -webkit-box;
  height: 8rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main-middle-swiper a .txt_box>em {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #545456;
  font-weight: 400;
  padding-left: 2rem;
  position: relative;
  margin-top: 3rem;
  padding-left: 3rem;
}

.main-middle-swiper a .txt_box>em:before {
  content: '';
  background: url(/_res/kha_main/kha_home/img/common/icon-cal.png) no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab_cont.on,
.tab_cont.active {
  display: block;
}


.search-box {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(315deg, #F05C22 0%, #F2C31B 25%, #6EBD00 50%, #3FD682 70%, #0397D6 90%);
  padding: 2rem 3rem 2.4rem 3rem;
  border-radius: 1rem;
}

.search-box input {
  position: relative;
  border: none;
}

.search-box .bar input:focus,
.search-box .bar input:focus-visible {
  border: none;
  outline: none;
}

.search-box .bar {
  display: flex;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.2);
  height: 5.8rem;
}

.search-box .bar a {
  width: 2.4rem;
  margin-right: 2.7rem;
  display: flex;
  align-items: center;
}

.search-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.7rem;
}

.search-box input {
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
}

.main-bottom__slide ul {
  display: flex;
}

.main-bottom__slide ul li {
  border-radius: 1rem;
  overflow: hidden;
  flex: 1;
}
.main-bottom__slide ul li:not(:has(img)) .img_box{
  background: #efefef url(/_res/kha_main/_share/img/no-image.png) no-repeat center;
  background-size: cover;
  background-size: 12rem;
}
.main-bottom__slide ul li+li {
  margin-left: 2.4rem;
}

.main-bottom__slide .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: 1.2rem; */
  flex-direction: column;
  padding: 2.2rem;
  background: #f9f9f9;
  flex-grow: 1;
}

.main-bottom {
  margin-top: 4rem;
}
.main-bottom  .inner ~ .inner{
  margin-top:3rem;
}
.rss-swiper .swiper-horizontal>.swiper-scrollbar, 
.rss-swiper .swiper-scrollbar.swiper-scrollbar-horizontal{
  position:static;
  margin-top:2.4rem;
  background:#f9f9f9;
  height: 0.4rem;
}
.rss-swiper .swiper-scrollbar-drag{
  background:#0046a3;
}
.main-bottom__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.main-bottom .tit {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
  /* margin-bottom:2rem; */
}

.main-bottom .plus_btn {
  border-radius: 0.8rem;
  border: 1px solid #eaeaea;
  padding: 0.5rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bottom .plus_btn img {
  width: 2.2rem;
}

.main-bottom__slide .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}

.main-bottom__slide .txt_box>p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 5.6rem;
}

.main-bottom__slide .txt_box>span {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #545456;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 1.2rem;
  height: 7.7rem;
}

.main-bottom__slide .img_box {
  height: 17.8rem;
}

.main-bottom__slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-bottom__slide .txt_box>em {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #545456;
  font-weight: 400;
  padding-left: 2rem;
  position: relative;
  margin-top: 3rem;
  padding-left: 3rem;
}

.main-bottom__slide .txt_box>em:before {
  content: '';
  background: url(/_res/kha_main/kha_home/img/common/icon-cal.png) no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-swiper .swiper_banner {
  display: flex;
}

.banner-swiper .swiper_banner a {
  display: flex;
  align-items: center;
}

.banner-swiper .tit {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #111;
}

.banner-swiper .swiper-wrapper {
  width: 110rem;
}

.banner-swiper .pagination-box {
  position: static;
  width: 37rem;
  background: transparent;
}

.banner-swiper {
  border-top: 1px solid #747478;
  margin-top: 6rem;
}

.banner-swiper .inner {
  max-width: 100%;
  width: 140rem;
  margin: 0 auto;
  height: 8rem;
}

.banner-swiper__wrap {
  display: flex;
  height: 8rem;
  align-items: center;
}

.banner-swiper__wrap .swiper-slide img {
  width: 17.9rem;
  object-fit: contain;
}

.banner-swiper__wrap .pagination-box .swiper-button-prev,
.banner-swiper__wrap .pagination-box .swiper-button-next,
.banner-swiper__wrap .pagination-box .swiper-button-pause {
  padding: 0.9rem 1.2rem;
}

.banner-swiper__wrap .pagination-box .swiper-button-prev {
  position: static;
  width: 2.8rem;
  height: 2.8rem;
  /* margin-right: 1rem; */
  background: url(/_res/kha_main/kha_home/img/common/banner-icon-prev.png) no-repeat center center;
  background-size: 0.5rem 1rem;
  margin: 0;
  border-left: 1px solid #e2e5e9;
  border-top: 1px solid #e2e5e9;
  border-bottom: 1px solid #e2e5e9;
  margin-left: 2.6rem;
}

.banner-swiper__wrap .pagination-box .swiper-button-pause {
  position: static;
  width: 2.8rem;
  height: 2.8rem;
  /* margin-right: 1rem; */
  background: url(/_res/kha_main/kha_home/img/common/banner-icon-pause.png) no-repeat center center;
  background-size: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #e2e5e9;
}
.banner-swiper__wrap .pagination-box .swiper-button-pause.off {
  background: url(/_res/kha_main/kha_home/img/banner-icon-pause-off.png) no-repeat center center;
  background-size: 0.8rem;
  background-position: 0.9rem 0.8rem;
}
.banner-swiper__wrap .pagination-box .swiper-button-next {
  position: static;
  width: 2.8rem;
  height: 2.8rem;
  /* margin-right: 1rem; */
  background: url(/_res/kha_main/kha_home/img/common/banner-icon-next.png) no-repeat center center;
  background-size: 0.5rem 1rem;
  margin: 0;
  border-top: 1px solid #e2e5e9;
  border-right: 1px solid #e2e5e9;
  border-bottom: 1px solid #e2e5e9;
}

.copyright {
  color: #eaf3ff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.2rem;
}

.sch-result__txt br {
  display: none;
}

.sch-result__txt .txt br {
  display: block;
}

.sch-result__item-wrap+.pagination-wrap {
  margin-top: 6rem;
}

.sch-bar.sub {
  margin-left: 0.6rem;
}

.sch-result__item+.sch-result__item {
  margin-top: 6rem;
}

.sch-result__item+.sch-result__item {
  margin-top: 5.6rem;
}

.sch-result__item-top {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sch-result__item-top .tit {
  color: #111;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

.sch-result__item-top .tit span {
  margin-left: 0.5rem;
  color: #111;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

.sch-result__item-top .tit span .count {
  color: #0046a3;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}

.sch-result__item-list {
  padding-top: 1rem;
  /* border-bottom: 1px solid #111; */
}

.sch-result__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.2rem 0;
}

.sch-result__item-list li+li {

  border-top: 1px solid #eaeaea;
}

.sch-result__item-list li:last-child {
  border-bottom: 1px solid #eaeaea;
}

.sch-result__item-list .tit {
  color: #111;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sch-result__item-list .txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 1.2rem;
}

.sch-result__item-list .other {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  justify-content: space-between;
}

.sch-result__item-list .other .cate {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
}

.sch-result__item-list .other .date {
  font-size: 1.5rem;
  font-weight: 400;
  /* color: #111; */
  color: #333;
}

.sch-result__item-list .tit .keyword {
  color: #009e71;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
}

.sch-result__item-list .date {
  color: #585858;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}

.sch-result__item .linkMove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #111;
  border: 1px solid #e2e5e9;
  border-radius: 0.6rem;
  padding: 0.7rem 1.6rem 0.7rem 1.6rem;
}

.sch-result__item .linkMove::after {
  margin-left: 0.6rem;
  content: "";
  background: url(/_res/kha_main/kha_home/img/common/icon-linkMove.png) no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

/* class::sch */

.sch-wrap+.board-layout__table {
  margin-top: 2rem;
}

.sch-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sch-form__btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.4rem;
  height: 100%;
  margin-right: 1.775rem;
  background: url("../image/common/icon/icon_sch.png") no-repeat center center;
  background-size: contain;
}

.sch-form__select {
  min-width: 17rem;
  height: 100%;
  margin-right: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  color: #555;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  background: url(../image/common/icon/search_select_arrow.png) no-repeat;
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: 90% center;
}

.sch-form__select::-webkit-input-placeholder {
  color: red;
}

.sch-form__select::-moz-placeholder {
  color: red;
}

.sch-form__select:-ms-input-placeholder {
  color: red;
}

.sch-form__select::-ms-input-placeholder {
  color: red;
}

.sch-form__select::placeholder {
  color: red;
}

.sch-form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35.6rem;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sch-form__label .sch-form__btn {
  position: absolute;
  right: 0;
  background: url("../image/common/icon_sch.svg") no-repeat center center;
  background-size: 2.4rem 2.4rem;
}

.sch-form__input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #E2E6ED;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
}

.sch-form__input:focus-visible {
  border: 1px solid #000;
  outline: none;
}

.sch-form__input:focus-visible~.sch-form__btn {
  background: url("../image/common/icon_sch.svg") no-repeat center center;
  background-size: 2.4rem 2.4rem;
}

.sch-form__input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 2.8rem;
}

.sch-form__input::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 2.8rem;
}

.sch-form__input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 2.8rem;
}

.sch-form__input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 2.8rem;
}

.sch-form__input::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 2.8rem;
}

.search-bar {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.04);
  /* overflow: hidden; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
  background-color: #f8f9fb;
}

.search-bar--full {
  width: 100%;
}

.search-bar__right,
.search-bar__row,
.search-bar__item {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-bar__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.search-bar__right {
  margin-left: 4px;
  /* margin-right: 58px; */
  border-left: 0;
  padding-left: 0px;
}

.search-bar__right .ui-buttons {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 0;
}

.search-bar__right .ui-buttons .ui-basic-button {
  white-space: nowrap;
}

.search-bar__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  min-height: 25px;
}

.search-bar__item+.search-bar__item {
  margin-left: 30px;
}

.search-bar__item--flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.search-bar__item--third {
  width: 33.333333%;
}

.search-bar__item--two-thirds {
  width: 66.666666%;
}

.search-bar__item--bipartite {
  width: 50%;
}

.search-bar__key {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  padding: 0 20px 0 11px;
  font-size: 13px;
  line-height: 17px;
  color: #3c3f41;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-bar__key::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #3c3f41;
}

.search-bar__row {
  margin-left: 0px;
}

.search-bar__right .ui-buttons--full .ui-buttons__item+.ui-buttons__item,
.search-bar__row+.search-bar__row-group,
.search-bar__row-group+.search-bar__row,
.search-bar__row-group+.search-bar__row-group,
.search-bar__row+.search-bar__row {
  margin-top: 5px;
}

.search-bar__val {
  width: auto;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.search-bar__item--flexible>.search-bar__val,
.search-bar__item--third>.search-bar__val,
.search-bar__item--two-thirds>.search-bar__val,
.search-bar__item--bipartite>.search-bar__val {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  width: 100%;
}

.search-bar__right--bottom {
  right: 30px;
  bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.search-bar__right.search-bar__right--bottom {
  margin-left: 0 !important;
  margin-top: 10px;
}

.search-bar__right.search-bar__right--bottom .ui-buttons {
  width: 100%;
}

.search-bar--popup {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.search-bar--popup .search-bar__right {
  margin-left: 4px;
  padding-left: 0;
  margin-right: auto;
}

.search-bar--popup .search-bar__right--bottom {
  right: 20px;
}

.search-bar--no-margin {
  margin-bottom: 0;
}

.search-bar--outline {
  border: 1px solid #dfe5eb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sch-result__txt {
  text-align: left;
  color: #111;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 4rem 0;
}

.sch-result__txt.no-search {
  padding: 4rem 0;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}

.sch-result__txt.no-search .txt {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 160%;
  color: #747478;
}

.sch-result__txt .keyword,
.sch-result__txt .count {
  color: #0046a3;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 150%;
}

.sch-wrap.custom-center {
  background: #FAFBFD;
  margin-top: 0;
  justify-content: center;
  padding: 3rem 0 4.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sch-wrap.custom-center .sch-form {
  background: transparent;
}

.sch-wrap.custom-center .sch-bar {
  height: 6.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: none;
  border: 2px solid #0046a3;
  overflow: hidden;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  width: 58rem;
}

.sch-wrap.custom-center .sch-bar .sch_input {
  line-height: 6.4rem;
}

.sch-wrap.custom-center .sch-bar .sch_btn {
  background: url(/_res/kha_main/kha_home/img/common/sch_btn-sub.png) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 3.824rem;
}

.sch-wrap.custom-center .sch-bar .sch_input:focus,
.sch-wrap.custom-center .sch-bar .sch_input:focus-visible {
  border: none;
  outline: none;
}

.sch-wrap.custom-center .sch-bar .sch_input {
  background: transparent;
  height: 100%;
  width: 100%;
  border: none;
  color: #747478;
  padding-left: 3.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  margin-left: 0;
  /* width: 58rem; */
  /* height: 6.4rem; */
  font-size: 1.7rem;
}

.sch-wrap.custom-center .sch-bar .sch_input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1.7rem;
  color: #747478;
}

.sch-wrap.custom-center .sch-bar .sch_input::-moz-placeholder {
  font-weight: 400;
  font-size: 1.7rem;
  color: #747478;
}

.sch-wrap.custom-center .sch-bar .sch_input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.7rem;
  color: #747478;
}

.sch-wrap.custom-center .sch-bar .sch_input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.7rem;
  color: #747478;
}

.sch-wrap.custom-center .sch-bar .sch_input::placeholder {
  font-weight: 400;
  font-size: 1.7rem;
  color: #747478;
}

.content_sub__search .sub-cont {
  margin-top: 0;
}

.content_sub__search .sub-top {
  justify-content: center;
  background: #FAFBFD;
  padding-top: 6rem;
}

.content_sub__search .sub-top+.cont-wrap {
  padding-top: 0;
}

.sub-wrap__search .tab_box {
  max-width: 140rem;
  width: 100%;
  margin: 4rem auto 0;
}

.login-box {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 2.4rem;
}

.login-box>.login-img {
  width: 45rem;
  /* border-radius: 1rem 0 0 1rem; */
}

.login-wrap>.login-img {
  width: 18.2rem;
}

.login-wrap {
  width: calc(100% - 45rem);
  background: #f4f7fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 11.5rem;
}

.login-search.login-search__password .login-form {
  margin-top: 2rem;
}

.login-form {
  margin-right: auto;
  margin-top: 3rem;
  width: 100%;
}

.login-input {
  width: 100%;
}

.login-input .input-label {
  width: 100%;
  display: block;
  height: 5.6rem;
}

.login-input .input-label select {
  background: #FFFFFF url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2.4rem 2.4rem;
}

.login-input .input-label select,
.login-input .input-label input {
  width: 100%;
  border-radius: 0.6rem;
  border-color: #eaeaea;
  height: 100%;
  padding-left: 1.6rem;
  color: #111;
  font-size: 1.7rem;
  font-weight: 400;
}

.login-input .input-label select option {
  color: #111;
  font-size: 1.7rem;
}

.login-input+.login-input {
  margin-top: 1.6rem;
}

.login-input .tit {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.login-input ~ .btn-wrap.btn-wrap--login{
  margin-top:3rem;
}
.btn-wrap.btn-wrap--login {
  /* margin-top: 3rem !important; */
  width: 100%;
}

.login-search__id .btn-wrap.btn-wrap--login {
  margin-top: 5rem;
}

.btn-wrap.btn-wrap--login .btn_login {
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-search {
  text-align: right;
  margin-top: 1.4rem;
}

.account-search a {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #545456;
}

.account-search span {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #545456;
  margin: 0 0.8rem;
}

.login-search {
  padding: 4rem 4rem 5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 1rem;
  background: #fff;
}

.login-search .login-tit {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.login-search--txt {
  margin-top: 4rem;
  text-align: center;
  color: #464648;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.7rem;
}

.login-search--icon {
  margin-top: 4rem;
  width: 17.4rem;
  height: 17.4rem;
  padding: 4.5rem;
  border-radius: 999px;
  background: #f4f7fb;
}

.login-search~.login-search {
  margin-left: 5rem;
}

.login-search__tempo {
  width: 100%;
  background: #fff;
  padding: 5rem 4rem;
  border-radius: 1rem;
  max-width: 44.5rem;
  margin: 0 auto;
}

.login-search__tempo .login-tit {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.login-search__tempo .login-txt {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  color: #464648;
  margin-top: 2rem;
}

.login-search__tempo .login-txt strong {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #464648;
}

.login-search__tempo .login-search--cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e2e5e9;
  border-radius: 0.6rem;
  background: #f9f9f9;
  padding: 1.6rem 0rem 2rem 0rem;
  margin-top: 2rem;
}

.login-search__tempo .txt-box {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.login-search__tempo .copy_btn {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

.login-search__tempo .tempo-date {
  color: #0046a3;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
}

.login-search__tempo .login-txt b {
  font-weight: 500;
}

.tempo-tit {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  color: #464648;
}

.login-search--wrap {
  display: flex;
  padding: 8rem 7rem;
  background: #f4f7fb;
  margin-top: 2.4rem;
}
.edit-box + .tit-depth__03{
  margin-top:3rem;
}
.edit-box + .btn-wrap{
  margin-top: 3rem;
}
/* board_write */
.edit-box {
  /* margin-top: 2.4rem; */
  padding-top: 2.8rem;
  /* padding-bottom: 4rem; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #111111;
}

.edit-box+.btn-wrap {
  padding-top: 3rem;
  border-top: 1px solid #A3A3A5;
}

.edit-box:last-child {}

.form-row {
  display: flex;
  align-items: flex-start;
}

.form-row>.form-box+.form-box {
  margin-top: 0;
}

.form-row>.form-box {
  flex: 1;
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-box+.form-box {
  margin-top: 2.4rem;
}

.form-box.tel .ui-input_wrap,
.form-box.tel .ui-input_wrap:has(.b-select), 
.form-box.tel .ui-input_wrap:has(#tel2), 
.form-box.tel .ui-input_wrap:has(#tel3){
  width: 22rem;
  flex: none;
}
.form-box+.b-privacy-box {
  margin-top: 3rem;
}

.b-privacy-box .b-h5-tit01 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.b-privacy-chk-box {
  margin-top: 1rem;
}

.form-box.radio input[type=radio],
.form-box.check input[type=checkbox] {
  margin-right: 1.2rem;
}

.form-box.radio label,
.form-box.check label {
  margin-right: 2.2rem;
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}

.form-box.radio label:last-child,
.form-box.check label:last-child {
  margin-right: 0;
}

.form-box.txt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-box.txt .form-depth {
  margin-top: 1rem;
}

.form-box.txt .ui-textarea__flex iframe {
  margin: 1px !important;
  overflow: hidden;
}

iframe#editorFrame0 {}

.form-box.txt .ui-textarea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.form-box.txt .ui-textarea__flex:has(.ui-textarea){
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.2rem 1.6rem;
}
.form-box.txt .ui-textarea__flex:has(.ui-textarea):focus{
  border:2px solid #0046a3;
  outline: 2px solid #0046a3;
}
.form-box.txt .ui-textarea__flex .ui-textarea{
  border-radius: unset;
  border:none;
  outline:none;
  /* overflow: hidden; */
  padding: 0 1rem 0 0;
  /* margin: 1.2rem 1.6rem; */
}

.form-box.txt .ui-textarea__flex .ui-textarea::-webkit-scrollbar {
  background-color: #f9f9f9;
  width: 0.5rem;
}

.form-box.txt .ui-textarea__flex .ui-textarea::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.form-box.txt .ui-textarea__flex .ui-textarea::-webkit-scrollbar-thumb {
  background-color: #0046a3;
  border-radius: 999px;
}


.form-box.txt .count_txt {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 160%;
  color: #464648;
}

.form-box.txt .count_txt>span {
  color: #0046A3;
}

.form-box.file {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-box.file .ui-input {
  background: #fff;
  text-align: left;
  padding-left: 1.6rem;
  position: relative;
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-box.file .ui-input:has(.icon-file-close) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-box.file .ui-input+.ui-input {
  margin-top: 1rem;
}

.form-box.file .ui-input.active {
  padding-left: 4rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
  color: #111;
}

.form-box.file .ui-input .icon-file-close {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background: #e2e5e9;
  padding: 0.7rem;
  /* box-sizing: border-box; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 999px;
  margin-right: 1.3rem;
}

.form-box.file .ui-input.active:after {
  position: absolute;
  content: "";
  background: url(/_res/kha_main/kha_home/img/common/ico-doc.png) no-repeat center;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-box.file .form-depth {
  margin-top: 1rem;
}

.form-box .at {
  margin: 0 0.4rem;
  font-size: 1.6rem;
  line-height: 160%;
  color: #111111;
}

.form-box .btn_file {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 0.8rem;
}

.ui-input_wrap:has(.b-select) select {
  width: 100%;
}

.ui-input_wrap:has(.b-select),
.ui-input_wrap:has(#tel2),
.ui-input_wrap:has(#tel3) {
  width: 15rem;
}

.ui-input_wrap {
  /* -webkit-box-flex: 1; */
  -ms-flex: 1;
  flex: 1;
  /* flex: 1; */
  width: 100%;
  font-size: 1.7rem;
}

.ui-input_wrap:has(select) {
  width: 12rem;
  display: flex;
}

.slash {
  margin: 0 0.5rem;
}

.ui-input_wrap select {
  width: 12rem;
  height: 4.8rem;
  padding-left: 1.6rem;
  background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
  background-size: 2rem 2rem;
  border: 1px solid #E2E5E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  font-weight: 400;
}

.ui-input__flex___01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.ui-input__flex___02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.ui-input__flex___02.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-depth__01 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 7rem;
  margin-right: 4rem;
}

.notice-depth__01 {
  margin-top: 1.6rem;
}

.notice-depth__01+.notice-depth__01 {
  margin-top: 0;
}

.form-depth.form-depth__01+.file-box {}

div:has(.file-box) {
  width: 100%;
}

.file-box {
  width: 100%;
  /* margin-top: 1.6rem; */
  padding: 1.7rem 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background: #fafbfd;
  border-radius: 1rem;
}

.file-box .cms-multi-upload {}

.file-box .cms-multi-upload .fileUpload {
  width: 100%;
  padding: 0;
}

.file-box .cms-multi-upload span.file-size.big {
  color: #747478;
  font-size: 1.5rem !important;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li {
  display: flex;
}

.file-box .cms-multi-upload .fileUpload.has-advanced-upload .b-file-content> :not(:empty) {
  border-color: #0046a3;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 0 2rem;
  padding: 0;
  width: calc(100% - 9rem);
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-img {
  width: 7rem;
  height: revert-layer;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-img span.prv-ico,
.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-img span {
  width: 6rem;
  height: 6rem;
  display: block;
  background-size: contain;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.file-box .cms-multi-upload .intro {
  width: 100%;
}

.file-box .cms-multi-upload .intro>div {
  display: inline-block;
  width: 100%;
}

.file-box .cms-multi-upload .btn-wrap {
  flex-grow: 1;
  margin-left: 0;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-list span {
  /* display: inline; */
  font-size: 1.7rem !important;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li input[type="text"] {
  flex: none;
  width: 100%;
  height: 4.5rem;
  padding: 1.2rem 1.6rem;
  border: 1px solid #eaeaea;
  border-radius: 0.6rem;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-list span.file-size {
  font-size: 1.5rem !important;
}

.file-box .cms-multi-upload .fileUpload.has-advanced-upload .b-file-icon-upload {
  display: none;
}

.file-box .cms-multi-upload .fileUpload .b-file-content ul li .attachDelete,
.file-box .cms-multi-upload .fileUpload .b-file-content ul li .fileIndexChange {
  float: right;
}


.file-box .cms-multi-upload .fileUpload.has-advanced-upload .b-file-icon-upload {
  display: none;
}
.file-box .attach-data{
  width: 100%;
}
.file-box .attach-data > div{
  margin-bottom:0.6rem;
  display: flex;
  align-items: center;
}
.file-box .attach-data > div label{
  margin-left:0.6rem;
  font-size: 1.7rem;
}
.file-box .attach-data > div label span{
  font-size: 1.7rem;
}
.file-box .b-guide-box{
  widh:100%;
}
.file-box .b-guide-box .b-input{
  width: 100%;
  height: 4.8rem;
  padding: 0;
  line-height: 4.8rem;
  border-radius: 0.6rem;
  border: 1px solid #eaeaea;
  padding: 0 1.6rem;
}
.file-box .cms-multi-upload .input-caption {
  width: calc(100% - 11rem);
  height: 4.8rem;
  padding: 0;
  line-height: 4.8rem;
  border-radius: 0.6rem;
  border: 1px solid #eaeaea;
  margin-right: 0.8rem;
}

.file-box .cms-multi-upload .input-caption .choose-file:hover label {
  color: #111;
}

.file-box .cms-multi-upload .input-caption .choose-file label {
  font-size: 1.7rem;
  font-weight: 400;
}

.file-box .cms-multi-upload .fileUpload.has-advanced-upload .drop-box {
  border-radius: 0;
  display: flex;
  align-items: center;
}

.file-box .cms-multi-upload .file-input-button {
  background: #0046a3;
  border-radius: 0.6rem !important;
  font-size: 1.7rem;
  height: 4.8rem;
  display: block;
  padding: 1.05rem 2.55rem;
  box-shadow: unset;
}

.file-box .cms-multi-upload .file-input-button:focus {
  border: none;
}
.file-box .b-file-box{
  margin-bottom:0.6rem;
}
.file-box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.file-box>div>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  color: #111111;
}

.file-box>div>a>i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-file.png) no-repeat center center;
  background-size: 100% 100%;
}

.file-box>div>button {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  background: url(/_res/kha_main/kha_home/img/common/icon-file_closed.png) no-repeat center center;
  background-size: 100% 100%;
}

/* 앨범형 게시판 */
.album-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -3rem; */
  /* margin-bottom: -0.6rem; */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6rem 3.2rem;
  gap: 6rem 3.2rem;
}

.album-cont {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.album-img {
  position: relative;
  width: 100%;
  height: 31.5rem;
  /* padding-bottom: 31.5rem; */
  border-radius: 0.6rem;
  overflow: hidden;
}

.album-img>span {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.album-img>span:not(:has(img)){
  background:#efefef url(/_res/kha_main/_share/img/no-image.png) no-repeat center;
  background-size: 12rem;
}
.album-img>span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
}

.album-img .album-btn {
  display: none;
}

.album-img:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.album-img:hover .album-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
  height: auto;
  z-index: 2;
}

.album-img:hover .album-btn .more {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

.album-img:hover .album-btn .more:before {
  width: 3.6rem;
  height: 3.6rem;
  /* position:absolute; */
  bottom: 0;
  content: '';
  background: url(/_res/kha_main/kha_home/img/common/album-cover-hover.png) no-repeat center;
  margin-bottom: 0.8rem;
}

.album-cont .album-txt--box .preview {
  /* display: block; */
  width: max-content;
  /* padding: 0.7rem 0; */
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  border: 1px solid #e2e5e9;
  height: 4rem;
  line-height: 4rem;
  display: flex;
  padding: 0 1.6rem;
  color: #1D1D1D;
  font-weight: 400;
  margin-top: 2rem;
  text-align: left;
  align-items: center;
}

.album-img:hover .album-btn>a>i {
  margin-right: 0;
}

.album-cont .album-txt--box .preview:after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/_res/kha_main/kha_home/img/common/album-btn.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 3.3rem;
}

.album-cont .album-txt--box .preview:hover:after {
  background: #0046a3;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  background: url(/_res/kha_main/kha_home/img/common/album-btn-on.png) no-repeat center;
  background-size: contain;
}



.album-cont .album-txt--box .preview:hover {
  background: #004990;
  color: #fff;
}

.album-txt--box {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.album-tit {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  color: #1D1D1D;
  text-align: center;
}

.album-num {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 400;
  color: #1D1D1D;
  text-align: center;
}

.book-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-top: 3.2rem;
  justify-content: space-between;
}

.book-img-wrap {
  width: 28.1rem;
}

.book-img {
  position: relative;
  /* -webkit-box-flex: 0; */
  -ms-flex: none;
  flex: none;

  /* flex: none; */
  /* width: 15.5rem; */
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  height: 36rem;
}

.book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
}

.book-tit {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.35rem 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
}

.book-txt--box {
  width: calc(100% - 33.1rem);
  /* margin-bottom: -0.8rem; */
}

.book-txt--box .book-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.book-txt--box .book-txt+.book-txt {
  margin-top: 0.8rem;
}

.book-txt--box .book-txt:nth-last-of-type {
  margin-bottom: 0;
}

.book-intro {
  margin-top: 2rem;
}

.book-intro textarea {
  width: 100%;
  border: none;
  height: 23.7rem;
  background: #f9f9f9;
  resize: none;
  border-radius: 1rem;
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 2.4rem;
}

.book-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 7rem;
  margin-right: 3rem;
  padding-left: 1.2rem;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 400;
  color: #545456;
  position: relative;
}

.book-left:before {
  content: '·';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.book-right {
  font-size: 1.7rem;
  line-height: 160%;
  font-weight: 400;
  color: #464648;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.book-name {
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 600;
  color: #1D1D1D;
}

.book-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  height: 4.8rem;
  margin-left: auto;
  border: 1px solid #0046a3;
  border-radius: 0.6rem;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 1.6rem;
  color: #0046a3;
  align-items: center;
  margin-top: 2.4rem;
}

.book-btn:after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/_res/kha_main/kha_home/img/common/album-btn-blue.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: 1.6rem;
}

.book-btn:hover:after {
  background: #0046a3;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  background: url(/_res/kha_main/kha_home/img/common/album-btn-on.png) no-repeat center;
  background-size: contain;
}

.book-btn+.book-btn {
  margin-left: 0.8rem;
  height: 4.8rem;
  background-color: #f5f5f5;
  color: #1d1d1d;
  border-color: #dfdfdf;
}

.book-btn+.book-btn:hover {
  background-color: #f5f5f5;
  color: #1d1d1d;
  border-color: #dfdfdf;
}

.book-btn:hover {
  background: #004990;
  border: 1px solid #004990;
  color: #fff;
}

.tab_list.custom-underline ~ .sub-wrap .tab_cont .gallery-swiper {
  margin-top: 4rem;
}

.gallery-swiper+form .sch-wrap {
  margin-top: 4rem;
}

.gallery-swiper--bg {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
  /* margin-top: 4rem; */
}

.gallery-swiper__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  height: 47.9rem;
  overflow: hidden;
  position: relative;
}

.gallery-swiper__inner .swiper_gallery2 {
  width: 18rem;
  display: flex;
  flex-direction: column;
  margin: 2rem 2.4rem 2rem 3.2rem;
  padding-right: 1.6rem;
  /* margin-top: 0; */
  overflow: hidden;
}

.gallery-swiper__inner .swiper_gallery2 .swiper-wrapper {
  /* display: flex; */
  /* flex-direction: column; */
}

.gallery-swiper__inner .swiper_gallery {
  width: calc(100% - 23rem);
  position: relative;
}

.swiper_gallery .swiper-slide {
  position: relative;
}

.swiper_gallery .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  opacity: 0.7;
}

.swiper_gallery .swiper-slide .txt-box {
  position: absolute;
  left: 4rem;
  bottom: 4.5rem;
  max-width: 74rem;
}

.swiper_gallery .swiper-slide .txt-box p {
  text-align: left;
}

.swiper_gallery .swiper-slide .txt-box .tit {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 1.6rem rgb(0 0 0 / 60%);
}

.swiper_gallery .swiper-slide .txt-box .txt {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 1.6rem rgb(0 0 0 / 60%);
  margin-top: 1.6rem;
}

.gallery-swiper__inner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.gallery-swiper__inner .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: rgb(255 255 255 / 80%) url(/_res/kha_main/kha_home/img/common/icon-swiper--next.png) no-repeat center center;
  background-size: 2.4rem;
  border-radius: 999px;
  width: 4.8rem;
  height: 4.8rem;
}

.gallery-swiper__inner .swiper-button-next::after {
  display: none;
}

.gallery-swiper__inner .swiper-button-disabled {
  opacity: 0.5 !important;
}

.gallery-swiper__inner .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  background: rgb(255 255 255 / 80%) url(/_res/kha_main/kha_home/img/common/icon-swiper--prev.png) no-repeat center center;
  background-size: 2.4rem;
  border-radius: 999px;
  width: 4.8rem;
  height: 4.8rem;
}

.gallery-swiper__inner .swiper-button-prev::after {
  display: none;
}

.swiper_gallery2 {
  margin-top: 2.5rem;
  flex-direction: column;
  display: flex;
  padding: 2.5rem;
}

.swiper_gallery2 .swiper-slide {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  height: 10.1rem;
}

.swiper_gallery2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 8rem;
  background: linear-gradient(to top, rgba(249, 249, 249, 1) 27%, rgba(249, 249, 249, 0) 100%);
  z-index: 2;
}

.swiper_gallery2 .swiper-slide-thumb-active {
  border: 3px solid #63CBFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.swiper_gallery2 .swiper-slide-thumb-active:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  opacity: 0.7;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper_gallery2 .swiper-slide-thumb-active::before {
  display: none;
}

/* //board */

.sch-wrap.justify-end {
  display: flex;
  justify-content: flex-end;
}

.sch-wrap+.album-wrap {
  margin-top: 3rem;
}

.cms-sub-content .sub-box--outlined {
  margin-top: 2.4rem;
}

.cms-sub-content .sub-box--outlined .lists li+li {
  margin-top: 0.4rem;
}

.cms-sub-content .sub-box--outlined .lists li {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}
.cms-sub-content .sub-box--outlined .lists li:before{
  top:1.1rem;
}
.sub-box--outlined {
  border-radius: 1rem;
  border: 5px solid #f4f7fb;
  background: #fff;
  padding: 4rem;
  display: flex;
}

.sub-box--outlined.column {
  flex-direction: column;
}

.sub-box--outlined .tit {
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.sub-box--outlined .tit+.txt {
  margin-top: 0.8rem;
}

.sub-box--outlined .txt {
  color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}

.sub-box--filled+.tit-depth__03 {
  margin-top: 6rem;
}

.sub-box--filled+.title-form-box {
  margin-top: 6rem;
}

.tit-depth__03+.sub-box-white {
  margin-top: 2rem;
}

.sub-box--filled {
  border-radius: 1rem;
  background: #fafbfd;
  padding: 3rem 0;
}

.sub-box--outlined .sub-box__txt {
  color: #111;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}

.sub-box--outlined .caption {
  color: #464648;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.sub-box-white {
  display: flex;
}

.table-wrap.table-wrap--explan {
  border-top: 1px solid #111;
}
.table-wrap--explan.second-border-table tbody tr + tr td{
  border-left:1px solid #eaeaea;
}
.table-wrap--explan.body-th-table tbody th{
  border-bottom:1px solid #eaeaea;
  border-right:1px solid #eaeaea;
  background:#f4f7fb;
  font-weight:500;
  line-height:1.3;
  font-size:1.7rem;
}
.tit-depth__03 + .table-wrap.table-wrap--explan {
  margin-top:2rem;  
}
.table-wrap.table-wrap--explan + .tit-depth__03{
   margin-top:6rem;
}
.table-wrap.table-wrap--explan thead {}

.table-wrap.table-wrap--explan th,
.table-wrap.table-wrap--explan td {
  vertical-align: middle;
}

.table-wrap.table-wrap--explan thead th {
  background: #f4f7fb;
  height: 6rem;
  color: #111;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
}

.table-wrap.table-wrap--explan tbody tr:first-child {
  border-top: 1px solid #eaeaea;
}

.table-wrap.table-wrap--explan tbody td {
  color: #111;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.3;
  height: 6.4rem;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  padding: 1.5rem 0;
}

.table-wrap.table-wrap--explan tbody td .lists {
  padding: 0 2.5rem;
}

.table-wrap.table-wrap--explan tbody td .lists li {
  text-align: left;
}

/*
.table-wrap.table-wrap--explan tbody td .lists li{
	padding-left:0;
	text-indent: -0.6rem;
}
.table-wrap.table-wrap--explan tbody td .lists li:before{
	display:none;
}
*/
.table-wrap.table-wrap--explan tbody td .lists li+li {
  margin-top: 0.4rem;
}

.table-wrap.table-wrap--explan tbody td+td {
  border-left: 1px solid #eaeaea;
}

.blank-wrap {
  background: #f4f7fb;
}

.blank-wrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14.2rem 0 16.4rem 0;
}

.blank-wrap .logo span img {
  opacity: 0.25;
  mix-blend-mode: luminosity;
}

.blank-wrap .logo span {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 11.3rem;
}

.blank-wrap .tit {
  text-align: center;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.blank-wrap .txt {
  margin-top: 1rem;
  text-align: center;
  color: #545456;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.sub-wrap+form {
  margin-top: 2.4rem;
}

.bn-search~.bn-list-thumb-ebook {
  margin-top: 3rem;
}

.b-top-info-wrap .adm-chk {
  display: flex;
  align-items: center;
}

.b-top-info-wrap .adm-chk label {
  font-size: 1.6rem;
  margin-left: 0.6rem;
}

.tab_list.custom-underline+.iframe-wrap {
  margin-top: 3rem;
}

.iframe-wrap {
  border: 1px solid #eaeaea;
  overflow: hidden;
  border-radius: 0;
}

.title-description {
  color: #545456;
  font-size: 1.6rem;
  letter-spacing: -0.25px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 4rem;
}

.name-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  justify-content: flex-start;
  /* padding-top: 1rem; */
  /* margin: 2.4rem auto; */
  gap: 2rem 1.2rem;
  grid-gap: 2rem 1.2rem;
  /* row-gap: 2rem; */
}

.name-card {
  background: #fff;
  border-radius: 1rem;
  flex: 0 0 calc((100% - 2.4rem) / 3);
  padding: 2rem;
  align-items: center;
  position: relative;
  border: 1px solid #EAEAEA;
  height: 18rem;
}

.name-card-img {
  width: 12rem;
  height: 14rem;
  border-radius: 0.6rem;
  object-fit: cover;
}
.name-card-sort + .name-card-title {
  margin-top:0.8rem
}
.name-card-title + .name-card-date{
  margin-top:1rem;
}
.name-card-date + .name-card-period{
  margin-top: 0.6rem;
}
.name-card-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 1.5;
}

.name-card-title span {
  color: #747478;
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.6rem;
  letter-spacing: -0.025rem;
  font-weight: 500;
}

.name-card-period {
  color: #747478;
  text-align: left;
  font-size: 1.5rem;
  /* letter-spacing: -0.025rem; */
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

.name-card-history {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
}

.name-card-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.name-card-date {
  color: #111;
  font-size: 1.5rem;
  letter-spacing: -0.025rem;
  font-weight: 500;
  height: 3.8rem;
  line-height: 1.3;
  /* word-break: keep-all; */
}

.material-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 3px rgba(33, 150, 243, 0.08);
  font-size: 1.6rem;
}

.material-btn.edit {
  background: #fff;
  color: #1976d2;
  border: 1px solid #90caf9;
}

.material-btn.delete {
  background: #fff;
  color: #d32f2f;
  border: 1px solid #ef9a9a;
}

.material-btn.delete:hover {
  background: #ffebee;
}

.material-btn.add {
  background: #2196f3;
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.1rem;
  padding: 10px 24px;
}

.material-btn.add:hover {
  background: #1976d2;
}

.card-txt-info {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  /* row-gap: 1rem; */
  align-items: flex-start;
  width: calc(100% - 15rem);
}
.card-img{
  width: 12rem;
  height: 14rem;
}
.name-card-sort {
  color: #0046a3;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 1.5;
}

.card-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#ui-datepicker-div{
	width: 40rem;
	/* height: 42rem; */
	padding: 1.2rem;
	box-sizing: border-box;
	font-size: 1.6rem;
}
#ui-datepicker-div a, #ui-datepicker-div .ui-datepicker-title, 
#ui-datepicker-div select.ui-datepicker-month, 
#ui-datepicker-div select.ui-datepicker-year{
  font-size: 1.6rem;
}
.sub-wrap form .tit-depth__03{
  padding-bottom:2rem;
}
.video-box{
}
.video-box video{
  width:100%;
  border-radius:1rem;
	overflow:hidden;
}
@media (min-width: 1025px) {
  .search-results table tbody tr:hover {
    background: #f4f7fb;
  }

  .menu-box__item .lists {
    display: grid !important;
  }

  .main-top__box .menu-flex_box .main_btn a:hover {
    border-radius: 1rem;
    border: 2px solid #0046A3;
    background: #FFF;
    box-shadow: 0.6rem 0.6rem 3.4rem 0px rgba(20, 55, 101, 0.30);
    z-index: 2;
    position: relative;
  }

  .btn_white:hover {
    text-decoration: underline;
  }

  .btn_blue:hover {
    text-decoration: underline;
    background: #0C61D0;
  }

  .btn_gray:hover {
    text-decoration: underline;
    background: #EAEAEA;
  }

  .btn_file:hover {
    background: #EAEAEA;
    border-color: #E2E5E9;
  }

  .select-options li:hover {
    background-color: #545456;
    color: #63CBFF;
    font-weight: 500;
  }

  .board-view__download>a:hover {
    color: #464648;
    text-decoration: underline;
  }

  .div-table__wrap .tbody .tr:hover {
    background: #f4f7fb;
  }

  .div-table__wrap .tbody .tr:has(.no-list):hover,
  .div-table__wrap .tbody .tr:has(.no-data):hover {
    background: none;
  }

  .div-table__wrap .tbody .tr:hover .td>a {
    text-decoration: underline;
  }

  .sch-select select option:hover {
    background-color: lightblue;
  }

  .sch-select select {
    font-size: 1.7rem;
    line-height: 160%;
    color: #747478;
    border-radius: 6px;
    border-color: #EAEAEA;
    background: #FFFFFF url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.6rem;
    background-size: 2.4rem 2.4rem;
    width: 100%;
    height: 100%;
    padding-left: 1.6rem;
  }

  .sch-select select option {
    font-size: 1.7rem;
    line-height: 160%;
    color: #111111;
  }

  .sch-select select:focus {
    outline-color: #0046A3;
    color: #111111;
  }
  .pagination>a.link-prev__all:hover {
    border-radius: 4px;
    background: #F4F7FB url(/_res/kha_main/kha_home/img/common/icon-arrow--prev_all.png) no-repeat center center;
    background-size: 2rem 2rem;
  }
  .pagination>a.link-prev:hover {
    border-radius: 4px;
    background: #F4F7FB url(/_res/kha_main/kha_home/img/common/icon-arrow--prev.png) no-repeat center center;
    background-size: 2rem 2rem;
  }

  .pagination>a.link-next:hover {
    border-radius: 4px;
    background: #F4F7FB url(/_res/kha_main/kha_home/img/common/icon-arrow--next.png) no-repeat center center;
    background-size: 2rem 2rem;
  }

  .pagination>a.link-next__all:hover {
    border-radius: 4px;
    background: #F4F7FB url(/_res/kha_main/kha_home/img/common/icon-arrow--next__all.png) no-repeat center center;
    background-size: 2rem 2rem;
  }

  .pagination>a:hover {
    background: #F4F7FB;
    border-radius: 4px;
  }

  .other-btn .sel-plain .options li a:hover {
    color: #111;
    text-decoration: underline;
  }

  .dropdown li a:hover {
    background: #0046A3;
    color: #fff;
  }

  .dropdown li a:hover:after {
    background: url(/_res/kha_main/kha_home/img/common/gnb-arrow-hover.png) no-repeat center;
    background-size: contain;
  }

  /* hover 시만 메뉴 표시 */
  .gnb-item a.active~.dropdown {
    display: flex;
    visibility: visible;
  }

  /* GNB 항목 hover 시 공통 배경 표시 */
  .gnb:hover~.dropdown-bg,
  .gnb:focus~.dropdown-bg,
  .gnb:active~.dropdown-bg {
    display: block;
  }

  .menu-box__item .lists li a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .sel-footer .options a:hover {
    background: #031021;
    color: #fff;
    text-decoration: underline;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
    color: #111;
    text-underline-offset: 0.2rem;
  }

}

@media (max-width: 1024px) {
  .modal-content {
    width: 90%;
    max-width: 90%;
  }

  .iframe-wrap {
    overflow: auto;
  }

  .iframe-wrap iframe {
    width: 1078px;
  }

  .form-box.radio label,
  .form-box.check label {
    font-size: 1.4rem;
  }

  .form-box.radio input[type=radio],
  .form-box.check input[type=checkbox] {
    margin-right: 0.6rem
  }

  .btn_blue {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .btn_110 {
    height: 5.4rem;
  }

  .edit-box+.tit-depth__03 {
    margin-top: 3rem;
  }

  .tit-depth__03+.edit-box {
    margin-top: 0;
  }

  .edit-box {
    padding-top: 3rem;
    padding-bottom: 0;
    /* margin-top: 0; */
  }

  .ui-input:-webkit-autofill {
    font-size: 1.4rem;
  }

  .ui-input {
    height: 5.4rem;
    font-size: 1.4rem;
    padding: 0 1.6rem;
    width: 100%;
  }

  .board-write .form-box {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .form-box {
    flex-direction: column;
    width: 100%;
  }

  .form-row {
    flex-direction: column;
  }

  .form-depth__01 {
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
  }

  .checkbox label {
    font-size: 1.4rem;
    /* line-height: 2rem; */
  }

  .form-box.checkbox {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .form-box.checkbox>.form-depth__01 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-box.checkbox>input[type=checkbox] {
    display: inline-block;
    flex: none;
  }

  .form-box.checkbox>input[type=checkbox]+label {
    line-height: 2rem;
  }

  .form-depth__01+div {
    margin-top: 1rem;
  }

  .form-box+.form-box {
    margin-top: 2.4rem;
  }

  .form-depth__01+.ui-input_wrap {
    margin-top: 1rem;
  }
  .form-box .ui-input_wrap:has(.calendar) .ui-input~select{
    margin-left:0;
    /* width: 100%; */
  }
  .ui-input_wrap:has(.calendar){
    flex-wrap:wrap;
    display: grid;
    width: 100%;
    grid-gap: 0.6rem;
    gap: 0.6rem;
  }
  .ui-input_wrap:has(.calendar) .hide{
    display:none;
  }
  .ui-input_wrap .calendar{
    width:100%;
    grid-column:1/3;
  }
  .ui-input_wrap {
    font-size: 1.4rem;
  }
  .form-group .ui-input_wrap{
    min-width:auto !important;
  }
  .breadcrumb {
    display: none;
  }

  .copyright {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    text-align:center;
  }

  .site-map--icon {
    width: 3.2rem;
  }

  .logo a {
    width: 9.9rem;
  }

  .search-box .bar a {
    margin-right: 1.25rem;
  }

  .search-box input {
    padding: 1.2rem;
    font-size: 1.4rem;
  }

  .search-box .bar {
    height: 4.5rem;
  }

  .main-bottom .tit {
    font-size: 2.2rem;
  }

  .main-bottom .plus_btn {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.7rem;
  }

  .main-bottom .plus_btn img {}

  .main-bottom__top {
    padding: 0 1.6rem;
    margin-bottom: 1.6rem;
  }

  .main-bottom {
    /* margin-top:3rem; */
    margin-bottom: 4rem;
  }

  .banner-swiper {
    display: none;
  }

  .gnb {
    display: none;
  }

  .other-btn {
    display: none;
  }

  .quick-menu {
    display: none;
  }

  .site-map-inner {
    display: flex;
    flex-direction: column;
  }

  .site-map__tit {
    width: 100%;
    border-bottom: 1px solid #747478;
    position: fixed;
    font-size: 0;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    padding: 0;
  }

  .menu-box {
    width: 100%;
    padding-top: 7rem;
  }

  .menu-box__item .lists {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
  }

  .menu-box__item .lists li a {
    color: #333;
    padding: 1.2rem 2.4rem;
  }

  .menu-box__item .tit {
    position: relative;
    background: #fff;
    color: #111;
  }

  .menu-box__item .tit:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(/_res/kha_main/kha_home/img/common/site-map-down.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-map {
    background: #fff;
  }

  .site-map-inner:after {
    display: none;
  }

  .menu-box__item .tit {
    border-bottom: none;
    font-size: 1.8rem;
    padding: 1.35rem 2.4rem;
  }

  .menu-box__item+.menu-box__item {
    padding-top: 0;
  }

  /* main */
  .main-top .main-top__swiper {
    height: 43.8rem;
  }

  .main-top__box {
    top: 13rem;
    margin: 0;
    width: 100%;
    margin-top: 2rem;
  }

  .main-top__box .inner {
    padding: 0 4rem 0 6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-top__box .menu-flex_box {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .main-top__box .menu-flex_box .main_btn {
    padding: 0;
  }

  .main-top__box .menu-flex_box .main_btn>a>span {
    width: 4.8rem;
    height: 4.8rem;
  }

  .main-top__box .menu-flex_box .main_btn>a>p {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    line-height: 150%;
  }

  .popup_box .pagination-box {
    border-radius: 0 1rem 0 1rem;
  }

  .pagination-box {
    margin-bottom: 0;
  }

  .main-txt__box {
    margin-top: 1.8rem;
  }

  .main-txt__box h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .main-txt__box h2 strong {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .main-txt__box p {
    font-size: 1.6rem;
    line-height: 150%;
  }

  /* main cont */
  .main-middle .inner {
    /* padding: 0 1.6rem; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 0;
  }

  .main-middle .tab_box {
    width: 100%;
  }

  .main-middle .tab_list .tab_btn {
    /* display: none; */
    height: 4.5rem;
    margin: 0;
  }

  .tab_box {
    width: 100%;
    /* margin-right: 3rem; */
  }
  .main-middle .tab_box{
    width:100%;
  }

  .tab_list>ul li {
    width: 10rem;
    font-size: 1.3rem;
  }

  .tab_list .tab_btn {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: none;
  }
  .main-middle .tab_cont.on {
    margin: 0 1.6rem;
    padding-bottom: 2.4rem;
    margin-top: 2rem;
    padding-right: 1.6rem;
  }
          
  .main-middle .tab_cont {
    overflow-x: auto;
    padding-top: 0;
    overflow-y: hidden;
  }

  .main-middle .tab_cont::-webkit-scrollbar {
    height: 0.4rem;
    /* 가로 스크롤바 높이 */
  }

  .main-middle .tab_cont::-webkit-scrollbar-track {
    background: #f9f9f9;
    /* 트랙 색상 */
    border-radius: 999px;
  }

  .main-middle .tab_cont::-webkit-scrollbar-thumb {
    background: #0046a3;
    /* 스크롤바 색상 */
    border-radius: 999px;
  }

  .main-middle .tab_cont>ul {
    overflow-x: auto;
    display: inline-flex;
  }

  .main-middle-swiper {
    width: 100%;
    height: auto;
    margin: 0 !important;
    margin-right: unset;
  }

  .main-middle-swiper .swiper-slide{
    width:19.3rem;
  }

  .main-middle-swiper a {
    padding: 0;
  }

  .main-middle-swiper a p {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 150%;
  }

  .main-middle-swiper a .txt_box {
    margin-top: 0;
    /* padding-top: 0; */
  }

  .main-middle-swiper a .txt_box>p {
    color: #111;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 160%;
    min-height: 5.4rem;
    height: 5.4rem;
  }

  .main-middle-swiper a .txt_box>span {
    font-size: 1.2rem;
    line-height: 170%;
    margin-top: 1rem;
  }

  .main-middle-swiper a .txt_box>em {
    font-size: 1.2rem;
    line-height: 170%;
    margin-top: 1.6rem;
  }

  .main-middle .tab_cont .bg_color {
    font-size: 1.2rem;
  }

  .main-middle .popup_box {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 1.6rem;
    /* flex: 1; */
  }

  .main-middle .popup_box .swiper_banner {
    height: 100%;
  }

  .main-middle .popup_box .swiper_banner .swiper-slide {
    height: 100%;
  }

  .main-middle .popup_box .swiper_banner .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-top {
    display: flex;
    flex-direction: column;
    margin-top: 1.6rem;
    padding: 0 1.6rem;
  }

  .main-top .main-top__swiper {
    width: 100%;
    height: auto;
  }

  .main-top .swiper-slide img {
    object-fit: cover;
  }

  .main-top .swiper_main .main-txt__box {
    top: 3.5rem;
    left: 2.5rem;
  }

  .search-box {
    padding: 1.2rem 1.5rem 1.5rem 1.5rem
  }

  .search-title {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .tab_list {
    height: auto;
    margin: 0 1.6rem;
  }

  .tab_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: max-content;
  }

  .tab_list ul li {
    width: 100%;
    background: transparent;
  }

  .tab_list ul li:nth-child(2) a {
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .tab_list ul li.on:nth-child(2) a {
    border-bottom: none;
  }

  .tab_list ul li:nth-child(4) a {
    border-left: 1px solid #eaeaea;
    /* border-bottom: 1px solid #eaeaea; */
    border-radius: 0;
  }
  .main-middle .tab_list>ul li a{
    border-bottom:none;
  }
  .main-middle .tab_list ul li.on:nth-child(4) a {
    border-radius: 1rem;
  }

  .main-middle .tab_list>ul li.on:first-child a {
    border-bottom: none;
  }

  .main-middle .tab_list ul:has(li:nth-child(2).on) li:first-child a {
    border-bottom: none;
  }

  .main-middle .tab_list ul:has(li:nth-child(3).on) li:first-child a {
    border-bottom: none;
  }

  .main-middle .tab_list ul:has(li:nth-child(4).on) li:nth-child(2) a {
    border-bottom: none;
  }

  .main-middle .tab_list ul li.on:nth-child(2)~li:nth-child(3) a {
    border-top: 1px solid #eaeaea;
  }

  .main-middle .tab_list ul li:first-child a {
    border-bottom: 1px solid #eaeaea;
    border-radius: 1rem 0 0 0
  }

  .main-middle .tab_list ul li.on:first-child~li:nth-child(3) a {
    /* border-bottom: 1px solid #eaeaea; */
    border-radius: 0;
  }

  .main-middle .tab_list>ul li+li a {
    border-left: none;
  }

  .main-middle .tab_list ul li+li {
    border-left: none;
  }

  .sub-box--filled+.tit-depth__03 {
    margin-top: 3rem;
  }

  .login-box {
    margin-top: 0;
  }

  .login-box>.login-img {
    display: none;
  }

  .login-wrap {
    width: 100%;
    padding: 3rem 1.2rem 4rem;
  }

  .login-wrap>.login-img {
    width: 11.6rem;
    height: 4rem;
  }

  .login-form {
    margin-top: 2.4rem;
  }

  .login-input .tit {
    font-size: 1.4rem;
  }

  .login-input .input-label {
    height: 5.4rem;
  }

  .login-input .input-label select,
  .login-input .input-label input {
    font-size: 1.4rem;
  }

  .btn-wrap.btn-wrap--login {}

  .btn-wrap:has(:not(a,button)) {
    margin-top: 3rem !important;
  }

  .account-search {
    margin-top: 1.6rem;
    padding-right: 0.2rem;
  }

  .account-search a {
    font-size: 1.4rem;
  }

  .account-search span {
    margin: 0 1rem;
  }

  .login-search--wrap {
    padding: 2.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
  }

  .login-search {
    padding: 2.4rem 1.2rem;
  }

  .login-search~.login-search {
    margin-top: 3rem;
    margin-left: 0;
  }

  .login-search .login-tit {
    font-size: 2rem;
  }

  .btn-wrap.btn-wrap--login .btn_login {
    font-size: 1.5rem;
    height: 5.4rem;
  }

  .login-search--icon {
    display: none;
  }

  .login-search--txt {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .login-search__id .btn-wrap.btn-wrap--login {
    margin-top: 1.6rem;
  }

  .login-search.login-search__password .login-form {
    margin-top: 1.6rem;
  }

  .login-input .input-label select {
    background: #FFFFFF url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 2rem;
    background-size: 2rem 2rem;
  }

  .login-input .input-label select,
  .login-input .input-label select option {
    font-size: 1.4rem;
  }

  #custom-tab.active {
    width: 100%;
    left: 0;
  }

  .tab_list.custom-underline {
    width: 100%;
    margin: 0;
    background: #fff;
    /* overflow-x: auto; */
  }

  .tab_list.custom-underline ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tab_list.custom-underline ul::-webkit-scrollbar {
    display: none;
  }

  .tab_list.custom-underline li a {
    border-left: none !important;
    border-bottom: 2px solid transparent !important;
  }

  .tab_list.custom-underline ul>li {
    min-width: max-content;
    /* flex: 1; */
  }
  .tab_list.custom-underline ul>li.on a, 
  .tab_list.custom-underline ul>li.active a, 
  .tab_list.custom-underline ul>li.on a span, 
  .tab_list.custom-underline ul>li.active a span{
    font-size: 1.6rem;
  }
  .tab_list.custom-underline ul>li a span {
    font-size: 1.6rem;
    padding: 1.4rem 3.1rem 1.6rem;
  }

  .tab_list.custom-underline ul>li.on a,
  .tab_list.custom-underline ul>li.active a span {
    font-size: 1.6rem;
  }
  .div-table__wrap .tbody .tr.executives_  {
    padding-left:10px !important;
  }
  .name-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .div-table__wrap .executives_ .tb_01 {
    order: 0 !important;
    margin-right: 0 !important;
    width: 80px !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 1.6rem !important;
    display: none !important;
  }
  .div-table__wrap .executives_ .tb_02 {
    order: 3 !important;
    width: calc(100% - 80px) !important;
    justify-content: flex-start !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 1.6rem !important;
  }
  .div-table__wrap .executives_ .tb_03 {
    order: 2 !important;
    display: inline-block;
    width:auto !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 1.6rem !important;
  }
  .div-table__wrap .executives_ .tb_04 {
    order: 4 !important;
    width:auto !important ;
    margin-left:0 !important;
    margin-right: 0;
    justify-content: flex-start !important;
  }
  .div-table__wrap .executives_ .tb_05 {
    order: 5 !important;
    width:auto !important ;
    padding-left: 0 !important;
    justify-content: flex-start !important;
  }

  /* .tab_cont {
    padding-top: 0;
  } */

  .bg-img img {}


  

  .tit-depth__03+.table-wrap.table-wrap--explan {
    margin-top: 1.6rem;
    padding-bottom: 1.7rem;
  }

  .table-wrap.table-wrap--explan {
    overflow-x: auto;

  }

  .table-wrap.table-wrap--explan .table-basic {
    table-layout: fixed;
    padding-bottom: 0;
    /* max-width: 100%; */
  }

  .table-wrap.table-wrap--explan .table-basic .col_01 {
    width: 10rem;
  }

  .table-wrap.table-wrap--explan .table-basic .col_02 {
    width: 8rem;
  }

  .table-wrap.table-wrap--explan .table-basic .col_03 {
    width: 33.1rem;
  }

  .table-wrap.table-wrap--explan .table-basic .col_04 {
    width: 10rem;
  }

  /* 웹킷 브라우저용 스크롤바 표시 */
  .table-wrap.table-wrap--explan::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #f9f9f9;
    /* Optional */
    border-radius: 999px;
  }

  .table-wrap.table-wrap--explan::-webkit-scrollbar-thumb {
    background-color: #0046a3;
    /* 스크롤바 색상 */
    border-radius: 999px;
  }

  .table-wrap.table-wrap--explan thead th {
    font-size: 1.4rem;
    height: 3.9rem;
  }

  .table-wrap.table-wrap--explan tbody td {
    height: 4.5rem;
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }

  .sch-wrap .search-wrap {
    border-radius: 1rem;
    padding: 0.9rem 0.7rem;
  }

  .modal-body .sch-wrap .search-wrap {
    padding: 1rem;
  }

  .sch-select:has(select) select {
    width: 10rem;
    height: 5.4rem;
    font-size: 1.4rem;
    background: #fff url(/_res/kha_main/kha_home/img/common/icon-down.png) no-repeat center right 1.8rem;
    background-size: 1.8rem 1.8rem;
  }

  .sch-label .btn_sch {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }

  .sch-wrap .search-wrap>div+div {
    margin-left: 0.6rem;
  }

  .sch-label {
    height: 5.4rem;
  }

  .sch-label label input {
    font-size: 1.4rem
  }

  .count-all {
    font-size: 1.4rem;
  }

  .count-wrap {
    margin-top: 2rem;
  }

  .div-table__wrap {
    margin-top: 1.4rem;
  }

  .div-table__wrap .b-top-info-wrap .adm-chk {
    display: flex;
    align-items: center;
  }

  .div-table__wrap .b-top-info-wrap .chk-toggle+label {
    font-size: 1.4rem;
    margin-left: 0.5rem;
  }

  .div-table__wrap .thead {
    display: none;
  }

  .div-table__wrap .tbody {
    border-top: 1px solid #111;
  }

  .div-table__wrap .tbody .tr {
    display: flex;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.4rem 0;
  }

  .div-table__wrap .td.num {
    flex: 0 0 9rem;
    display: none;
  }

  .div-table__wrap .tbody .td.title {
    flex: none;
    width: 100%;
    grid-row: 1;
    order: -1;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    /* margin-bottom: 0.4rem; */
    line-height: 1.6;
    font-size: 1.5rem;
  }

  .div-table__wrap .td.title a,
  .div-table__wrap .td.title a span {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    /* text-overflow: ellipsis; */
    position: relative;
    height: 100%;
    line-height: 1.6;
    font-size: 1.5rem;
    /* display: flex; */
    /* align-items: center; */
  }

  .div-table__wrap .td.title a:has(.icon-linkMove) {
    padding-right: 2rem;
  }

  .div-table__wrap .tbody .td.title a .icon-linkMove {
    right: 0;
    position: absolute;
    transform: none;
    top: 0.5rem;
  }

  .div-table__wrap .td.check {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
  }

  .div-table__wrap .th.check,
  .div-table__wrap .td.check {
    width: 3rem;
    flex: none;
    justify-content: flex-start;
  }

  .div-table__wrap .td:empty {
    display: none;
  }

  .div-table__wrap .tr:not(:has(.title)) .td:not(.check) {
    margin-top: 0;
  }

  .div-table__wrap .td:not(.check):not(.title) {
    grid-column: 1;
    grid-row: 2;
    width: max-content;
    text-align: left;
    flex: none;
    padding: 0;
    line-height: 1.6;
    margin-right: 1.2rem;
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    order: 1;
  }

  .div-table__wrap .td.writer {
    display: none;
  }

  .div-table__wrap .td.writer~.td.writer {
    display: block;
  }

  .div-table__wrap .tbody .td {
    font-size: 1.5rem;
    /* padding: 1.4rem 0; */
  }

  .div-table__wrap .tbody .tr:has(.check) .td.check {}

  .div-table__wrap .tbody .tr:has(.check) .td.title {
    width: calc(100% - 3rem);
    order: 0;
  }

  .div-table__wrap .b-top-info-wrap {
    margin-bottom: 1rem;
  }

  .pagination-wrap+.btn-wrap {
    display: flex;
    /* flex-direction: column; */
  }

  .btn-wrap a+a {
    margin-top: 0;
    margin-left: 0.6rem;
  }

  .btn-wrap>a {
    flex: 1;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 1.5rem;
  }

  .btn-wrap>*+* {
    margin-left: 0.6rem
  }

  .div-table__wrap .tbody .td.no-list {
    padding: 1.5rem 0;

  }

  .pagination>a {
    font-size: 1.4rem;
    margin: 0 0.8rem;
  }

  .pagination>a.link-prev__all {
    width: 2rem;
    height: 2rem;
    background: url(/_res/kha_main/kha_home/img/common/icon-arrow--prev_all.png) no-repeat center center;
    background-size: 1.5rem 1.5rem;
  }

  .pagination>a.link-prev {
    width: 2rem;
    height: 2rem;
    background: url(/_res/kha_main/kha_home/img/common/icon-arrow--prev.png) no-repeat center center;
    background-size: 1.5rem 1.5rem;
  }


  .pagination>a.link-next {
    width: 2rem;
    height: 2rem;
    background: url(/_res/kha_main/kha_home/img/common/icon-arrow--next.png) no-repeat center center;
    background-size: 1.5rem 1.5rem;
  }


  .pagination>a.link-next__all {
    width: 2rem;
    height: 2rem;
    background: url(/_res/kha_main/kha_home/img/common/icon-arrow--next__all.png) no-repeat center center;
    background-size: 1.5rem 1.5rem;
  }

  .album-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem 0;
  }

  .album-img span {
    position: relative;
    /* display: block; */
    width: 100%;
    height: unset;
  }

  .album-img span:before {
    content: '';
    display: block;
    padding-top: 53.26%;
  }

  .album-img {
    height: auto;
  }

  .album-img>span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .b-top-info-wrap {
    margin-bottom: 1rem;
  }

  .album-tit {
    font-size: 1.5rem;
  }

  .album-cont .album-txt--box .preview {
    font-size: 1.3rem;
    height: 3.5rem;
  }

  .album-cont .album-txt--box .preview:hover:after,
  .album-cont .album-txt--box .preview:after {
    background-size: 1.5rem;
    margin-left: 1rem;
  }

  .lists.blue-box li:before {
    width: 1rem;
    height: 1rem;
  }

  .lists.blue-box li {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }

  .lists.blue-box li+li {
    margin-top: 0.8rem;
  }

  .sub-box--outlined .tit {
    font-size: 1.6rem;
  }

  .sub-box--outlined .txt {
    font-size: 1.4rem;
  }

  .sub-box--outlined .txt br {
    display: none;
  }

  .main-bottom__slide ul {
    margin: 0 1.6rem;
    /* padding-right: 1.6rem; */
    overflow-x: auto;
    padding-bottom: 3rem;
  }

  .main-bottom__slide ul::-webkit-scrollbar {
    height: 0.4rem;
    /* 가로 스크롤바 높이 */
  }

  .main-bottom__slide ul::-webkit-scrollbar-track {
    background: #f9f9f9;
    /* 트랙 색상 */
    border-radius: 999px;
  }

  .main-bottom__slide ul::-webkit-scrollbar-thumb {
    background: #0046a3;
    /* 스크롤바 색상 */
    border-radius: 999px;
  }

  .main-bottom__slide ul li {
    flex: none;
    width: 28rem;
  }

  .main-bottom__slide ul li+li {
    margin-left: 30px;
  }

  .main-bottom__slide .txt_box>p {
    font-size: 1.7rem;
    min-height: 5.2rem;
    line-height: 1.5;
  }

  .main-bottom__slide .txt_box>em {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    padding-left: 2rem;
  }

  .main-bottom__slide .txt_box>em:before {
    width: 1.3rem;
    height: 1.3rem;
  }

  .main-bottom__slide .txt_box>span {
    font-size: 1.4rem;
    margin-top: 1rem;
    height: 6.6rem;
  }

  .main-bottom__slide .img_box {
    position: relative;
    padding-bottom: 53.6%;
    height: 0;
  }

  .main-bottom__slide .img_box img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .main-bottom__slide .txt_box {
    padding: 2rem 2rem 2.2rem 2rem;
  }

  .main-top .swiper_main .swiper-slide__img {
    position: relative;
    height: 0;
    padding-bottom: 49%;
    display: block;
  }

  .main-top .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .main-top .pagination-box .swiper-button-prev,
  .main-top .pagination-box .swiper-button-next,
  .main-top .pagination-box .swiper-button-pause {
    display: none;
  }

  .pagination-box .swiper-page-number {
    width: auto;
  }

  .pagination-box .swiper-page-number,
  .pagination-box .swiper-page-number span {
    font-size: 1.2rem;
  }

  .pagination-box .inner {
    padding: 0.45rem 1.05rem;
  }

  .main-middle .tab_list>ul li.on a,
  .tab_list>ul li a {
    font-size: 1.6rem;
  }

  .main-middle .tab_list>ul li a {
    font-size: 1.6rem;
  }

  .tab_list>ul li.on a,
  .tab_list>ul li a {
    font-size: 1.3rem;
  }

  .gallery-swiper__inner {
    flex-direction: column;
  }

  .gallery-swiper__inner .swiper_gallery2 {
    width: 100%;
    margin: 1.6rem 0 0 0;
  }

  .gallery-swiper__inner .swiper_gallery2 .swiper-wrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 2.8rem;
  }

  .swiper_gallery2 .swiper-slide {
    width: 12.5rem;
    height: 7rem;
  }

  .gallery-swiper__inner .swiper_gallery {
    width: 100%;
    height: 19.2rem;
  }

  .swiper_gallery2::before {
    display: none;
  }

  .swiper_gallery .swiper-slide .txt-box .txt {
    display: none;
  }

  .swiper_gallery .swiper-slide .txt-box .tit {
    font-size: 1.8rem;
  }

  .gallery-swiper--bg {
    background: #fff;
  }

  .gallery-swiper__inner {
    height: auto;
  }

  .gallery-swiper__inner .swiper-button-prev,
  .gallery-swiper__inner .swiper-button-next {
    display: none;
  }

  .swiper_gallery .swiper-slide .txt-box {
    left: 1.6rem;
    bottom: 2rem;
  }
  .div-table__wrap+.b-paging, .div-table__wrap+.pagination-wrap,
  .pagination-wrap {
    margin-top: 3rem;
  }

  .b-top-info-wrap .adm-chk label {
    font-size: 1.3rem;
  }

  .sch-wrap.custom-center .sch-form {
    padding: 0;
  }

  .sch-wrap.custom-center .sch-form form {
    width: 100%;
    margin: 0 1.6rem;
  }

  .sch-wrap.custom-center .sch-bar {
    width: 100%;
  }

  .tab_list.custom-left>ul {
    width: 100%;
  }

  .tab_list.custom-left {
    width: 100%;
    margin: 0;
    /* padding: 0 1.6rem; */
  }

  .sub-wrap__search .tab_box {
    padding: 0 1.6rem;
  }

  .tab_list.custom-left>ul li+li a {
    border-left: none;
  }

  .tab_list.custom-left>ul li:nth-child(odd) {
    border-right: 1px solid #eaeaea;
  }

  .sch-wrap.custom-center .sch-bar .sch_input {
    font-size: 1.4rem;
  }

  .sch-result__txt {
    font-size: 2.2rem;
  }

  .sch-result__item-top .tit span .count,
  .sch-result__item-top .tit span,
  .sch-result__item-top .tit {
    font-size: 1.6rem;
  }

  .sch-result__item-list .tit {
    font-size: 1.4rem;
  }

  .sch-result__item-list .txt {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }

  .sch-result__item-list .other {
    margin-top: 1rem;
  }

  .sch-result__item-list .other .cate {
    font-size: 1.2rem;
  }

  .sch-result__item-wrap+.pagination-wrap {
    margin-top: 3rem;
  }

  .edit-box+.btn-wrap {
    display: flex;
    padding-top: 3rem;
    margin-top:3rem;
  }

  .edit-box+.btn-wrap button {
    flex: 1;
  }

  .board-write fieldset {
    padding-bottom: 3rem;
  }

  fieldset+.btn-wrap {
    margin-top: 3rem;
  }

  .btn-wrap__right {
    display: flex;
  }

  .btn-wrap__right button {
    flex: 1;
  }

  .caption-depth__01+.btn-wrap {
    margin-top: 3rem;
  }

  .ui-input_wrap select {
    font-size: 1.4rem;
    height: 5.4rem;
    width: 100%;
    background-size: 1.6rem;
  }

  .form-box .ui-input_wrap .ui-input~select {
    font-size: 1.4rem;
    height: 5.4rem;
  }

  .form-box.tel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .form-box.tel .form-depth__01 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-box.tel .slash {
    height: 100%;
    line-height: 5.4rem;
    font-size: 1.4rem;
  }

  .ui-input_wrap:has(.b-select),
  .ui-input_wrap:has(#tel2),
  .ui-input_wrap:has(#tel3) {
    flex: 1;
    width: 10rem;
    margin: 0;
  }
  .form-box.tel .ui-input_wrap, 
  .form-box.tel .ui-input_wrap:has(.b-select), 
  .form-box.tel .ui-input_wrap:has(#tel2), 
  .form-box.tel .ui-input_wrap:has(#tel3){
    flex: 1;
    width: 10rem;
    margin: 0;
  }
  .file-box {
    padding: 1rem;
  }

  .file-box .cms-multi-upload .input-caption .choose-file label {
    font-size: 1.4rem;
  }

  .file-box .cms-multi-upload span.file-size.big {
    font-size: 1.2rem !important;
  }

  .file-box .cms-multi-upload .input-caption {
    height: 5.4rem;
    line-height: 5.4rem;
    width: 100%;
  }

  .file-box .cms-multi-upload .file-input-button {
    font-size: 1.4rem;
    height: 5.4rem;
    width: 100%;
    margin-top: 1rem;
  }

  .file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-list span {
    font-size: 1.4rem !important;
  }

  .file-box .cms-multi-upload .fileUpload .b-file-content ul li .b-file-list span.file-size {
    font-size: 1.2rem !important;
  }

  .file-box .cms-multi-upload .fileUpload .b-file-content ul li input[type="text"] {
    font-size: 1.3rem !important;
  }

  .sub-box--outlined {
    padding: 2.4rem 1.6rem;
  }

  .cms-sub-content .sub-box--outlined .lists li {
    font-size: 1.4rem;
  }
  .cms-sub-content .sub-box--outlined .lists li:before{
    top:1rem;
  }
  .blank-wrap .tit {
    font-size: 2.2rem;
  }

  .blank-wrap .txt {
    font-size: 1.2rem;
  }

  .div-table__wrap.function .tbody .name {
    order: 1;
  }

  .div-table__wrap.function .tbody .td.title {
    order: 3;
  }

  .div-table__wrap.function .tbody .td:has(.lists) .lists {
    padding: 0;
  }

  .title-description {
    font-size: 1.4rem;
  }

  .board-view__info>li {
    font-size: 1.3rem;
  }
  .board-view__info>li span{
    display:none;
  }
  .board-view__list>a>p {
    font-size: 1.3rem;
  }

  .board-view__list>a>span {
    font-size: 1.3rem;
    margin-right: 2rem;
  }

  .board-view__txt>p {
    font-size: 1.3rem;
  }

  .board-view .view-tit--list {
    margin-top: 1rem;
    display: none;
  }

  .board-view-tit__box,
  .view-tit--box {
    flex-direction: column;
    /* display: flex; */
    align-items: flex-start;
    padding: 1.6rem 0;
  }

  .board-view .view-tit--list li,
  .board-view .view-tit--list li span {
    font-size: 1.3rem;
  }

  .board-view__txt,
  .board-view__txt * {
    font-size: 1.3rem;
  }

  #ui-datepicker-div {
    width: 81%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  .ui-datepicker thead{
    height: auto;
    /* display: flex; */
    width: 100%;
    position: unset;
  }
  .ui-datepicker thead tr{
  }
  .ui-datepicker th{
    padding: 1.2rem !important;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .board-view__download>a {
    font-size: 1.3rem;
  }

  .book-cont {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .book-img-wrap {
    width: 100%;
  }

  .book-txt--box {
    width: 100%;
  }

  .book-tit {
    font-size: 2rem;
    padding: 1.7rem 0;
    margin-top: 2rem;
  }

  .book-right {
    font-size: 1.4rem;
  }

  .book-left {
    font-size: 1.4rem;
  }

  .book-txt--box .book-txt+.book-txt {
    margin-top: 0.6rem;
  }

  .book-btn {
    height: 5.4rem;
    font-size: 1.5rem;
  }

  .gallery-swiper+form .sch-wrap {
    margin-top: 2.4rem;
  }

  .tab_cont .gallery-swiper {
    margin-top: 0;
  }

  .board-view__list>a {
    padding: 1.4rem;
  }

  .board-view__info {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-gap: 1.6rem;
    width: 100%;
    padding: 1.2rem 0;
  }

  .board-view__info>li+li {
    margin-left: 0;
    position:relative;
  }
  .board-view .tit-depth__04{
    text-align:center;
  }
  .board-view__info > li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.8rem;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 1rem;
    background: #dfdfdf;
  }
  .board-view__info>li {
    margin-right: 0;
  }
  .file-box .cms-multi-upload .fileUpload.has-advanced-upload .drop-box{
    flex-direction:column;
  }
  .ui-textarea{
    font-size:1.4rem;
    /* padding: 1.2rem; */
  }
  .file-box .attach-data > div label{
    font-size:1.4rem;
  }
  .file-box .attach-data > div label span{
    font-size: 1.2rem;
  }
  .file-box .b-guide-box .b-input{
    font-size:1.4rem;
  }
  .board-view__download>a:before{
    margin-top:0.3rem;
  }
	.ui-datepicker table{
		font-size:1.6rem;
		table-layout: fixed;
	}
  #ui-datepicker-div a,
  #ui-datepicker-div .ui-datepicker-title,
  #ui-datepicker-div select.ui-datepicker-month, 
  #ui-datepicker-div select.ui-datepicker-year{
    font-size:1.4rem;
  }
  input[type=checkbox]{
    width:1.6rem;
    height:1.6rem;
  }
  .div-table__wrap .th.check, .div-table__wrap .td.check{
    width:2.6rem;
  }
  .form-box.radio input[type=radio], .form-box.check input[type=checkbox]{
		margin-right:0.6rem;
		width: 1.6rem;
		height: 1.6rem;
	}
  input[type=checkbox]:checked{
    background-size:0.8rem !important;
  }
  .form-box.radio input[type=radio]{
    border-width: 0.5rem;
  }
  .album-img>span:not(:has(img)){
    background-size:10rem;
  }
  .main-bottom__slide ul li:not(:has(img)) .img_box{
    background-size: 10rem;
  }
  .tab_list.custom-underline+form{
    margin-top:2.4rem;
  }
  .tab_list.custom-underline ~ .tab_cont{
    margin-top:2.4rem;
  }
  .search-results{
    max-height: 36vh;
  }
  .rss-swiper{
    overflow: hidden;
    margin: 0 2rem;
  }
  
  .rss-swiper.swiper-wrapper{
    margin: 0 2rem;
    overflow: hidden;
  }
  .main-bottom__slide:has(.rss-swiper){
   padding:0 1.6rem; 
  }
  .main-bottom__slide .swiper-slide{
    width:28rem;
  }
  .tit-depth__03 + .txt{
    font-size:1.4rem;
  }
  .lists.num li{
    font-size:1.4rem;
  }
  .table-wrap.table-wrap--explan tbody td .lists{
    padding: 0 1.2rem;
  }
  .txt + .tit-depth__03{
    margin-top:3rem;
  }
  .tit-depth__03 + .sub-box--outlined{
    margin-top:1.6rem;
  }
  .sub-box--outlined + .tit-depth__03{
    margin-top:3rem;
  }
  .tit-depth__03 + .txt{
    margin-top:1.6rem;
  }
  .tit-depth__03 + .lists.num{
    margin-top:1.6rem;
  }
  .lists.num + .table-wrap.table-wrap--explan{
    margin-top:1.6rem;
  }
  .div-table__wrap.dues-table+.tit-depth__03{
    margin-top:3rem;
  }
  .main-middle .tab_cont .swiper-scrollbar{
    display:block;
    background: #f9f9f9;
    height: 0.4rem;
  }
  .main-middle .tab_cont .swiper-scrollbar-drag{
    background:#0046a3;
  }
}