.sub-page {
  padding-top: 80px;
}
.sub-page .content {
  padding-bottom: 100px;
}
.sub-page.member .content {
  padding-top: 90px;
  width: 440px;
  margin-inline: auto;
}

.sub-top {
  height: 451px;
  background-image: url("/assets/images/sub/sv_bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  position: relative;
}
.sub-top hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  color: #fff;
  margin-top: 86px;
  z-index: 2;
  position: relative;
}
.sub-top hgroup h2 {
  font-size: 64px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}
.sub-top hgroup p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.sub-top hgroup p span {
  font-size: 18px;
}
.sub-top .inner::after {
  content: "";
  width: 646px;
  height: 370px;
  position: absolute;
  top: 0;
  right: -200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  width: 646px;
  height: 370px;
}
.sub-top.K01 .inner::after {
  background-image: url("/assets/images/sub/sv_01.png");
}
.sub-top.K05 {
  background-image: none;
  height: auto;
  margin-bottom: 80px;
}
.sub-top.K05 .inner::after {
  display: none;
}
.sub-top.K05 .sub-top__nav img,
.sub-top.K05 .sub-top__nav svg {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(2101%) hue-rotate(185deg) brightness(94%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(2101%) hue-rotate(185deg) brightness(94%) contrast(92%);
}
.sub-top.K05 .sub-top__nav p {
  color: #757575;
}
.sub-top.K05 .sub-top__nav p:last-of-type {
  color: #383F4E;
}
.sub-top.K05 hgroup p {
  display: none;
}
.sub-top.K05 hgroup h2 {
  color: #222;
  margin-inline: auto;
  text-align: center;
}
.sub-top.K02 .inner::after {
  background-image: url("/assets/images/sub/sv_02.png");
}
.sub-top.K03 .inner::after {
  background-image: url("/assets/images/sub/sv_03.png");
}
.sub-top.K04 .inner::after {
  background-image: url("/assets/images/sub/sv_04.png");
}
.sub-top.K06 .inner::after {
  background-image: url("/assets/images/sub/sv_06.png");
  right: -100px;
}

.sub-top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sub-top__nav p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.sub-top__nav p:last-of-type {
  font-weight: 700;
}

.sub-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.sub-stit {
  padding-left: 21px;
  background-image: url("/assets/images/sub/about_bullet.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.sub-desc01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.sub-desc02 {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.category-container {
  padding-bottom: 40px;
  border-bottom: 3px solid #c3cbd5;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-wrap:not(:last-of-type) {
  margin-bottom: 24px;
}
.category-wrap h6 {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  position: relative;
  height: 44px;
  line-height: 1.1;
  padding-right: 25px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-wrap h6::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #e7eaee;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-question {
  width: 115px;
  border-radius: 8px;
  background: #056be5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.category-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.category-btns > a, .category-btns button {
  height: 44px;
  padding: 4px 20px;
  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;
  border-radius: 22px;
  border: 1px solid #e7eaee;
  background: #fafafa;
  color: #495057;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.category-btns > a.active, .category-btns button.active {
  border: 1px solid #a1cafc;
  color: #056be5;
  background: #d0e4fd;
}

.board-top {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board-total-msg {
  font-size: 18px;
}
.board-total-msg strong {
  color: #056be5;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.sort > a {
  position: relative;
  color: #444;
  font-size: 18px;
  font-style: normal;
}
.sort > a.active {
  color: #056be5;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-weight: 600;
}
.sort > a:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 2px;
  background: #444;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #b8c1c8;
  background: #fff;
  color: #383f4e;
  font-size: 18px;
  font-weight: 600;
  width: 185px;
  height: 44px;
}

.btn-write {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 47px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--blue);
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.board-style01 {
  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;
  text-align: center;
}
.board-style01 .board-header,
.board-style01 .board-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}
.board-style01 .board-header > div,
.board-style01 .board-data > div {
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.board-style01 .board-header > div p,
.board-style01 .board-data > div p {
  text-align: center;
  font-size: 16px;
}
.board-style01 .board-data {
  height: 62px;
  border: 1px solid #e9ecef;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.board-style01 .board-data:hover {
  border: 1px solid #056be5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
}
.board-style01 .board-header {
  background: #383f4e;
}
.board-style01 .board-header > div > p {
  color: #fff;
  font-weight: 600;
}
.board-style01 .board-number {
  width: 80px;
  color: #757575;
}
.board-style01 .board-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board-style01 .board-div > p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board-style01 .board-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board-style01 .board-title > p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left !important;
}
.board-style01 .board-date {
  width: 125px;
  color: #757575;
}
.board-style01 .board-down {
  width: 120px;
  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;
  gap: 4px;
  font-weight: 500;
}

.board-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.board-pager a {
  min-width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  color: #444;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid transparent;
}
.board-pager a.active {
  font-weight: 700;
  color: var(--blue);
  border-color: var(--blue);
}
.board-pager .prev {
  margin-right: 20px;
  color: #31415f;
  font-size: 18px;
  font-weight: 600;
}
.board-pager .next {
  margin-left: 20px;
  color: #31415f;
  font-size: 18px;
  font-weight: 600;
}

.board-style02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.board-style02 .item {
  margin-inline: 10px;
}
.board-style02 .item,
.board-style02 > a {
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.board-style02 .item:hover,
.board-style02 > a:hover {
  border: 1px solid #056be5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
}
.board-style02 .item > article,
.board-style02 > a > article {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.board-style02 .board-thumb {
  aspect-ratio: 16/8;
  overflow: hidden;
}
.board-style02 .board-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-style02 .board-title {
  width: 100%;
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
.board-style02 .board-writer {
  border-top: 1px dashed #c9d0d9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: 16px;
  padding-top: 16px;
}

.board-state {
  width: 65px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #444;
  font-weight: 600;
  border-radius: 2000em;
  background: #c9d0d9;
  margin-left: auto;
}
.board-state.isFinished {
  background: #056be5;
  color: #fff;
}

.board-style03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.board-style03 .item {
  margin-inline: 10px;
}
.board-style03 .item,
.board-style03 > a {
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url("/assets/images/sub/fish_bg.png");
  background-repeat: no-repeat;
  background-position: 96% 0;
}
.board-style03 .item:hover,
.board-style03 > a:hover {
  border: 1px solid #056be5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
}
.board-style03 .board-state {
  height: 24px;
  padding-inline: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  border-radius: 2000em;
  background: #00aca8;
  margin-left: auto;
}
.board-style03 .board-state.isApply {
  background: #f566a2;
}
.board-style03 .board-state.isNotApply {
  background: #939598;
}
.board-style03 .board-state.isCompleted {
  background: #056be5;
}
.board-style03 .board-title {
  width: 100%;
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 13px;
  margin-bottom: 20px;
}
.board-style03 .board-date {
  color: #444;
  font-size: 16px;
}
.board-style03 .board-thumb {
  margin-top: 20px;
  aspect-ratio: 10/4.5;
  width: 100%;
  overflow: hidden;
}
.board-style03 .board-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-style03 .board-count {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.board-style03 .board-count > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #444;
  font-size: 16px;
}

.board-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-category p {
  font-size: 16px;
}
.board-category p:first-child {
  color: #056be5;
  font-weight: 700;
}
.board-category p:not(:first-child) {
  margin-left: 8px;
}
.board-category p:not(:first-child)::before {
  margin-right: 8px;
  content: "|";
  color: #c9d0d9;
}

:is(.subject, .completed) .board-style03 a {
  background-image: none;
}

.recommend-container {
  margin-bottom: 40px;
}
.recommend-container hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommend-container hgroup h3 {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.recommend-container hgroup p {
  font-size: 16px;
}
.recommend-container .board-style03 {
  border-radius: 16px;
  border: 2px solid #056be5;
  gap: 0;
  padding-block: 34px;
}
.recommend-container .board-style03 > a:hover,
.recommend-container .board-style03 > a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 34px;
  border-radius: 0;
}
.recommend-container .board-style03 > a:hover:not(:last-child),
.recommend-container .board-style03 > a:not(:last-child) {
  border-right: 1px dashed #c3cbd5;
}
.recommend-container .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
}
.recommend-container .slick-arrow.slick-prev {
  left: -20px;
  background-image: url("/assets/images/main/arrow_prev.svg");
  -webkit-box-shadow: 4px 0px 4px 0px rgba(40, 94, 207, 0.15);
          box-shadow: 4px 0px 4px 0px rgba(40, 94, 207, 0.15);
}
.recommend-container .slick-arrow.slick-next {
  right: -20px;
  background-image: url("/assets/images/main/arrow_next.svg");
  -webkit-box-shadow: -4px 0px 4px 0px rgba(40, 94, 207, 0.15);
          box-shadow: -4px 0px 4px 0px rgba(40, 94, 207, 0.15);
}

.board-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.board-search select {
  background-image: url("/assets/images/sub/faq_arrow.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 10px;
  width: 107px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #c3cbd5;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
}
.board-search select::-ms-expand {
  display: none;
}
.board-search input {
  width: 184px;
  height: 40px;
  padding-left: 12px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #c3cbd5;
  border-radius: 8px;
}
.board-search input::-webkit-input-placeholder {
  font-size: 14px;
}
.board-search input::-moz-placeholder {
  font-size: 14px;
}
.board-search input:-ms-input-placeholder {
  font-size: 14px;
}
.board-search input::-ms-input-placeholder {
  font-size: 14px;
}
.board-search input::placeholder {
  font-size: 14px;
}
.board-search button {
  height: 40px;
  width: 40px;
  background-color: #056be5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 62px;
  gap: 8px;
}
.faq-list > li {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.faq-list > li.active {
  border: 1px solid #056be5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(5, 107, 229, 0.2);
}
.faq-list > li.active .faq-description {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.faq-list > li.active .faq-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-list > li > div {
  gap: 24px;
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-list > li > div:first-child {
  cursor: pointer;
}

.faq-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}

.faq-mark {
  font-size: 18px;
  font-weight: 700;
  width: 48px;
  text-align: center;
}
.faq-mark.q {
  color: #056be5;
}

.faq-description {
  border-top: 1px solid #e9ecef;
  background-color: #fafafa;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  display: none !important;
}

.faq-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
}

.member hgroup {
  text-align: center;
  margin-bottom: 32px;
}
.member hgroup h2 {
  font-size: 32px;
  font-weight: 700;
}
.member hgroup p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}
.member hgroup img {
  margin-inline: auto;
}
.member hgroup .is-gray {
  color: #444;
  font-size: 16px;
}
.member h3 {
  margin-bottom: 20px;
}

.member-form.is-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.member-form.is-login > div {
  border-radius: var(--radius01);
  border: 1px solid #c3cbd5;
  overflow: hidden;
}
.member-form.is-login > div input[type=password] {
  border-top: 1px solid #c3cbd5;
}
.member-form.is-login > div input[type=text],
.member-form.is-login > div input[type=password] {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  padding-inline: 16px;
  width: 100%;
}
.member-form.is-login > div input[type=text]::-webkit-input-placeholder, .member-form.is-login > div input[type=password]::-webkit-input-placeholder {
  color: #757575;
}
.member-form.is-login > div input[type=text]::-moz-placeholder, .member-form.is-login > div input[type=password]::-moz-placeholder {
  color: #757575;
}
.member-form.is-login > div input[type=text]:-ms-input-placeholder, .member-form.is-login > div input[type=password]:-ms-input-placeholder {
  color: #757575;
}
.member-form.is-login > div input[type=text]::-ms-input-placeholder, .member-form.is-login > div input[type=password]::-ms-input-placeholder {
  color: #757575;
}
.member-form.is-login > div input[type=text]::placeholder,
.member-form.is-login > div input[type=password]::placeholder {
  color: #757575;
}
.member-form.is-login p {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.member-form.is-login p::before, .member-form.is-login p::after {
  content: "";
  background-color: #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
}
.member-form .login-btn {
  width: 100%;
  height: 50px;
  border-radius: var(--radius01);
  color: #fff;
  background-color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.member-form .login-btn.kakao {
  background-color: #fedd35;
  color: #4e2828;
}

.member-form__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: 16px;
}
.member-form__list > li > p {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  line-height: 1.1;
  margin-bottom: 10px;
}
.member-form__list > li > p span {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}
.member-form__list > li > span.is-blue {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-top: 8px;
}
.member-form__list > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.member-form__list > li div:has(.is-blue), .member-form__list > li div:has(button) {
  gap: 8px;
}
.member-form__list > li div input[type=text],
.member-form__list > li div input[type=password],
.member-form__list > li div input[type=email],
.member-form__list > li div select {
  min-width: 0;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  padding-inline: 12px;
  border-radius: var(--radius01);
  border: 1px solid #c3cbd5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member-form__list > li div input[type=text]:focus:not(:-moz-read-only), .member-form__list > li div input[type=password]:focus:not(:-moz-read-only), .member-form__list > li div input[type=email]:focus:not(:-moz-read-only), .member-form__list > li div select:focus:not(:-moz-read-only) {
  border-color: #383f4e;
  box-shadow: 0px 0px 4px 0px rgba(65, 81, 112, 0.25);
  background-color: #fff;
}
.member-form__list > li div input[type=text]:focus:not(:read-only),
.member-form__list > li div input[type=password]:focus:not(:read-only),
.member-form__list > li div input[type=email]:focus:not(:read-only),
.member-form__list > li div select:focus:not(:read-only) {
  border-color: #383f4e;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(65, 81, 112, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(65, 81, 112, 0.25);
  background-color: #fff;
}
.member-form__list > li div input[type=text]:-moz-read-only, .member-form__list > li div input[type=password]:-moz-read-only, .member-form__list > li div input[type=email]:-moz-read-only {
  background-color: #fafafa;
  border: 1px solid #c3cbd5;
}
.member-form__list > li div input[type=text]:read-only,
.member-form__list > li div input[type=password]:read-only,
.member-form__list > li div input[type=email]:read-only {
  background-color: #fafafa;
  border: 1px solid #c3cbd5;
}
.member-form__list > li div + div {
  margin-top: 10px;
}
.member-form__list > li div select {
  background-image: url("/assets/images/common/select_arrow.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 24px;
}
.member-form__list > li div p {
  font-size: 18px;
}
.member-form__list > li div p.is-blue {
  font-weight: 600;
}
.member-form__list > li div button {
  height: 40px;
  width: 112px;
  border: 1px solid var(--blue);
  border-radius: var(--radius01);
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}
.member-form__list > li ul {
  border-radius: var(--radius01);
  background-color: #fafafa;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 0;
}
.member-form__list > li ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
.member-form__list > li ul li label span {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/common/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.member-form__list > li ul li input[type=checkbox] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.member-form__list > li ul li input[type=checkbox]:checked + label {
  color: var(--blue);
}
.member-form__list > li ul li input[type=checkbox]:checked + label span {
  background-image: url("/assets/images/common/checked.svg");
}

.login-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-links li:not(:first-child) a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.login-links li a {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
}

.member-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.member-type li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member-type li input[type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.member-type li input[type=radio]:checked + label {
  border-color: transparent;
  color: var(--blue);
}
.member-type li input[type=radio]:checked + label::after {
  opacity: 1;
}
.member-type li label {
  border-radius: var(--radius01);
  border: 1px solid #b8c1c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
  padding: 16px;
  color: #383f4e;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.member-type li label figure {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
.member-type li label::after {
  content: "";
  border-radius: var(--radius01);
  border: 2px solid var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.member-type li:first-child label figure {
  background-image: url("/assets/images/common/fisherman01.svg");
}
.member-type li:first-child input[type=radio]:checked + label figure {
  background-image: url("/assets/images/common/fisherman02.svg");
}
.member-type li:last-child label figure {
  background-image: url("/assets/images/common/expert01.svg");
}
.member-type li:last-child input[type=radio]:checked + label figure {
  background-image: url("/assets/images/common/expert02.svg");
}

.member-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.member-btns a,
.member-btns button {
  height: 47px;
  border-radius: var(--radius01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member-btns a.btn01,
.member-btns button.btn01 {
  border: 1px solid #b8c1c8;
  color: #383f4e;
}
.member-btns a.btn02,
.member-btns button.btn02 {
  background-color: var(--blue);
  color: #fff;
}

.result-box {
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius01);
  border: 1px solid #E7EAEE;
  width: 440px;
}
.result-box svg {
  margin-bottom: 20px;
}
.result-box strong {
  font-size: 26px;
}
.result-box p {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  margin-top: 10px;
}
.result-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.result-modal-content {
  width: 440px;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
}

.result-modal-content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.result-modal-content a,
.result-modal-content button {
  padding: 8px 20px;
  background-color: var(--blue);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

.withdrawal-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.withdrawal-list strong {
  font-size: 22px;
}
.withdrawal-list p {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  margin-top: 12px;
}
.withdrawal-list li:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.withdrawal-list li:has(input[type=checkbox]) label {
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.about .sub-tit {
  margin-bottom: 40px;
}
.about .sub-stit {
  margin-bottom: 24px;
}
.about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.about article:not(:first-of-type) {
  margin-top: 80px;
}
.about article > figure, .about article picture {
  display: block;
  margin-top: 32px;
}
.about article > figure img, .about article picture img {
  margin-inline: auto;
}

.about-info p:not(:first-of-type) {
  margin-top: 30px;
}
.about-info figure, .about-info picture {
  display: block;
  margin-top: 32px;
}
.about-info figure img, .about-info picture img {
  margin-inline: auto;
}

.about-logo {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  border: 1px solid #E7EAEE;
  width: 670px;
  border-radius: var(--radius01);
}

.about-step ol {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 32px;
}
.about-step li {
  border-radius: var(--radius01);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
  background-color: #fff;
  border: 1px solid #E7EAEE;
  padding: 24px;
}
.about-step li div {
  margin-bottom: 24px;
  border-bottom: 1px solid #C3CBD5;
  padding-bottom: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-step li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  border-radius: 2em;
  border: 2px solid var(--blue);
  color: var(--blue);
  padding-inline: 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-step li b {
  font-size: 24px;
  color: #383f4e;
  font-weight: 700;
}
.about-step li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 6px;
  color: #757575;
}

.about-operate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.about-operate__box {
  border-radius: var(--radius02);
  background-color: #f2f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 24px 16px;
  width: 325px;
}
.about-operate__box b {
  display: block;
  text-align: center;
  font-weight: 700;
}
.about-operate__box ul {
  -moz-text-align-last: left;
       text-align-last: left;
}
.about-operate__box li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--blue);
  vertical-align: middle;
  margin-right: 8px;
}

.about-operate__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
}
.about-operate__desc b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 24px;
  color: var(--blue);
  font-weight: 600;
  background-image: url("/assets/images/sub/about_arrow_between.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 86px;
}

.about-role > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.about-role > ul > li:not(:last-child) {
  margin-bottom: 24px;
}

.about-role__box {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border-radius: var(--radius01);
  border: 1px solid #E7EAEE;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
  background-color: #fff;
  width: 920px;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-role__box div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 164px;
  border-right: 1px solid #c3cbd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.about-role__box div b {
  color: #383F4E;
  font-size: 24px;
}
.about-role__box div p {
  color: #757575;
  line-height: 1.6;
  margin-bottom: 6px;
}
.about-role__box ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-role__box ul li {
  padding-left: 12px;
  position: relative;
}
.about-role__box ul li::after {
  content: "";
  background-color: var(--blue);
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-role__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: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.about-role__list p {
  color: #fff;
  background-color: var(--blue);
  border-radius: calc(2em + 8px);
  padding: 16px;
  width: 100%;
  font-weight: 600;
}

.about-tech__strategy > li {
  padding-top: 17px;
  position: relative;
}
.about-tech__strategy > li:not(:first-child) {
  margin-top: 23px;
  text-align: left;
}
.about-tech__strategy > li h6 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-inline: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2em;
}
.about-tech__strategy > li div {
  padding: 24px;
  border-radius: var(--radius02);
  border: 1px solid #E7EAEE;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
}
.about-tech__strategy > li div strong {
  font-size: 24px;
  font-weight: 600;
}
.about-tech__strategy > li div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-tech__strategy > li div li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-tech__strategy > li div li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 33px;
  background-color: rgba(1, 111, 254, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--radius01);
}
.about-tech__strategy > li div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
}

.about-inner {
  padding-inline: 115px;
}

.about-area__location {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-area__location > * {
  width: calc(50% - 20px);
}
.about-area__location figure img + img {
  margin-top: 16px;
}
.about-area__location > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.about-visual {
  margin-bottom: 80px;
  height: 240px;
  background-image: url("/assets/images/sub/about_institution.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-visual p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.about .about-effect figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.about-area__box {
  width: 100%;
  border-radius: var(--radius01);
  border: 1px solid #E7EAEE;
  background-color: #fff;
  padding: 20px 32px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
}
.about-area__box b {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.about-area__box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  text-align: left;
}
.about-area__box ul li {
  padding-left: 12px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #757575;
}
.about-area__box ul li::after {
  content: "";
  background-color: var(--blue);
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-area__box:first-of-type {
  position: relative;
}
.about-area__box:first-of-type svg {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.about-area__box:last-of-type {
  background-color: #EAF3FF;
  border-color: #05BDE5;
  padding: 20px 60px;
}
.about-area__box:last-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}

.about-kspp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  grid-gap: 20px;
}
.about-kspp li {
  background-color: #fff;
  border-radius: var(--radius01);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(65, 81, 112, 0.1);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.about-kspp li b {
  font-size: 24px;
  color: #383F4E;
  font-weight: 700;
}
.about-kspp li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
  margin-top: 10px;
}
.about-kspp li span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #57B2FF;
}

.mypage-tab {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C3CBD5;
}
.mypage-tab button, .mypage-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 4px solid transparent;
  font-size: 20px;
  font-weight: 400;
}
.mypage-tab button.active, .mypage-tab a.active {
  border-color: #222;
  font-weight: 600;
}

.mypage-noti {
  margin-bottom: 20px;
  border-radius: var(--radius01);
  background-color: #fafafa;
  padding: 14px 16px;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

.mypage-qna ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mypage-qna ul a {
  display: block;
  border-radius: var(--radius02);
  border: 1px solid #E7EAEE;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(5, 107, 229, 0.1);
  padding: 20px;
  overflow: hidden;
}

.mypage-qna__top {
  overflow: hidden;
}
.mypage-qna__top b {
  font-size: 20px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mypage-qna__top > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.5;
}

.mypage-qna__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.mypage-qna__cate p:first-child {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}
.mypage-qna__cate .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8px;
  border-radius: 2em;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.mypage-qna__cate .status.status01 {
  height: 26px;
  font-size: 16px;
  color: #444;
  background-color: #C9D0D9;
}
.mypage-qna__cate .status.status02 {
  height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: var(--blue);
}
.mypage-qna__cate .status::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ADB5BD;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mypage-qna__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #C9D0D9;
  padding-top: 16px;
  margin-top: 16px;
}
.mypage-qna__bottom.style01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-qna__bottom.style01 p {
  font-size: 18px;
}
.mypage-qna__bottom.style02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-qna__bottom.style02 p {
  font-size: 14px;
}
.mypage-qna__bottom.style02 p:last-child {
  color: #383F4E;
  font-weight: 600;
}
.mypage-qna__bottom.style03 {
  border-top: none;
  padding-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.mypage-qna__bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 1;
  color: #495057;
  font-weight: 400;
}
.mypage-qna__bottom p span {
  line-height: 1;
  color: #212529;
}

.mypage-list {
  display: none;
}
.mypage-list.active {
  display: block;
}

@media all and (max-width: 1450px) {
  .about-role > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-role__box {
    width: 100%;
  }
  .about-role img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .about-role__list {
    width: 100%;
  }
  .about-inner {
    padding-inline: 0;
  }
  .about-area__location > * {
    width: calc(50% - 10px);
  }
  .category-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}