@charset "UTF-8";
@import url("https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --body: #000 ;
  --primary: #3F51C7;
  --green: #04CA95;
  --purple: #5E2BEA;
  --pink: #F84B5F;
  --gray: #788895;
  --line: #ddd;
  --radius: 8px;
  --font-size: 16px;
  --hdHeight: 100px;
}
@media (max-width: 767.98px) {
  :root {
    --font-size: 14px;
    --hdHeight: 62px;
  }
}

html, body {
  font-size: var(--font-size);
  line-height: 1.4;
  color: var(--body);
}

body, div, p, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, label {
  margin: 0;
  padding: 0;
  font-family: "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  outline: 0;
  letter-spacing: -0.02em;
}

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

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

main a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

li {
  list-style: none;
}

address, em {
  font-style: normal;
}

table {
  width: 100%;
}

textarea {
  resize: none;
  font-size: 1rem;
  outline: 0;
}

u {
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

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

button {
  cursor: pointer;
  background-color: transparent;
  outline: 0 !important;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
}
button.no-style {
  background: none;
  line-height: 1;
  border: 0;
}

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

h1, h2, h3, h4 {
  font-weight: 800 !important;
}

.h1 {
  font-size: 52px !important;
}

.h2 {
  font-size: 36px !important;
}

.h3 {
  font-size: 28px !important;
}

.h4 {
  font-size: 22px !important;
}

.h5 {
  font-size: 18px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-xsm {
  font-size: 12px !important;
}

.display01 {
  font-size: 4.8rem;
}

@media (max-width: 767.98px) {
  .display01 {
    font-size: 2.8571428571rem;
  }
  .h1 {
    font-size: 2.2857142857rem !important;
  }
  .h2 {
    font-size: 2rem !important;
  }
  .h3 {
    font-size: 1.7142857143rem !important;
  }
  .h4 {
    font-size: 1.4285714286rem !important;
  }
  .h5 {
    font-size: 16px !important;
  }
  .text-sm {
    font-size: 13px !important;
  }
}
.text-base {
  font-size: 1rem !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.text-body {
  color: var(--body) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-nowrap {
  text-wrap: nowrap !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 576px) {
  .scrollset::-webkit-scrollbar {
    width: 10px;
  }
  .scrollset::-webkit-scrollbar-track {
    border-left: 6px solid transparent;
    background: #fff;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 0;
    border-left: 6px solid transparent;
    background: var(--line);
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .only-pc {
    display: block;
  }
  .only-mo {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .only-pc {
    display: none !important;
  }
  .only-mo {
    display: block;
  }
  .m-100 {
    width: 100%;
  }
}
/* 
	컴포넌트 스타일
	:: icon
	:: Button ,badge
	:: Form
	:: box 
	:: list
	:: Modal 
	:: Swiper
	:: Menu
*/
[class^=icon-] {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
[class^=icon-].revert {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[class^=icon-].wh {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

.icon-lang {
  width: 17px;
  height: 17px;
  background-image: url(/images/home/common/icon-lang.svg);
}
.icon-select-arr {
  width: 11px;
  height: 6px;
  background-image: url(/images/home/common/icon-select-arr.svg);
}
.icon-board-user {
  width: 16px;
  height: 16px;
  background-image: url(/images/home/board/icon-board-user.svg);
}
.icon-board-date {
  width: 16px;
  height: 16px;
  background-image: url(/images/home/board/icon-board-date.svg);
}
.icon-board-view {
  width: 16px;
  height: 16px;
  background-image: url(/images/home/board/icon-board-view.svg);
}
.icon-download {
  min-width: 16px;
  height: 16px;
  background-image: url(/images/home/board/icon-download.svg);
}
.icon-board-prevArr {
  min-width: 24px;
  height: 24px;
  background-image: url(/images/home/board/icon-board-prevArr.svg);
}
.icon-board-nextArr {
  min-width: 24px;
  height: 24px;
  background-image: url(/images/home/board/icon-board-prevArr.svg);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.icon-feedback-thumb {
  width: 20px;
  height: 20px;
  background-image: url(/images/home/board/icon-feedback-thumb.svg);
}
.icon-comment-delete {
  width: 16px;
  height: 16px;
  background-image: url(/images/home/board/icon-comment-delete.svg);
}
.icon-srch-tit1 {
  width: 48px;
  height: 48px;
  background-image: url(/images/home/main/icon-srch-tit1.svg);
}
.icon-srch-tit2 {
  width: 48px;
  height: 48px;
  background-image: url(/images/home/main/icon-srch-tit2.svg);
}
.icon-srch {
  width: 21px;
  height: 21px;
  background-image: url(/images/home/common/icon-srch.svg);
}
@media (max-width: 767.98px) {
  .icon-srch {
    width: 18px;
    height: 18px;
  }
}
.icon-offline {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-offline.svg);
}
@media (max-width: 767.98px) {
  .icon-offline {
    width: 18px;
    height: 18px;
  }
}
.icon-online {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-online.svg);
}
@media (max-width: 767.98px) {
  .icon-online {
    width: 18px;
    height: 18px;
  }
}
.icon-receiving {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-receiving.svg);
}
.icon-schedule {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-schedule.svg);
}
@media (max-width: 767.98px) {
  .icon-receiving {
    width: 18px;
    height: 18px;
  }
}
.icon-applying {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-applying.svg);
}
.icon-schedule {
  width: 24px;
  height: 24px;
  background-image: url(/images/home/common/icon-state-schedule.svg);
}
@media (max-width: 767.98px) {
  .icon-applying {
    width: 18px;
    height: 18px;
  }
}
.icon-moreview {
  width: 12px;
  height: 12px;
  background-image: url(/images/home/common/icon-moreview.svg);
}
.icon-post-date {
  width: 12px;
  height: 12px;
  background-image: url(/images/home/common/icon-post-date.svg);
}
.icon-post-view {
  width: 12px;
  height: 12px;
  background-image: url(/images/home/common/icon-post-view.svg);
}
.icon-post-like {
  width: 12px;
  height: 12px;
  background-image: url(/images/home/common/icon-post-like.svg);
}

.img-thumb {
  position: relative;
}
.img-thumb::before {
  content: "";
  display: block;
  padding-top: 60% !important;
}
.img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-radius {
  border-radius: var(--radius);
}

.bt {
  display: inline-block;
  line-height: 1;
  padding: 16px;
  font-size: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 500;
  text-align: center;
  text-wrap: nowrap;
}
.bt-dark {
  background: #101115;
  color: #fff !important;
}
.bt-primary {
  background: var(--primary);
  color: #fff !important;
}
.bt-sm {
  font-size: 14px;
  padding: 7px 14px;
  height: 35px;
}
.bt-md {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .bt {
    font-size: 15px;
  }
  .bt-md {
    padding: 12px;
    font-size: 16px;
  }
}

.bt-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.badge {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 2em;
  background-color: rgba(15, 35, 46, 0.05);
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .badge {
    font-size: 12px;
  }
  .badge-sm {
    font-size: 10px;
    padding: 5px;
  }
}
.badge-primary {
  color: var(--primary);
  background: rgba(29, 62, 162, 0.17);
}
.badge-purple {
  color: var(--purple);
  background: rgba(94, 43, 234, 0.17);
}
.badge-grn {
  color: #008461;
  background: rgba(4, 202, 149, 0.17) !important;
}
.badge-red {
  color: #FA5165;
  background: rgba(255, 117, 133, 0.17) !important;
}
.badge-outline {
  border: 1px solid #3C434E;
  background-color: #fff;
  color: #3C434E;
}
.badge-outline-primary {
  border: 1px solid var(--primary);
  background-color: #fff;
  color: var(--primary);
}
.badge-outline-grn {
  border: 1px solid var(--green);
  background-color: #fff;
  color: var(--green);
}
.badge-outline-pink {
  border: 1px solid var(--pink);
  background-color: #fff;
  color: var(--pink);
}
.badge-outline-gray {
  border: 1px solid var(--gray);
  background-color: #fff;
  color: var(--gray);
}

.bt-bookmark {
  position: relative;
  z-index: 10;
  min-width: 13.5px;
  height: 18px;
  background: url(/images/home/common/icon-bookmark.svg) no-repeat center/contain;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(48deg) brightness(112%) contrast(114%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(48deg) brightness(112%) contrast(114%);
  -webkit-transition: none;
  transition: none;
}
.bt-bookmark.active {
  -webkit-filter: invert(30%) sepia(48%) saturate(2065%) hue-rotate(209deg) brightness(93%) contrast(90%);
          filter: invert(30%) sepia(48%) saturate(2065%) hue-rotate(209deg) brightness(93%) contrast(90%);
}

.check-st, .radio-st {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: var(--radius);
  padding: 4px 12px;
  min-height: 35px;
  color: #8C9BAB;
  text-wrap: nowrap;
  border: 1px solid var(--line);
  background-color: #fff;
}
.check-st::before, .radio-st::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.check-st input[type=radio],
.check-st input[type=checkbox], .radio-st input[type=radio],
.radio-st input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.check-st span, .radio-st span {
  line-height: 27px;
}

.check-st::before {
  width: 9px;
  height: 9px;
  background: url(/images/home/common/check-off.svg) no-repeat center center/contain;
}
.check-st:has(input:checked) {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.check-st:has(input:checked)::before {
  background-image: url(/images/home/common/check-on.svg);
}
.check-st.v2 {
  border: 0 !important;
  padding: 0 !important;
  height: auto;
  color: #000 !important;
}
.check-st.v2::before {
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/images/home/common/check-blue-off.svg);
}
.check-st.v2:has(input:checked)::before {
  background-image: url(/images/home/common/check-blue-on.svg);
}

.radio-st::before {
  width: 18px;
  height: 18px;
  background: url(/images/home/common/radio-off.svg) no-repeat center center/contain;
}
.radio-st:has(input:checked) {
  border: 1px solid var(--pink);
  color: var(--pink);
}
.radio-st:has(input:checked)::before {
  background-image: url(/images/home/common/radio-on.svg);
}
.radio-st.v2 {
  border: 0 !important;
  padding: 0 !important;
  height: auto;
  color: #000 !important;
}
.radio-st.v2:has(input:checked)::before {
  background-image: url(/images/home/common/radio-blue-on.svg);
}

.d-flex:has(.check-st), .d-flex:has(.radio-st) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}

.list-dot > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.2;
}
.list-dot > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  border-radius: 50%;
  background-color: var(--body);
}
.list-dot > li + li {
  margin-top: 0.6666666667rem;
}

.list-download li {
  padding: 0.7333333333rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.list-download li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-download li .icon-download {
  width: 1.2rem;
  height: 1.2rem;
}

.tab-menu {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.tab-menu li {
  text-wrap: nowrap;
}
.tab-menu li a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 16px 24px;
  border: 1px solid var(--line);
  border-radius: 500px;
}
.tab-menu li.active a {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
@media (max-width: 767.98px) {
  .tab-menu {
    margin-bottom: 16px;
  }
  .tab-menu li a {
    font-size: 16px;
    padding: 12px 16px;
  }
}

.tab-flex-wrap {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .tab-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .tab-flex-wrap {
    margin-top: 20px;
  }
  .tab-flex-wrap p {
    margin-top: 16px;
  }
}

.quick-menu-wrap {
  position: fixed;
  z-index: 50;
  top: 150px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(calc(100% - 22px));
          transform: translateX(calc(100% - 22px));
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quick-menu-wrap .btn-quick-open {
  position: relative;
  background: var(--primary);
  border-radius: 10px 0 0 10px;
  width: 22px;
  height: 52px;
  font-size: 0;
}
.quick-menu-wrap .btn-quick-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/images/home/main/icon-arr-qmenu.svg) no-repeat center center/16px auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.quick-menu-wrap .btn-quick-open.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.quick-menu-wrap .quick-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  text-align: center;
  border-radius: var(--radius) 0 0 var(--radius);
  padding: 20px 12px;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.quick-menu-wrap .quick-menu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.quick-menu-wrap .quick-menu .picto img {
  width: 40px;
}
.quick-menu-wrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767.98px) {
  .quick-menu-wrap {
    top: 116px;
  }
  .quick-menu-wrap .quick-menu {
    padding: 16px 12px;
  }
  .quick-menu-wrap .quick-menu .picto img {
    width: 32px;
  }
}

body.is-scroll .hd-gnb {
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body.open-gnb-menu .hd-gnb .gnb-bg, body.open-gnb-menu .hd-gnb .gnb .depth2 {
  display: block !important;
}
body:has(.index) footer#ft {
  border: 0 !important;
}

header#hd {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
header#hd h1 a {
  display: block;
  font-size: 0;
}
header#hd h1 a img {
  width: 98px;
}
header#hd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding: 0 2.9333333333rem;
  max-width: 1920px;
  height: 100%;
}
header#hd .hd-gnb {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
header#hd .hd-gnb:has(.btn-sitemap.active) {
  background: #fff;
}
header#hd .hd-gnb:has(.btn-sitemap.active) .gnb {
  opacity: 0;
  pointer-events: none;
}
header#hd .hd-gnb .gnb {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  max-width: 900px;
  font-weight: 600;
}
@media (max-width: 1439.98px) {
  header#hd .hd-gnb .gnb {
    display: none;
  }
}
header#hd .hd-gnb .gnb-pc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px;
}
header#hd .hd-gnb .gnb-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 407px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  display: none;
}
header#hd .hd-gnb .gnb > li {
  position: relative;
  height: 60px;
}
header#hd .hd-gnb .gnb > li > a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 1599.98px) {
  header#hd .hd-gnb .gnb > li > a {
    font-size: 15px;
  }
}
header#hd .hd-gnb .gnb > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--primary);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
header#hd .hd-gnb .gnb > li:hover {
  color: var(--primary);
}
header#hd .hd-gnb .gnb > li:hover > a::after {
  width: 100%;
}
header#hd .hd-gnb .gnb .depth2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 54px;
  display: none;
}
header#hd .hd-gnb .gnb .depth2 > ul {
  text-wrap: nowrap;
  padding: 1.6rem;
  font-size: 16px;
  font-weight: 400;
  color: var(--body);
}
header#hd .hd-gnb .gnb .depth2 > ul > li:hover {
  color: var(--primary);
}
header#hd .hd-gnb .gnb .depth2 > ul > li + li {
  margin-top: 16px;
}
header#hd .hd-gnb .gnb .depth3 {
  margin-top: 16px;
  font-size: 14px;
  color: var(--body);
}
header#hd .hd-gnb .gnb .depth3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
}
header#hd .hd-gnb .gnb .depth3 li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 100px;
}
header#hd .hd-gnb .gnb .depth3 li:hover {
  color: var(--primary);
}
header#hd .hd-gnb .gnb .depth3 li + li {
  margin-top: 8px;
}
header#hd .hd-gnb .lang-select {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
header#hd .hd-gnb .lang-select .select-bx.active .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#hd .hd-gnb .lang-select .select-bx.active .icon-select-arr {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
header#hd .hd-gnb .lang-select .select-bx .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header#hd .hd-gnb .lang-select .select-bx .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: absolute;
  top: calc(100% + 4px);
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: none;
}
header#hd .hd-gnb .lang-select .select-bx .select-list li {
  cursor: pointer;
}
header#hd .hd-gnb .lang-select .select-bx .select-list li:hover {
  color: var(--primary);
}
header#hd .hd-gnb .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin-left: 24px;
}
header#hd .hd-gnb .btn-wrap .before-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
header#hd .hd-gnb .btn-wrap .after-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
header#hd .hd-gnb .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
header#hd .hd-gnb .user-info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  font-size: 18px;
}
header#hd .hd-gnb .user-info .name::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
}
header#hd .hd-gnb .user-info .id {
  font-size: 15px;
}
header#hd .hd-gnb .btn-sitemap {
  margin-left: 24px;
  width: 56px;
  height: 56px;
  background: url(/images/home/common/btn-sitemap.svg) center/contain;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header#hd .hd-gnb .btn-sitemap.active {
  background: url(/images/home/common/btn-sitemap-close.svg) center/contain;
}
@media (max-width: 991.98px) {
  header#hd .hd-gnb .btn-sitemap {
    margin-left: 16px;
    width: 32px;
    height: 32px;
  }
}
header#hd .hd-gnb #gnb-sitemap {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - var(--hdHeight));
  background: #fff;
  border-top: 1px solid var(--line);
  display: none;
  word-break: keep-all;
}
header#hd .hd-gnb #gnb-sitemap .sitemap-content {
  height: 100%;
}
header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 {
  height: 100%;
}
header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep2 li a {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul {
    top: var(--hdHeight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    height: 100%;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li:not(:last-of-type) {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid var(--line);
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep2 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep2 li:hover {
    color: var(--primary);
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep2 li + li {
    margin-top: 24px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep3 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--body);
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep3 li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 100px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep3 li:hover {
    color: var(--primary);
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 .menu-dep3 li + li {
    margin-top: 8px;
  }
}
header#hd .hd-gnb #gnb-sitemap.active {
  display: block;
}
header#hd:not(:has(.user-login)) .before-login {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header#hd:not(:has(.user-login)) .after-login {
  display: none !important;
}
header#hd.user-login .before-login {
  display: none !important;
}
header#hd.user-login .after-login {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 991.98px) {
  header#hd h1 a img {
    width: 63px;
  }
  header#hd .inner {
    padding: 10px 20px 20px;
  }
  header#hd .hd-gnb #gnb-sitemap {
    height: calc(var(--vh, 1vh) * 100 - var(--hdHeight));
    border: 0;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #ddd;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap .after-login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap .before-login {
    -webkit-box-flex: 78;
        -ms-flex: 78;
            flex: 78;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap .before-login .bt {
    width: 100%;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap > .bt:nth-of-type(1) {
    -webkit-box-flex: 91;
        -ms-flex: 91;
            flex: 91;
  }
  header#hd .hd-gnb #gnb-sitemap .btn-wrap > .bt:nth-of-type(2) {
    -webkit-box-flex: 135;
        -ms-flex: 135;
            flex: 135;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content {
    padding: 0 !important;
    height: calc(var(--vh, 1vh) * 100 - var(--hdHeight) - 70px);
    overflow-y: scroll;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li {
    font-size: 18px;
    font-weight: 600;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    color: var(--primary);
    border-bottom: 1px solid #ddd;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/home/common/icon-sitemap-plus.svg) center/contain;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li.open > a::after {
    background: url(/images/home/common/icon-sitemap-minus.svg) center/contain;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li.open .menu-dep2 {
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li.open .menu-dep2 > ul > li.open:has(.menu-dep3) > a::after {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep1 > ul > li.open .menu-dep2 > ul > li.open .menu-dep3 {
    display: block;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 {
    font-size: 16px;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul {
    padding: 16px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li + li {
    margin-top: 24px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li > a span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 100px;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li:has(.menu-dep3) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep2 > ul > li:has(.menu-dep3) > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(/images/home/common/icon-sitemap-arr.svg) center/contain;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep3 {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: var(--gray);
    display: none;
  }
  header#hd .hd-gnb #gnb-sitemap .sitemap-content .menu-dep3 > li + li {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  header#hd .hd-gnb {
    height: var(--hdHeight);
  }
}

footer#ft {
  border-top: 1px solid var(--line);
}
footer#ft .contain {
  font-size: 14px;
  letter-spacing: -0.14px;
}
footer#ft .contain > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer#ft .ft-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer#ft .ft-link li {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer#ft .ft-info {
  margin-top: 24px;
  color: #3C434E;
  font-weight: 500;
  line-height: 1.14;
}
footer#ft .ft-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
footer#ft .ft-info dl dt {
  color: #202124;
}
footer#ft .ft-copy {
  font-size: 12px;
  color: #202124;
}
@media (max-width: 991.98px) {
  footer#ft {
    padding: 40px 0 64px;
  }
  footer#ft .ft-link {
    margin-top: 24px;
  }
  footer#ft .ft-info > * + * {
    margin-top: 12px;
  }
  footer#ft .ft-copy {
    margin-top: 40px;
  }
  footer#ft .logo-kaips {
    display: block;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  footer#ft {
    padding: 64px 0;
  }
  footer#ft .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  footer#ft .ft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 10px;
    max-width: 484px;
  }
  footer#ft .ft-copy {
    margin-top: 64px;
  }
  footer#ft .logo-kaips {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 992px) {
  footer#ft .contain {
    gap: 86px;
  }
}

body:has(#gnb-sitemap.active) {
  overflow-y: hidden;
}

.float-link {
  position: sticky;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  margin-left: auto;
  margin-bottom: -66px;
  width: 56px;
  height: 56px;
  border-radius: 500px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.float-link a {
  display: block;
  margin-top: 0.6666666667rem;
}

body .contain {
  max-width: 1660px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
body .contain-md {
  max-width: 1400px;
}

#ct {
  overflow-x: clip;
}
#ct:not(.index) {
  /* padding: calc(var(--hdHeight) + 80px) 0 120px; */
  padding: calc(var(--hdHeight) + 0px) 0 120px;
}
/* @media (max-width: 992px) {
  #ct:not(.index) {
    padding: calc(var(--hdHeight) + 40px) 0 80px;
    padding: calc(var(--hdHeight) + 10px) 0 80px;
  }
}
@media (max-width: 767.98px) {
  #ct:not(.index) {
    padding: calc(var(--hdHeight) + 40px) 0 80px;
    padding: calc(var(--hdHeight) + 10px) 0 80px;
  }
} */
#ct .contents {
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}
#ct .contents .side-wrap .side-wrap-menu {
  position: sticky;
  top: var(--hdHeight);
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li {
  font-size: 18px;
  font-weight: 600;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li + li {
  margin-top: 20px;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 20px;
  color: var(--primary);
  border-bottom: 1px solid #ddd;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/home/common/icon-sitemap-plus.svg) center/contain;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li.open > a::after {
  background: url(/images/home/common/icon-sitemap-minus.svg) center/contain;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li.open .menu-dep2 {
  height: auto;
  border-bottom: 1px solid #ddd;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li.open .menu-dep2 > ul > li.open:has(.menu-dep3) > a::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep1 > ul > li.open .menu-dep2 > ul > li.open .menu-dep3 {
  display: block;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 {
  font-size: 14px;
  font-weight: 500;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul {
  padding: 0 6px;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul > li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px 0;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul > li > a span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 100px;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul > li:has(.menu-dep3) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep2 > ul > li:has(.menu-dep3) > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/images/home/common/icon-sitemap-arr.svg) center/contain;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep3 {
  margin-bottom: 16px;
  padding: 0 10px;
  color: var(--gray);
  border-top: 1px solid var(--line);
  display: none;
}
#ct .contents .side-wrap .side-wrap-menu .menu-dep3 > li {
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  #ct .contents > .side-wrap + .cont-wrap {
    padding-top: 20px;
  }
  #ct .contents > .side-wrap .side-wrap-menu {
    display: none;
  }
  #ct .contents + .contents {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  #ct .contents:has(.side-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667rem;
  }
  #ct .contents > .side-wrap {
    min-width: 200px;
    width: 200px;
  }
  #ct .contents > .side-wrap + .cont-wrap {
    max-width: calc(100% - 200px - 40px);
  }
  #ct .contents > .cont-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}

.layer-wrap {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.layer-wrap.active {
  display: block;
}
.layer-wrap.active:has(.layer-centered) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layer-wrap > div.layer-cont {
  position: relative;
  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%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
.layer-wrap > div.layer-cont > div {
  width: 100%;
}
.layer-wrap > div.layer-cont .layer-hd {
  margin-bottom: 40px;
}
.layer-wrap > div.layer-cont .layer-hd .title-wrap {
  border-bottom: 3px solid var(--line);
  padding-bottom: 40px;
  margin-bottom: 0;
  line-height: 1.2;
}
.layer-wrap > div.layer-cont .layer-hd .title-wrap .stxt {
  font-size: 15px;
  color: var(--gray);
  margin-top: 20px;
}
.layer-wrap > div.layer-cont .layer-body {
  max-height: 100%;
  overflow-y: auto;
}
.layer-wrap > div.layer-cont .layer-body .word-wrap {
  word-break: keep-all;
}
@media (min-width: 768px) {
  .layer-wrap {
    padding: 45px;
  }
  .layer-wrap > div {
    max-width: 840px;
    padding: 56px;
  }
  .layer-wrap > div.layer-wide {
    max-width: 1260px;
  }
}
@media (max-width: 767.98px) {
  .layer-wrap {
    padding: 30px 20px;
  }
  .layer-wrap > div.layer-cont {
    padding: 24px;
  }
  .layer-wrap > div.layer-cont .layer-hd {
    margin-bottom: 24px;
  }
  .layer-wrap > div.layer-cont .layer-hd .title-wrap {
    padding-bottom: 24px;
  }
  .layer-wrap > div.layer-cont .layer-hd .title-wrap .stxt {
    font-size: 13px;
    margin-top: 1rem;
  }
}
.layer-wrap .btn-layer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(/images/home/common/ico-layer-close.svg) no-repeat center center/contain;
  z-index: 1005;
}

body:has(.layer-wrap.active) {
  overflow-y: hidden;
}

[class^=board-] .subject {
  margin-bottom: 40px;
}

.board-view-hd {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
.board-view-hd .view-hd-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  color: #788895;
}
.board-view-hd .view-hd-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.board-view-hd .view-hd-info dl:not(:last-of-type)::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 1px;
  height: 8px;
  background-color: #ddd;
}
.board-view-contents .file-list {
  padding: 24px;
  font-weight: 500;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.board-view-contents .file-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  font-weight: 500;
}
.board-view-contents .file-list li a p {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
.board-view-contents .file-list li + li {
  margin-top: 8px;
}
.board-view-contents .image-cont {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.board-view-contents .image-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-view-contents .text-cont {
  margin: 40px 0;
  font-weight: 400;
  line-height: 1.5;
}
.board-view-nav {
  margin-top: 4.2rem;
}
.board-view-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.6rem;
  background-color: #F1F3F4;
  border-radius: 12px;
}
.board-view-nav a + a {
  margin-top: 1.0666666667rem;
}
.board-view-nav a strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-wrap: nowrap;
  gap: 4px;
}
.board-view-nav a span {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
@media (max-width: 767.98px) {
  .board-view-nav a {
    gap: 16px;
    padding: 16px;
  }
}
.board .btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.board .btn-wrap .bt {
  min-width: 150px;
}
.board-tb table {
  border-collapse: collapse;
}
.board-tb thead th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.board-tb tbody td:not(.title) {
  color: #666;
}
.board-tb tbody td.title {
  text-align: left;
}
.board-tb tbody td.title p {
  margin-top: 8px;
  font-weight: 700;
  color: var(--body);
}
@media (max-width: 575.98px) {
  .board-tb tbody td:not(.title)::before {
    display: block !important;
    margin: 0 0 8px;
  }
}
@media (max-width: 991.98px) {
  .board-tb {
    margin-top: 50px;
  }
  .board-tb thead {
    display: none;
  }
  .board-tb tbody {
    border-top: 1px solid var(--body);
  }
  .board-tb tbody tr {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
  }
  .board-tb tbody td {
    display: block;
  }
  .board-tb tbody td br {
    display: none;
  }
  .board-tb tbody td:not(.title) {
    min-width: 0;
    font-size: 13px;
  }
  .board-tb tbody td:not(.title)::before {
    content: attr(data-label);
    display: inline-block;
    margin: 0 8px 0 0;
    font-weight: 500;
    color: var(--body);
  }
  .board-tb tbody td:not(.title) + td {
    margin-top: 16px;
  }
  .board-tb tbody td.title {
    margin-bottom: 24px;
  }
  .board-tb tbody td.title p {
    font-size: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
}
@media (min-width: 992px) {
  .board-tb thead th {
    padding: 8px 0;
  }
  .board-tb tbody td {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }
  .board-tb tbody td:not(.title) {
    padding: 0 8px;
    min-width: 120px;
    font-size: 15px;
    text-align: center;
  }
  .board-tb tbody td.title {
    padding-right: 40px;
  }
  .board-tb tbody td.title p {
    font-size: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 1.4em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
}
@media (min-width: 1240px) {
  .board-tb tbody td:not(.title) {
    min-width: 170px;
  }
}

.comment-write-wrap {
  padding-top: 2.6666666667rem;
  border-top: 1px solid var(--body);
}
.comment-write-wrap .textarea-wrap {
  position: relative;
  margin-top: 1.3333333333rem;
}
.comment-write-wrap .textarea-wrap textarea {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.comment-write-wrap .textarea-wrap .limit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #8C9BAB;
}
.comment-write-wrap .comment-btm {
  margin-top: 1.3333333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.comment-write-wrap .comment-btm .bt {
  padding: 5px 30px;
  height: 35px;
}
@media (max-width: 767.98px) {
  .comment-write-wrap .comment-btm {
    margin-top: 8px;
  }
}
.comment-wrap {
  position: relative;
  padding: 40px;
  border-top: 1px solid var(--line);
}
.comment-wrap button {
  position: absolute;
  top: 16px;
  right: 16px;
}
.comment-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.comment-wrap .cont {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .comment-wrap {
    padding: 30px 0 20px;
  }
  .comment-wrap button {
    top: 12px;
    right: 0;
  }
}

.feedback-cont {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.feedback-cont li label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
.feedback-cont li label input {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.feedback-cont li label span {
  color: #788895;
}
.feedback-cont li.good label:has(input:checked) i {
  background-image: url(/images/home/board/icon-feedback-thumb-blue.svg) !important;
}
.feedback-cont li.bad label:has(input:checked) i {
  background-image: url(/images/home/board/icon-feedback-thumb-red.svg) !important;
}
.feedback-cont li.bad .icon-feedback-thumb {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-bx:not(.lang) {
  position: relative;
}
.select-bx:not(.lang) i {
  min-width: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-filter: contrast(0.1);
          filter: contrast(0.1);
}
.select-bx:not(.lang).active .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-bx:not(.lang).active i {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.select-bx:not(.lang) .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  width: 210px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-bx:not(.lang) .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: absolute;
  top: calc(100% + 4px);
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: none;
}
.select-bx:not(.lang) .select-list li {
  width: 100%;
  cursor: pointer;
}
.select-bx:not(.lang) .select-list li:hover {
  color: var(--primary);
}

.board-filter {
  background: #fff;
}
.board-filter .search-filter .search-part h5 {
  margin-bottom: 8px;
  font-size: 16px;
}
.board-filter .search-filter .search-part .form-control {
  padding: 8px 12px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.board-filter .search-filter .datepicker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.board-filter .search-filter .datepicker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.board-filter .search-filter .datepicker input[type=date] {
  text-align: left;
  cursor: pointer;
  width: 100px;
  font-size: 12px !important;
}
.board-filter .search-filter .datepicker input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.board-filter .search-filter .datepicker input[type=date]::-webkit-inner-spin-button, .board-filter .search-filter .datepicker input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.board-filter .search-filter .datepicker input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  padding-left: 10px;
}
.board-filter .search-filter .datepicker::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/images/home/common/icon-calendar.svg) no-repeat center center/contain;
}
.board-filter .search-filter .btn-wrap {
  text-align: center;
}
.board-filter .search-filter .btn-wrap .bt {
  width: 160px;
}
@media (max-width: 767.98px) {
  .board-filter {
    position: sticky;
    z-index: 10;
    top: var(--hdHeight);
    margin-left: -20px;
    margin-right: -20px;
  }
  .board-filter .btn-search-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid var(--line);
  }
  .board-filter .btn-search-filter::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/home/board/icon-board-prevArr.svg) center/contain;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .board-filter .btn-search-filter.active::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .board-filter .search-filter-wrap {
    position: absolute;
    padding: 20px;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100 - var(--hdHeight) - 51px);
    overflow-y: scroll;
    background: #fff;
    display: none;
  }
  .board-filter .search-filter-wrap.active {
    display: block;
  }
  .board-filter .search-filter h4 {
    display: none;
  }
  .board-filter .search-filter .search-part > div + div {
    margin-top: 16px;
  }
  .board-filter .search-filter .search-part .form-control {
    width: 100%;
  }
  .board-filter .search-filter .datepicker {
    width: 100%;
  }
  .board-filter .search-filter .datepicker-wrap {
    width: 100%;
  }
  .board-filter .search-filter .datepicker input[type=date] {
    width: 100%;
  }
  .board-filter .search-filter .btn-wrap {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .board-filter .btn-search-filter {
    display: none;
  }
  .board-filter .search-filter {
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }
  .board-filter .search-filter-wrap {
    margin-bottom: 60px;
  }
  .board-filter .search-filter h4 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
  }
  .board-filter .search-filter .search-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 36px;
  }
  .board-filter .search-filter .btn-wrap {
    margin-top: 20px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pager .pagerMoBtn, .pager .txtPager, .pager::before, .pager::after {
  display: none;
}
.pager .pagerBtn {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/images/home/board/icon-pager-prev.svg) no-repeat center/contain;
  opacity: 0.4;
  pointer-events: none;
}
.pager .pagerBtn.btnNext {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pager .pagerBtn.btnFirst {
  background: url(/images/home/board/icon-pager-first.svg) no-repeat center/contain;
}
.pager .pagerBtn.btnLast {
  background: url(/images/home/board/icon-pager-first.svg) no-repeat center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pager .pagerBtn.on {
  opacity: 1;
  pointer-events: auto;
}
.pager ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.pager ul a {
  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;
  padding: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 0;
  border-radius: 50px !important;
  color: #59626E;
  font-weight: 600;
}
.pager ul a.active {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .pager ul a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: -0.02) {
  .pager {
    gap: 8px;
  }
}

select {
  padding: 12px 16px;
  border: 1px solid var(--line);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/home/common/ico-board-select-arr.svg) no-repeat center right 20px/16px 16px;
}
select:-ms-expand {
  display: none;
}

input[type=text],
input[type=date],
input[type=time],
input[type=file],
input[type=number],
input[type=password],
input[type=number] {
  border: 1px solid var(--line);
}
input[type=text]:disabled, input[type=text].hasVal,
input[type=date]:disabled,
input[type=date].hasVal,
input[type=time]:disabled,
input[type=time].hasVal,
input[type=file]:disabled,
input[type=file].hasVal,
input[type=number]:disabled,
input[type=number].hasVal,
input[type=password]:disabled,
input[type=password].hasVal,
input[type=number]:disabled,
input[type=number].hasVal {
  background: rgba(15, 35, 46, 0.03);
}
input[type=text]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=file]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=number]:disabled {
  color: var(--body);
}
input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: var(--gray);
}
input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: var(--gray);
}
input[type=text]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: var(--gray);
}
input[type=text]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder {
  color: var(--gray);
}
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=file]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder {
  color: var(--gray);
}

input[type=file]::-webkit-file-upload-button {
  display: none;
}

input[type=file]::file-selector-button {
  display: none;
}

.form-wrap .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
}
.form-wrap .required::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(/images/home/common/icon-required.svg) no-repeat center/contain;
}
.form-wrap .form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.form-wrap .form-tit *.required::after {
  margin-top: 0.2em;
}
.form-wrap .form-tit span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  font-size: 1rem;
  line-height: 1;
}
.form-wrap .form-tit span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(/images/home/common/icon-required.svg) no-repeat center/contain;
}
.form-wrap .form-sect + .form-sect {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .form-wrap .form-sect + .form-sect {
    margin-top: 50px;
  }
}
.form-wrap .form-sect .bt {
  cursor: pointer;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-wrap .form-group .form-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.form-wrap .form-group .form-control {
  padding: 14px 20px;
  width: 100%;
  border-radius: var(--radius);
}
.form-wrap .form-group .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}
.form-wrap .form-group .form-inline span {
  -ms-flex-item-align: center;
      align-self: center;
}
.form-wrap .form-group .form-inline:has(> .form-text) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-wrap .form-group .form-block {
  width: 100%;
}
.form-wrap .form-group .form-block > .form-control {
  display: block;
}
.form-wrap .form-group .form-block > .form-control + .form-control {
  margin-top: 8px;
}
.form-wrap .form-group .form-block > .form-inline + .form-inline {
  margin-top: 25px;
}
.form-wrap .form-group .form-select {
  padding: 14px 20px;
  width: 100%;
  min-width: 120px;
  border-radius: var(--radius);
}
.form-wrap .form-group .left-time {
  position: relative;
  width: 100%;
}
.form-wrap .form-group .left-time .time {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}
.form-wrap .form-group .datepicker {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.form-wrap .form-group .datepicker input[type=date] {
  text-align: left;
  cursor: pointer;
  width: calc(100% + 1rem);
  border: 0;
}
.form-wrap .form-group .datepicker input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.form-wrap .form-group .datepicker input[type=date]::-webkit-inner-spin-button, .form-wrap .form-group .datepicker input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrap .form-group .datepicker input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  padding-left: 10px;
}
.form-wrap .form-group .datepicker::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  background: url(/images/home/common/icon-calendar.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.form-wrap .form-group .timepicker {
  width: 250px;
}
@media (min-width: 768px) {
  .form-wrap .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
  .form-wrap .form-group + .form-group {
    margin-top: 48px;
  }
  .form-wrap .form-group .form-label {
    width: 280px;
    min-width: 280px;
  }
  .form-wrap .form-group .form-control {
    font-size: 15px;
  }
  .form-wrap .form-group .form-control.short {
    max-width: 250px;
  }
  .form-wrap .form-group .form-control.short-num {
    max-width: 100px;
  }
  .form-wrap .form-group .form-control.max {
    max-width: 100%;
  }
  .form-wrap .form-group .email-wrap, .form-wrap .form-group .left-time {
    max-width: 480px;
  }
  .form-wrap .form-group .form-select {
    max-width: 480px;
    min-width: 200px;
  }
  .form-wrap .form-group .datepicker {
    width: 250px;
  }
  .form-wrap .form-group .datepicker input[type=date] {
    max-width: calc(100% + 1rem);
  }
}
@media (max-width: 767.98px) {
  .form-wrap .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
  }
  .form-wrap .form-group + .form-group {
    margin-top: 32px;
  }
  .form-wrap .form-group .form-label {
    width: 100%;
    font-size: 20px;
  }
  .form-wrap .form-group .form-inline .bt-sm {
    margin-left: auto;
  }
  .form-wrap .form-group .form-control {
    font-size: 13px;
  }
  .form-wrap .form-group .form-control.short-num {
    max-width: calc(33.3333333333% - 1.5em);
  }
  .form-wrap .form-group .datepicker {
    width: 100%;
  }
  .form-wrap .form-group .datepicker input[type=date] {
    height: 48px;
    text-align: left;
    line-height: 48px;
  }
}
.form-wrap .familysite-wrap .familysite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.form-wrap .familysite-wrap .familysite li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form-wrap .familysite-wrap .familysite li a i {
  display: block;
}
.form-wrap .familysite-wrap .familysite li a i.cedulearn {
  background: url(/images/home/common/familysite-cedulearn.png) no-repeat center/contain;
}
.form-wrap .familysite-wrap .familysite li a i.cedubook {
  background: url(/images/home/common/familysite-cedubook.png) no-repeat center/contain;
}
@media (max-width: 767.98px) {
  .form-wrap .familysite-wrap .familysite {
    padding-bottom: 20px;
  }
  .form-wrap .familysite-wrap .familysite li a i {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 768px) {
  .form-wrap .familysite-wrap .familysite {
    padding-bottom: 30px;
  }
  .form-wrap .familysite-wrap .familysite li a i {
    width: 80px;
    height: 80px;
  }
}
.form-wrap .form-text {
  width: 100%;
  line-height: 1.6;
  letter-spacing: -0.45px;
  color: var(--gray);
}
.form-wrap .form-text.mt-gap {
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .form-wrap .form-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form-wrap .form-text {
    font-size: 14px;
  }
}
.form-wrap .form-textarea {
  padding: 1.3333333333rem;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  line-height: 1.6;
}
.form-wrap .btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.form-wrap .btn-wrap .bt-lg {
  width: 160px;
}

.form-agency-regist label.sub-label {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 20px;
  font-weight: 600;
  color: #59626E;
}
@media (max-width: 1239.98px) {
  .form-agency-regist .form-inline:has(.sub-label) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-agency-regist .form-inline:has(.sub-label) label.sub-label {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-agency-regist label.sub-label {
    font-size: 18px;
  }
}

.login {
  text-align: center;
}
.login .contain {
  max-width: 360px;
}
.login .form-group {
  margin-top: 30px;
}
.login .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-left: auto;
  font-size: 15px;
}
.login .link-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.login .link-wrap li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.login div:has(.link-wrap) {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}
.login div:has(.link-wrap) .check-st {
  min-height: 0;
}
.login .btn-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: 8px;
}
.login .btn-wrap .bt {
  display: block;
  width: 100%;
}

main.index {
  word-break: keep-all;
}
main.index .index-top {
  height: 350px;
}
main.index .index-top .contain {
  height: 100%;
}
main.index .index-top .txt > span {
  display: block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.index .index-top .txt h2 {
  margin-top: 16px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
main.index .index-top.active .txt > span, main.index .index-top.active .txt h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 767.98px) {
  main.index .index-top {
    background: url(/images/home/main/main-banner-mo.jpg) no-repeat bottom right/cover;
  }
  main.index .index-top .contain {
    padding-top: 130px;
  }
  main.index .index-top .txt > span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  main.index .index-top {
    background: url(/images/home/main/main-banner.jpg) no-repeat top right 20%/cover;
  }
  main.index .index-top .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 40px;
  }
  main.index .index-top .txt > span {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  main.index .index-top {
    background: url(/images/home/main/main-banner.jpg) no-repeat top right/cover;
  }
}
main.index .main-sect {
  margin-top: 40px;
}
main.index .main-sect + .main-sect {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  main.index .main-sect {
    margin-top: 48px;
  }
  main.index .main-sect + .main-sect {
    margin-top: 56px;
  }
}
main.index .main-sect .srch-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
main.index .main-sect .srch-tit p {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  main.index .main-sect .srch-tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.index .main-sect .srch-tit p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  main.index .main-sect .srch-tit p {
    font-size: 30px;
  }
}
main.index .main-sect .summary-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 24px;
  border-radius: 20px;
  background: #F1F3F4;
  height: 100%;
}
main.index .main-sect .summary-layout .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px 8px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(94, 43, 234, 0.17);
}
main.index .main-sect .summary-layout .badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  
  display: flex;             /* 배지들을 가로로 정렬 */
  flex-wrap: nowrap;         /* 줄바꿈 금지 */
  overflow: hidden;          /* 넘치는 부분 숨김 */
  text-overflow: ellipsis;   /* 넘칠 때 ... 표시 (단, 자식 요소가 inline-block일 때 효과적) */
  white-space: nowrap;       /* 텍스트 줄바꿈 방지 */
}
main.index .main-sect .summary-layout .tit {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  font-weight: 700;
}
main.index .main-sect .summary-layout .deadline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-top: 8px;
}
main.index .main-sect .summary-layout .deadline-wrap .dday {
  display: inline-block;
  padding: 0 4px;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #8C9BAB;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}
main.index .main-sect .summary-layout .deadline-wrap .dday.bg-red {
  color: #FF5353;
  background: rgba(255, 83, 83, 0.1);
}
main.index .main-sect .summary-layout .deadline-wrap .dday.bg-grn {
  color: #2EDA8C;
  background: rgba(46, 218, 140, 0.06);
}
main.index .main-sect .summary-layout .deadline-wrap .deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  font-size: 13px;
  color: #8C9BAB;
}
main.index .main-sect .summary-layout .deadline-wrap .deadline::before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background-color: #DADCE0;
}
main.index .main-sect .summary-layout .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: auto;
}
main.index .main-sect .summary-layout .date-wrap .date {
  margin-left: auto;
  text-align: right;
  color: #59626E;
}
main.index .main-sect .summary-layout .date-wrap .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.index .main-sect .summary-layout .date-wrap .state > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  border-radius: 6.4px;
  font-size: 14px;
  font-weight: 500;
}
main.index .main-sect .summary-layout .date-wrap .state > div.offline, main.index .main-sect .summary-layout .date-wrap .state > div.online {
  color: #8C9BAB;
  background-color: #fff;
}
main.index .main-sect .summary-layout .date-wrap .state > div.receiving {
  color: #FF8C28;
  background: rgba(254, 197, 48, 0.16);
}
main.index .main-sect .summary-layout .date-wrap .state > div.applying {
  color: #04CA95;
  background: rgba(4, 202, 149, 0.1);
}
main.index .main-sect .summary-layout:has(.state) .tit {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
@media (max-width: 991.98px) {
  main.index .main-sect .summary-layout .badge-wrap {
    height: 60px;
  }
  main.index .main-sect .summary-layout .tit {
    margin-top: 12px;
    font-size: 18px;
  }
  main.index .main-sect .summary-layout .date-wrap .state {
    gap: 8px;
    font-size: 12px;
  }
  main.index .main-sect .summary-layout .date-wrap .state > div {
    padding: 8px;
    width: 56px;
  }
}
@media (max-width: 1239.98px) {
  main.index .main-sect .summary-layout .date-wrap {
    -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: start;
  }
}
@media (min-width: 992px) {
  main.index .main-sect .summary-layout .tit {
    margin-top: 24px;
    font-size: 20px;
  }
  main.index .main-sect .summary-layout .date-wrap .state {
    gap: 10px;
  }
  main.index .main-sect .summary-layout .date-wrap .state > div {
    padding: 9px;
    width: 86px;
  }
}
main.index .main-support > .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
main.index .main-support > .contain > div:nth-of-type(1) {
  -webkit-box-flex: 500;
      -ms-flex: 500;
          flex: 500;
}
main.index .main-support > .contain > div:nth-of-type(2) {
  -webkit-box-flex: 1080;
      -ms-flex: 1080;
          flex: 1080;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  main.index .main-support > .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  main.index .main-support > .contain > div:nth-of-type(1) {
    max-width: 500px;
  }
  main.index .main-support > .contain > div:nth-of-type(2) {
    padding-top: 16px;
    overflow-x: hidden;
  }
}
main.index .main-support .support-srch {
  border-radius: 20px;
  background: #F8F9FA;
}
main.index .main-support .support-srch .srch-tit {
  margin-bottom: 40px;
}
main.index .main-support .support-srch .srch-wrap button {
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  main.index .main-support .support-srch {
    padding: 30px;
  }
  main.index .main-support .support-srch .srch-wrap button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    font-size: 16px;
  }
  main.index .main-support .support-srch .srch-wrap button i {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-filter: invert(37%) sepia(6%) saturate(1096%) hue-rotate(175deg) brightness(98%) contrast(87%);
            filter: invert(37%) sepia(6%) saturate(1096%) hue-rotate(175deg) brightness(98%) contrast(87%);
  }
  main.index .main-support .support-srch .srch-wrap ul {
    display: none;
    margin-top: 16px;
  }
  main.index .main-support .support-srch .srch-wrap.active button i {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  main.index .main-support .support-srch .srch-wrap.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.index .main-support .support-srch .srch-wrap + .srch-wrap {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }
  main.index .main-support .support-srch .bt-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  main.index .main-support .support-srch {
    padding: 40px;
  }
  main.index .main-support .support-srch .srch-wrap button {
    margin-bottom: 16px;
    font-size: 20px;
  }
  main.index .main-support .support-srch .srch-wrap button i {
    display: none;
  }
  main.index .main-support .support-srch .srch-wrap + .srch-wrap {
    margin-top: 40px;
  }
  main.index .main-support .support-srch .bt-wrap {
    margin-top: 56px;
  }
}
main.index .main-support .support-swiper > section {
  position: relative;
}
main.index .main-support .support-swiper .swiper {
  margin-top: 24px;
}
main.index .main-support .support-swiper .swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
main.index .main-support .support-swiper .swiper-control > * {
  position: static;
}
main.index .main-support .support-swiper .swiper-control .swiper-prev {
  min-width: 24px;
  height: 24px;
  background: url(/images/home/board/icon-board-prevArr.svg) no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: invert(19%) sepia(73%) saturate(2641%) hue-rotate(226deg) brightness(110%) contrast(81%);
          filter: invert(19%) sepia(73%) saturate(2641%) hue-rotate(226deg) brightness(110%) contrast(81%);
  cursor: pointer;
}
main.index .main-support .support-swiper .swiper-control .swiper-next {
  min-width: 24px;
  height: 24px;
  background: url(/images/home/board/icon-board-prevArr.svg) no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(19%) sepia(73%) saturate(2641%) hue-rotate(226deg) brightness(110%) contrast(81%);
          filter: invert(19%) sepia(73%) saturate(2641%) hue-rotate(226deg) brightness(110%) contrast(81%);
  cursor: pointer;
}
main.index .main-support .support-swiper .swiper-control .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
main.index .main-support .support-swiper .swiper-control .swiper-pagination span {
  display: block;
  font-weight: 700;
}
main.index .main-support .support-swiper .swiper-control .swiper-pagination span:nth-of-type(1) {
  color: var(--primary);
}
main.index .main-support .support-swiper .swiper-control .swiper-pagination span:nth-of-type(2) {
  opacity: 0.6;
}
main.index .main-support .support-swiper .supportSwiper1 {
  margin-top: 24px;
}
main.index .main-support .support-swiper .supportSwiper1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.index .main-support .support-swiper .supportSwiper1 ul li {
  width: 100%;
  background-color: #F1F3F4;
}
main.index .main-support .support-swiper .supportSwiper1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
main.index .main-support .support-swiper .supportSwiper1 ul li a span {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  font-weight: 700;
}
main.index .main-support .support-swiper .supportSwiper1 ul li a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(65%) sepia(1%) saturate(1292%) hue-rotate(153deg) brightness(119%) contrast(91%);
          filter: invert(65%) sepia(1%) saturate(1292%) hue-rotate(153deg) brightness(119%) contrast(91%);
}
@media (max-width: 991.98px) {
  main.index .main-support .support-swiper section + section {
    margin-top: 68px;
  }
  main.index .main-support .support-swiper .swiper-control .swiper-prev, main.index .main-support .support-swiper .swiper-control .swiper-next {
    display: none;
  }
  main.index .main-support .support-swiper .swiper-control .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: -24px;
    background: #DDD;
  }
  main.index .main-support .support-swiper .swiper-control .swiper-pagination span {
    background-color: var(--primary);
  }
  main.index .main-support .support-swiper .supportSwiper1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  main.index .main-support .support-swiper .supportSwiper1 ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 10px;
  }
  main.index .main-support .support-swiper .supportSwiper1 ul li a {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  main.index .main-support .support-swiper section + section {
    margin-top: 87px;
  }
  main.index .main-support .support-swiper .swiper-control .swiper-pagination span {
    width: 20px;
  }
  main.index .main-support .support-swiper .supportSwiper1 ul {
    gap: 12px;
  }
  main.index .main-support .support-swiper .supportSwiper1 ul li {
    border-radius: 12px;
  }
  main.index .main-support .support-swiper .supportSwiper1 ul li a {
    padding: 24px;
  }
  main.index .main-support .support-swiper .supportSwiper2 .summary-layout {
    height: 323px;
  }
}
main.index .main-srch-company .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 40px;
  border-radius: 16px;
  background: var(--GrayScale-gray50, #F8F9FA);
}
main.index .main-srch-company .srch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}
main.index .main-srch-company .srch-wrap .form-control {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 8px;
}
main.index .main-srch-company .srch-wrap .select-bx .form-control {
  width: 205px;
  background-color: #fff;
}
main.index .main-srch-company .srch-wrap .select-bx .selected {
  color: #8C9BAB;
}
main.index .main-srch-company .srch-wrap .select-bx:nth-of-type(1) {
  z-index: 10;
}
main.index .main-srch-company .srch-wrap .select-bx:nth-of-type(2) {
  z-index: 9;
}
main.index .main-srch-company .srch-wrap .bt-wrap {
  gap: 8px !important;
}
@media (max-width: 767.98px) {
  main.index .main-srch-company .inner {
    -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: start;
  }
  main.index .main-srch-company .srch-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.index .main-srch-company .srch-wrap .form-control, main.index .main-srch-company .srch-wrap .select-bx {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  main.index .main-srch-company .inner {
    -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: start;
    padding: 30px;
  }
  main.index .main-srch-company .srch-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.index .main-srch-company .srch-wrap .form-control, main.index .main-srch-company .srch-wrap .select-bx {
    width: calc((100% - 8px) / 2);
  }
  main.index .main-srch-company .srch-wrap .select-bx .form-control {
    width: 100%;
  }
  main.index .main-srch-company .srch-wrap .bt-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1240px) {
  main.index .main-srch-company .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
main.index .main-summary .summary-hd {
  position: relative;
  border-radius: 20px;
}
main.index .main-summary .summary-hd a {
  display: block;
  height: 100%;
}
main.index .main-summary .summary-hd::after {
  pointer-events: none;
}
main.index .main-summary .summary-hd.blue {
  background: linear-gradient(115deg, #3668FC 5.95%, #1A51F4 45.4%), linear-gradient(180deg, #04CA95 0%, #24B9A8 100%), linear-gradient(111deg, #6E3DF5 3.98%, #5E2BEA 42.98%);
}
main.index .main-summary .summary-hd.blue::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: url(/images/home/main/summary-bt-blue.jpg) no-repeat center/contain;
}
main.index .main-summary .summary-hd.grn {
  background: linear-gradient(180deg, #04CA95 0%, #24B9A8 100%), linear-gradient(115deg, #3668FC 5.95%, #1A51F4 45.4%);
}
main.index .main-summary .summary-hd.grn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: url(/images/home/main/summary-bt-grn.jpg) no-repeat center/contain;
}
main.index .main-summary .summary-hd.red {
  background: linear-gradient(119deg, #FE6274 6.36%, #F84B5F 68.33%);
}
main.index .main-summary .summary-hd.red::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: url(/images/home/main/summary-bt-red.jpg) no-repeat center/contain;
}
main.index .main-summary .summary-hd b {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}
main.index .main-summary .summary-hd span {
  color: #EAEAEC;
}
main.index .main-summary .summary-hd .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
main.index .main-summary .summary-hd .count dl {
  position: relative;
}
main.index .main-summary .summary-hd .count dl dt {
  margin-bottom: 2px;
}
main.index .main-summary .summary-hd .count dl:not(:first-of-type) {
  padding-left: 20px;
}
main.index .main-summary .summary-hd .count dl:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 75px;
  background: rgba(255, 255, 255, 0.12);
}
main.index .main-summary .summary-cont .swiper-slide {
  height: auto;
}
@media (max-width: 991.98px) {
  main.index .main-summary .summary-hd a {
    padding: 24px;
  }
  main.index .main-summary .summary-hd .count dl {
    text-wrap: nowrap;
    padding-right: 20px;
  }
}
@media (max-width: 1239.98px) {
  main.index .main-summary .summary-hd a {
    padding: 24px;
  }
  main.index .main-summary .summary-cont {
    margin-top: 12px;
  }
  main.index .main-summary .summary-cont ul li {
    min-width: 280px;
  }
  main.index .main-summary .summary-cont .swiper {
    padding-bottom: 24px;
  }
  main.index .main-summary .summary-cont .swiper-pagination {
    top: auto;
    bottom: 0px;
    background: #DDD;
  }
  main.index .main-summary .summary-cont .swiper-pagination span {
    background-color: var(--primary);
  }
}
@media (min-width: 992px) {
  main.index .main-summary .summary-hd a {
    padding: 40px 35px 25px 40px;
  }
  main.index .main-summary .summary-hd .count dl {
    width: 110px;
  }
  main.index .main-summary .summary-cont .summary-layout {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1240px) {
  main.index .main-summary .summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    max-height: 275px;
  }
  main.index .main-summary .summary-hd {
    min-width: 438px;
    width: 438px;
    height: 275px;
  }
  main.index .main-summary .summary-cont {
    max-width: calc(100% - 438px - 24px);
  }
  main.index .main-summary .summary-cont .swiper {
    height: 100%;
  }
  main.index .main-summary .summary-cont .swiper-pagination {
    display: none;
  }
}
main.index .main-posts {
  background: url(/images/home/main/main-posts-bg.jpg) no-repeat bottom center/cover;
}
main.index .main-posts .post-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main.index .main-posts .post-hd .post-tit, main.index .main-posts .post-hd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  line-height: 1;
}
main.index .main-posts .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
main.index .main-posts .post-list a {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
main.index .main-posts .post-list:has(.thumb) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main.index .main-posts .post-list:has(.thumb) a {
  padding: 0;
}
main.index .main-posts .post-list:has(.thumb) .thumb {
  border-radius: 12px;
  overflow: hidden;
}
main.index .main-posts .post-list:has(.thumb) .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.index .main-posts .post-list:has(.thumb) .cont {
  padding: 12px 20px 24px;
}
main.index .main-posts .post-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 12px;
}
main.index .main-posts .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin: 0;
}
main.index .main-posts .tab-menu > li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
main.index .main-posts .tab-menu > li:not(.active) {
  color: #8E8F91;
}
main.index .main-posts .tab-menu > li:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #8E8F91;
  border-radius: 100px;
}
main.index .main-posts .tab-content {
  display: none;
}
main.index .main-posts .tab-content.active {
  display: block;
}
@media (max-width: 767.98px) {
  main.index .main-posts .post-list:has(.thumb) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  main.index .main-posts {
    margin-top: 56px;
    padding: 56px 0;
  }
  main.index .main-posts .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
  main.index .main-posts .contain section:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main.index .main-posts .contain section:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main.index .main-posts .contain section:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main.index .main-posts .contain section:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main.index .main-posts .post-hd {
    margin-bottom: 24px;
  }
  main.index .main-posts .post-hd .post-tit {
    font-size: 24px;
  }
  main.index .main-posts .post-list a {
    padding: 20px;
  }
  main.index .main-posts .post-list p {
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
  main.index .main-posts .post-list:has(.thumb) {
    gap: 16px;
  }
  main.index .main-posts .post-list:has(.thumb) .thumb {
    /* height: 188px; */
    height: 388px;
  }
}
@media (min-width: 992px) {
  main.index .main-posts {
    margin-top: 60px !important;
    padding: 60px 0 !important;
  }
  main.index .main-posts .contain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  main.index .main-posts .post-hd {
    margin-bottom: 16px;
  }
  main.index .main-posts .post-hd .post-tit {
    font-size: 30px;
  }
  main.index .main-posts .post-list a {
    padding: 24px 32px;
  }
  main.index .main-posts .post-list p {
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 1.4em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
  main.index .main-posts .post-list:has(.thumb) {
    gap: 20px;
  }
  main.index .main-posts .post-list:has(.thumb) .thumb {
    height: 215px;
  }
  main.index .main-posts .post-list:has(.thumb) .cont p {
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
}
@media (min-width: 1440px) {
  main.index .main-posts .contain {
    gap: 80px;
  }
}
main.index .main-logoSwiper {
  margin-bottom: 80px;
}
main.index .main-logoSwiper .contain {
  overflow: hidden;
}
main.index .main-logoSwiper .logoSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main.index .main-logoSwiper .logoSwiper .swiper-slide {
  width: auto;
}
@media (max-width: 767.98px) {
  main.index .main-logoSwiper {
    margin-bottom: 48px;
  }
}


#추가
.contents > .form-sect > .form-wrap{
 	width:100%;
 }
 .form-group > .note-editor{
 	width:100%;
 }
 
@media (min-width: 1024px) {
	.form-group > .note-editor{
		width:78%;
	}
	
	.divDivision{
		width:45%;
		float:left;
		margin-right:5%;
	}
}
.note-editor > .note-modal > .note-modal-content > .note-modal-body > .form-group{
	margin-top : 0%;	
}
.note-editor > .note-modal > .note-modal-content > .note-modal-footer{
	margin-bottom : 7%;	
}


@media (max-width: 768px) {
	.divDivision{
		width:100%;
	}
}
 .bt-pink {
    background: var(--pink);
    color: #fff !important;
}
.bt-green {
    background: var(--green);
    color: #fff !important;
}
.selectBoxDiv.active > .select-list{
  display:flow !important;
  max-height: 200px; /* 드롭다운의 최대 높이를 고정합니다. (원하는 값으로 변경 가능) */
  overflow-y: auto;  /* 내용이 'max-height'를 넘치면 수직 스크롤바를 자동으로 생성합니다. */
  z-index: 1000;
}

.form-group > .board-view-contents{
	width:100% !important;
}
.contents > .form-wrap{
	width:100% !important;
}

.sticky-top-menu {
	position: sticky;top: 100px;z-index:10;background-color: white;
}
@media (max-width: 992px) {
	.sticky-top-menu {
		top: 62px;
	}
}
@media (max-width: 768px) {
	.sticky-top-menu {
		position: static;
	}
}