@charset "UTF-8";

@font-face {
  font-family: 'Pretendard';
  src: url('../../admin_static/font/Pretendard-Regular.woff2') format('woff2'),
      url('../../admin_static/font/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0030-0039; /* 0-9 숫자 */
}

@font-face {
  font-family: 'Pretendard';
  src: url('../../admin_static/font/Pretendard-Bold.woff2') format('woff2'),
      url('../../admin_static/font/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0030-0039; /* 0-9 숫자 */
}

/* reset */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-variant-numeric: tabular-nums;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-top: constant(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);

  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button, summary {
  background: none;
  border: 0;
  cursor: pointer;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button span, a span, li span, li strong {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

input, select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* font */
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 100;
  font-display: swap;
  src: url("../font/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("../font/NanumSquareNeoTTF-aLt.woff") format("woff"), url("../font/NanumSquareNeoTTF-aLt.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-aLt.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 300;
  font-display: swap;
  src: url("../font/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../font/NanumSquareNeoTTF-bRg.woff") format("woff"), url("../font/NanumSquareNeoTTF-bRg.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-bRg.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 500;
  font-display: swap;
  src: url("../font/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../font/NanumSquareNeoTTF-cBd.woff") format("woff"), url("../font/NanumSquareNeoTTF-cBd.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-cBd.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-display: swap;
  src: url("../font/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../font/NanumSquareNeoTTF-dEb.woff") format("woff"), url("../font/NanumSquareNeoTTF-dEb.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-dEb.ttf") format("truetype");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-display: swap;
  src: url("../font/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("../font/NanumSquareNeoTTF-eHv.woff") format("woff"), url("../font/NanumSquareNeoTTF-eHv.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareNeo-eHv.ttf") format("truetype");
}
html, body {
  font-family: "Pretendard", "NanumSquareNeo", "Roboto", Arial, Dotum, serif, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 500;
  font-size: 62.5%;
  word-break: keep-all;
  word-wrap: break-word;
}

/* keyframes */
@-webkit-keyframes headerMenuBounce {
  50% {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: translate3d(-50%, -300%, 0);
            transform: translate3d(-50%, -300%, 0);
  }
}
@keyframes headerMenuBounce {
  50% {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: translate3d(-50%, -300%, 0);
            transform: translate3d(-50%, -300%, 0);
  }
}
@-webkit-keyframes headerMenuBounceM {
  50% {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translate3d(300%, -50%, 0);
            transform: translate3d(300%, -50%, 0);
  }
}
@keyframes headerMenuBounceM {
  50% {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translate3d(300%, -50%, 0);
            transform: translate3d(300%, -50%, 0);
  }
}
@-webkit-keyframes mainVisualPrev {
  50% {
    -webkit-transform: translate3d(-90%, -50%, 0);
            transform: translate3d(-90%, -50%, 0);
  }
}
@keyframes mainVisualPrev {
  50% {
    -webkit-transform: translate3d(-90%, -50%, 0);
            transform: translate3d(-90%, -50%, 0);
  }
}
@-webkit-keyframes mainVisualNext {
  50% {
    -webkit-transform: translate3d(-10%, -50%, 0);
            transform: translate3d(-10%, -50%, 0);
  }
}
@keyframes mainVisualNext {
  50% {
    -webkit-transform: translate3d(-10%, -50%, 0);
            transform: translate3d(-10%, -50%, 0);
  }
}
@-webkit-keyframes footerArrBounceDown {
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
}
@keyframes footerArrBounceDown {
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
}
@-webkit-keyframes footerArrBounceUp {
  50% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@keyframes footerArrBounceUp {
  50% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@-webkit-keyframes floatingArr {
  50% {
    -webkit-transform: translate3d(250%, -50%, 0);
            transform: translate3d(250%, -50%, 0);
  }
}
@keyframes floatingArr {
  50% {
    -webkit-transform: translate3d(250%, -50%, 0);
            transform: translate3d(250%, -50%, 0);
  }
}
@-webkit-keyframes floatingArr02 {
  50% {
    -webkit-transform: translate3d(-150%, -50%, 0);
            transform: translate3d(-150%, -50%, 0);
  }
}
@keyframes floatingArr02 {
  50% {
    -webkit-transform: translate3d(-150%, -50%, 0);
            transform: translate3d(-150%, -50%, 0);
  }
}
@-webkit-keyframes scrollTop {
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
}
@keyframes scrollTop {
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
}
@-webkit-keyframes loding {
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loding {
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
/* responsive */
@media (max-width: 1919px) {
  html, body {
    font-size: 0.5211047421vw;
  }
}
@media (max-width: 720px) {
  html, body {
    font-size: 1.3888888889vw;
  }
}

html {
  scroll-behavior: smooth;
}

/* layout */
.main {
  min-height: calc(100vh - 11.5rem - 26.4rem);
  background-color: #fff;
}

.layout {
  position: relative;
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.layout.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 720px) {
  .main {
    min-height: calc(100vh - 11.5rem - 46rem);
  }
  .layout {
    width: 64.5rem;
    padding: 0;
  }
}
/* header */
.header-wrap {
  position: sticky;
  top: 0;
  z-index: var(--zindex, 100);
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.2s ease, -webkit-transform 0.25s ease-in;
  transition: border-bottom-color 0.2s ease, -webkit-transform 0.25s ease-in;
  transition: border-bottom-color 0.2s ease, transform 0.25s ease-in;
  transition: border-bottom-color 0.2s ease, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.header-wrap.-non-sticky {
  -webkit-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
}
.header-wrap.-non-sticky .gnb__group {
  display: none;
}
.header-wrap.-scroll {
  border-bottom: 1px solid #a8a8a8;
}
.header-wrap.-floating-menu-meet {
  -webkit-animation: headerBounce 0.2s ease-in;
          animation: headerBounce 0.2s ease-in;
}

.header {
  position: relative;
  height: 11.5rem;
  background-color: #fff;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 10);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(calc(50% - 76.8rem), -50%);
      -ms-transform: translate(calc(50% - 76.8rem), -50%);
          transform: translate(calc(50% - 76.8rem), -50%);
  width: 13.5rem;
  height: 8.2rem;
}
.header__utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 50%;
  top: 5rem;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform: translateX(calc(50% + 57.5rem));
      -ms-transform: translateX(calc(50% + 57.5rem));
          transform: translateX(calc(50% + 57.5rem));
}
.header__utils__link {
  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: 9rem;
  height: 3rem;
  color: #5c5c5c;
  font-size: 1.4rem;
  border: 1px solid #5c5c5c;
  border-radius: 1.5rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header__utils__link:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.header__utils__sitemap {
  overflow: hidden;
  display: block;
  position: relative;
  width: 3rem;
  height: 2.3rem;
  margin-left: 2.9rem;
}
.header__utils__sitemap-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b5b5b5;
  border-radius: 0.164rem;
}
.header__utils__sitemap-bar:nth-child(1) {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header__utils__sitemap-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.header__utils__sitemap-bar:nth-child(3) {
  top: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.gnb-wrap-inner {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 4.5rem;
}

.gnb {
  height: 100%;
}
.gnb__open {
  display: none;
}
.gnb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-left: -28rem;
}
.gnb__item {
  height: 100%;
}
.gnb__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1rem 3rem 0;
  color: #44403f;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: font-weight 0.2s 0.1s ease-in-out;
  transition: font-weight 0.2s 0.1s ease-in-out;
}
.gnb__button strong {
  display: inline-block;
  position: relative;
}
.gnb__button strong::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.2rem;
  z-index: var(--zindex, 50);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, -180%, 0);
          transform: translate3d(-50%, -180%, 0);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  opacity: 0;
  background-color: #36a0e0;
}
.gnb__button.-on {
  font-weight: 700;
}
.gnb__button.-on strong::before {
  -webkit-animation: headerMenuBounce 0.3s ease-in-out;
          animation: headerMenuBounce 0.3s ease-in-out;
  opacity: 1;
}
.gnb__group {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.3);
}
.gnb__group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  row-gap: 5rem;
  width: 154.8rem;
  margin: 0 auto;
  padding: 4rem 2rem 4rem 25rem;
}
.gnb__sub__button {
  margin-left: 1rem;
  color: #44403f;
  font-weight: 700;
  font-size: 1.8rem;
  opacity: 0.7;
}
.gnb__sub__button:hover {
  opacity: 1;
}
.gnb__sub__list {
  margin-top: 1rem;
}
.gnb__sub__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #44403f;
  font-size: 1.6rem;
  opacity: 0.7;
}
.gnb__sub__link:hover {
  opacity: 1;
}
.gnb__footer {
  display: none;
}

@media (max-width: 720px) {
  .header-wrap {
    overflow: hidden;
  }
  .header-wrap.-non-sticky {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
  }
  .header-wrap.-non-sticky .gnb__group {
    display: none;
  }
  .header-wrap.-scroll {
    border-bottom: 1px solid #a8a8a8;
  }
  .header-wrap.-floating-menu-meet {
    -webkit-animation: headerBounce 0.2s ease-in;
            animation: headerBounce 0.2s ease-in;
  }
  .header {
    height: 11.5rem;
  }
  .header__logo {
    left: 4.1rem;
    top: 1.4rem;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 11.4rem;
    height: 9.6rem;
  }
  .header__utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    height: 12rem;
    padding-left: 4.6rem;
  }
  .header__utils__link {
    font-size: 2rem;
    width: 12.2rem;
    height: 4rem;
    border-radius: 1.8rem;
  }
  .header__utils__sitemap {
    display: none;
  }
  .gnb-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: var(--zindex, 100);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  .gnb-wrap-inner {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    width: 50.8rem;
    height: 100%;
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in-out, -webkit-box-shadow 0.8s 0.3s ease-in-out;
    transition: -webkit-transform 0.2s 0.1s ease-in-out, -webkit-box-shadow 0.8s 0.3s ease-in-out;
    transition: transform 0.2s 0.1s ease-in-out, box-shadow 0.8s 0.3s ease-in-out;
    transition: transform 0.2s 0.1s ease-in-out, box-shadow 0.8s 0.3s ease-in-out, -webkit-transform 0.2s 0.1s ease-in-out, -webkit-box-shadow 0.8s 0.3s ease-in-out;
  }
  .gnb-wrap-inner.-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: -2rem 0 2rem 1rem rgba(0, 0, 0, 0.4);
            box-shadow: -2rem 0 2rem 1rem rgba(0, 0, 0, 0.4);
  }
  .gnb-wrap.-active {
    opacity: 1;
    visibility: visible;
  }
  .gnb {
    overflow-y: auto;
    height: calc(100% - 12rem - 20rem);
    border-top: 2px solid #dedede;
  }
  .gnb__open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--zindex, 1);
    width: 14rem;
    height: 100%;
  }
  .gnb__open-inner {
    position: absolute;
    left: 50%;
    top: 4rem;
    z-index: var(--zindex, 1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5rem;
    height: 4rem;
  }
  .gnb__open-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #b5b5b5;
    border-radius: 0.164rem;
  }
  .gnb__open-bar:nth-child(1) {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .gnb__open-bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  .gnb__open-bar:nth-child(3) {
    top: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .gnb__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    padding: 3rem 0;
  }
  .gnb__item {
    height: unset;
  }
  .gnb__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    width: 100%;
    height: unset;
    padding: 1.5rem 5rem;
    font-size: 3.2rem;
  }
  .gnb__button::before, .gnb__button::after {
    content: "";
    position: absolute;
    right: 5rem;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.3rem;
    height: 2px;
    background-color: #44403f;
    -webkit-transition: height 0.1s 0.2s ease-in;
    transition: height 0.1s 0.2s ease-in;
  }
  .gnb__button::before {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnb__button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  }
  .gnb__button strong::before {
    right: 0;
    left: unset;
    top: 50%;
    -webkit-transform: translate3d(200%, -50%, 0);
            transform: translate3d(200%, -50%, 0);
    width: 1rem;
    height: 1rem;
  }
  .gnb__button.-on {
    color: #36a0e0;
  }
  .gnb__button.-on::before, .gnb__button.-on::after {
    height: 0.4rem;
  }
  .gnb__button.-on::after {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .gnb__button.-on strong::before {
    -webkit-animation-name: headerMenuBounceM;
            animation-name: headerMenuBounceM;
  }
  .gnb__group {
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    padding: 0 5rem 4rem 8.4rem;
    border-top: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .gnb__group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .gnb__sub__button {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 2rem 0;
    font-size: 2.8rem;
    border-bottom: 1px solid #898989;
    text-align: left;
    line-height: 1;
    cursor: pointer;
    pointer-events: visible;
  }
  .gnb__sub__button::after {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    content: ">";
    color: inherit;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  }
  .gnb__sub__button.-on::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  .gnb__sub__list {
    margin: 1.5rem 0 1rem;
  }
  .gnb__sub__link {
    padding: 1rem 0;
    font-weight: 300;
    font-size: 2.8rem;
    opacity: 1;
  }
  .gnb__footer {
    display: block;
    height: 20rem;
    padding: 2.6rem 0 0 4.4rem;
    border-top: 3px solid #000;
  }
  .gnb__footer-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnb__footer__logo {
    width: 12.5rem;
    height: 7.2rem;
  }
  .gnb__footer__title {
    margin-left: 1.7rem;
    padding-top: 2.2rem;
    color: #413d3c;
    font-weight: 700;
    font-size: 2.6rem;
  }
  .gnb__footer__utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    margin-left: -2rem;
  }
  .gnb__footer__utils__item {
    position: relative;
  }
  .gnb__footer__utils__item + .gnb__footer__utils__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background-color: #6f6f6f;
  }
  .gnb__footer__utils__link {
    display: block;
    padding: 1rem 2rem;
    color: #6f6f6f;
    font-weight: 700;
    font-size: 2rem;
  }
  .gnb__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--zindex, 1);
    width: 12rem;
    height: 12rem;
  }
  .gnb__close-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 4.5rem;
    height: 4.5rem;
  }
  .gnb__close-inner::before, .gnb__close-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 0.5rem;
    background-color: #b5b5b5;
    border-radius: 0.164rem;
  }
  .gnb__close-inner::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media (max-width: 400px) {
	.header__utils {padding-left:2.4rem;}
	.gnb__close {width:10rem;}
}
/* footer */
.footer {
  background-color: #f4f4f4;
}
.footer-inner {
  position: relative;
  padding: 6.4rem 0;
}
.footer__logo {
  position: absolute;
  left: 0;
  top: 4.7rem;
  z-index: var(--zindex, 1);
  width: 11.2rem;
  height: 6.4rem;
  mix-blend-mode: darken;
}
.footer-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 13.3rem;
}
.footer__title {
  color: #413d3c;
  font-weight: 700;
  font-size: 2.2rem;
}
.footer__utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem 0 0 1.7rem;
}
.footer__utils__item {
  position: relative;
  padding: 0 4rem;
}
.footer__utils__item + .footer__utils__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background-color: #686868;
}
.footer__utils__link {
  display: block;
  color: #3f3b3b;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer__site {
  position: relative;
  width: 20.7rem;
  height: 3.5rem;
  margin-left: auto;
  margin-bottom: 1.5rem;
}
.footer__site__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #676767;
  background-color: #f4f4f4;
  position: relative;
  padding: 0 2rem;
  color: #44403f;
  font-size: 1.4rem;
}
.footer__site__button[aria-expanded=true] .ico-arr-up {
  -webkit-animation: footerArrBounceUp 0.3s;
          animation: footerArrBounceUp 0.3s;
  opacity: 0;
}
.footer__site__button[aria-expanded=true] .ico-arr-down {
  opacity: 1;
}
.footer__site__button[aria-expanded=false] .ico-arr-up {
  opacity: 1;
}
.footer__site__button[aria-expanded=false] .ico-arr-down {
  -webkit-animation: footerArrBounceDown 0.3s;
          animation: footerArrBounceDown 0.3s;
  opacity: 0;
}
.footer__site__button .ico-arr {
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity 0.1s 0.35s;
  transition: opacity 0.1s 0.35s;
}
.footer__site__list {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, calc(-100% - 0.8rem));
      -ms-transform: translate(-50%, calc(-100% - 0.8rem));
          transform: translate(-50%, calc(-100% - 0.8rem));
  width: 100%;
  height: 0;
  padding: 1rem 0 1rem 2rem;
  background-color: #fff;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  -webkit-transition-duration: 0.2s, 0s;
          transition-duration: 0.2s, 0s;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 1rem;
  border: 1px solid #dbdbdb;
  opacity: 0;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0);
  pointer-events: none;
}
.footer__site__list::-webkit-scrollbar {
  width: 2rem;
  background-color: transparent;
}
.footer__site__list::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border-radius: 10rem;
  border: 0.7rem solid #fff;
}
.footer__site__list.-visible {
  overflow-y: auto;
  height: 18rem;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 0.2s, 0s;
          transition-duration: 0.2s, 0s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-box-shadow: 1rem 0 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 0 2rem 0 rgba(0, 0, 0, 0.1);
}
.footer__site__link {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #44403f;
}
.footer__site__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 72rem;
  margin-left: 13.3rem;
  padding-top: 0.3rem;
}
.footer__address__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 0.2rem;
  color: #686868;
  font-size: 1.4rem;
}
.footer__address__item:nth-child(2n) {
  position: relative;
  padding-left: 4rem;
}
.footer__address__item:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.3rem;
  background-color: #686868;
}

@media (max-width: 720px) {
  .footer {
  }
  .footer-inner {
    padding: 16rem 0 10rem;
  }
  .footer__logo {
    left: 0.5rem;
    top: 6rem;
    width: 13.6rem;
    height: 7.8rem;
  }
  .footer-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  .footer-pos.-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-pos.-left .footer__site {
    margin: 0;
  }
  .footer__title {
    position: absolute;
    left: 15.5rem;
    top: 9.5rem;
    z-index: var(--zindex, 1);
    padding-top: 0;
    font-size: 2.8rem;
  }
  .footer__utils {
    margin-left: -2rem;
  }
  .footer__utils__item {
    padding: 0 2rem;
  }
  .footer__utils__item + .footer__utils__item::before {
    height: 2rem;
  }
  .footer__utils__link {
    font-size: 2rem;
  }
  .footer__site {
    width: 25.7rem;
    height: 4.3rem;
    margin-bottom: 0;
  }
  .footer__site__button {
    padding: 0 2.4rem;
    font-size: 1.8rem;
  }
  .footer__site__button .ico-arr {
    right: 2.4rem;
  }
  .footer__site__link {
    font-size: 1.8rem;
  }
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: unset;
    margin-left: 0;
    padding-top: 2.5rem;
  }
  .footer__address__item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    font-size: 2rem;
  }
  .footer__address__item:nth-child(2n) {
    position: unset;
    padding-left: 0;
  }
  .footer__address__item:nth-child(2n)::before {
    display: none;
  }
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* utils */
body.-has-popup {
  overflow-y: hidden;
}

main.-has-popup {
  position: relative;
  z-index: -1;
  pointer-events: none;
}

.offscreen {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

[hidden] {
  display: none !important;
}

.pc-blind {
  display: none !important;
}

.-center {
  text-align: center;
}

input[type=text],
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
select {
  width: 100%;
  height: 5.5rem;
  padding: 0 3rem;
  border: 1px solid #a7a7a7;
  border-radius: 1rem;
  color: #5c5c5c;
  font-size: 1.8rem;
  line-height: 1;
}

.mo-br {
  display: none;
}

.ellipsis, .boardView__file > ul > li > span, .boardBody__data .boardBody__grid > div._title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scrollbar, .modal .rental-preview__content, .modal .private-agree__content, .modal__content.agree {
  overflow-y: auto;
  width: auto;
  height: auto;
  /* 스크롤바의 폭 너비 */
  /*스크롤바 뒷 배경 색상*/
}
.scrollbar::-webkit-scrollbar, .modal .rental-preview__content::-webkit-scrollbar, .modal .private-agree__content::-webkit-scrollbar, .modal__content.agree::-webkit-scrollbar, .modal .private-agree__content-inner .list::-webkit-scrollbar {
  width: 0.8rem;
}
.scrollbar::-webkit-scrollbar-thumb, .modal .rental-preview__content::-webkit-scrollbar-thumb, .modal .private-agree__content::-webkit-scrollbar-thumb, .modal__content.agree::-webkit-scrollbar-thumb, .modal .private-agree__content-inner .list::-webkit-scrollbar-thumb {
  /* 스크롤바 색상 */
  background: #c6c6c6;
  /* 스크롤바 둥근 테두리 */
  border-radius: 0.3rem;
}
.scrollbar::-webkit-scrollbar-track, .modal .rental-preview__content::-webkit-scrollbar-track, .modal .private-agree__content::-webkit-scrollbar-track, .modal__content.agree::-webkit-scrollbar-track, .modal .private-agree__content-inner .list::-webkit-scrollbar-track {
  background: #fff;
}

.img-mo {
  display: none;
}

.loding {
  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;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10rem;
  height: 5rem;
}
.loding-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1000);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.loding__bar {
  width: 8%;
  height: 100%;
  border-radius: 1.5rem;
}
.loding__bar.-blue {
  background-color: #0599d9;
  -webkit-animation: loding 1s ease-in-out infinite;
          animation: loding 1s ease-in-out infinite;
}
.loding__bar.-green {
  background-color: #90c31f;
  -webkit-animation: loding 1s 0.2s ease-in-out infinite;
          animation: loding 1s 0.2s ease-in-out infinite;
}
.loding__bar.-red {
  background-color: #ea5405;
  -webkit-animation: loding 1s 0.4s ease-in-out infinite;
          animation: loding 1s 0.4s ease-in-out infinite;
}
.loding__bar.-orange {
  background-color: #f39800;
  -webkit-animation: loding 1s 0.6s ease-in-out infinite;
          animation: loding 1s 0.6s ease-in-out infinite;
}
.loding__bar.-gray {
  background-color: #b6b7b7;
  -webkit-animation: loding 1s 0.8s ease-in-out infinite;
          animation: loding 1s 0.8s ease-in-out infinite;
}

.edit-mo {
  display: none !important;
}

@media (max-width: 720px) {
  .mo-blind {
    display: none !important;
  }
  .pc-blind {
    display: block !important;
  }
  .mo-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .img-pc {
    display: none;
  }
  .img-mo {
    display: block;
  }
  .loding {
    width: 20rem;
    height: 10rem;
  }
  .edit-pc {
    display: none !important;
  }
  .edit-mo {
    display: block !important;
  }
}
/* floating menu */
.floating-menu {
  position: sticky;
  top: 0;
  z-index: var(--zindex, 50);
  height: 7rem;
  background-color: #fff;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.floating-menu__list {
  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;
  position: relative;
  height: 100%;
}
.floating-menu__item {
  position: relative;
  height: 100%;
}
.floating-menu__item.-on .floating-menu__link {
  color: #000;
  font-weight: 700;
}
.floating-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem;
  height: 100%;
  color: #5c5c5c;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}
.floating-menu__bottombar {
  position: absolute;
  bottom: 0;
  z-index: var(--zindex, 1);
  width: 100px;
  height: 3px;
  background-color: #000;
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
}

@media (max-width: 720px) {
  .floating-menu {
    height: 9.5rem;
  }
  .floating-menu__link {
    padding: 0 1.5rem;
    font-size: 2.5rem;
  }
}
/* breadcrumb */
.floating-menu + .breadcrumb {
  padding-top: 2.3rem;
}

.breadcrumb {
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb__item {
  position: relative;
  padding-right: 1.2rem;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
}
.breadcrumb__item::after {
  content: ">";
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb__item + .breadcrumb__item {
  padding-left: 0.7rem;
}
.breadcrumb__item:last-child {
  padding-right: 2.1rem;
}
.breadcrumb__item:last-child::after {
  content: "";
  width: 1.5rem;
  height: 1.6rem;
/*  background: url(../images/ico-breadcrumb-link.png) no-repeat center;
  background-size: contain;*/
}
.breadcrumb__link {
  display: block;
  padding: 0.5rem;
}

@media (max-width: 720px) {
  .breadcrumb {
    display: none;
  }
}
/* 신청서 스탭 */
.welfare__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 21.5rem;
     -moz-column-gap: 21.5rem;
          column-gap: 21.5rem;
  padding-top: 8rem;
}
.welfare__step__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 7.2rem;
}
.welfare__step__item .icon {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #f4f4f4;
  border-radius: 50%;
}
.welfare__step__item .icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: url(../images/) no-repeat center;
  background-size: contain;
  -webkit-filter: contrast(0.25);
          filter: contrast(0.25);
}
.welfare__step__item .icon.-info::before {
  background-image: url(../images/welfare-step-ico1.png);
}
.welfare__step__item .icon.-write::before {
  background-image: url(../images/welfare-step-ico2.png);
}
.welfare__step__item .icon.-add::before {
  background-image: url(../images/welfare-step-ico3.png);
}
.welfare__step__item .icon.-done::before {
  background-image: url(../images/welfare-step-ico4.png);
}
.welfare__step__item + .welfare__step__item {
  position: relative;
}
.welfare__step__item + .welfare__step__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(calc(-100% - 4.15rem), 3.6rem);
      -ms-transform: translate(calc(-100% - 4.15rem), 3.6rem);
          transform: translate(calc(-100% - 4.15rem), 3.6rem);
  width: 13.2rem;
  height: 1px;
  background-color: #c6c6c6;
}
.welfare__step__item .title {
  margin-top: 1rem;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.welfare__step__item .welfare__text {
  font-weight: 700;
  white-space: nowrap;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__step__item .welfare__text b {
  font-weight: 700;
}
.welfare__step__item .welfare__text strong {
  font-weight: 700;
}
.welfare__step__item .welfare__text strong.-blue {
  color: #36a0e0;
}
.welfare__step__item.-on .icon {
  background-color: #a7d0ee;
}
.welfare__step__item.-on .icon::before {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.welfare__step + .wrap {
  padding-top: 13rem !important;
}

@media (max-width: 720px) {
  .welfare__step {
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
    padding-top: 6rem;
  }
  .welfare__step__item {
    width: 9.9rem;
  }
  .welfare__step__item .icon {
    width: 9.9rem;
    height: 9.9rem;
  }
  .welfare__step__item .icon.-info::before {
    width: 5.4rem;
    height: 5.9rem;
    background-image: url(../images/welfare-step-ico1-m.png);
  }
  .welfare__step__item .icon.-write::before {
    width: 5.3rem;
    height: 5.3rem;
    background-image: url(../images/welfare-step-ico2-m.png);
  }
  .welfare__step__item .icon.-add::before {
    width: 4.3rem;
    height: 5.3rem;
    background-image: url(../images/welfare-step-ico3-m.png);
  }
  .welfare__step__item .icon.-done::before {
    width: 5.3rem;
    height: 5.1rem;
    background-image: url(../images/welfare-step-ico4-m.png);
  }
  .welfare__step__item + .welfare__step__item::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: var(--zindex, 1);
    -webkit-transform: translate(calc(-100% - 1.3rem), 4.95rem);
        -ms-transform: translate(calc(-100% - 1.3rem), 4.95rem);
            transform: translate(calc(-100% - 1.3rem), 4.95rem);
    width: 4.9rem;
  }
  .welfare__step__item .title {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .welfare__step__item .welfare__text {
    font-size: 2.4rem;
  }
  .welfare__step + .wrap {
    padding-top: 14rem !important;
  }
}
.main.tgm-intro {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 52.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 94rem, left calc(50% - 30rem) bottom -28rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.tgm-intro .wrap {
  padding: 10rem 0 10rem;
}
.main.manage-info {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 52.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 94rem, left calc(50% - 30rem) bottom -28rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.manage-info .wrap {
  padding: 10rem 0 10rem;
}
.main.intro-board {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 52.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 94rem, left calc(50% - 30rem) bottom -55rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.intro-board .wrap {
  padding: 10rem 0 10rem;
}
.main.login {
  min-height: calc(100vh - 26.4rem);
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png);
  background-position: calc(50% - 118rem) 41.6rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 23.5rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto;
  border-top: 0.7rem solid #399edd;
}
.main.login .wrap {
  padding: 8rem 0 26rem;
}
.main.welfare {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 42.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 84rem, left calc(50% - 30rem) bottom -50rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.welfare .wrap {
  padding: 10rem 0 10rem;
}
.main.welfare .wrap.m-pd-top45 {
  padding-top: 4.5rem;
}
.main.mypage {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 52.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 94rem, left calc(50% - 30rem) bottom -58rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.error {
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 7rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 54rem, left calc(50% - 30rem) bottom -50rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.error .wrap {
  padding: 19rem 0 35rem;
}
.main.clause {
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-left.png), url(../images/obj-top-sub.png), url(../images/obj-right.png), url(../images/obj-bottom.png);
  background-position: calc(50% - 128rem) 42.4rem, calc(50% - 58rem) -25rem, calc(50% + 125rem) 84rem, left calc(50% - 30rem) bottom -50rem;
  background-size: 103.6rem auto, 62.1rem auto, 96rem auto, 174.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.clause .wrap {
  padding: 10rem 0 10rem;
}
.main.sitemap {
  padding-bottom: 17rem;
  background-repeat: no-repeat;
  background-image: url(../images/obj-top-sub.png);
  background-position: calc(50% - 58rem) -25rem;
  background-size: 62.1rem auto;
  border-top: 1px solid #a8a8a8;
}
.main.sitemap .wrap {
  padding-top: 6rem;
}

.main__top {
  padding: 12.5rem 0 8rem;
}

.main__title {
  color: #4c4949;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.02em;
}

.main__desc {
  margin-top: 4rem;
  color: #5c5c5c;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.06em;
}

.main__sub-title {
  display: inline-block;
  margin: 0 0 7rem 3.2rem;
  padding-bottom: 1.5rem;
  color: #4f4f4f;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.3rem;
  text-align: left;
  letter-spacing: -0.08em;
}
.main__sub-title-wrap.-center {
  text-align: center;
}
.main__sub-title-wrap.-center .main__sub-title {
  margin-left: 0;
}

@media (max-width: 720px) {
  .main.tgm-intro {
    padding-bottom: 7rem;
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
    border-top: 1px solid #a8a8a8;
  }
  .main.tgm-intro .wrap {
    padding: 12rem 0 5rem;
  }
  .main.manage-info {
    padding-bottom: 10rem;
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
    border-top: 1px solid #a8a8a8;
  }
  .main.manage-info .wrap {
    padding: 12rem 0 5rem;
  }
  .main.intro-board {
    padding-bottom: 10rem;
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
    border-top: 1px solid #a8a8a8;
    text-align: center;
  }
  .main.intro-board .wrap {
    padding: 12rem 0 6rem;
  }
  .main.login {
    min-height: calc(100vh - 46rem);
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -15rem;
    background-size: 40.9rem auto;
  }
  .main.welfare {
    padding-bottom: 7rem;
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
  }
  .main.welfare .wrap {
    padding: 12rem 0 5rem;
  }
  .main.mypage {
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
  }
  .main.error {
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
  }
  .main.error .wrap {
    padding: 19rem 0 18rem;
  }
  .main.clause {
    background-image: url(../images/obj-top-sub.png);
    background-position: calc(50% - 29.7rem) -18rem;
    background-size: 40.9rem auto;
  }
  .main.clause .wrap {
    padding: 4.5rem 0 18rem;
  }
  .main__top {
    padding: 9.5rem 0 7.5rem;
  }
  .main__title {
    font-size: 6.2rem;
    letter-spacing: -0.04em;
  }
  .main__desc {
    margin-top: 5rem;
    font-size: 2.6rem;
    line-height: 1.4615;
    letter-spacing: -0.06em;
  }
  .main__sub-title {
    margin: 0 0 8.5rem;
    padding-bottom: 0;
    font-size: 4rem;
    line-height: 1.75;
    text-underline-offset: 1.5rem;
    text-align: center;
  }
}
.form.-apply + .main__sub-title-wrap {
  margin-top: 18rem;
}
.form.-apply + .-apply {
  margin-top: 7rem;
}
.form.-apply .form-inner {
  margin-top: 0;
}
.form.-apply .form__bunch.-grid {
  display: grid;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  grid-template-columns: 35.3rem 35.3rem auto;
}
.form.-apply .form__bunch.-grid > * {
  margin: 0;
}
.form.-apply .form__bunch.-grid > *:nth-child(1), .form.-apply .form__bunch.-grid > *:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: span 2;
}
.form.-apply .form__desc-essential {
  display: none;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin: 0 0 0 2.9rem;
}
.form.-apply .form__desc-essential.-on {
  display: block;
}
.form.-apply .form__desc-essential.-on + .point {
  position: unset;
  top: unset;
}
.form.-apply .form__desc-essential + .point {
  position: relative;
  top: 0.8rem;
}
.form.-done .form-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 10rem 0;
}
.form__done__title {
  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: #36a0e0;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -0.06em;
}
.form__done__title::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  margin-right: 1.4rem;
  background: url(../images/ico-cycle-check.png) no-repeat center;
  background-size: contain;
}
.form__done__text {
  margin-top: 3.5rem;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1.75;
  text-align: center;
}
.form__done__text strong {
  font-weight: 700;
  color: #36a0e0;
}
.form.-type2 .form__radio-wrap {
  width: 37.6rem;
}
.form.-type2 .form__radio-wrap + .form__radio-wrap {
  margin: 0;
}
.form.-type2 .form__radio[type=radio]:checked + .square {
  background-color: #e7f6ff;
  color: #36a0e0;
  border: 1px solid #37a0e1;
}
.form.-type2 .text-wrap {
  padding-left: 3.1rem;
}
.form.-type2 .form__modal-button {
  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: 17.5rem;
  height: 3.5rem;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 1.4rem;
  border: 1px solid #5c5c5c;
  border-radius: 1rem;
  letter-spacing: -0.04em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.form.-type2 .form__modal-button-wrap {
  padding-left: 1.5rem;
}
.form.-type2 .form__modal-button-wrap .point {
  margin-top: 0.5rem;
  font-weight: 300;
}
.form.-type2 .form__modal-button-wrap.-pd-left28 {
  padding-left: 2.8rem;
}
.form.-type2 .form__modal-button.-non-icon::after {
  display: none;
}
.form.-type2 .form__modal-button::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
  background: url(../images/board_search.png) no-repeat center;
  background-size: contain;
}
.form.-type2 .form__modal-button:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.form.-type2 .form__modal-button:hover::after {
  background: url(../images/board_search-white.png) no-repeat center;
  background-size: contain;
}
.form.-type2 .form__input-wrap .form__desc-essential {
  margin: 0.5rem 0 0 0;
}
.form__title {
  padding: 0 0 2rem 3rem;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  text-align: left;
}
.form__text {
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
}
.form__tip {
  font-size: 1.2rem;
}
.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 7.5rem;
  background-color: #fff;
  border-top: 1px solid #0b0b0b;
  border-bottom: 1px solid #0b0b0b;
}
.form__pos.-blind {
  display: none;
}
.form__pos.-right {
  text-align: right;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form__group:nth-child(n+2) {
  border-top: 1px solid #c6c6c6;
}
.form__group.-half {
  width: 50%;
}
.form__group.-half:nth-child(n+3) {
  border-top: 1px solid #c6c6c6;
}
.form__group.-col3 {
  width: 33.3333333333%;
}
.form__group.-col3 .form__label {
  width: 15.9rem;
}
.form__group.-col3 .form__bunch {
  width: calc(100% - 15.9rem);
  padding: 1.7rem 1.9rem;
}
.form__group.-col3 .form__bunch .form__input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__group.-col3 .form__bunch .form__select {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__group.-blind {
  display: none;
}
.form .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.form .point::before {
  content: "i";
  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: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem 0.6rem 0 0;
  font-weight: normal;
  font-size: 1rem;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  line-height: 1;
}
.form__label {
  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: 28rem;
  height: 100%;
  padding: 1.7rem 0;
  background-color: #f4f4f4;
  font-weight: 700;
  font-size: 2rem;
  border-left: 1px solid #c6c6c6;
  letter-spacing: -0.04em;
}
.form__label.-essential {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.form__label.-essential::after {
  content: "*";
  color: #dc3434;
  font-weight: inherit;
  font-size: inherit;
}
.form__bunch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 28rem);
  height: 100%;
  padding: 1.7rem 0 1.7rem 4rem;
  border-left: 1px solid #c6c6c6;
  background-color: #fff;
}
.form__bunch .text-wrap {
  padding-left: 1.8rem;
}
.form__bunch .text-wrap .point {
  margin: 0;
  font-weight: 300;
}
.form__bunch .text-wrap .form__desc-essential {
  margin: 0.4rem 0 0 0;
}
.form__desc {
  margin-left: 1.6rem;
  color: #dc3434;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
}
.form__desc-essential {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  margin: 1rem 0 0 0;
  padding-left: 1rem;
  color: #dc3434;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: -0.04em;
}
.form__desc-essential::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  font-weight: inherit;
  font-size: inherit;
}
.form__desc-essential.-on {
  display: block;
}
.form__bottom .form__check-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.form__upload {
  width: calc(100% - 28rem);
  padding: 3rem 3.8rem;
  background-color: #fff;
}
.form__upload__title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.04em;
  text-align: left;
}
.form__upload__box {
  /*height: 22.5rem;*/
  height: 20rem;
  margin-top: 1.5rem;
  background: url(../images/ico-upload.png) no-repeat center top 6.3rem #fff;
  background-size: 3.1rem auto;
  border: 2px dashed #c6c6c6;
  border-radius: 1rem;
  text-align: center;
  position: relative;
}
.form__upload__box > input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.form__upload__box > input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  width: 0;
  padding: 0;
  font-size: 0;
}
.form__upload__box > input[type=file]::file-selector-button {
  cursor: pointer;
  width: 0;
  padding: 0;
  font-size: 0;
}
.form__upload__text {
  margin-top: 11rem;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}
.form__upload__text b {
  font-weight: 700;
}
.form__upload__text-small {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.form__upload__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
.form__upload__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: -0.04em;
}
.form__upload__file-delete {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 2rem;
}
.form__upload__file-delete::before, .form__upload__file-delete::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #565656;
}
.form__upload__file-delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.form__upload__file + .form__upload__file {
  margin-top: 0.8rem;
}
.form__upload .form__desc {
  display: block;
  margin: 2rem 0 0 0;
  text-align: left;
}
.form__volume {
  color: #b5b5b5;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
.form__volume b {
  font-weight: 700;
}
.form__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
.form__download [class*=ico] {
  background: url(../images/) no-repeat center;
  background-size: 1.8rem auto;
}
.form__download .ico-graphy {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
  background-image: url(../images/ico-download.png);
}
.form__download__link {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.form__download__link.ico-excel {
  margin-left: 0.4rem;
  background-image: url(../images/ico-excel.png);
}
.form__download__link.ico-hwp {
  background-image: url(../images/ico-hwp.png);
}
.form .dash {
  padding: 0 1.1rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.form .at {
  padding: 0 0.7rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.form .inputStyle, .form .form__select, .form .form__input {
  position: relative;
  width: 32.5rem;
  height: 3.5rem;
  padding-left: 1.3rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.form .inputStyle::-webkit-input-placeholder, .form .form__select::-webkit-input-placeholder, .form .form__input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.form .inputStyle::-moz-placeholder, .form .form__select::-moz-placeholder, .form .form__input::-moz-placeholder {
  color: #9d9d9d;
}
.form .inputStyle:-ms-input-placeholder, .form .form__select:-ms-input-placeholder, .form .form__input:-ms-input-placeholder {
  color: #9d9d9d;
}
.form .inputStyle::-ms-input-placeholder, .form .form__select::-ms-input-placeholder, .form .form__input::-ms-input-placeholder {
  color: #9d9d9d;
}
.form .inputStyle::placeholder, .form .form__select::placeholder, .form .form__input::placeholder {
  color: #9d9d9d;
}
.form__input-assi {
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.form__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  font-weight: 300;
  font-size: 1.6rem;
  cursor: pointer;
}
.form__radio-wrap + .form__radio-wrap {
  margin-left: 5rem;
}
.form__radio-wrap.-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__radio[type=radio] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  cursor: pointer;
}
.form__radio[type=radio] + .mark {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
}
.form__radio[type=radio]:checked + .mark {
  border: 0.4rem solid #37a0e1;
}
.form__radio[type=radio] + .square {
  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: 17.5rem;
  height: 3.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #cbcbcb;
  border-radius: 1rem;
  letter-spacing: -0.04em;
}
.form__radio[type=radio]:checked + .square {
  background-color: #36a0e0;
}
.form__check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  font-weight: 300;
  font-size: 1.6rem;
  cursor: pointer;
}
.form__check-wrap + .form__check-wrap {
  margin-left: 5rem;
}
.form__check-wrap.-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form__check[type=checkbox] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  cursor: pointer;
}
.form__check[type=checkbox] + .mark {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0.4rem;
}
.form__check[type=checkbox] + .mark::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 0.9rem;
  background: url(../images/ico-blue-check.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}
.form__check[type=checkbox]:checked + .mark {
  background-color: #e7f6ff;
  border-color: #37a0e1;
}
.form__check[type=checkbox]:checked + .mark::before {
  opacity: 1;
}
.form__input {
  padding-right: 1.3rem;
}
.form__input + .form__input {
  margin-left: 2.9rem;
}
.form__input-wrap {
  position: relative;
}
.form__input-wrap .-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 2.8rem;
  top: 0;
  z-index: var(--zindex, 1);
  width: 100%;
  height: 100%;
  color: #9d9d9d;
  font-weight: 300;
  font-size: 1.6rem;
  pointer-events: none;
}
.form__input-wrap .-placeholder[data-first-num] {
  width: auto;
  left: 1.3rem;
}
.form__input-wrap .-placeholder[data-first-num]::before {
  color: #5c5c5c;
  content: attr(data-first-num);
}
.form__input-wrap .-placeholder[data-first-num] + [type=password] {
  padding-left: 2.3rem;
}
.form__input:-moz-read-only {
  background-color: #f4f4f4;
  outline: none;
}
.form__input:read-only {
  background-color: #f4f4f4;
  outline: none;
}
.form__input[type=date] {
  padding-right: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../images/ico-input-date.png) no-repeat center;
  background-size: 85% auto;
  cursor: pointer;
}
.form__input[type=date]::before {
  content: attr(data-placeholder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 90%;
  padding-left: 0.3rem;
  background-color: #fff;
  color: #9d9d9d;
}
.form__input[type=date]:valid::before {
  display: none;
}
.form__input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form__select {
  background: url(../images/board_dropdown.png) no-repeat center right 1.3rem;
  background-size: 1.6rem auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__select + .form__select {
  margin-left: 2.9rem;
}
.form__textarea {
  width: 104.9rem;
  min-height: 16.7rem;
  padding: 1.5rem;
  color: #5c5c5c;
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 1px solid #c6c6c6;
  resize: none;
}
.form__textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #9d9d9d;
}
.form__textarea::-moz-placeholder {
  font-weight: 300;
  color: #9d9d9d;
}
.form__textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #9d9d9d;
}
.form__textarea::-ms-input-placeholder {
  font-weight: 300;
  color: #9d9d9d;
}
.form__textarea::placeholder {
  font-weight: 300;
  color: #9d9d9d;
}

.form-agree {
  margin-top: 4rem;
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #c6c6c6;
  text-align: left;
}
.form-agree.-mgt60 {
  margin-top: 6rem;
}
.form-agree + .form-agree {
  margin-top: 1.9rem;
}
.form-agree .ico-check {
  position: relative;
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0.4rem;
}
.form-agree .ico-check::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 0.9rem;
  background: url(../images/ico-blue-check.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}
.form-agree__title {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.6666;
}
.form-agree__title-button {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  line-height: inherit;
}
.form-agree__title-button .ico-check {
  position: absolute;
  left: 0;
  top: 0.4rem;
  z-index: var(--zindex, 1);
}
.form-agree__title-button.-on .ico-check {
  background-color: #e7f6ff;
  border-color: #37a0e1;
}
.form-agree__title-button.-on .ico-check::before {
  opacity: 1;
}
.form-agree__title.-check + .form-agree__list {
  padding-left: 3rem;
}
.form-agree__list {
  margin-top: 1rem;
}
.form-agree__list li {
  position: relative;
  padding-left: 1rem;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.625;
}
.form-agree__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: var(--zindex, 1);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}

@media (max-width: 720px) {
  .form.-apply + .main__sub-title-wrap {
    margin-top: 18rem;
  }
  .form.-apply + .-apply {
    margin-top: 7rem;
  }
  .form.-apply .form-inner {
    margin-top: 0;
  }
  .form.-apply .form__bunch.-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: unset;
  }
  .form.-apply .form__bunch.-grid > * {
    margin: 2rem 0 0 0;
  }
  .form.-apply .form__bunch.-grid > *:nth-child(1), .form.-apply .form__bunch.-grid > *:nth-child(2) {
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .form.-apply .form__bunch.-grid > *.point {
    margin-top: 1rem;
  }
  .form.-apply .form__desc-essential {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .form.-apply .form__desc-essential.-on + .point {
    position: unset;
    top: unset;
  }
  .form.-apply .form__desc-essential + .point {
    position: relative;
    top: 0.8rem;
  }
  .form__done__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
    font-size: 4rem;
  }
  .form__done__title::before {
    width: 5.8rem;
    height: 5.8rem;
    margin-right: 0;
  }
  .form__done__text {
    margin-top: 3.3rem;
    font-size: 2.6rem;
    line-height: 1.7692;
  }
  .form.-type2 .form__radio-wrap {
    width: 100%;
  }
  .form.-type2 .form__radio-wrap + .form__radio-wrap {
    margin: 4rem 0 0 0;
  }
  .form.-type2 .form__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form.-type2 .form__radio[type=radio]:checked + .square {
    background-color: #e7f6ff;
    color: #36a0e0;
    border: 1px solid #37a0e1;
  }
  .form.-type2 .text-wrap {
    padding-left: 0;
  }
  .form.-type2 .form__modal-button {
    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%;
    height: 7.1rem;
    font-size: 2.6rem;
    border-radius: 1.3rem;
  }
  .form.-type2 .form__modal-button-wrap {
    width: 100%;
    margin-top: 2.5rem;
    padding-left: 0;
  }
  .form.-type2 .form__modal-button-wrap .point {
    margin-top: 0.5rem;
    font-weight: 300;
  }
  .form.-type2 .form__modal-button-wrap.-pd-left28 {
    padding-left: 0;
  }
  .form.-type2 .form__modal-button::after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
    background: url(../images/board_search.png) no-repeat center;
    background-size: contain;
  }
  .form.-type2 .form__modal-button:hover {
    background-color: #36a0e0;
    color: #fff;
    border-color: #36a0e0;
  }
  .form.-type2 .form__modal-button:hover::after {
    background: url(../images/board_search-white.png) no-repeat center;
    background-size: contain;
  }
  .form.-type2 .form__input-wrap .form__desc-essential {
    margin: 0.5rem 0 0 0;
  }
  .form__title {
    padding: 0 0 4rem 0;
    font-size: 3.5rem;
  }
  .form__text {
    font-size: 2.6rem;
  }
  .form__tip {
    font-size: 1.2rem;
  }
  .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid #0b0b0b;
    border-bottom: 1px solid #0b0b0b;
  }
  .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .form__group:nth-child(n+2) {
    border-top: 1px solid #c6c6c6;
  }
  .form__group.-half {
    width: 100%;
  }
  .form__group.-half:nth-child(n+3) {
    border-top: 1px solid #c6c6c6;
  }
  .form__group.-col3 {
    width: 100%;
  }
  .form__group.-blind {
    display: none;
  }
  .form .point {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 2rem;
    text-align: left;
  }
  .form .point::before {
    width: 1.9rem;
    height: 1.9rem;
    margin: 0.5rem 0.9rem 0 0;
    font-size: 1.4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .form__label {
    width: 19rem;
    padding: 1.9rem 0;
    font-size: 2.6rem;
    border-left: 0;
  }
  .form__label.-essential {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    text-align: center;
  }
  .form__label.-essential.m-start::after {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .form__bunch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 19rem);
    padding: 2.5rem 0 2.6rem 1.9rem;
  }
  .form__bunch .text-wrap {
    padding-left: 1.8rem;
  }
  .form__bunch .text-wrap .point {
    margin-top: 1rem;
  }
  .form__bunch .text-wrap .form__desc-essential {
    margin: 0.4rem 0 0 0;
  }
  .form__bunch.m-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__bunch.m-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__bunch.m-row .form__input-wrap {
    width: calc((100% - 3.9rem) / 2);
  }
  .form__bunch.m-row .form__input-wrap .form__input {
    width: 100%;
  }
  .form__bunch.m-row .form__input {
    width: calc((100% - 3.9rem) / 2);
    margin-left: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .form__bunch.m-row .dash {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.9rem;
    padding: 0;
    font-size: 2.4rem;
  }
  .form__desc {
    margin-left: 1.6rem;
    font-size: 2rem;
  }
  .form__desc-essential {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 1rem 0 0 0;
    font-size: 2rem;
  }
  .form__bottom {
    text-align: left;
  }
  .form__bottom .form__check-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .form__upload {
    width: calc(100% - 19rem);
    padding: 4rem 0 4rem 1.5rem;
  }
  .form__upload__title {
    font-size: 2.6rem;
  }
  .form__upload__box {
    height: 43.6rem;
    margin-top: 1.5rem;
    background-size: 5.8rem auto;
    background-position: center top 13.5rem;
  }
  .form__upload__text {
    margin-top: 21.7rem;
    font-size: 2.6rem;
  }
  .form__upload__text-small {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .form__upload__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 5rem;
    margin-top: 1rem;
  }
  .form__upload__file {
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  .form__upload__file > span {
    overflow: hidden;
    max-width: 37rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .form__upload__file-delete {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 2rem;
  }
  .form__upload__file + .form__upload__file {
    margin-top: 1.5rem;
  }
  .form__volume {
    text-align: left;
    font-size: 2rem;
  }
  .form__download {
    font-size: 2.4rem;
  }
  .form__download [class*=ico] {
    background-size: contain;
  }
  .form__download .ico-graphy {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
  .form__download__link {
    width: 3rem;
    height: 3rem;
  }
  .form__download__link.ico-excel {
    margin-left: 1.3rem;
  }
  .form__download__link.ico-hwp {
    margin-left: 1.3rem;
    background-image: url(../images/ico-hwp.png);
  }
  .form .dash {
    padding: 0 1.1rem;
    font-weight: 300;
    font-size: 1.6rem;
  }
  .form .at {
    padding: 0 0.7rem;
    font-weight: 300;
    font-size: 1.6rem;
  }
  .form .inputStyle, .form .form__input, .form .form__select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 7rem;
    padding: 0 1rem;
    font-size: 2.6rem;
    border-radius: 1.3rem;
    letter-spacing: -0.04em;
  }
  .form__input-assi {
    margin-left: 1.1rem;
    font-size: 2.6rem;
  }
  .form .m-col .form__radio-wrap {
    margin-left: 0;
  }
  .form .m-col .form__radio-wrap + .form__radio-wrap {
    margin-top: 3rem;
  }
  .form__radio-wrap {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    font-size: 2.6rem;
  }
  .form__radio-wrap + .form__radio-wrap {
    margin-left: 3.4rem;
  }
  .form__radio-wrap.-col {
    margin-left: 0;
  }
  .form__radio-wrap.-col + .form__radio-wrap {
    margin-top: 2.5rem;
  }
  .form__radio[type=radio] + .mark {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .form__radio[type=radio] + .square {
    width: 100%;
    height: 7.1rem;
    font-size: 2.6rem;
    border-radius: 1.3rem;
  }
  .form__check-wrap {
    -webkit-column-gap: 1.9rem;
       -moz-column-gap: 1.9rem;
            column-gap: 1.9rem;
    font-weight: 300;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .form__check-wrap + .form__check-wrap {
    margin-left: 5rem;
  }
  .form__check-wrap.-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .form__check[type=checkbox] + .mark {
    width: 2.9rem;
    height: 2.9rem;
    margin-top: 0.3rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .form__check[type=checkbox] + .mark::before {
    width: 1.7rem;
    height: 1.4rem;
  }
  .form__input {
    padding-right: 1.3rem;
  }
  .form__input + .form__input {
    margin-left: 2.9rem;
  }
  .form__input-wrap .-placeholder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 3.6rem;
    width: auto;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .form__input-wrap .-placeholder[data-first-num] {
    width: auto;
    left: 1.3rem;
  }
  .form__input-wrap .-placeholder[data-first-num]::before {
    color: #5c5c5c;
    content: attr(data-first-num);
  }
  .form__input-wrap .-placeholder[data-first-num] + [type=password] {
    padding-left: 2.3rem;
  }
  .form__input:-moz-read-only {
    background-color: #f4f4f4;
    outline: none;
  }
  .form__input:read-only {
    background-color: #f4f4f4;
    outline: none;
  }
  .form__input[type=date] {
    padding-right: 1.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form__input[type=date]::-webkit-calendar-picker-indicator {
    background: url(../images/ico-input-date.png) no-repeat center;
    background-size: 85% auto;
    cursor: pointer;
  }
  .form__input[type=date]::before {
    width: 80%;
  }
  .form__input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  .form__select {
    background: url(../images/board_dropdown.png) no-repeat center right 1.3rem;
    background-size: 1.6rem auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form__select + .form__select {
    margin-left: 2.9rem;
  }
  .form__textarea {
    width: 100%;
    min-height: 89rem;
    padding: 2rem;
    font-size: 2.6rem;
    border-radius: 1.3rem;
  }
  .form-agree {
    margin-top: 3rem;
    padding: 3.2rem 3.2rem 4rem;
  }
  .form-agree.-mgt60 {
    margin-top: 6rem;
  }
  .form-agree + .form-agree {
    margin-top: 1.9rem;
  }
  .form-agree .ico-check {
    width: 2.9rem;
    height: 2.9rem;
  }
  .form-agree .ico-check::before {
    width: 1.7rem;
    height: 1.2rem;
  }
  .form-agree__title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .form-agree__title-button {
    padding-left: 5rem;
  }
  .form-agree__title-button .ico-check {
    top: 0;
  }
  .form-agree__title.-check + .form-agree__list {
    padding-left: 5rem;
  }
  .form-agree__list {
    margin-top: 1.5rem;
  }
  .form-agree__list li {
    padding-left: 1.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .form-agree__list li::before {
    top: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* table */
.table-wrap {
  position: relative;
}
.table-wrap.-mgt140 {
  margin-top: 14rem;
}

.table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  color: #4f4f4f;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.table th {
  padding: 2.2rem 0.5rem 2.1rem;
  background-color: #f4f4f4;
  font-weight: 700;
}
.table td {
  padding: 2.2rem 0.5rem 2.1rem;
  font-weight: 300;
}
.table thead th + th {
  border-left: 1px solid #c6c6c6;
}
.table tbody tr {
  border-top: 1px solid #c6c6c6;
}
.table tbody tr.-result th, .table tbody tr.-result td {
  background-color: #e7f6ff;
}
.table tbody tr.-result td {
  color: #37a0e1;
  font-weight: 700;
}
.table tbody th[rowspan] {
  border-right: 1px solid #c6c6c6;
}
.table tbody th ~ td {
  border-left: 1px solid #c6c6c6;
}
.table tbody td + td {
  border-left: 1px solid #c6c6c6;
}
.table__tip {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.4rem;
}
.table__tip.-bottom-center {
  margin-top: 2.3rem;
  text-align: center;
}
.table__tip.-right {
  display: block;
  padding-bottom: 1rem;
  text-align: right;
}
.table .list {
  text-align: left;
}
.table .list li {
  position: relative;
  padding-left: 1rem;
}
.table .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: var(--zindex, 1);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.table .list li + li {
  margin-top: 1rem;
}

@media (max-width: 720px) {
  .table-wrap.-scroll-x {
    overflow-y: visible;
    overflow-x: scroll;
    margin-right: -2.4rem;
    padding-right: 2rem;
  }
  /* .table-wrap.-scroll-x .table {
    min-width: 144rem;
  } */
  .table {
    font-size: 2.4rem;
  }
  .table th {
    padding: 1.8rem 0.5rem 1.7rem;
  }
  .table td {
    padding: 1.8rem 0.5rem 1.7rem;
  }
  .table__tip {
    font-size: 2rem;
  }
  .table__tip.-bottom-center {
    margin-top: 2.3rem;
    text-align: center;
  }
  .table__tip.-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--zindex, 1);
    -webkit-transform: translateY(calc(-100% - 1rem));
        -ms-transform: translateY(calc(-100% - 1rem));
            transform: translateY(calc(-100% - 1rem));
  }
  .table .list {
    text-align: left;
  }
  .table .list li {
    position: relative;
    padding-left: 1rem;
  }
  .table .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1rem;
    z-index: var(--zindex, 1);
    width: 0.6rem;
    height: 0.6rem;
    background-color: #c6c6c6;
    border-radius: 50%;
  }
  .table .list li + li {
    margin-top: 1rem;
  }
}
.button {
  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: 31.5rem;
  height: 7.2rem;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 3rem;
  border-radius: 3.6rem;
  background-color: transparent;
  border: 1px solid #5c5c5c;
  letter-spacing: -0.04em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button-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;
  -webkit-column-gap: 3.4rem;
     -moz-column-gap: 3.4rem;
          column-gap: 3.4rem;
  margin-top: 8rem;
}
.button-wrap.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.button.-arr-down::after {
  content: ">";
  color: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 3rem;
}
.button.-arr-up::after {
  content: ">";
  color: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 3rem;
}
.button._blue {
  background-color: #36a0e0;
  color: #fff;
  border: 0;
}
.button._blue:hover {
  background-color: #005b92;
}
.button.-small {
  width: 18rem;
  height: 5.3rem;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}
.button.-disabled {
  background-color: #cbcbcb;
  color: #fff;
  border: none;
}
.button.-disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.-variable {
  width: auto;
  padding: 0 3rem;
}

@media (max-width: 720px) {
  .button {
    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: 36.2rem;
    height: 8.2rem;
    font-size: 3.4rem;
    border-radius: 4.1rem;
  }
  .button-wrap {
    -webkit-column-gap: 3.4rem;
       -moz-column-gap: 3.4rem;
            column-gap: 3.4rem;
    margin-top: 9rem;
  }
  .button.-arr-down::after {
    margin-left: 3.8rem;
  }
  .button.-arr-up::after {
    content: ">";
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: 3rem;
  }
  .button.-small {
    width: 20.2rem;
    height: 8rem;
    font-size: 3.3rem;
  }
  .button.-variable {
    width: auto;
    padding: 0 2.3rem;
  }
}
.modal {
  position: relative;
  width: 57.2rem;
  padding: 7rem 1rem 6.5rem;
  background-color: #fff;
  color: #4f4f4f;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0px 0px 2rem 0.2rem rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 2rem 0.2rem rgba(0, 0, 0, 0.14);
}
.modal-wrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1000);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-wrap.-active {
  display: block;
}
.modal__title {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.modal__title-desc {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.4444;
  text-align: center;
}
.modal__title-desc .-blue {
  font-weight: 700;
  color: #36a0e0;
}
.modal__content {
  margin-top: 3.5rem;
  padding: 2rem 2rem;
}
.modal__content.-center {
  text-align: center;
}
.modal__content__text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.4444;
  letter-spacing: -0.04em;
}
.modal__content__text .bold {
  font-weight: 700;
}
.modal__content__text .small {
  font-size: 1.6rem;
  line-height: 1.625;
}
.modal__content__text .tip {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
.modal__content__text .tip .text {
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
}
.modal__content__text .tip .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: var(--zindex, 1);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4f4f4f;
  border-radius: 50%;
}
.modal__content__text .tip em {
  margin-left: 0.8rem;
  color: #36a0e0;
  font-weight: 700;
}
.modal__content.agree {
  overflow-y: auto;
  height: 26rem;
}
.modal__content.agree .agree__title {
  font-size: 1.8rem;
  line-height: 1.4444;
  letter-spacing: -0.04em;
}
.modal__content.agree .agree__text {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.04em;
}
.modal .button-wrap {
  font-weight: 700;
  margin-top: 3rem;
}
.modal__close {
  display: block;
  position: absolute;
  right: 3.4rem;
  top: 3.4rem;
  z-index: var(--zindex, 1);
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/ico-modal-close.png) no-repeat center;
  background-size: contain;
}
.modal.private-agree {
  color: #4f4f4f;
  width: 75rem;
  height: 90rem;
  /* height: 80rem; */
}
.modal .private-agree__content {
  overflow-y: auto;
  height: calc(100% - 22.8rem);
  margin: 3rem 4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}
.modal .private-agree__content-inner {
  /* padding: 3rem 0.5rem; */
  padding: 2rem 0.5rem;
}
.modal .private-agree__content-inner .list {
	height:15rem;
	overflow-y:auto;
}
.modal .private-agree__content-inner .list .title strong {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: -0.04em;
	line-height: 1.4444;
}
.modal .private-agree__content .title {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.4444;
}
.modal .private-agree__content .title + .title {
  margin-top: 1rem;
}
.modal .private-agree__content .list__title {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.625;
}
.modal .private-agree__content .list__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: var(--zindex, 1);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.modal .private-agree__content .list__text {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.625;
}
.modal .private-agree__content .list li {
  margin-top: 1rem;
}
.modal .private-agree__content .form__bunch {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 2.5rem 1rem 0 0;
  border: 0;
}
.modal .private-agree__content .form__bunch .form__radio-wrap {
  margin-top: 0;
  color: #000;
}
.modal .private-agree__table {
  width: 100%;
  margin-top: 1.5rem;
  border: 1px solid #c6c6c6;
  text-align: center;
}
.modal .private-agree__table thead tr {
  border-bottom: 1px solid #c6c6c6;
}
.modal .private-agree__table thead th {
  font-weight: 700;
  background-color: #f4f4f4;
}
.modal .private-agree__table tr + tr {
  border: 1px solid #c6c6c6;
}
.modal .private-agree__table th div, .modal .private-agree__table td div {
  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;
  min-height: 7.5rem;
  padding: 1rem 0;
}
.modal .private-agree__table th {
  font-size: 1.4rem;
  line-height: 1.6666;
  letter-spacing: -0.04em;
}
.modal .private-agree__table th + th {
  border-left: 1px solid #c6c6c6;
}
.modal .private-agree__table td {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
.modal .private-agree__table td + td {
  border-left: 1px solid #c6c6c6;
}
.modal.key-agree {
  color: #4f4f4f;
  width: 75rem;
}
.modal .key-agree__content {
  margin: 3rem 4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}
.modal .key-agree__content-inner {
  padding: 3rem 0.5rem;
}
.modal .key-agree__content .title {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.4444;
}
.modal .key-agree__content .list {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.625;
}
.modal .key-agree__content .form__bunch {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 2.5rem 1rem 0 0;
  border: 0;
}
.modal .key-agree__content .form__bunch .form__radio-wrap {
  margin-top: 0;
  color: #000;
}
.modal.rental-preview {
  color: #4f4f4f;
  width: 75rem;
  height: 80rem;
}
.modal.rental-preview .modal__title-desc {
  font-weight: 300;
}
.modal .rental-preview__content {
  overflow-y: auto;
  height: calc(100% - 21.3rem);
  margin: 1.5rem 4rem 0;
  padding: 0;
}
.modal .rental-preview__content-inner {
  padding: 1.5rem 0.5rem 3rem;
}
.modal .rental-preview__account {
  width: 39.1rem;
  height: 18.6rem;
  margin: 0 auto;
  padding-top: 3.7rem;
  background-color: #eaf7ff;
  border-radius: 3rem;
  text-align: center;
}
.modal .rental-preview__account .title {
  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;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.modal .rental-preview__account .title::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/ico-welfare-coin.png) no-repeat center;
  background-size: contain;
}
.modal .rental-preview__account .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.2rem 0 2rem;
  line-height: 1;
}
.modal .rental-preview__account .num span:nth-child(1) {
  color: #36a0e0;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: -0.08em;
}
.modal .rental-preview__account .num span:nth-child(2) {
  margin-left: 0.3rem;
  padding-bottom: 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.08em;
}
.modal .rental-preview__account .date {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}
.modal .rental-preview__table {
  width: 100%;
}
.modal .rental-preview__table-wrap .result-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  width: 8.5rem;
  height: 3.6rem;
  margin-left: auto;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.modal .rental-preview__table-wrap .result-copy::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/ico-copy.png) no-repeat center;
  background-size: contain;
}
.modal .rental-preview__table-wrap .schedule__title {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 2rem;
}
.modal .rental-preview__table-wrap .schedule__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: var(--zindex, 1);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.modal .rental-preview__table-wrap .table-bottom {
  text-align: right;
  margin-top: 1rem;
}
.modal .rental-preview__table-wrap .boardPagination {
  margin-top: 3rem;
}
.modal .rental-preview__table.account {
  margin-top: 3rem;
  font-size: 1.6rem;
  border: 1px solid #c6c6c6;
  letter-spacing: -0.04em;
}
.modal .rental-preview__table.account tr + tr {
  border-top: 1px solid #c6c6c6;
}
.modal .rental-preview__table.account th, .modal .rental-preview__table.account td {
  padding: 1rem 0 1.1rem;
}
.modal .rental-preview__table.account th {
  background-color: #f4f4f4;
  font-weight: 700;
}
.modal .rental-preview__table.account td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.2rem;
  border-left: 1px solid #c6c6c6;
}
.modal .rental-preview__table.account .num {
  color: #000;
  font-weight: 700;
}
.modal .rental-preview__table.account .text {
  color: #5c5c5c;
  font-weight: 300;
}
.modal .rental-preview__table.schedule {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  border: 1px solid #c6c6c6;
  text-align: center;
}
.modal .rental-preview__table.schedule thead {
  border-bottom: 1px solid #c6c6c6;
  background-color: #f4f4f4;
}
.modal .rental-preview__table.schedule tr + tr {
  border-top: 1px solid #c6c6c6;
}
.modal .rental-preview__table.schedule th, .modal .rental-preview__table.schedule td {
  padding: 1.2rem 0 1.3rem;
}
.modal .rental-preview__table.schedule th + th,
.modal .rental-preview__table.schedule td + td {
  border-left: 1px solid #c6c6c6;
}
.modal.aid-info {
  width: 75rem;
}
.modal.aid-info .modal__content {
  margin-top: 2rem;
  padding: 0 5.5rem;
}
.modal .aid-info__table {
  width: 100%;
  border: 1px solid #c6c6c6;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.modal .aid-info__table thead {
  border-bottom: 1px solid #c6c6c6;
  background-color: #f4f4f4;
  font-weight: 700;
}
.modal .aid-info__table tbody {
  font-weight: 300;
  text-align: center;
}
.modal .aid-info__table tbody th {
  border-right: 1px solid #c6c6c6;
}
.modal .aid-info__table tr + tr {
  border-top: 1px solid #c6c6c6;
}
.modal .aid-info__table th span {
  display: block;
}
.modal .aid-info__table th small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}
.modal .aid-info__table th, .modal .aid-info__table td {
  padding: 0.8rem 0 0.9rem;
}
.modal .aid-info__table th + th,
.modal .aid-info__table td + td {
  border-left: 1px solid #c6c6c6;
}

.dimmed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--zindex, 900);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 720px) {
  .modal {
    width: 63.3rem;
    padding: 10rem 1rem 6.5rem;
  }
  .modal__title {
    font-size: 4rem;
  }
  .modal__title-desc {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .modal__content {
    margin-top: 0;
    padding: 2.5rem 0;
  }
  .modal__content.-center {
    text-align: center;
  }
  .modal__content__text {
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .modal__content__text .small {
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .modal__content__text .tip {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .modal__content__text .tip .text {
    padding-left: 1.7rem;
  }
  .modal__content__text .tip .text::before {
    top: 0.7rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .modal__content__text .tip em {
    margin-left: 1.5rem;
  }
  .modal__content.agree {
    overflow-y: auto;
    height: 26rem;
  }
  .modal__content.agree .agree__title {
    font-size: 1.8rem;
    line-height: 1.4444;
    letter-spacing: -0.04em;
  }
  .modal__content.agree .agree__text {
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: -0.04em;
  }
  .modal .button-wrap {
    margin-top: 5rem;
  }
  .modal__close {
    right: 0;
    top: 0;
    width: 7.5rem;
    height: 7.5rem;
    background-size: 2.5rem auto;
  }
  .modal.private-agree {
    width: 63.3rem;
    /* height: 90vh; */
    max-height: 90vh;
    height: auto;
	overflow-y:auto;
	scrollbar-width:none;
  }
  .modal.private-agree .modal__title-desc {
    margin-top: 1rem;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.4583;
    letter-spacing: -0.04em;
  }
  .modal.private-agree .button-wrap {
    margin-top: 4.5rem;
  }
  .modal .private-agree__content {
    height: calc(100% - 35.7rem);
    margin: 2rem 4rem 0;
  }
  .modal .private-agree__content-inner {
    padding: 2.5rem 0.5rem 5rem;
  }
  .modal .private-agree__content .title, .modal .private-agree__content-inner .list .title strong {
    font-size: 2.6rem;
  }
  .modal .private-agree__content .title + .title {
    font-weight: 300;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
  .modal .private-agree__content .list__title {
    padding-left: 2rem;
    font-size: 2.4rem;
  }
  .modal .private-agree__content .list__title::before {
    top: 1.3rem;
    width: 1rem;
    height: 1rem;
  }
  .modal .private-agree__content .list__text {
    font-size: 2.4rem;
  }
  .modal .private-agree__content .list li {
    margin-top: 1rem;
  }
  .modal .private-agree__content .form__bunch {
    padding-top: 2rem;
  }
  .modal .private-agree__table {
    width: 104rem;
    margin-top: 1.5rem;
  }
  .modal .private-agree__table-wrap {
    overflow-x: auto;
    padding-right: 1px;
  }
  .modal .private-agree__table th div, .modal .private-agree__table td div {
    min-height: 11.6rem;
    padding: 2.5rem 0;
  }
  .modal .private-agree__table th {
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .modal .private-agree__table td {
    font-size: 2rem;
  }
  .modal.key-agree {
    width: 63.3rem;
  }
  .modal .key-agree__content {
    margin: 2rem 4rem 0;
  }
  .modal .key-agree__content-inner {
    padding: 2.5rem 0.5rem 5rem;
  }
  .modal .key-agree__content .title {
    font-size: 2.6rem;
  }
  .modal .key-agree__content .list {
    font-size: 2.4rem;
  }
  .modal .key-agree__content .form__bunch {
    padding-top: 2rem;
  }
  .modal.rental-preview {
    width: 63.3rem;
    height: 90vh;
  }
  .modal .rental-preview__content {
    height: calc(100% - 30rem);
    margin: 2rem 4rem 0;
    padding: 0;
  }
  .modal .rental-preview__content-inner {
    padding: 1.5rem 0.5rem 3rem;
  }
  .modal .rental-preview__account {
    width: 48.9rem;
    height: auto;
    padding: 4.5rem 0;
  }
  .modal .rental-preview__account .title {
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
    font-size: 2.2rem;
  }
  .modal .rental-preview__account .title::before {
    width: 2.2rem;
    height: 2.4rem;
    margin-top: -2px;
  }
  .modal .rental-preview__account .num {
    padding: 2.7rem 0 1.8rem;
  }
  .modal .rental-preview__account .num span:nth-child(1) {
    font-size: 5.2rem;
  }
  .modal .rental-preview__account .num span:nth-child(2) {
    font-size: 3.2rem;
  }
  .modal .rental-preview__account .date {
    font-size: 2rem;
  }
  .modal .rental-preview__table-wrap {
    overflow-x: auto;
  }
  .modal .rental-preview__table-wrap .result-copy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    width: 14.5rem;
    height: 4.9rem;
    font-weight: 700;
    font-size: 2.4rem;
  }
  .modal .rental-preview__table-wrap .result-copy::after {
    width: 2.6rem;
    height: 2.6rem;
  }
  .modal .rental-preview__table-wrap .schedule__title {
    padding-left: 2.2rem;
    font-size: 2.4rem;
  }
  .modal .rental-preview__table-wrap .schedule__title::before {
    top: 1.2rem;
    width: 1rem;
    height: 1rem;
  }
  .modal .rental-preview__table-wrap .table-bottom {
    margin-top: 2rem;
  }
  .modal .rental-preview__table-wrap .boardPagination {
    margin-top: 6rem;
  }
  .modal .rental-preview__table.account {
    font-size: 2.4rem;
  }
  .modal .rental-preview__table.account th, .modal .rental-preview__table.account td {
    padding: 2rem 0;
  }
  .modal .rental-preview__table.account td {
    padding-left: 1.8rem;
  }
  .modal .rental-preview__table.schedule {
    width: 70rem;
    font-size: 2.4rem;
  }
  .modal .rental-preview__table.schedule th, .modal .rental-preview__table.schedule td {
    padding: 2rem 0;
  }
  .modal.aid-info {
    width: 63.3rem;
  }
  .modal.aid-info .modal__content {
    margin-top: 2rem;
    padding: 0 5.5rem;
  }
  .modal .aid-info__table {
    width: 72rem;
    font-size: 2.4rem;
  }
  .modal .aid-info__table-wrap {
    overflow-x: auto;
    padding-right: 1px;
  }
  .modal .aid-info__table th small {
    font-size: 2rem;
  }
  .modal .aid-info__table th, .modal .aid-info__table td {
    padding: 2rem 0 2rem;
  }
}
.tooltip {
  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;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  background-color: #44403f;
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}
.tooltip::after {
  display: none;
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  padding: 1rem;
  background-color: #fff;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.4rem;
  border-radius: 1rem;
  border: 1px solid #c6c6c6;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  line-height: 1.5;
}
.tooltip.-visible::after {
  display: block;
}

.sitemap__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 8.9rem;
}
.sitemap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap__item:nth-child(1) {
  grid-column: 1/span 3;
}
.sitemap__item:nth-child(1) .sitemap__box {
  width: 33.3333333333%;
}
.sitemap__item:nth-child(2) {
  grid-column: 4/span 1;
}
.sitemap__item:nth-child(3) {
  grid-column: 1/span 1;
}
.sitemap__item:nth-child(4) {
  grid-column: 2/span 1;
}
.sitemap__item:nth-child(5) {
  grid-column: 3/span 1;
}
.sitemap__item:nth-child(6) {
  grid-column: 1/span 4;
}
.sitemap__item:nth-child(6) .sitemap__box {
  width: 25%;
}
.sitemap__title {
  width: 100%;
  padding-bottom: 4.5rem;
  color: #36a0e0;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.sitemap__box:nth-of-type(n + 5) {
  margin-top: 4.8rem;
}
.sitemap__sub-title {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.sitemap__list li {
  margin-top: 2.5rem;
}
.sitemap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.sitemap__link::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #5c5c5c;
  border-radius: 50%;
  margin-right: 0.8rem;
}
.sitemap__link:hover {
  color: #36a0e0;
}
.sitemap__link:hover::before {
  background-color: #36a0e0;
}

.error {
  text-align: center;
  letter-spacing: -0.02em;
}
.error__title {
  position: relative;
  padding-top: 20rem;
  color: #0599d9;
  font-size: 5.6rem;
  letter-spacing: -0.02em;
}
.error__title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.1rem;
  height: 15.1rem;
  background: url(../images/obj-error-404.png) no-repeat center;
  background-size: contain;
}
.error__text {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 1.3636;
}
.error__text.-small {
  margin-top: 2rem;
  color: #4c4949;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6666;
}

@media (max-width: 720px) {
  .error__text {
    font-size: 4rem;
    line-height: 1.375;
  }
  .error__text.-small {
    margin-top: 4rem;
    font-size: 2.6rem;
    line-height: 1.5384;
  }
}
.scroll-top {
  position: fixed;
  right: 3.2rem;
  bottom: 0;
  z-index: var(--zindex, 200);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  width: 6rem;
  height: 6rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.scroll-top.-show {
  opacity: 1;
  -webkit-transform: translate3d(0, calc(-100% - 9.5rem), 0);
          transform: translate3d(0, calc(-100% - 9.5rem), 0);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.scroll-top__button {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0699d9;
}
.scroll-top__button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, 15%, 0) scale(0.2);
          transform: translate3d(-50%, 15%, 0) scale(0.2);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.scroll-top__button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  height: 20%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate3d(-50%, -30%, 0) rotate(-45deg);
          transform: translate3d(-50%, -30%, 0) rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.scroll-top__button:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.85);
          transform: translate3d(-50%, -50%, 0) scale(0.85);
}
.scroll-top__button:hover::after {
  border-color: #0699d9;
}
.scroll-top:hover .scroll-top__button {
  -webkit-animation: scrollTop 0.3s;
          animation: scrollTop 0.3s;
}

@media (max-width: 720px) {
  .scroll-top {
    right: 2.8rem;
  }
}
/* 로그인 */
/* login */
.sub-login {
  padding: 8rem 0 12rem;
}
.sub-login .layout {
  padding: 0 14.3rem;
}
.sub-login__image {
  width: 31.1rem;
  margin-inline: auto;
  padding-left: 3.5rem;
}
.sub-login__sub-title {
  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: 9rem;
  color: #4c4949;
  font-size: 5.6rem;
  letter-spacing: -0.04em;
}
.sub-login__sub-title .dot {
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 1;
}
.sub-login__desc {
  margin-top: 4rem;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: -0.06em;
}
.sub-login__desc.-large {
  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: 9rem;
  font-weight: 500;
  font-size: 5.6rem;
}
.sub-login__desc.-large .dot {
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 1;
}
.sub-login__wrapper {
  height: 62.3rem;
  margin-top: 4rem;
  padding: 6.5rem 6.8rem 0 44.6rem;
  border: 1px solid #d7d7d7;
  border-radius: 2rem;
  background: url(../images/obj-sub-login.png) no-repeat 6.6rem 6.3rem #fff;
  background-size: 32.3rem auto;
  -webkit-box-shadow: 0 0 2.1rem 1.1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 2.1rem 1.1rem rgba(0, 0, 0, 0.06);
}
.sub-login__wrapper input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.sub-login__wrapper input::-moz-placeholder {
  color: #5c5c5c;
}
.sub-login__wrapper input:-ms-input-placeholder {
  color: #5c5c5c;
}
.sub-login__wrapper input::-ms-input-placeholder {
  color: #5c5c5c;
}
.sub-login__wrapper input::placeholder {
  color: #5c5c5c;
}
.sub-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
}
.sub-login__form-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.sub-login__form-group.-department, .sub-login__form-group.-number {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.sub-login__form-group.-password {
  margin-top: 1.6rem;
}
.sub-login__form-group.-password .-placeholder {
  position: absolute;
  left: 10.7rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  width: auto;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  cursor: text;
  letter-spacing: -0.04em;
}
.sub-login__form-group.-birth {
  margin-top: 1.6rem;
}
.sub-login__form-group.-birth .-placeholder {
  position: absolute;
  left: 15.7rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  width: auto;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  cursor: text;
  letter-spacing: -0.06em;
}
.sub-login__form-group.-birth .-placeholder span {
  letter-spacing: 0.04em;
}
.sub-login__form-group.-remember {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-left: auto;
  padding: 2rem 0;
  color: #5c5c5c;
  font-size: 1.6rem;
}
.sub-login__form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/login_dropdown.png) no-repeat center right 2.2rem;
  background-size: 1.2rem auto;
}
.sub-login__button {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 6.3rem;
  margin-top: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 1rem;
  background-color: #36a0e0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sub-login__button:hover {
  background-color: #005b92;
}
.sub-login__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  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: 3rem;
}
.sub-login__link {
  position: relative;
  padding: 1rem 2.4rem;
  color: #828383;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.sub-login__link + .sub-login__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.8rem;
  background-color: #828383;
}
.sub-login__notice {
  width: 100%;
  margin-top: 6rem;
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-color: #a7a7a7;
  font-weight: 500;
}
.sub-login__notice b {
  font-weight: 700;
}
.sub-login__service > dl {
  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: 4rem;
}
.sub-login__service > dl > dt {
  color: #3f3b3b;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2.9rem;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-login__service > dl > dt:not(:first-child) {
  margin-left: 5.7rem;
}
.sub-login__service > dl > dt::before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #919191;
  content: " ";
  margin-right: 0.8rem;
}
.sub-login__service > dl > dd {
  margin-left: 1.7rem;
}
.sub-login__service > dl > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-login__service > dl > dd > ul > li {
  color: #3f3b3b;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-login__service > dl > dd > ul > li:not(:first-child)::before {
  width: 1px;
  height: 1.2rem;
  background-color: #807e7e;
  content: " ";
  margin-inline: 2.3rem;
}
.sub-login__service > dl > dd > span {
  font-size: 1.4rem;
  color: #3f3b3b;
  letter-spacing: -0.02em;
}
.sub-login__service > dl > dd > span:not(:first-child) {
  margin-left: 1rem;
}

.login .sub-login.-apply {
  color: #4f4f4f;
  padding: 8rem 0 26rem;
}
.login .sub-login.-apply .layout {
  padding: 0 4.3rem;
}
.login .sub-login.-apply .welfare__step + .form-wrap {
  margin-top: 10rem;
}
.login .form-wrap {
  margin-top: 5rem;
  padding: 8rem 9.9rem;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2rem;
}
.login .main__sub-title {
  margin: 0;
}
.login .form {
  margin-top: 5rem;
}
.login .form.-apply .form__desc-essential {
  margin-left: 1rem;
}
.login .form.-done {
  margin-top: 0;
}
.login .form.-done .form-inner {
  padding: 0;
  border: 0;
}
.login .sub-login__form__text {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: -0.08em;
}
.login .sub-login__form__desc {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  text-align: center;
}

@media (max-width: 720px) {
  .sub-login {
    padding: 8rem 0 12rem;
  }
  .sub-login .layout {
    padding: 0;
  }
  .sub-login__image {
    width: 39.6rem;
    padding-left: 7.5rem;
  }
  .sub-login__sub-title {
    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: 9rem;
    color: #4c4949;
    font-size: 5.6rem;
    letter-spacing: -0.04em;
  }
  .sub-login__sub-title .dot {
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 1;
  }
  .sub-login__desc {
    margin-top: 6.5rem;
    font-size: 2.8rem;
  }
  .sub-login__wrapper {
    height: auto;
    margin-top: 6rem;
    padding: 5.5rem 5rem 8rem;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sub-login__form {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .sub-login__form-group {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .sub-login__form-group input, .sub-login__form-group select {
    height: 8rem;
    font-size: 2.6rem;
  }
  .sub-login__form-group.-department, .sub-login__form-group.-number {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .sub-login__form-group.-number {
    margin-top: 2rem;
  }
  .sub-login__form-group.-password {
    margin-top: 2rem;
  }
  .sub-login__form-group.-password .-placeholder {
    position: absolute;
    left: 14.7rem;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    width: auto;
    color: #5c5c5c;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    cursor: text;
  }
  .sub-login__form-group.-birth {
    margin-top: 2rem;
  }
  .sub-login__form-group.-birth .-placeholder {
    position: absolute;
    left: 21.7rem;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    width: auto;
    color: #5c5c5c;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    cursor: text;
  }
  .sub-login__form-group.-remember {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .sub-login__form-group select {
    background-size: 2rem auto;
  }
  .sub-login__button {
    height: 8.9rem;
    margin-top: 3rem;
    font-size: 3.2rem;
  }
  .sub-login__links {
    margin-top: 5rem;
  }
  .sub-login__link {
    padding: 1rem 3rem;
    font-size: 2.2rem;
  }
  .sub-login__link + .sub-login__link::before {
    height: 2.3rem;
  }
  .sub-login__notice {
    margin-top: 7rem;
    font-size: 2.4rem;
    text-underline-offset: 1rem;
    line-height: 1.8;
  }
  .sub-login__service > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 7.5rem;
  }
  .sub-login__service > dl > dt {
    padding-left: 1.3rem;
    font-size: 2.2rem;
  }
  .sub-login__service > dl > dt:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .sub-login__service > dl > dt::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
  }
  .sub-login__service > dl > dd {
    margin-left: 2rem;
    font-weight: 300;
  }
  .sub-login__service > dl > dd:last-child {
    margin-top: 1.5rem;
  }
  .sub-login__service > dl > dd > ul > li {
    font-size: 2.2rem;
  }
  .sub-login__service > dl > dd > ul > li:not(:first-child)::before {
    height: 2.1rem;
  }
  .sub-login__service > dl > dd > span {
    font-size: 2.2rem;
  }
  .sub-login__service > dl > dd > span:not(:first-child) {
    margin-left: 1rem;
  }
  .login .sub-login.-apply .layout {
    padding: 0;
  }
  .login .sub-login.-apply .welfare__step + .form-wrap {
    margin-top: 12rem;
  }
  .login .sub-login.-apply .sub-login__sub-title {
    font-size: 6.2rem;
  }
  .login .form-wrap {
    margin-top: 5rem;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .login .main__sub-title {
    margin: 0;
  }
  .login .form {
    margin-top: 8.5rem;
  }
  .login .form.-apply .form__desc-essential {
    margin-left: 1rem;
  }
  .login .sub-login__form__text {
    font-size: 3.2rem;
  }
  .login .sub-login__form__desc {
    font-size: 2.4rem;
  }
}
/* 약관 */
.clause {
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 1.875;
}
.clause__text {
  font-weight: 300;
}
.clause__text + .clause__text {
  margin-top: 4rem;
}
.clause__text.-title {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666;
}
.clause__text.-title + .clause__text {
  margin-top: 0.5rem;
}
.clause .list-in {
  font-weight: 300;
  padding-left: 2rem;
}
.clause .list-in + .-title {
  margin-top: 4rem;
}
.clause__link {
  display: inline-block;
}
.clause .-block {
  display: block;
}
.clause .-blue {
  color: #36a0e0;
}
.clause .table {
  font-size: 1.4rem;
  line-height: 1.5;
}
.clause .table-wrap {
  padding-left: 2rem;
}
.clause .table thead tr:nth-child(2) {
  border-top: 1px solid #c6c6c6;
}
.clause .table thead tr:nth-child(2) th:first-child {
  border-left: 1px solid #c6c6c6;
}
.clause .table th, .clause .table td {
  padding: 1.1rem 0.5rem 1.2rem;
}
.clause .tabs {
  background-color: #fff;
}
.clause .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clause .tabs__tab {
  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: 50%;
  height: 7rem;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.clause .tabs__tab[aria-selected=true] {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  height: calc(7rem + 1px);
  margin-top: -1px;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}
.clause .tabs__content {
  border-top: 1px solid #000;
  padding: 5rem 3rem 3rem;
}

@media (max-width: 720px) {
  .clause {
    font-size: 2.4rem;
    line-height: 1.6666;
  }
  .clause__text + .clause__text {
    margin-top: 3.5rem;
  }
  .clause__text.-title {
    font-size: 2.6rem;
    line-height: 1.5384;
  }
  .clause .list-in {
    padding-left: 2rem;
  }
  .clause .list-in + .-title {
    margin-top: 4rem;
  }
  .clause .table {
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .clause .table-wrap {
    padding-left: 0;
  }
  .clause .table th, .clause .table td {
    padding: 2.1rem 0.5rem 2.2rem;
  }
  .clause .tabs__tab {
    height: 8.7rem;
  }
  .clause .tabs__tab[aria-selected=true] {
    height: calc(8.7rem + 1px);
  }
  .clause .tabs__content {
    padding: 3.5rem 0;
  }
}
/* 공제회 소개 */
/* 공제회 소개 */
.tgm-intro__text {
  color: #000;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.375;
  text-align: center;
  letter-spacing: -0.06em;
}
.tgm-intro__desc {
  margin: 4rem 0 5rem;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.tgm-intro__tree {
  display: grid;
  position: relative;
  row-gap: 7.8rem;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.tgm-intro__tree::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 0.5rem;
}
.tgm-intro__tree-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
  z-index: 10;
  -webkit-transform: translateX(1.4rem);
      -ms-transform: translateX(1.4rem);
          transform: translateX(1.4rem);
}
.tgm-intro__tree-item::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
}
.tgm-intro__tree-item .text {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
}
.tgm-intro__tree-item .date {
  margin-left: 2.5rem;
  color: #36a0e0;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.tgm-intro__tree-item .ico {
  margin-left: 3.2rem;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.5rem solid #36a0e0;
}
.tgm-intro__tree-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(-1.4rem);
      -ms-transform: translateX(-1.4rem);
          transform: translateX(-1.4rem);
}
.tgm-intro__tree-item:nth-child(2n) .text {
  margin-left: 2.5rem;
}
.tgm-intro__tree-item:nth-child(2n) .date {
  margin-left: 3.2rem;
}
.tgm-intro__tree-item:nth-child(2n) .ico {
  margin-left: 0;
}
.tgm-intro__tip {
  display: block;
  margin-top: 5rem;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}
.tgm-intro__tip b {
  font-weight: 700;
}
.tgm-intro .history .button {
  margin: 8rem auto 0;
}
.tgm-intro .member {
  background-color: #f7f8fb;
}
.tgm-intro .member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  position: relative;
}
.tgm-intro .member__item {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 54.8rem;
  background-color: #fff;
  border-radius: 3.5rem;
  border: 1px solid #9ec073;
}
.tgm-intro .member__item .image-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;
  height: 26rem;
}
.tgm-intro .member__item .image-wrap img {
  width: 18.1rem;
}
.tgm-intro .member__title {
  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: 8.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #9ec073;
  letter-spacing: -0.04em;
}
.tgm-intro .member__text {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.tgm-intro .member__text > span {
  display: block;
}
.tgm-intro .member__text small {
  color: #adadad;
  font-size: 1.8rem;
  line-height: 1.6666;
}
.tgm-intro .member .button {
  margin: 3rem auto 0;
}
.tgm-intro .way .tabs {
  background-color: #fff;
}
.tgm-intro .way .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tgm-intro .way .tabs__tab {
  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: 50%;
  height: 7rem;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.tgm-intro .way .tabs__tab[aria-selected=true] {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  height: calc(7rem + 1px);
  margin-top: -1px;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}
.tgm-intro .way .tabs__content {
  border: 1px solid #000;
}
.tgm-intro .way__address {
  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;
  -webkit-column-gap: 4.6rem;
     -moz-column-gap: 4.6rem;
          column-gap: 4.6rem;
  padding: 6rem 0 2rem;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 2rem;
}
.tgm-intro .way__address .text b {
  font-weight: 700;
}
.tgm-intro .way__address .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
}
.tgm-intro .way__address .num::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.tgm-intro .way__map {
  overflow: hidden;
  height: 45rem;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.tgm-intro .way__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}
.tgm-intro .way__details-item {
  width: 50%;
  padding: 0 9rem;
}
.tgm-intro .way__details-item + .way__details-item {
  border-left: 1px solid #c6c6c6;
}
.tgm-intro .way__details__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.7rem;
     -moz-column-gap: 1.7rem;
          column-gap: 1.7rem;
  color: #000;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.08em;
}
.tgm-intro .way__details__title::before {
  content: "";
  width: 7.2rem;
  height: 7.2rem;
  background: url(../images/) no-repeat center;
  background-size: contain;
}
.tgm-intro .way__details__title.-car::before {
  background-image: url(../images/tgm-intro-way-ico-car.png);
}
.tgm-intro .way__details__title.-public::before {
  background-image: url(../images/tgm-intro-way-ico-public.png);
}
.tgm-intro .way__details__subtit {
  margin-top: 3.5rem;
  color: #4f4f4f;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.06em;
}
.tgm-intro .way__details__subtit.-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tgm-intro .way__details__subtit.-ico::before {
  content: "";
  width: 3rem;
  height: 3rem;
}
.tgm-intro .way__details__subtit.-ico.-bus::before {
  background: url(../images/tgm-intro-way-ico-bus.png) no-repeat center left;
  background-size: 2.1rem auto;
}
.tgm-intro .way__details__subtit.-ico.-train::before {
  background: url(../images/tgm-intro-way-ico-train.png) no-repeat center left;
  background-size: 2rem auto;
}
.tgm-intro .way__details__subtit.-ico.-track::before {
  background: url(../images/tgm-intro-way-ico-track.png) no-repeat center left;
  background-size: 2.1rem auto;
}
.tgm-intro .way__details__list {
  margin-top: 1.5rem;
}
.tgm-intro .way__details__list.-number .way__details__item {
  position: relative;
  padding-left: 3rem;
}
.tgm-intro .way__details__list.-number .way__details__item::before {
  content: attr(data-num);
  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;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: var(--zindex, 1);
  width: 2.2rem;
  height: 2.2rem;
  background-color: #606060;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.tgm-intro .way__details__list.-number .way__details__item + .way__details__item {
  margin-top: 2rem;
}
.tgm-intro .way__details__list.-dot .way__details__item {
  position: relative;
  padding-left: 1.2rem;
}
.tgm-intro .way__details__list.-dot .way__details__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: var(--zindex, 1);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #606060;
  border-radius: 50%;
}
.tgm-intro .way__details__list.-dot .way__details__item + .way__details__item {
  margin-top: 1rem;
}
.tgm-intro .way__details__item {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.06em;
}
.tgm-intro .way__details__item b {
  font-weight: 700;
}
.tgm-intro .way__details__item.subway {
  font-weight: 700;
}
.tgm-intro .way__details__item.subway .-green b {
  background-color: #5cae56;
}
.tgm-intro .way__details__item.subway .-brown b {
  background-color: #aa9872;
}
.tgm-intro .way__details__item.subway b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.8rem;
  padding: 0.4rem 1.1rem;
  border-radius: 1rem;
  color: #fff;
  line-height: 1;
}
.tgm-intro .way__details__item.subway + .subway {
  margin-top: 0.9rem;
}
.tgm-intro .way__details__item .block {
  display: block;
}
.tgm-intro .way__details__item .-blue {
  color: #005ab1;
}
.tgm-intro .way__details__item .-green {
  color: #5cae56;
}
.tgm-intro .way__details__item .-brown {
  color: #aa9872;
}

/* 경영정보 */
.manage-info {
  padding-bottom: 10rem;
}
.manage-info .tabs {
  background-color: #fff;
}
.manage-info .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manage-info .tabs__tab {
  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;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 33.3333333333%;
  height: 7rem;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  letter-spacing: -0.06em;
}
.manage-info .tabs__tab.-half {
  width: 50%;
}
.manage-info .tabs__tab[aria-selected=true] {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  height: calc(7rem + 1px);
  margin-top: -1px;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}
.manage-info .tabs__tab small {
  margin-top: 0.8rem;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
}
.manage-info .tabs__content {
  padding: 17rem 0 11rem;
  border-top: 1px solid #000;
}
.manage-info .tabs__content.-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.manage-info .tabs__content.-half .tabs__content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.manage-info .tabs__content-item.-mgt140 {
  margin-top: 14rem;
}
.manage-info .bar-chart {
  position: relative;
  height: 29.6rem;
  margin-left: 6rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.manage-info .bar-chart.-big {
  height: 39.6rem;
  margin-left: 7.5rem;
}
.manage-info .bar-chart.-big .bar-chart__front {
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
}
.manage-info .bar-chart-wrap {
  padding: 0 9rem;
}
.manage-info .bar-chart__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 1rem;
  height: 100%;
}
.manage-info .bar-chart__back .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -6rem;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.4rem;
}
.manage-info .bar-chart__back .row span {
  width: 6rem;
  padding-right: 1rem;
  text-align: right;
  letter-spacing: -0.15rem;
  word-wrap: normal;
  white-space: nowrap;
}
.manage-info .bar-chart__back .row:not(:last-child)::after {
  content: "";
  width: calc(100% - 6rem);
  height: 1px;
  border-top: 1px dotted #c6c6c6;
}
.manage-info .bar-chart__front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 100%;
  height: 100%;
}
.manage-info .bar-chart__front .bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  position: relative;
  padding-top: 2rem;
}
.manage-info .bar-chart__front .bar-wrap .bar {
  position: relative;
  width: 3.8rem;
  background-color: #37a0e1;
  cursor: pointer;
}
.manage-info .bar-chart__front .bar-wrap .bar:nth-child(2) {
  background-color: #c8e1f0;
}
.manage-info .bar-chart__front .bar-wrap .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(255, 255, 255, 0.45) 1rem, rgba(255, 255, 255, 0.45) 1.7rem);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.manage-info .bar-chart__front .bar-wrap .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-95%);
      -ms-transform: translateY(-95%);
          transform: translateY(-95%);
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-people::after {
  width: 3.8rem;
  height: 4.2rem;
  background: url(../images/manage-chart-ico-people.png) no-repeat center;
  background-size: contain;
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-people:nth-child(2)::after {
  background-image: url(../images/manage-chart-ico-people2.png);
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-money::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/manage-chart-ico-money.png) no-repeat center;
  background-size: contain;
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-money:nth-child(2)::after {
  background-image: url(../images/manage-chart-ico-money2.png);
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-coin::after {
  top: 0.2rem;
  width: 6.4rem;
  height: 3.7rem;
  background: url(../images/manage-chart-ico-coin.png) no-repeat center;
  background-size: contain;
}
.manage-info .bar-chart__front .bar-wrap .bar.-ico-coin:nth-child(2)::after {
  background-image: url(../images/manage-chart-ico-coin2.png);
}
.manage-info .bar-chart__front .bar-wrap .bar .bubble {
  pointer-events: none;
  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;
  row-gap: 0.6rem;
  position: absolute;
  left: 50%;
  top: -13rem;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13.6rem;
  height: 6.4rem;
  padding-top: 1.2rem;
  background-color: #163862;
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  border-radius: 1.5rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: top 0.2s ease-in, opacity 0.2s ease-in;
  transition: top 0.2s ease-in, opacity 0.2s ease-in;
}
.manage-info .bar-chart__front .bar-wrap .bar .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.9rem;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 1.3rem solid #163862;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.manage-info .bar-chart__front .bar-wrap .bar .bubble::after {
  content: attr(data-value);
  font-weight: 700;
  font-size: 2rem;
}
.manage-info .bar-chart__front .bar-wrap .bar:hover ~ .text {
  color: #37a0e1;
}
.manage-info .bar-chart__front .bar-wrap .bar:hover ~ .text.-green {
  color: #92c155;
}
.manage-info .bar-chart__front .bar-wrap .bar:hover::before {
  opacity: 1;
}
.manage-info .bar-chart__front .bar-wrap .bar:hover .bubble {
  top: -12rem;
  opacity: 1;
}
.manage-info .bar-chart__front .bar-wrap .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, calc(100% + 1rem));
      -ms-transform: translate(-50%, calc(100% + 1rem));
          transform: translate(-50%, calc(100% + 1rem));
  font-weight: 700;
  color: #c6c6c6;
  font-size: 2rem;
}
.manage-info .bar-chart__front .bar-wrap.-roomy .bar {
  width: 6.4rem;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  width: 11.3rem;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar::before {
  display: none;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.5rem solid #31411d;
  -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.14);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in {
  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%;
  height: calc(100% - 7rem);
  border: 1px solid #92c155;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in::before {
  content: attr(data-value);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in:first-child {
  height: 7rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #fff;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in:first-child::before {
  color: #94c84a;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in + .bar-in {
  position: relative;
  background-color: #92c155;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar-in + .bar-in::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(255, 255, 255, 0.45) 1rem, rgba(255, 255, 255, 0.45) 1.7rem);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar .bubble {
  top: -10rem;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #31411d;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar .bubble::before {
  border-top: 1.3rem solid #31411d;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar:hover::after {
  opacity: 1;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bubble {
  top: -9rem;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bar-in + .bar-in::before {
  position: relative;
  z-index: 10;
  text-shadow: -2px 0 #92c155, 0 2px #92c155, 2px 0 #92c155, 0 -2px #92c155;
}
.manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bar-in + .bar-in::after {
  opacity: 1;
}
.manage-info .bar-chart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.9rem;
     -moz-column-gap: 2.9rem;
          column-gap: 2.9rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--zindex, 0);
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.6rem;
}
.manage-info .bar-chart__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.manage-info .bar-chart__info span::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #37a0e1;
  border-radius: 50%;
}
.manage-info .bar-chart__info span:last-child::before {
  background-color: #c8e1f0;
}
.manage-info .bar-chart__info.-green span::before {
  background-color: #94c84a;
}
.manage-info .bar-chart__info.-green span:last-child::before {
  background-color: #fff;
  border: 2px solid #92c155;
}
.manage-info .bar-chart.-swiper .swiper-container {
  width: 100%;
  height: calc(100% + 4rem);
  padding-bottom: 4rem;
}
.manage-info .bar-chart.-swiper .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.manage-info .bar-chart.-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
}
.manage-info .bar-chart.-swiper .swiper-pagination {
  display: none;
}
.manage-info .donut-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15rem;
  color: #4f4f4f;
}
.manage-info .donut-chart-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 0 14rem;
}
.manage-info .donut-chart-wrap .swiper-button-next,
.manage-info .donut-chart-wrap .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 22.6rem;
  z-index: var(--zindex, 1);
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  font-size: 2.1rem;
  border: 1px solid #9d9d9d;
  border-radius: 0.5rem;
}
.manage-info .donut-chart-wrap .swiper-button-next::after,
.manage-info .donut-chart-wrap .swiper-button-prev::after {
  display: none;
}
.manage-info .donut-chart-wrap .swiper-button-next::before,
.manage-info .donut-chart-wrap .swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(calc(-50% - 0.1rem), -50%) rotate(-180deg);
      -ms-transform: translate(calc(-50% - 0.1rem), -50%) rotate(-180deg);
          transform: translate(calc(-50% - 0.1rem), -50%) rotate(-180deg);
  width: 1.3rem;
  height: 1.6rem;
  background: url(../images/ico-swiper-arr.png) no-repeat center;
  background-size: 1.1rem auto;
  -webkit-transition: background-image 0.25s ease-in-out;
  transition: background-image 0.25s ease-in-out;
}
.manage-info .donut-chart-wrap .swiper-button-next:hover::before,
.manage-info .donut-chart-wrap .swiper-button-prev:hover::before {
  background-image: url(../images/ico-swiper-arr-on.png);
}
.manage-info .donut-chart-wrap .swiper-button-next {
  left: unset;
  right: 0;
}
.manage-info .donut-chart-wrap .swiper-button-next::before {
  -webkit-transform: translate(calc(-50% + 0.1rem), -50%);
      -ms-transform: translate(calc(-50% + 0.1rem), -50%);
          transform: translate(calc(-50% + 0.1rem), -50%);
}
.manage-info .donut-chart-wrap .swiper-button-next[aria-disabled=true],
.manage-info .donut-chart-wrap .swiper-button-prev[aria-disabled=true] {
  opacity: unset;
  color: #7f7f7f;
  font-weight: 300;
}
.manage-info .donut-chart-wrap .-stock {
  background-color: #996edc;
}
.manage-info .donut-chart-wrap .-bond {
  background-color: #a3b7ff;
}
.manage-info .donut-chart-wrap .-alternative {
  background-color: #99d8f6;
}
.manage-info .donut-chart-wrap .-multi {
  background-color: #99d8f6;
}
.manage-info .donut-chart-wrap .-estate {
  background-color: #42d0d9;
}
.manage-info .donut-chart-wrap .-company {
  background-color: #ffa077;
}
.manage-info .donut-chart-wrap .-Infra {
  background-color: #fcdd98;
}
.manage-info .donut-chart-wrap .-short {
  background-color: #aad86e;
}
.manage-info .donut-chart__item {
  width: 50%;
}
.manage-info .donut-chart__item.-canvas {
  padding-left: 10rem;
}
.manage-info .donut-chart__row-bars li {
  overflow: hidden;
  position: relative;
  height: 4rem;
  background-color: #f4f4f4;
  border-radius: 0.7rem 2rem 2rem 0.7rem;
}
.manage-info .donut-chart__row-bars li .bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 30%;
  height: 100%;
  border-radius: 0 2rem 2rem 0;
  cursor: pointer;
}
.manage-info .donut-chart__row-bars li .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(255, 255, 255, 0.45) 1rem, rgba(255, 255, 255, 0.45) 1.7rem);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.manage-info .donut-chart__row-bars li .bar:hover::after {
  opacity: 1;
}
.manage-info .donut-chart__row-bars li .per {
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  font-size: 2rem;
}
.manage-info .donut-chart__row-bars li + li {
  margin-top: 2.5rem;
}
.manage-info .donut-chart__labels {
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 4rem;
  padding-left: 15rem;
}
.manage-info .donut-chart__labels li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  font-size: 1.6rem;
}
.manage-info .donut-chart__labels li .dot {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.manage-info .donut-chart__canvas-wrap {
  position: relative;
  width: 44.9rem;
  height: 44.9rem;
}
.manage-info .donut-chart__canvas-wrap canvas {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.manage-info .donut-chart__total {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.manage-info .donut-chart__total .text {
  padding-top: 3.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.458;
  letter-spacing: -0.04em;
}
.manage-info .donut-chart__total .total {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.458;
  letter-spacing: -0.04em;
}
.manage-info .donut-chart__total small {
  font-size: 1.4rem;
}
.manage-info .donut-chart__total::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: var(--zindex, -1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24rem;
  height: 24rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 2rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem 1.5rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 720px) {
  .tgm-intro .layout {
    width: 100%;
    text-align: center;
  }
  .tgm-intro__text {
    font-size: 4.2rem;
    line-height: 1.4285;
  }
  .tgm-intro__desc {
    margin: 3.5rem 0 5.5rem;
    font-size: 2.6rem;
    line-height: 1.3846;
  }
  .tgm-intro .history.wrap {
    padding-bottom: 10rem;
  }
  .tgm-intro__tree {
    overflow: hidden;
    row-gap: 7.5rem;
    margin-top: 9.5rem;
    padding-bottom: 9rem;
  }
  .tgm-intro__tree-item .text {
    position: absolute;
    left: 50%;
    top: calc(100% + 1.2rem);
    z-index: var(--zindex, 1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translate(calc(-100% - 5.4rem));
        -ms-transform: translate(calc(-100% - 5.4rem));
            transform: translate(calc(-100% - 5.4rem));
    font-size: 2rem;
    line-height: 1.25;
    text-align: right;
  }
  .tgm-intro__tree-item .date {
    margin-left: 0;
    font-size: 3.6rem;
  }
  .tgm-intro__tree-item .ico {
    margin-left: 2.6rem;
  }
  .tgm-intro__tree-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tgm-intro__tree-item:nth-child(2n) .text {
    margin-left: 0;
    left: unset;
    right: 50%;
    -webkit-transform: translate(calc(100% + 5.4rem));
        -ms-transform: translate(calc(100% + 5.4rem));
            transform: translate(calc(100% + 5.4rem));
    text-align: left;
  }
  .tgm-intro__tree-item:nth-child(2n) .date {
    margin-left: 2.6rem;
  }
  .tgm-intro__tree-item:nth-child(2n) .ico {
    margin-left: 0;
  }
  .tgm-intro .member__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 5.2rem;
    padding: 0 4.4rem;
  }
  .tgm-intro .member__item {
    display: grid;
    grid-template-columns: 22rem auto;
    height: auto;
    padding-bottom: 3.5rem;
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .tgm-intro .member__item .image-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 22rem;
    height: 100%;
    padding-top: 2.9rem;
  }
  .tgm-intro .member__item .image-wrap img {
    display: block !important;
    width: 17.9rem;
  }
  .tgm-intro .member__title {
    grid-column: 1/span 2;
    font-size: 2.8rem;
  }
  .tgm-intro .member__text {
    padding: 3.8rem 2.5rem 0 0;
    font-size: 2.6rem;
    text-align: left;
    letter-spacing: -0.06em;
  }
  .tgm-intro .member__text small {
    font-size: 2rem;
  }
  .tgm-intro .way .tabs {
    margin: 0 4.4rem;
  }
  .tgm-intro .way .tabs__tab {
    font-size: 3.2rem;
  }
  .tgm-intro .way__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 3.5rem 0 3.5rem 3.3rem;
    font-size: 2.6rem;
    text-align: left;
  }
  .tgm-intro .way__address .text {
    width: 100%;
  }
  .tgm-intro .way__address .num {
    margin-top: 1rem;
  }
  .tgm-intro .way__address .num + .num {
    margin-left: 3.8rem;
  }
  .tgm-intro .way__map {
    height: auto;
  }
  .tgm-intro .way__map img {
    max-width: 100%;
  }
  .tgm-intro .way__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7.5rem 0;
    text-align: left;
  }
  .tgm-intro .way__details-item {
    width: 100%;
    padding: 0 1rem 0 3.2rem;
  }
  .tgm-intro .way__details-item + .way__details-item {
    margin-top: 7.5rem;
    border-left: 0;
  }
  .tgm-intro .way__details__title {
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
    font-size: 3rem;
  }
  .tgm-intro .way__details__subtit {
    margin-top: 2.3rem;
    font-size: 2.8rem;
    text-decoration: underline;
    text-underline-offset: 0.8rem;
    text-decoration-thickness: 1px;
  }
  .tgm-intro .way__details__list {
    margin-top: 2rem;
  }
  .tgm-intro .way__details__list.-number .way__details__item::before {
    top: 0.5rem;
    line-height: 1;
  }
  .tgm-intro .way__details__list.-number .way__details__item + .way__details__item {
    margin-top: 0.5rem;
  }
  .tgm-intro .way__details__list.-dot .way__details__item::before {
    top: 1.3rem;
  }
  .tgm-intro .way__details__list.-dot .way__details__item + .way__details__item {
    margin-top: 0.5rem;
  }
  .tgm-intro .way__details__list + .way__details__subtit {
    margin-top: 5rem;
  }
  .tgm-intro .way__details__item {
    font-size: 2.4rem;
  }
  .tgm-intro .way__details__item.subway b {
    border-radius: 1.5rem;
  }
  /* 경영정보 */
  .manage-info {
    padding-bottom: 10rem;
    text-align: center;
  }
  .manage-info [data-aos=fade-left] {
    -webkit-transform: translate3d(0, 100px, 0) !important;
            transform: translate3d(0, 100px, 0) !important;
  }
  .manage-info [data-aos=fade-left].aos-animate {
    -webkit-transform: translateZ(0) !important;
            transform: translateZ(0) !important;
  }
  .manage-info [data-aos-delay] {
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .manage-info .tabs {
    width: 100%;
  }
  .manage-info .tabs__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 100%;
    height: 10.5rem;
    padding: 2rem 1.4rem 0;
    white-space: nowrap;
  }
  .manage-info .tabs__tab[aria-selected=true] {
    height: calc(10.5rem + 1px);
  }
  .manage-info .tabs__tab small {
    margin-top: 0;
    font-size: 2rem;
  }
  .manage-info .tabs__content {
    overflow: hidden;
    padding: 18rem 0 2rem;
  }
  .manage-info .tabs__content.-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 14rem;
  }
  .manage-info .tabs__content-item.-mgt140 {
    margin-top: 14rem;
  }
  .manage-info .bar-chart {
    margin-left: 8.5rem;
  }
  .manage-info .bar-chart.-big {
    height: 29.6rem;
    margin-left: 10rem;
  }
  .manage-info .bar-chart.-big .bar-chart__front {
    -webkit-column-gap: 4.2rem;
       -moz-column-gap: 4.2rem;
            column-gap: 4.2rem;
  }
  .manage-info .bar-chart.-big .bar-chart__back .row {
    margin-left: -10rem;
  }
  .manage-info .bar-chart.-big .bar-chart__back .row span {
    width: 10rem;
  }
  .manage-info .bar-chart.-big .bar-chart__back .row:not(:last-child)::after {
    width: calc(100% - 10rem);
  }
  .manage-info .bar-chart-wrap {
    padding: 0;
  }
  .manage-info .bar-chart__back .row {
    margin-left: -8.5rem;
    font-size: 2rem;
  }
  .manage-info .bar-chart__back .row span {
    width: 8.5rem;
  }
  .manage-info .bar-chart__back .row:not(:last-child)::after {
    width: calc(100% - 8.5rem);
  }
  .manage-info .bar-chart__front {
    -webkit-column-gap: 7.3rem;
       -moz-column-gap: 7.3rem;
            column-gap: 7.3rem;
  }
  .manage-info .bar-chart__front .bar-wrap {
    padding-top: 2.5rem;
  }
  .manage-info .bar-chart__front .bar-wrap .bar .bubble {
    row-gap: 1.2rem;
    top: -15rem;
    width: 13.6rem;
    height: 9.1rem;
    padding-top: 1.5rem;
    font-size: 2rem;
  }
  .manage-info .bar-chart__front .bar-wrap .bar .bubble::after {
    font-size: 2.6rem;
  }
}
@media (max-width: 720px) and (hover: hover) {
  .manage-info .bar-chart__front .bar-wrap .bar:hover ~ .text {
    color: #c6c6c6;
  }
  .manage-info .bar-chart__front .bar-wrap .bar:hover ~ .text.-green {
    color: #c6c6c6;
  }
  .manage-info .bar-chart__front .bar-wrap .bar:hover::before {
    opacity: 0;
  }
  .manage-info .bar-chart__front .bar-wrap .bar:hover .bubble {
    top: -16rem;
    opacity: 0;
  }
}
@media (max-width: 720px) {
  .manage-info .bar-chart__front .bar-wrap .bar.-active ~ .text {
    color: #37a0e1;
  }
  .manage-info .bar-chart__front .bar-wrap .bar.-active ~ .text.-green {
    color: #92c155;
  }
  .manage-info .bar-chart__front .bar-wrap .bar.-active::before {
    opacity: 1;
  }
  .manage-info .bar-chart__front .bar-wrap .bar.-active .bubble {
    top: -14.5rem;
    opacity: 1;
  }
  .manage-info .bar-chart__front .bar-wrap .text {
    font-size: 2.4rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar {
    width: 12.1rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar-in {
    height: calc(100% - 5.2rem);
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar-in::before {
    font-size: 2.4rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar-in:first-child {
    height: 5.2rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar .bubble {
    top: -13rem;
    width: 17.6rem;
  }
}
@media (max-width: 720px) and (hover: hover) {
  .manage-info .bar-chart__front .bar-wrap.-merge .bar:hover::after {
    opacity: 0;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bubble {
    top: -13rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bar-in + .bar-in::before {
    text-shadow: none;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar:hover .bar-in + .bar-in::after {
    opacity: 0;
  }
}
@media (max-width: 720px) {
  .manage-info .bar-chart__front .bar-wrap.-merge .bar.-active::after {
    opacity: 1;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar.-active .bubble {
    top: -12rem;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar.-active .bar-in + .bar-in::before {
    position: relative;
    z-index: 10;
    text-shadow: -2px 0 #92c155, 0 2px #92c155, 2px 0 #92c155, 0 -2px #92c155;
  }
  .manage-info .bar-chart__front .bar-wrap.-merge .bar.-active .bar-in + .bar-in::after {
    opacity: 1;
  }
  .manage-info .bar-chart__info {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    -webkit-transform: translateY(-11rem);
        -ms-transform: translateY(-11rem);
            transform: translateY(-11rem);
    font-size: 2rem;
  }
  .manage-info .bar-chart__info span {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .manage-info .bar-chart__info.-green span::before {
    background-color: #94c84a;
  }
  .manage-info .bar-chart__info.-green span:last-child::before {
    background-color: #fff;
    border: 2px solid #92c155;
  }
  .manage-info .bar-chart.-swiper .swiper-container {
    overflow-x: clip;
    height: calc(100% + 4rem);
    padding-bottom: 4rem;
  }
  .manage-info .bar-chart.-swiper .swiper-wrapper {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .manage-info .bar-chart.-swiper .swiper-slide {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: auto;
    padding: 0 9rem 0 9rem;
  }
  .manage-info .bar-chart.-swiper .swiper-slide + .swiper-slide {
    padding-left: 0;
  }
  .manage-info .bar-chart.-swiper .swiper-pagination {
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% + 8rem);
    z-index: var(--zindex, 1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0.5rem;
    background-color: #f4f4f4;
    border-radius: 3rem;
  }
  .manage-info .bar-chart.-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #000;
    border-radius: 3rem;
  }
  .manage-info .donut-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3.9rem;
  }
  .manage-info .donut-chart-wrap .swiper-button-next,
  .manage-info .donut-chart-wrap .swiper-button-prev {
    top: 41rem;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    width: 3.9rem;
    height: 3.9rem;
  }
  .manage-info .donut-chart-wrap .swiper-button-next::before,
  .manage-info .donut-chart-wrap .swiper-button-prev::before {
    width: 1.5rem;
    height: 2rem;
    background: url(../images/ico-swiper-arr.png) no-repeat center;
    background-size: 1.5rem auto;
  }
  .manage-info .donut-chart-wrap .swiper-button-next:hover::before,
  .manage-info .donut-chart-wrap .swiper-button-prev:hover::before {
    background-image: url(../images/ico-swiper-arr-on.png);
  }
  .manage-info .donut-chart__item {
    width: 100%;
  }
  .manage-info .donut-chart__item.-canvas {
    margin-top: 6rem;
    padding-left: 0;
  }
  .manage-info .donut-chart__row-bars li .per {
    right: 2.8rem;
    font-size: 2.4rem;
  }
  .manage-info .donut-chart__row-bars li + li {
    margin-top: 1.5rem;
  }
  .manage-info .donut-chart__labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    row-gap: 1rem;
    margin-top: 7rem;
    padding: 0 0 0 2rem;
  }
  .manage-info .donut-chart__labels li {
    -webkit-column-gap: 0.9rem;
       -moz-column-gap: 0.9rem;
            column-gap: 0.9rem;
    font-size: 2.2rem;
  }
  .manage-info .donut-chart__labels li .dot {
    width: 2rem;
    height: 2rem;
  }
  .manage-info .donut-chart__canvas-wrap {
    margin: 0 auto;
  }
  .manage-info .donut-chart__total {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    border-radius: 50%;
  }
  .manage-info .donut-chart__total .text {
    padding-top: 3.5rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.458;
    letter-spacing: -0.04em;
  }
  .manage-info .donut-chart__total .total {
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.458;
    letter-spacing: -0.04em;
  }
  .manage-info .donut-chart__total small {
    font-size: 1.4rem;
  }
  .manage-info .donut-chart__total::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--zindex, -1);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24rem;
    height: 24rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 2rem 1.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
/* 공제회 소개 - 게시판 */
.boardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
}
.boardInfo__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
}
.boardInfo__total b {
  color: #37a0e1;
}
.boardInfo__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

.boardInfo__search .selectBox {display:flex; column-gap:1.2rem;}
.boardInfo__search select {
  height: 3.5rem;
  padding: 0 2rem;
  width: 16.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  color: #9d9d9d;
  background: url("../images/board_dropdown.png") no-repeat center right 2.2rem;
  background-size: 1.6rem auto;
}
.boardInfo__search > div {
  position: relative;
}
.boardInfo__search > div input {
  height: 3.5rem;
  width: 32.6rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.boardInfo__search > div input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.boardInfo__search > div input::-moz-placeholder {
  color: #9d9d9d;
}
.boardInfo__search > div input:-ms-input-placeholder {
  color: #9d9d9d;
}
.boardInfo__search > div input::-ms-input-placeholder {
  color: #9d9d9d;
}
.boardInfo__search > div input::placeholder {
  color: #9d9d9d;
}
.boardInfo__search > div button {
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 2rem;
}
.boardInfo__search > div button img {
  width: 1.8rem;
}
.boardInfo + .boardBody {
  margin-top: 2.2rem;
}

.boardBody {
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}
.boardBody__grid {
  display: grid;
}
.boardBody__grid.type1 {
  grid-template-columns: 10rem auto 28rem 14.5rem;
}
.boardBody__header {
  border-bottom: 1px #c6c6c6 solid;
}
.boardBody__header > .boardBody__grid > div {
  font-weight: 700;
  font-size: 2rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 7rem;
}
.boardBody__data li:not(:first-child) {
  border-top: 1px #c6c6c6 solid;
}
.boardBody__data .boardBody__grid {
  height: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boardBody__data .boardBody__grid.notice {
  background-color: #f4f4f4;
}
.boardBody__data .boardBody__grid.notice ._number, .boardBody__data .boardBody__grid.notice ._date {
  font-weight: 700;
}
.boardBody__data .boardBody__grid > div {
  font-size: 1.4rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.boardBody__data .boardBody__grid > div._number {
  text-align: center;
}
.boardBody__data .boardBody__grid > div._title {
  padding-left: 7.5rem;
  font-size: 1.8rem;
}
.boardBody__data .boardBody__grid > div._title a {
  font-weight: normal;
  font-weight: 300;
}
.boardBody__data .boardBody__grid > div._title a b {
  font-weight: 700;
}
.boardBody__data .boardBody__grid > div._title a:hover {
  color: #38a0dd;
  font-weight: 700;
}
.boardBody__data .boardBody__grid > div._title a ._label {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.7rem;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
.boardBody__data .boardBody__grid > div._title a ._label._juhwang {
  background-color: #ea5405;
}
.boardBody__data .boardBody__grid > div._title a ._label._blue {
  background-color: #36a0e0;
}
.boardBody__data .boardBody__grid > div._title a ._label._gray {
  background-color: #a5a5a5;
}
.boardBody__data .boardBody__grid > div._title a ._label._border {
  color: #4f4f4f;
  border: 1px #9d9d9d solid;
  border-radius: 0.5rem;
  padding: 0 0.6rem;
}
.boardBody__data .boardBody__grid > div._title a ._label:last-child {
  margin-right: 0;
}
.boardBody__data .boardBody__grid > div._title img {
  height: 2rem;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
.boardBody__data .boardBody__grid > div._file {
  text-align: center;
}
.boardBody__data .boardBody__grid > div._file button {
  display: block;
  margin-inline: auto;
  padding: 1rem;
}
.boardBody__data .boardBody__grid > div._file img {
  width: 1.8rem;
  display: block;
}
.boardBody__data .boardBody__grid > div._writer {
  text-align: center;
}
.boardBody__data .boardBody__grid > div._date {
  text-align: center;
}

.boardPagination {
  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: 5rem;
}
.boardPagination > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
.boardPagination > a > img {
  width: 2rem;
}
.boardPagination > a > img:first-child {
  border: 1px #9d9d9d solid;
  border-radius: 0.3rem;
}
.boardPagination > a > img:last-child {
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.boardPagination > a:hover > img:last-child {
  opacity: 1;
}
.boardPagination > a:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.boardPagination > ul > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
.boardPagination > ul > a > img {
  width: 2rem;
}
.boardPagination > ul > a > img:first-child {
  border: 1px #9d9d9d solid;
  border-radius: 0.3rem;
}
.boardPagination > ul > a > img:last-child {
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.boardPagination > ul > a:hover > img:last-child {
  opacity: 1;
}
.boardPagination > ul > a:last-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.boardPagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}
.boardPagination > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c6c6c6;
  font-weight: 800;
  font-size: 1.4rem;
}
.boardPagination > ul > li > a.on, .boardPagination > ul > li > a:hover {
  color: #4f4f4f;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.boardPagination > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c6c6c6;
  font-weight: 800;
  font-size: 1.4rem;
  -webkit-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
}
.boardPagination + .mypageContents__subtitle, .boardPagination + .mypageContents__memberInfo {
  margin-top: 7rem;
}

.boardControl {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.boardControl > a {
  width: 18rem;
  height: 5.3rem;
  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: 2.4rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: -0.04em;
  background-color: transparent;
  border-radius: 2.6rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid #5c5c5c;
}
.boardControl > a:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.boardControl ._blue {
  background-color: #36a0e0;
  color: #fff;
  border: 0;
}
.boardControl ._blue:hover {
  background-color: #005b92;
}
.boardControl + .boardPagination {
  margin-top: 11.5rem;
}

.boardView {
  border-top: 1px #000000 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boardView__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  padding: 0 3.5rem;
  border-bottom: 1px #c6c6c6 solid;
}
.boardView__info > b {
  font-weight: 700;
  color: #4f4f4f;
  font-size: 2rem;
  letter-spacing: -0.08em;
}
.boardView__info > b + span {
  margin-left: auto;
}
.boardView__info > span {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boardView__info > span + span::before {
  width: 1px;
  height: 1.4rem;
  background-color: #c6c6c6;
  content: " ";
  margin: 0 1.5rem;
}
.boardView__file {
  padding: 1.7rem 2.2rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px #c6c6c6 solid;
}
.boardView__file > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.boardView__file > ul > li > b {
  font-size: 1.4rem;
  color: #4f4f4f;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.boardView__file > ul > li > span {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  color: #4f4f4f;
  font-weight: 300;
}
.boardView__file > ul > li > span._size {
  color: #c6c6c6;
  font-size: 1.2rem;
}
.boardView__file > ul > li > button {
  padding: 1rem;
}
.boardView__file > ul > li img {
  width: 1.8rem;
}
.boardView__file > button {
  margin-top: 0.7rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 12rem;
  height: 3.5rem;
  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: 1.4rem;
  font-weight: 700;
  color: #4f4f4f;
  border-radius: 1rem;
  border: 1px #9d9d9d solid;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.boardView__file > button:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.boardView__data {
  padding: 8rem 4rem;
  border-bottom: 1px #000000 solid;
}
.boardView__data table {width:100%;}
.boardView__data p {
  color: #4f4f4f;
  font-size: 2rem;
  line-height:normal !important;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.boardView__data img {
  display: inline-block;
}
.boardView__answer {
  padding: 5.5rem 4rem 5.5rem 4rem;
  border-bottom: 1px #000000 solid;
}
.boardView__answer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1.5rem;
}
.boardView__answer > div > img {
  width: 1.8rem;
  margin-right: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.boardView__answer > div > b {
  font-size: 2rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  margin-right: 1rem;
  line-height: 1.8rem;
}
.boardView__answer > div > span {
  font-size: 1.4rem;
  font-weight: 300;
  color: #4f4f4f;
  letter-spacing: -0.06em;
  line-height: 1.2rem;
}
.boardView__answer > p {
  font-size: 2rem;
  font-weight: 300;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  padding-left: 2.8rem;
}
.boardView__answer.-done {
  padding: 6.5rem 0;
  text-align: center;
}
.boardView__answer.-done .title {
  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: #36a0e0;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.boardView__answer.-done .title::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  margin-right: 1.4rem;
  background: url(../images/ico-cycle-check.png) no-repeat center;
  background-size: contain;
}
.boardView__answer.-done .title + p {
  margin-top: 1.9rem;
  padding: 0;
}
.boardView__control {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.boardView__control > a {
  width: 18rem;
  height: 5.3rem;
  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: 2.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  border: 1px solid #5c5c5c;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #5c5c5c;
}
.boardView__control > a:hover {
  background-color: #36a0e0;
  color: #fff;
  border-color: #36a0e0;
}
.boardView__control > a._border {
  border: 1px #878787 solid;
  color: #4f4f4f;
}
.boardView__control ._blue {
  background-color: #36a0e0;
  color: #fff;
  border: 0;
}
.boardView__control ._blue:hover {
  background-color: #005b92;
}

.boardWrite {
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}
.boardWrite__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boardWrite__row:not(:first-child) {
  border-top: 1px #c6c6c6 solid;
}
.boardWrite__label {
  width: 16rem;
  font-size: 2rem;
  line-height: 7rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px #c6c6c6 solid;
  background-color: #f4f4f4;
}
.boardWrite__input {
  min-height: 7rem;
  padding: 1.7rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.boardWrite__input > select {
  height: 3.5rem;
  padding: 0 2rem;
  width: 16.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  color: #9d9d9d;
  background: url("../images/board_dropdown.png") no-repeat center right 2.2rem;
  background-size: 1.6rem auto;
}
.boardWrite__input > input {
  height: 3.5rem;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.boardWrite__input > input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > input::-moz-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > input:-ms-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > input::-ms-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > input::placeholder {
  color: #9d9d9d;
}
.boardWrite__input > textarea {
  border: 1px solid #a7a7a7;
  border-radius: 1rem;
  color: #5c5c5c;
  padding: 2rem;
  resize: none;
  width: 100%;
  min-height: 73rem;
  margin: 0.7rem 0;
  font-size: 1.6rem;
}
.boardWrite__input > textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > textarea::-moz-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > textarea:-ms-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > textarea::-ms-input-placeholder {
  color: #9d9d9d;
}
.boardWrite__input > textarea::placeholder {
  color: #9d9d9d;
}

.board_fakeInput {
  position: relative;
  cursor: pointer;
}
.board_fakeInput + .board_fakeInput {
  margin-left: 3.8rem;
}
.board_fakeInput input[type=radio] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}
.board_fakeInput input[type=radio] + span::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.7rem;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
}
.board_fakeInput input[type=radio]:checked + span::before {
  border: 0.4rem solid #37a0e1;
}
.board_fakeInput input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.board_fakeInput input[type=checkbox] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}
.board_fakeInput input[type=checkbox] + span::before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  background: url("../images/board_checkbox_off.png") no-repeat;
  background-size: contain;
  content: " ";
}
.board_fakeInput input[type=checkbox] + span img {
  height: 1.8rem;
  margin-right: 0.7rem;
}
.board_fakeInput input[type=checkbox]:checked + span::before {
  background: url("../images/board_checkbox_onn.png") no-repeat;
  background-size: contain;
}
.board_fakeInput > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}
.board_fakeInput > span img {
  height: 1.8rem;
  margin-left: 0.7rem;
}

.faqTab {
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #000000 solid;
}
.faqTab > button {
  height: 7.2rem;
  border: 1px #c6c6c6 solid;
  border-bottom: 0;
  width: calc(20% + 1px);
  margin-left: -1px;
  color: #c6c6c6;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.faqTab > button:first-child {
  margin-left: 0;
  width: 20%;
}
.faqTab > button.on {
  border: 1px #000000 solid;
  border-bottom: 1px #ffffff solid;
  position: relative;
  z-index: 10;
  color: #000000;
}

.faqList {
  margin-top: 6.5rem;
}
.faqList > ul > li {
  border-bottom: 1px #c6c6c6 solid;
}
.faqList > ul > li:first-child {
  border-top: 1px #000000 solid;
}
.faqList > ul > li:last-child {
  border-bottom: 1px #000000 solid;
}
.faqList__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem 0 3rem;
}
.faqList__q > span {
  font-size: 1.1rem;
  color: #4f4f4f;
  letter-spacing: -0.02em;
  padding: 0 0.6rem;
  border: 1px #9d9d9d solid;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  margin-right: 1.7rem;
  font-weight: 700;
  justify-content:center;
  width:6.8rem;
}
.faqList__q > b {
  font-size: 1.8rem;
  color: #4f4f4f;
  font-weight: 300;
  letter-spacing: -0.04em;
  width:calc(100% - 10.2rem);
}
.faqList__q > button {
  margin-left: auto;
  padding: 1rem;
}
.faqList__q > button img {
  width: 1.6rem;
}
.faqList__q > button img:last-child {
  display: none;
}
.faqList__q:not(.on) + .faqList__a {
  display: none;
}
.faqList__q.on {
  background-color: #f4f4f4;
}
.faqList__q.on > b {
  font-weight: 700;
}
.faqList__q.on > button > img:first-child {
  display: none;
}
.faqList__q.on > button > img:last-child {
  display: block;
}
.faqList__q.on + .faqList__a {
  background-color: #f4f4f4;
}
.faqList__a {
  padding: 3rem;
  border-top: 1px #c6c6c6 solid;
}
.faqList__a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
	flex-direction:column;
}
.faqList__a > div > img {
  width: 1.8rem;
  min-width: 1.8rem;
  height: auto;
  margin-right: 3rem;
}
.faqList__a > div > p,
.faqList__a > div pre {
  color: #4f4f4f;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.faqList__a > div pre {padding-left:14px; overflow:auto; white-space:pre-wrap;}

@media (max-width: 720px) {
  .boardWrap {
    text-align: left;
  }
  .boardInfo {
    padding-left: 0;
  }
  .boardInfo__total {
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
    font-size: 2.2rem;
  }
  .boardInfo__search {flex-direction:column;}
  .boardInfo__search .selectBox {width:100%;}
  .boardInfo__search select {
    height: 5rem;
    width: 50%;
    font-size: 2.2rem;
    background-position: center right 1.7rem;
    background-size: 2.2rem auto;
  }
  .boardInfo__search > div {margin-top:1.2rem; width:100%;}
  .boardInfo__search > div input {
    height: 5rem;
    width: 100%;
    font-size: 2.2rem;
  }
  .boardInfo__search > div input::-webkit-input-placeholder {
    color: transparent;
  }
  .boardInfo__search > div input::-moz-placeholder {
    color: transparent;
  }
  .boardInfo__search > div input:-ms-input-placeholder {
    color: transparent;
  }
  .boardInfo__search > div input::-ms-input-placeholder {
    color: transparent;
  }
  .boardInfo__search > div input::placeholder {
    color: transparent;
  }
  .boardInfo__search > div button {
    top: calc(50% - 1.3rem);
  }
  .boardInfo__search > div button img {
    width: 2.6rem;
  }
  .boardInfo + .boardBody {
    margin-top: 1.8rem;
  }
  .boardBody__grid.type1 {
    grid-template-columns: 8rem auto 7.5rem 12.2rem;
  }
  .boardBody__header > .boardBody__grid > div {
    font-size: 2.4rem;
    line-height: 9rem;
  }
  .boardBody__data .boardBody__grid {
    height: 9rem;
  }
  .boardBody__data .boardBody__grid > div {
    font-size: 1.8rem;
  }
  .boardBody__data .boardBody__grid > div._title {
    padding-left: 0;
    font-size: 2.4rem;
  }
  .boardBody__data .boardBody__grid > div._title a ._label {
    font-size: 1.4rem;
    height: 3rem;
    padding: 0 0.7rem;
  }
  .boardBody__data .boardBody__grid > div._title a ._label._blue {
    background-color: #36a0e0;
  }
  .boardBody__data .boardBody__grid > div._title a ._label._gray {
    background-color: #a5a5a5;
  }
  .boardBody__data .boardBody__grid > div._title a ._label._border {
    color: #4f4f4f;
    border: 1px #9d9d9d solid;
    border-radius: 0.5rem;
    padding: 0 0.6rem;
  }
  .boardBody__data .boardBody__grid > div._title a ._label:last-child {
    margin-right: 0;
    margin-left: 1rem;
  }
  .boardBody__data .boardBody__grid > div._title img {
    height: 3rem;
    margin-right: 1rem;
  }
  .boardBody__data .boardBody__grid > div._file img {
    width: 2.4rem;
  }
  .boardBody__data .boardBody__grid > div._writer {
    text-align: center;
  }
  .boardBody__data .boardBody__grid > div._date {
    text-align: center;
  }
  .boardPagination {
    margin-top: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boardPagination > a {
    padding: 0;
  }
  .boardPagination > a > img {
    width: 3.9rem;
  }
  .boardPagination > a > img:first-child {
    border-radius: 0.4rem;
  }
  .boardPagination > a > img:last-child {
    top: 0;
    left: 0;
  }
  .boardPagination > ul > li > a {
    font-size: 2.4rem;
  }
  .boardPagination > ul > li > span {
    font-size: 2.4rem;
  }
  .boardPagination + .mypageContents__subtitle, .boardPagination + .mypageContents__memberInfo {
    margin-top: 7rem;
  }
  .boardControl {
    margin-top: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .boardControl > a {
    width: 20.2rem;
    height: 8rem;
    font-size: 3.3rem;
    border-radius: 4rem;
  }
  .boardControl + .boardPagination {
    margin-top: 11.5rem;
  }
  .boardView__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 2.5rem 0;
  }
  .boardView__info > b {
    font-size: 2.6rem;
    letter-spacing: -0.06em;
    width: 100%;
  }
  .boardView__info > b + span {
    margin-left: unset;
  }
  .boardView__info > span {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .boardView__info > span + span::before {
    width: 1px;
    height: 1.4rem;
    background-color: #c6c6c6;
    content: " ";
    margin: 0 1.5rem;
  }
  .boardView__file {
    padding: 2.7rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .boardView__file > ul > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .boardView__file > ul > li > b {
    font-size: 2rem;
  }
  .boardView__file > ul > li > span {
    font-size: 2rem;
    max-width: 38rem;
  }
  .boardView__file > ul > li > span._size {
    font-size: 2rem;
  }
  .boardView__file > ul > li > button {
    padding: 1rem;
  }
  .boardView__file > ul > li img {
    width: 2.5rem;
  }
  .boardView__file > button {
    margin-top: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    width: 14.9rem;
    height: 4.4rem;
    font-size: 2rem;
    border-radius: 1.2rem;
  }
  .boardView__data {
    padding: 5rem 0 11rem;
  }
  .boardView__data table {width:auto;}
  .boardView__data p {
    font-size: 2.6rem;
    line-height: 1.7692;
  }
  .boardView__answer {
    padding: 4.5rem 0 4.5rem 0;
  }
  .boardView__answer > div {
    padding-bottom: 2rem;
  }
  .boardView__answer > div > b {
    font-size: 2.6rem;
    margin-right: 1.9rem;
  }
  .boardView__answer > div > span {
    font-size: 2rem;
  }
  .boardView__answer > p {
    font-size: 2.6rem;
  }
  .boardView__control {
    margin-top: 7rem;
    -webkit-column-gap: 2.6rem;
       -moz-column-gap: 2.6rem;
            column-gap: 2.6rem;
  }
  .boardView__control > a {
    width: 20.2rem;
    height: 8rem;
    font-size: 3.3rem;
    border-radius: 4rem;
  }
  .boardView__control > a._blue {
    background-color: #36a0e0;
    color: #ffffff;
  }
  .boardView__control > a._border {
    border: 1px #878787 solid;
    color: #4f4f4f;
  }
  .boardWrite__label {
    width: 12.7rem;
    font-size: 2.4rem;
    line-height: 11rem;
  }
  .boardWrite__input {
    width: calc(100% - 12.7rem);
    min-height: 11rem;
    padding: 1.9rem 0 1.9rem 1.9rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .boardWrite__input > select {
    height: 7rem;
    width: 100%;
    font-size: 2.4rem;
    background-size: 2.2rem auto;
  }
  .boardWrite__input > input {
    height: 7rem;
    width: 100%;
    font-size: 2.4rem;
  }
  .boardWrite__input > textarea {
    padding: 2rem;
    min-height: 73rem;
    margin: 0;
    font-size: 2.4rem;
  }
  .board_fakeInput {
    position: relative;
    cursor: pointer;
  }
  .board_fakeInput + .board_fakeInput {
    margin-left: 4.6rem;
  }
  .board_fakeInput input[type=radio] + span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .board_fakeInput input[type=check] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .board_fakeInput input[type=check]:checked + span::before {
    background: url("../images/board_checkbox_onn.png") no-repeat;
    background-size: contain;
  }
  .board_fakeInput > span {
    font-size: 2.2rem;
  }
  .board_fakeInput > span img {
    height: 2.5rem;
    margin-left: 0.7rem;
  }
  .faqTab {
    height: 8.7rem;
  }
  .faqTab > button {
    height: 100%;
  }
  .faqList {
    margin-top: 3.5rem;
  }
  .faqList__q {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  }
  .faqList__q > span {
    font-size: 1.7rem;
    height: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5rem;
    margin: 0.3rem 2rem 0 0;
    width:9rem;
  }
  .faqList__q > b {
    font-size: 2.6rem;
  }
  .faqList__q > button img {
    width: 2.2rem;
  }
  .faqList__a {
    padding: 2.5rem 2.5rem 2.5rem 1.5rem;
  }
  .faqList__a > div > img {
    width: 2.5rem;
    min-width: 2.5rem;
    margin-right: 6.7rem;
  }
  .faqList__a > div > p,
  .faqList__a > div pre {
    font-size: 2.6rem;
  }
}
/* 퇴직급여, 분할급여, 대여, 부조금 */
.welfare {
  color: #4f4f4f;
}
.welfare__heading {
  color: #000;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: -0.06em;
}
.welfare__heading-regular {
  color: #44403f;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -0.02em;
}
.welfare__text {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__text b {
  font-weight: 700;
}
.welfare__text strong {
  font-weight: 700;
}
.welfare__text strong.-blue {
  color: #36a0e0;
}
.welfare__tip {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

/* 소개 비주얼 */
.welfare__visual {
  background: url(../images/) no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 57.3rem;
  padding-left: 78.9rem;
  border-radius: 3.5rem;
}
.welfare__visual.-retire {
  background-image: url(../images/visual-bg-retire.jpg);
}
.welfare__visual.-contribution {
  background-image: url(../images/visual-bg-contribution.jpg);
}
.welfare__visual.-installment {
  background-image: url(../images/visual-bg-installment.jpg);
}
.welfare__visual.-rental {
  background-image: url(../images/visual-bg-rental.jpg);
}
.welfare__visual.-aid {
  padding-left: 61rem;
  background-image: url(../images/visual-bg-aid.jpg);
}
.welfare__visual.-aid .button-wrap {
  margin-top: 0;
}
.welfare__visual__text {
  color: #36a0e0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.welfare__visual__text strong {
  display: block;
  padding: 1.8rem 0;
  font-size: 5.6rem;
  letter-spacing: -0.06em;
}
.welfare__visual__text .-normal {
  color: #000;
  font-weight: 300;
  font-size: 2rem;
}
.welfare__visual__od {
  margin-top: 3.6rem;
}
.welfare__visual__od .text {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
.welfare__visual__od .desc {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.welfare__visual .odometer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.5rem;
}
.welfare__visual .odometer-wrap .odometer.odometer-auto-theme .odometer-value {
  text-align: unset;
}
.welfare__visual .odometer-wrap .num {
  font-family: "NanumSquareNeo";
  color: #36a0e0;
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 1;
}
.welfare__visual .odometer-wrap .per {
  padding-bottom: 0.5rem;
  color: #000;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.welfare__visual .welfare__tip {
  margin-top: 0.5rem;
}
.welfare__visual .button {
  margin-top: 5.5rem;
}

/* 소개 금액 계산 */
.welfare__inquiry {
  padding: 18rem 0 0;
}
.welfare__inquiry .welfare__text {
  margin-top: 3.5rem;
}
.welfare__inquiry .welfare__heading-regular {
  margin-top: 7.5rem;
}
.welfare__inquiry .button {
  margin: 7.5rem auto 0;
}
.welfare__inquiry .button-wrap {
  margin-top: 0;
}
.welfare__inquiry .button-wrap .button {
  margin: 7.5rem 0 0 0;
}
.welfare__inquiry .result {
  display: none;
  padding: 10rem 0;
  border-bottom: 1px solid #0b0b0b;
}
.welfare__inquiry .result.-active {
  display: block;
}
.welfare__inquiry .result .welfare__text {
  margin-top: 6.5rem;
}
.welfare__inquiry .result .welfare__tip {
  margin-top: 3.8rem;
}
.welfare__inquiry .result .welfare__tip + .welfare__tip {
  margin-top: 1rem;
}
.welfare__inquiry .result .button {
  margin-top: 7rem;
}
.welfare__inquiry .result__top {
  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;
  position: relative;
  height: 12.5rem;
  border-top: 1px solid #0b0b0b;
  border-bottom: 1px solid #c6c6c6;
}
.welfare__inquiry .result__top .welfare__heading-regular {
  margin: 0;
}
.welfare__inquiry .result-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.2rem);
  z-index: var(--zindex, 1);
  width: 10rem;
  height: 3.6rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.welfare__inquiry .result-copy::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/ico-copy.png) no-repeat center;
  background-size: contain;
}
.welfare__inquiry .result .form__download {
  position: absolute;
  right: 0;
  top: calc(50% - 1.2rem);
  z-index: var(--zindex, 1);
}
.welfare__inquiry .result__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  height: 27.4rem;
  margin-top: 6.5rem;
  padding: 0 9.8rem;
}
.welfare__inquiry .result__display-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3rem;
  background-color: #eaf7ff;
  border-radius: 3.5rem;
}
.welfare__inquiry .result__display-box .title {
  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;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__inquiry .result__display-box .title::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.9rem;
  background: url(../images/ico-welfare-coin.png) no-repeat center;
  background-size: contain;
}
.welfare__inquiry .result__display-box .amount {
  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;
}
.welfare__inquiry .result__display-box .amount .num {
  color: #36a0e0;
  font-weight: 800;
  font-size: 4.8rem;
  letter-spacing: -0.08em;
}
.welfare__inquiry .result__display-box .amount .text {
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: 3.2rem;
}
.welfare__inquiry .result__display-box .date {
  display: block;
  margin-top: 4rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.welfare__inquiry .result__display-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  row-gap: 1.5rem;
}
.welfare__inquiry .result__display-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2rem;
}
.welfare__inquiry .result__display-list .title {
  position: relative;
  width: 55%;
  padding-left: 3.7rem;
  letter-spacing: -0.04em;
}
.welfare__inquiry .result__display-list .title::before {
  content: "";
  position: absolute;
  left: 2.3rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.welfare__inquiry .result__display-list .num {
  color: #000;
  letter-spacing: -0.04em;
}
.welfare__inquiry .result__display-list .text {
  font-weight: 300;
  color: #5c5c5c;
  letter-spacing: -0.04em;
}
.welfare__inquiry .result + .result {
  padding-top: 0;
}
.welfare__inquiry .result + .result .result__top {
  border-top: 0;
}
.welfare__inquiry .result .table-wrap {
  margin-top: 9.6rem;
}
.welfare__inquiry .result .table-wrap .welfare__tip {
  margin-top: 6rem;
}
.welfare__inquiry .tabs {
  background-color: #fff;
}
.welfare__inquiry .tabs__list {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welfare__inquiry .tabs__tab {
  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: 50%;
  height: 7rem;
  color: #c6c6c6;
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.welfare__inquiry .tabs__tab[aria-selected=true] {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  height: calc(7rem + 1px);
  margin-top: -1px;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}
.welfare__inquiry .tabs__content {
  border-top: 1px solid #000;
}

.welfare__apply {
  padding: 18rem 0 0;
}
.welfare__apply .welfare__text {
  margin-top: 3.5rem;
}
.welfare__apply .button {
  margin: 7.5rem auto 0;
}
.welfare__apply__list {
  margin-top: 8rem;
  padding: 0 9.8rem;
}
.welfare__apply__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21.1rem;
  padding-left: 8rem;
  border: 1px solid #c6c6c6;
  border-radius: 3.5rem;
  background: url(../images/) no-repeat left 28.9rem center;
  background-size: 14.4rem auto;
}
.welfare__apply__item.-tgm {
  background-image: url(../images/welfare-apply-tgm.png);
}
.welfare__apply__item.-limit {
  background-image: url(../images/welfare-apply-limit.png);
}
.welfare__apply__item.-person {
  background-image: url(../images/welfare-apply-person.png);
}
.welfare__apply__item.-up {
  background-image: url(../images/welfare-apply-up.png);
}
.welfare__apply__item.-calc {
  background-image: url(../images/welfare-apply-calc.png);
}
.welfare__apply__item.-cancel {
  background-image: url(../images/welfare-apply-cancel.png);
}
.welfare__apply__item.-calender {
  background-image: url(../images/welfare-apply-calender.png);
}
.welfare__apply__item.-chart {
  background-image: url(../images/welfare-apply-chart.png);
}
.welfare__apply__item.-monitor {
  background-image: url(../images/welfare-apply-monitor.png);
}
.welfare__apply__item.-money {
  background-image: url(../images/welfare-apply-money.png);
}
.welfare__apply__item .title {
  width: 21rem;
  color: #37a0e1;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
}
.welfare__apply__item .image-wrap {
  width: 14.4rem;
}
.welfare__apply__item .text-box {
  margin-left: 3.5rem;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__apply__item .text-box b {
  display: block;
  color: #000;
  font-weight: 700;
}
.welfare__apply__item .text-box b + span {
  display: block;
  margin-top: 0.8rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6666;
}
.welfare__apply__item .text-box b + span strong {
  font-weight: 700;
}
.welfare__apply__item .text-box b + span + b {
  margin-top: 1rem;
}
.welfare__apply__item .text-box .tip {
  font-weight: 300;
  font-size: 1.4rem;
}
.welfare__apply__item .text-box .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
  padding: 0.4rem 0;
  font-size: 1.6rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.welfare__apply__item .text-box .link::after {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 1rem;
  background: url(../images/ico-link-arrow.png) no-repeat center;
  background-size: contain;
}
.welfare__apply__item .text-box .link:hover {
  color: #36a0e0;
}
.welfare__apply__item .text-box .link:hover::after {
  background-image: url("../images/ico-link-arrow-on.png");
}
.welfare__apply__item + .welfare__apply__item {
  margin-top: 4.9rem;
}

.welfare__insurance {
  padding-top: 18rem;
}
.welfare__insurance .welfare__text {
  margin-top: 3.5rem;
}
.welfare__insurance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  padding: 4.6rem 0;
  border: 1px solid #c6c6c6;
  border-radius: 3.5rem;
}
.welfare__insurance__item {
  position: relative;
  width: 25%;
  height: 34.1rem;
  text-align: center;
}
.welfare__insurance__item .image-wrap {
  padding-top: 2rem;
  height: 17.5rem;
}
.welfare__insurance__item.-step1 .image-wrap img {
  width: 15.9rem;
  margin-left: 11.3rem;
}
.welfare__insurance__item.-step2 .image-wrap img {
  width: 15.1rem;
  margin-left: 11.6rem;
}
.welfare__insurance__item.-step3 .image-wrap img {
  width: 15.2rem;
  margin-left: 10.9rem;
}
.welfare__insurance__item.-step4 .image-wrap img {
  width: 12.6rem;
  margin-left: 13rem;
}
.welfare__insurance__item + .welfare__insurance__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: var(--zindex, 1);
  width: 1.3rem;
  height: 100%;
  background: url(../images/welfare-insurance-line.png) no-repeat center;
  background-size: contain;
}
.welfare__insurance__item .title {
  font-weight: 700;
  font-size: 2rem;
}
.welfare__insurance__item .text {
  position: relative;
  padding-top: 3rem;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__insurance__item .text small {
  color: #c6c6c6;
}
.welfare__insurance__item .text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.5rem;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.4rem;
  height: 0.3rem;
  background-color: #d0d0d0;
  opacity: 0.35;
}
.welfare__insurance__item .text .desc {
  font-size: 1.6rem;
  line-height: 1.5625;
}
.welfare__insurance__item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1.6rem;
  padding: 0.4rem 0;
  font-size: 1.6rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.welfare__insurance__item .link::after {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 1rem;
  background: url(../images/ico-link-arrow.png) no-repeat center;
  background-size: contain;
}
.welfare__insurance__item .link:hover {
  color: #36a0e0;
}
.welfare__insurance__item .link:hover::after {
  background-image: url("../images/ico-link-arrow-on.png");
}
.welfare__insurance.-aid .image-wrap {
  padding-top: 2.6rem;
}
.welfare__insurance.-aid .-step1 .image-wrap img {
  width: 16rem;
  margin-left: 11rem;
}
.welfare__insurance.-aid .-step2 .image-wrap img {
  width: 14.6rem;
  margin-left: 12rem;
}
.welfare__insurance.-aid .-step3 .image-wrap img {
  width: 14rem;
  margin-left: 12rem;
}
.welfare__insurance.-aid .-step4 .image-wrap img {
  width: 12.8rem;
  margin-left: 12.1rem;
}

.welfare__repayment {
  padding-top: 18rem;
}
.welfare__repayment .welfare__text {
  margin-top: 3.5rem;
}
.welfare__repayment .table-wrap {
  margin-top: 7.5rem;
}
.welfare__repayment .table.-aid tbody th {
  background-color: #fff;
  font-weight: 300;
}
.welfare__repayment .table.-aid tbody th span {
  display: block;
}
.welfare__repayment .table.-aid tbody th small {
  display: block;
  font-size: 1.4rem;
}
.welfare__repayment .table .list {
  padding-left: 10rem;
}
.welfare__repayment__banner {
  position: relative;
  margin-top: 5.3rem;
  height: 20.7rem;
  background: url(../images/welfare-repayment-banner.png) no-repeat center;
  background-size: contain;
}
.welfare__repayment__banner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 27rem;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.welfare__repayment__banner .info dt {
  color: #000;
  font-size: 2.8rem;
  letter-spacing: -0.06em;
}
.welfare__repayment__banner .info dd {
  margin-left: 3.8rem;
  padding-left: 3.9rem;
  border-left: 1px solid #c6c6c6;
}
.welfare__repayment__banner .info .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welfare__repayment__banner .info .account::before {
  content: "";
  width: 14.9rem;
  height: 2.2rem;
  background: url(../images/welfare-repayment-nh.png) no-repeat center;
  background-size: contain;
}
.welfare__repayment__banner .info .account .num {
  margin-left: 0.8rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__repayment__banner .info .text {
  display: block;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
.welfare__repayment__banner .info .tip {
  display: block;
  margin-top: 1.2rem;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.welfare__benefit {
  padding-top: 18rem;
}
.welfare__benefit .welfare__text {
  margin-top: 3.5rem;
}
.welfare__benefit .table {
  margin-top: 7.5rem;
}
.welfare__benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5.1rem;
     -moz-column-gap: 5.1rem;
          column-gap: 5.1rem;
  margin-top: 7rem;
}
.welfare__benefit__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 20.2rem;
  padding: 5.6rem 0 0 3.6rem;
  border: 1px solid #c6c6c6;
  border-radius: 3.5rem;
}
.welfare__benefit__item.-step1 {
  background: url(../images/welfare-benefit1.png) no-repeat right 2rem top 2rem;
  background-size: 12.3rem auto;
}
.welfare__benefit__item.-step2 {
  background: url(../images/welfare-benefit2.png) no-repeat right 2.2rem top 4.7rem;
  background-size: 14.6rem auto;
}
.welfare__benefit__item.-step3 {
  background: url(../images/welfare-benefit3.png) no-repeat right 2.1rem top 3rem;
  background-size: 12.1rem auto;
}
.welfare__benefit__item .text {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.welfare__benefit__item .text .num {
  display: block;
  padding-bottom: 1.5rem;
  font-weight: 700;
}

.welfare__service {
  padding: 13rem 0 1rem;
}
.welfare__service .welfare__heading-regular {
  color: #000;
}
.welfare__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 7rem;
}
.welfare__service__item {
  position: relative;
  width: calc((100% - 10rem) / 3);
  height: 54.8rem;
  border: 1px solid #36a0e0;
  border-radius: 3.5rem;
  background-color: #fff;
  background-repeat: no-repeat;
}
.welfare__service__item .image-wrap {
  height: 28rem;
}
.welfare__service__item .image-wrap img {
  margin: 0 auto;
}
.welfare__service__item .title {
  color: #36a0e0;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
}
.welfare__service__item .welfare__text {
  margin-top: 2rem;
  color: #000;
}
.welfare__service__item .button {
  margin: 3rem auto 0;
}
.welfare__service.-retire .welfare__service__item:nth-child(1) .image-wrap {
  padding-top: 10.2rem;
}
.welfare__service.-retire .welfare__service__item:nth-child(1) .image-wrap img {
  width: 16.8rem;
}
.welfare__service.-retire .welfare__service__item:nth-child(2) .image-wrap {
  padding-top: 8.5rem;
}
.welfare__service.-retire .welfare__service__item:nth-child(2) .image-wrap img {
  width: 14.9rem;
}
.welfare__service.-retire .welfare__service__item:nth-child(3) .image-wrap {
  padding-top: 9.3rem;
}
.welfare__service.-retire .welfare__service__item:nth-child(3) .image-wrap img {
  width: 18.2rem;
}
.welfare__service.-contribution .welfare__service__item:nth-child(1) .image-wrap {
  padding-top: 8.9rem;
}
.welfare__service.-contribution .welfare__service__item:nth-child(1) .image-wrap img {
  width: 21rem;
}
.welfare__service.-contribution .welfare__service__item:nth-child(2) .image-wrap {
  padding-top: 7.8rem;
}
.welfare__service.-contribution .welfare__service__item:nth-child(2) .image-wrap img {
  width: 18.1rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(1) .image-wrap {
  padding-top: 10.2rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(1) .image-wrap img {
  width: 16.8rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(2) .image-wrap {
  padding-top: 7.6rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(2) .image-wrap img {
  width: 17.3rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(3) .image-wrap {
  padding-top: 7.4rem;
}
.welfare__service.-installment .welfare__service__item:nth-child(3) .image-wrap img {
  width: 16.5rem;
}
.welfare__service.-rental .welfare__service__item:nth-child(1) .image-wrap {
  padding-top: 8rem;
}
.welfare__service.-rental .welfare__service__item:nth-child(1) .image-wrap img {
  width: 17.1rem;
}
.welfare__service.-rental .welfare__service__item:nth-child(2) .image-wrap {
  padding-top: 6.6rem;
}
.welfare__service.-rental .welfare__service__item:nth-child(2) .image-wrap img {
  width: 14.9rem;
}
.welfare__service.-aid .welfare__service__item:nth-child(1) .image-wrap {
  padding-top: 7.6rem;
}
.welfare__service.-aid .welfare__service__item:nth-child(1) .image-wrap img {
  width: 17.3rem;
}
.welfare__service.-aid .welfare__service__item:nth-child(2) .image-wrap {
  padding-top: 9rem;
}
.welfare__service.-aid .welfare__service__item:nth-child(2) .image-wrap img {
  width: 14.1rem;
}

.welfare__repayment-table .welfare__text {
  margin-top: 3.5rem;
}
.welfare__repayment-table .boardInfo__search {
  margin-top: 7.5rem;
}
.welfare__repayment-table .table-wrap {
  margin-top: 2.4rem;
}
.welfare__repayment-table .boardInfo__search {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.welfare__repayment-table .form__pos {
  margin-top: 1rem;
}
.welfare__repayment-table .boardPagination {
  margin-top: 10rem;
}
.welfare__repayment-table .welfare__tip {
  margin-top: 7rem;
}

@media (max-width: 720px) {
  .welfare {
    text-align: center;
  }
  .welfare__heading {
    font-size: 4.2rem;
    letter-spacing: -0.08em;
  }
  .welfare__heading-regular {
    font-size: 4rem;
  }
  .welfare__text {
    font-size: 2.6rem;
  }
  .welfare__tip {
    font-size: 2rem;
  }
  /* 소개 비주얼 */
  .welfare__visual {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 99.5rem;
    padding-left: 0;
    border-radius: 2.5rem;
  }
  .welfare__visual.-retire {
    padding-top: 46rem;
    background-image: url(../images/visual-bg-retire-m.jpg);
  }
  .welfare__visual.-contribution {
    padding-top: 53.4rem;
    background-image: url(../images/visual-bg-contribution-m.jpg);
  }
  .welfare__visual.-installment {
    padding-top: 45rem;
    background-image: url(../images/visual-bg-installment-m.jpg);
  }
  .welfare__visual.-rental {
    padding-top: 46rem;
    background-image: url(../images/visual-bg-rental-m.jpg);
  }
  .welfare__visual.-aid {
    padding-left: 0;
    padding-top: 46rem;
    background-image: url(../images/visual-bg-aid-m.jpg);
  }
  .welfare__visual.-aid .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .welfare__visual.-aid .button + .button {
    margin-top: 2.9rem;
  }
  .welfare__visual__text {
    font-size: 2.6rem;
    line-height: 1.3461;
  }
  .welfare__visual__text strong {
    padding: 0.7rem 0;
    font-size: 5.8rem;
  }
  .welfare__visual__text .-normal {
    font-size: 2.6rem;
  }
  .welfare__visual__od {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .welfare__visual__od .text {
    margin: 0 1.2rem 0.5rem 0;
    font-size: 2.4rem;
  }
  .welfare__visual__od .desc {
    width: 100%;
    font-size: 2.6rem;
    padding: 0;
  }
  .welfare__visual .odometer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.5rem;
  }
  .welfare__visual .odometer-wrap .odometer.odometer-auto-theme .odometer-value {
    text-align: unset;
  }
  .welfare__visual .odometer-wrap .num {
    font-size: 5.6rem;
  }
  .welfare__visual .odometer-wrap .desc {
    display: block;
    font-size: 1.6rem;
    margin-left: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .welfare__visual .welfare__tip {
    width: 100%;
    margin-top: 1.5rem;
  }
  .welfare__visual .button {
    margin: 6rem auto 0;
  }
  /* 소개 금액 계산 */
  .welfare__inquiry {
    padding: 15rem 0 0;
  }
  .welfare__inquiry .welfare__text {
    margin-top: 4rem;
  }
  .welfare__inquiry .welfare__heading-regular {
    margin-top: 8rem;
    text-align: left;
  }
  .welfare__inquiry .button {
    margin: 7.5rem auto 0;
  }
  .welfare__inquiry .button-wrap {
    position: relative;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welfare__inquiry .button-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14.2rem;
    z-index: var(--zindex, 1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #c6c6c6;
  }
  .welfare__inquiry .button-wrap .button {
    margin: 7.5rem 0 0 0;
  }
  .welfare__inquiry .button-wrap .button + .button {
    margin-top: 11.6rem;
  }
  .welfare__inquiry .form__input[type=date] {
    margin-right: 3.5rem;
  }
  .welfare__inquiry .result {
    padding: 16rem 0 10rem;
  }
  .welfare__inquiry .result .welfare__tip {
    margin-top: 5rem;
  }
  .welfare__inquiry .result .button {
    margin-top: 8.5rem;
  }
  .welfare__inquiry .result__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 4.5rem 0;
  }
  .welfare__inquiry .result-copy {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    position: unset;
    width: auto;
    height: auto;
    margin-top: 1rem;
    padding-left: 0;
    font-weight: 700;
    font-size: 2.4rem;
  }
  .welfare__inquiry .result-copy::after {
    width: 2.6rem;
    height: 2.6rem;
  }
  .welfare__inquiry .result .form__download {
    position: unset;
    margin-top: 1rem;
  }
  .welfare__inquiry .result__display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    height: auto;
    margin-top: 6.5rem;
    padding: 0;
  }
  .welfare__inquiry .result__display-box {
    padding: 4rem 0;
  }
  .welfare__inquiry .result__display-box .title {
    -webkit-column-gap: 0.7rem;
       -moz-column-gap: 0.7rem;
            column-gap: 0.7rem;
    font-size: 2.6rem;
  }
  .welfare__inquiry .result__display-box .title::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .welfare__inquiry .result__display-box .amount .num {
    font-size: 4.2rem;
  }
  .welfare__inquiry .result__display-box .amount .text {
    margin-top: 1.1rem;
    font-size: 3.2rem;
  }
  .welfare__inquiry .result__display-box .date {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
  .welfare__inquiry .result__display-list {
    row-gap: 1.5rem;
    text-align: left;
  }
  .welfare__inquiry .result__display-list li {
    font-size: 2.6rem;
  }
  .welfare__inquiry .result__display-list .title {
    padding-left: 2.2rem;
  }
  .welfare__inquiry .result__display-list .title::before {
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .welfare__inquiry .result__display-list .num {
    color: #000;
  }
  .welfare__inquiry .result__display-list .text {
    font-weight: 300;
    color: #5c5c5c;
  }
  .welfare__inquiry .result + .result {
    padding-top: 0;
  }
  .welfare__inquiry .result + .result .result__top {
    border-top: 0;
  }
  .welfare__inquiry .result .table-wrap {
    margin-top: 9.6rem;
  }
  .welfare__inquiry .result .table-wrap .welfare__tip {
    margin-top: 6rem;
  }
  .welfare__inquiry .tabs__list {
    margin-top: 2.5rem;
  }
  .welfare__inquiry .tabs__tab {
    height: 8.7rem;
  }
  .welfare__inquiry .tabs__tab[aria-selected=true] {
    height: calc(8.7rem + 1px);
  }
  .welfare__apply {
    padding: 15rem 0 0;
  }
  .welfare__apply .welfare__text {
    margin-top: 3.5rem;
  }
  .welfare__apply .button {
    margin: 6.5rem auto 0;
  }
  .welfare__apply__list {
    overflow: hidden;
    margin-top: 7rem;
    padding: 0;
    text-align: left;
  }
  .welfare__apply__item {
    position: relative;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 5.5rem 0 5.5rem 20.2rem;
    background-position: left 3.6rem top 4.4rem;
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .welfare__apply__item .title {
    width: auto;
    font-size: 3.6rem;
  }
  .welfare__apply__item .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: var(--zindex, 1);
    width: 20.2rem;
    height: 100%;
    padding-top: 4.4rem;
  }
  .welfare__apply__item .image-wrap img {
    width: 14.4rem;
    height: 14.4rem;
    display: block !important;
  }
  .welfare__apply__item .text-box {
    margin-left: 0;
    font-size: 2.6rem;
    letter-spacing: -0.06em;
  }
  .welfare__apply__item .text-box b {
    margin-top: 1.5rem;
  }
  .welfare__apply__item .text-box b + span {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .welfare__apply__item .text-box b + span + b {
    margin-top: 1rem;
  }
  .welfare__apply__item .text-box b + span + b + b {
    margin-top: 0;
  }
  .welfare__apply__item .text-box .tip {
    font-size: 2rem;
  }
  .welfare__apply__item .text-box .link {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
  .welfare__apply__item .text-box .link::after {
    width: 2.6rem;
    height: 1.8rem;
    margin-left: 0.7rem;
  }
  .welfare__apply__item + .welfare__apply__item {
    margin-top: 4.9rem;
  }
  .welfare__apply .welfare__text {
    margin-top: 4rem;
  }
  .welfare__insurance {
    padding-top: 15rem;
  }
  .welfare__insurance .welfare__text {
    margin-top: 3.5rem;
  }
  .welfare__insurance__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.5rem;
    padding: 0 4rem;
  }
  .welfare__insurance__item {
    width: 100%;
    height: auto;
    padding: 5rem 0 4.5rem;
    text-align: left;
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .welfare__insurance__item .image-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: var(--zindex, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
    padding-top: 0;
  }
  .welfare__insurance__item .image-wrap img {
    display: block !important;
  }
  .welfare__insurance__item.-step1 .image-wrap img {
    width: 15.5rem;
    margin-left: 0;
  }
  .welfare__insurance__item.-step2 .image-wrap img {
    width: 13.6rem;
    margin-left: 0;
  }
  .welfare__insurance__item.-step3 .image-wrap img {
    width: 14.8rem;
    margin-left: 0;
  }
  .welfare__insurance__item.-step4 .image-wrap img {
    width: 11.6rem;
    margin-left: 0;
  }
  .welfare__insurance__item + .welfare__insurance__item::before {
    width: 100%;
    height: 1.3rem;
    background-image: url("../images/welfare-insurance-line-col.png");
    background-size: 100% auto;
  }
  .welfare__insurance__item .title {
    font-size: 2.6rem;
  }
  .welfare__insurance__item .text {
    padding-top: 3.5rem;
    font-size: 2.6rem;
  }
  .welfare__insurance__item .text::before {
    left: 0;
    top: 1.7rem;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 5.8rem;
  }
  .welfare__insurance__item .text .desc {
    display: block;
    margin-top: 0.5rem;
    font-size: 2.4rem;
    line-height: 1.4583;
  }
  .welfare__insurance__item .link {
    margin-top: 2.5rem;
    font-size: 2.4rem;
  }
  .welfare__insurance__item .link::after {
    width: 2.6rem;
    height: 1.8rem;
    margin-left: 0.7rem;
  }
  .welfare__insurance.-aid .image-wrap {
    padding-top: 0;
  }
  .welfare__insurance.-aid .-step1 .image-wrap img {
    width: 14.2rem;
  }
  .welfare__insurance.-aid .-step2 .image-wrap img {
    width: 12.8rem;
  }
  .welfare__insurance.-aid .-step3 .image-wrap img {
    width: 12.4rem;
  }
  .welfare__insurance.-aid .-step4 .image-wrap img {
    width: 11rem;
  }
  .welfare__repayment {
    padding-top: 15rem;
  }
  .welfare__repayment .welfare__text {
    margin-top: 3.5rem;
  }
  .welfare__repayment .table-wrap {
    margin-top: 6.5rem;
  }
  .welfare__repayment .table.-aid tbody th small {
    font-size: 2rem;
  }
  .welfare__repayment .table .list {
    padding-left: 0.5rem;
  }
  .welfare__repayment__banner {
    margin-top: 4.3rem;
    height: 24rem;
    background-image: url("../images/welfare-repayment-banner-m.png");
  }
  .welfare__repayment__banner .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 4rem;
    text-align: left;
  }
  .welfare__repayment__banner .info dd {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .welfare__repayment__banner .info .account {
    margin-top: 0.5rem;
  }
  .welfare__repayment__banner .info .account::before {
    width: 15.8rem;
    height: 2.3rem;
  }
  .welfare__repayment__banner .info .account .num {
    margin-left: 0.9rem;
    font-size: 2.4rem;
  }
  .welfare__repayment__banner .info .text {
    font-size: 2.4rem;
  }
  .welfare__repayment__banner .info .tip {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
  .welfare__benefit {
    padding-top: 15rem;
  }
  .welfare__benefit .welfare__text {
    margin-top: 3.5rem;
  }
  .welfare__benefit .table {
    margin-top: 7.5rem;
  }
  .welfare__benefit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.4rem;
  }
  .welfare__benefit__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    text-align: left;
    height: 19.4rem;
    padding: 3.5rem 0 0 4rem;
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .welfare__benefit__item.-step1 {
    background-position: right 3.9rem center;
    background-size: 12.3rem auto;
  }
  .welfare__benefit__item.-step2 {
    background-position: right 4.2rem center;
    background-size: 14.6rem auto;
  }
  .welfare__benefit__item.-step3 {
    background-position: right 3.9rem center;
    background-size: 12.1rem auto;
  }
  .welfare__benefit__item .text {
    font-size: 2.6rem;
  }
  .welfare__benefit__item .text .num {
    padding-bottom: 1rem;
  }
  .welfare__service {
    padding: 15rem 0 3rem;
  }
  .welfare__service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.6rem;
    margin-top: 6.5rem;
  }
  .welfare__service__item {
    width: 100%;
    height: auto;
    padding-bottom: 4.4rem;
    -webkit-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  .welfare__service__item .image-wrap {
    height: 18.2rem;
  }
  .welfare__service__item .image-wrap img {
    display: block !important;
    margin: 0 auto;
  }
  .welfare__service__item .title {
    font-size: 3.6rem;
  }
  .welfare__service__item .welfare__text {
    margin-top: 0;
  }
  .welfare__service__item .button {
    margin-top: 2.4rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(1) .image-wrap {
    padding-top: 4.9rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(1) .image-wrap img {
    width: 9.6rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(2) .image-wrap {
    padding-top: 3.7rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(2) .image-wrap img {
    width: 11.7rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(3) .image-wrap {
    padding-top: 4.6rem;
  }
  .welfare__service.-retire .welfare__service__item:nth-child(3) .image-wrap img {
    width: 15.2rem;
  }
  .welfare__service.-contribution .welfare__service__item:nth-child(1) .image-wrap {
    padding-top: 4.1rem;
  }
  .welfare__service.-contribution .welfare__service__item:nth-child(1) .image-wrap img {
    width: 16.7rem;
  }
  .welfare__service.-contribution .welfare__service__item:nth-child(2) .image-wrap {
    padding-top: 4rem;
  }
  .welfare__service.-contribution .welfare__service__item:nth-child(2) .image-wrap img {
    width: 12.9rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(1) .image-wrap {
    padding-top: 4.9rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(1) .image-wrap img {
    width: 14.6rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(2) .image-wrap {
    padding-top: 3.9rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(2) .image-wrap img {
    width: 13.9rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(3) .image-wrap {
    padding-top: 3.5rem;
  }
  .welfare__service.-installment .welfare__service__item:nth-child(3) .image-wrap img {
    width: 13.3rem;
  }
  .welfare__service.-rental .welfare__service__item:nth-child(1) .image-wrap {
    padding-top: 4rem;
  }
  .welfare__service.-rental .welfare__service__item:nth-child(1) .image-wrap img {
    width: 13.7rem;
  }
  .welfare__service.-rental .welfare__service__item:nth-child(2) .image-wrap {
    padding-top: 3.2rem;
  }
  .welfare__service.-rental .welfare__service__item:nth-child(2) .image-wrap img {
    width: 11.9rem;
  }
  .welfare__service.-aid .welfare__service__item:nth-child(1) .image-wrap {
    padding-top: 3.9rem;
  }
  .welfare__service.-aid .welfare__service__item:nth-child(1) .image-wrap img {
    width: 13.9rem;
  }
  .welfare__service.-aid .welfare__service__item:nth-child(2) .image-wrap {
    padding-top: 4.3rem;
  }
  .welfare__service.-aid .welfare__service__item:nth-child(2) .image-wrap img {
    width: 11.6rem;
  }
  .welfare__repayment-table .boardInfo__search {
    margin-top: 6.5rem;
  }
  .welfare__repayment-table .boardPagination {
    margin-top: 10rem;
  }
}
/* 마이페이지*/
html.lock body {
  height: 100%;
  overflow: hidden;
}

/* 마이페이지 */
.mypageWrap {
  max-width: 140rem;
  margin-inline: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.mypageNavigation {
  width: 23.7rem;
}
.mypageNavigation > div {
  padding: 4.5rem 2.5rem;
  border: 1px #c4c4c4 solid;
}
.mypageNavigation > 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;
  row-gap: 4.5rem;
}
.mypageNavigation > div > ul > li > div,
.mypageNavigation > div > ul > li > button {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px #999999 solid;
}
.mypageNavigation > div > ul > li > div > span,
.mypageNavigation > div > ul > li > button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  height: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageNavigation > div > ul > li > div > img,
.mypageNavigation > div > ul > li > button > img {
  width: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
}
.mypageNavigation > div > ul > li > div > img:nth-child(3),
.mypageNavigation > div > ul > li > button > img:nth-child(3) {
  display: none;
}
.mypageNavigation > div > ul > li > div.on,
.mypageNavigation > div > ul > li > button.on {
  border-bottom: 1px #36a0e0 solid;
}
.mypageNavigation > div > ul > li > div.on > span,
.mypageNavigation > div > ul > li > button.on > span {
  color: #36a0e0;
}
.mypageNavigation > div > ul > li > div.on > img:nth-child(2),
.mypageNavigation > div > ul > li > button.on > img:nth-child(2) {
  display: none;
}
.mypageNavigation > div > ul > li > div.on > img:nth-child(3),
.mypageNavigation > div > ul > li > button.on > img:nth-child(3) {
  display: block;
}
.mypageNavigation > div > ul > li > div:not(.on) + ul,
.mypageNavigation > div > ul > li > button:not(.on) + ul {
  display: none;
}
.mypageNavigation > div > ul > li > ul {
  padding-top: 1rem;
}
.mypageNavigation > div > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  line-height: 2.8rem;
  font-weight: 300;
}
.mypageNavigation > div > ul > li > ul > li > a.on {
  font-weight: 700;
}
.mypageNavigation > div > ul > li > ul > li > a::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background-color: #000000;
  margin-right: 0.8rem;
  content: " ";
  margin-left: 0.2rem;
}

.mypageContents {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 4.7rem;
}
.mypageContents .breadcrumb__list {
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.mypageContents__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  line-height: 2.9rem;
  margin-bottom: 3.5rem;
}
.mypageContents__tab {
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #000000 solid;
  margin-bottom: 3rem;
}
.mypageContents__tab > a,
.mypageContents__tab > button {
  height: 7.2rem;
  border: 1px #c6c6c6 solid;
  border-bottom: 0;
  margin-left: -1px;
  color: #c6c6c6;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  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;
}
.mypageContents__tab > a.on,
.mypageContents__tab > button.on {
  border: 1px #000000 solid;
  border-bottom: 1px #ffffff solid;
  position: relative;
  z-index: 10;
  color: #000000;
}
.mypageContents__tab > a,
.mypageContents__tab > button {
  width: calc(50% + 1px);
}
.mypageContents__tab > a:first-child,
.mypageContents__tab > button:first-child {
  margin-left: 0;
  width: 50%;
}
.mypageContents__tab.sub {
  border-bottom-color: #d5d5d5;
}
.mypageContents__tab.sub > a,
.mypageContents__tab.sub > button {
  font-size: 1.8rem;
  border-color: #d5d5d5;
  color: #5c5c5c;
}
.mypageContents__tab.sub > a.on,
.mypageContents__tab.sub > button.on {
  border-color: #d5d5d5;
  border-bottom: 2px #000000 solid;
}
.mypageContents__memberInfo {
  background-color: #666666;
  border-radius: 2rem;
  padding: 2.5rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mypageContents__memberInfo.fit {
  margin-bottom: 0;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__since {
  color: #676767;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member > span,
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member > .member span {
  color: #4f4f4f;
  font-weight: 500;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member > span > b,
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member > .member span > b {
  color: #4f4f4f;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member > span:not(:first-child)::before,
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__detail__member .member span:not(:first-child)::before {
  background-color: rgba(144, 144, 144, 0.58);
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__description > span {
  color: #676767;
  font-weight: 500;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__description > span > b {
  color: #4f4f4f;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__part__item__title {
  color: #676767;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__part__item__contents > b {
  color: #4f4f4f;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__part__item__contents > span {
  color: #4f4f4f;
}
.mypageContents__memberInfo[class*=theme] .mypageContents__memberInfo__part__vertical {
  background-color: rgba(144, 144, 144, 0.58);
}
.mypageContents__memberInfo.theme-blue {
  background-color: #f1f8fe;
}
.mypageContents__memberInfo.theme-green {
  background-color: #f9fdec;
}
.mypageContents__memberInfo.theme-skin {
  background-color: #fff9eb;
}
.mypageContents__memberInfo.theme-gray {
  background-color: #e6e6e6;
}
.mypageContents__memberInfo.theme-pink {
  background-color: #fff3ec;
}
.mypageContents__memberInfo + .mypageContents__tab {
  margin-top: 3.5rem;
}
.mypageContents__memberInfo__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2rem;
}
.mypageContents__memberInfo__detail__since {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.mypageContents__memberInfo__detail__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__memberInfo__detail__member > span,
.mypageContents__memberInfo__detail__member > .member span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #cccccc;
  letter-spacing: -0.04em;
  position: relative;
}
.mypageContents__memberInfo__detail__member > span > b,
.mypageContents__memberInfo__detail__member > .member span > b {
  font-weight: 700;
  color: #ffffff;
}
.mypageContents__memberInfo__detail__member > span:not(:first-child),
.mypageContents__memberInfo__detail__member .member span {
  padding-left: 1rem;
  margin-left: 1rem;
}
.mypageContents__memberInfo__detail__member > span:not(:first-child)::before,
.mypageContents__memberInfo__detail__member .member span::before {
  width: 1px;
  height: 1.5rem;
  background-color: #7f7f7f;
  content: " ";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
}
.mypageContents__memberInfo__description > span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #cccccc;
  letter-spacing: -0.04em;
  position: relative;
}
.mypageContents__memberInfo__description > span > b {
  font-weight: 700;
  color: #ffffff;
}
.mypageContents__memberInfo__description > span:not(:first-child) {
  padding-left: 1rem;
  margin-left: 1rem;
}
.mypageContents__memberInfo__description > span:not(:first-child)::before {
  width: 1px;
  height: 1.5rem;
  background-color: #7f7f7f;
  content: " ";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
}
.mypageContents__memberInfo__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.mypageContents__memberInfo__part.double {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypageContents__memberInfo__part__item {
  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;
}
.mypageContents__memberInfo__part__item__title {
  color: #b6b6b6;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  line-height: 4.5rem;
  font-weight: 600;
  width:max-content;
}
.mypageContents__memberInfo__part__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mypageContents__memberInfo__part__item__contents > b {
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: -0.06em;
  line-height: 2.4rem;
  font-weight: 900;
}
.mypageContents__memberInfo__part__item__contents > span {
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  line-height: 1.9rem;
  font-weight: 500;
  margin-left: 0.1rem;
}
.mypageContents__memberInfo__part__vertical {
  width: 1px;
  height: 6.5rem;
  background-color: #797979;
  -ms-flex-item-align: center;
      align-self: center;
}
.mypageContents__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypageContents__subtitle h2 {
  font-weight: 800;
  color: #000000;
  font-size: 2.2rem;
  letter-spacing: -0.06em;
  margin-bottom: 1.2rem;
}
.mypageContents__subtitle a {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  color: #000000;
  font-weight: 600;
}
.mypageContents__filter {
  margin-bottom: 6rem;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 3.9rem;
     -moz-column-gap: 3.9rem;
          column-gap: 3.9rem;
}
.mypageContents__filter.type1 {
  grid-template-columns: 11rem 26rem auto 11rem;
}
.mypageContents__filter.type2 {
  grid-template-columns: 11rem 26rem 11rem 11rem auto 11rem;
}
.mypageContents__filter.type3 {
  grid-template-columns: 11rem 26rem 11rem auto 11rem;
}
.mypageContents__filter.type4 {
  grid-template-columns: 26rem 22rem auto 11rem;
}
.mypageContents__filter.type5 {
  grid-template-columns: 22rem 11rem 26rem auto 11rem;
}
.mypageContents__filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.mypageContents__filter > div > span {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__filter > div input {
  padding: 0 1rem;
}
.mypageContents__filter > div select {
  padding: 0 0.5rem;
}
.mypageContents__filter > div input,
.mypageContents__filter > div select {
  height: 3.5rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px #666666 solid;
  font-size: 1.6rem;
  color: #676767;
  letter-spacing: -0.06em;
}
.mypageContents__filter > div button[type=submit] {
  height: 4.8rem;
  background-color: #36a0e0;
  border-radius: 10rem;
  width: 100%;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.04em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mypageContents__filter > div button[type=submit]:hover {
  background-color: #005b92;
}
.mypageContents__filter > div ._term {
  position: relative;
  width:100%;
}
.mypageContents__filter > div ._term button {
  width: 1.8rem;
  top: calc(50% - 0.9rem);
  right: 1rem;
  position: absolute;
  pointer-events: none;
}
.mypageContents__totalCount {
  padding-bottom: 0.5rem;
}
.mypageContents__totalCount > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypageContents__totalCount > div > div {
  font-size: 1.6rem;
  color: #676767;
  line-height: 3rem;
  letter-spacing: -0.06em;
}
.mypageContents__totalCount > div > div > span {
  color: #36a0e0;
  font-weight: 800;
}
.mypageContents__totalCount > div > button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  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;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.mypageContents__totalCount > div > button._excel::after {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/mypage/excel.png") no-repeat;
  background-size: contain;
  content: " ";
}
.mypageContents__toggle > button {
  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%;
  height: 5rem;
}
.mypageContents__toggle > button > span {
  margin-right: 0.5rem;
}
.mypageContents__toggle > button > span::before {
  font-size: 500;
  color: #000000;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  content: "내역 접기";
  color: #78829D;
}
.mypageContents__toggle > button > img {
  width: 1rem;
}
.mypageContents__toggle.on {
  border-bottom: 1px #cccccc solid;
}
.mypageContents__toggle.on > button > span::before {
  content: "내역 펼치기";
}
.mypageContents__toggle.on > button > img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mypageContents__toggle.on + .mypageContents__list, .mypageContents__toggle.on + .mypageContents__list + .boardPagination {
  display: none;
}
.mypageContents__morelist > button {
  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%;
  height: 5rem;
}
.mypageContents__morelist > button > span {
  margin-right: 0.5rem;
  font-size: 500;
  color: #000000;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}
.mypageContents__morelist > button > img {
  width: 1rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mypageContents__list {
  border-top: 1px #cccccc solid;
}
.mypageContents__list .boardBody__grid {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mypageContents__list .boardBody__grid > div {
  min-height: 5rem;
  padding: 1.2rem 1rem;
  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;
}
/* .mypageContents__list .boardBody__grid .type_right {
	-webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
} */
.mypageContents__list__header .boardBody__grid {
  background-color: #f5f5f5;
}
.mypageContents__list__header .boardBody__grid.type1 {
  grid-template-columns: 3.5rem calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8);
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type2 {
  grid-template-columns: 3.5rem 17.5rem 9rem 14rem 16rem 12.5rem 14rem 24.5rem;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type3 {
  grid-template-columns: 3.5rem 17.5rem 9rem auto 17.5rem 17.5rem 9rem 17.5rem;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type4 {
  grid-template-columns: 13% 13% 9% 9% 14% 14% 14% 14%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type5 {
  grid-template-columns: 8% 13% 13% 12% 12% 14% 14% 14%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type6 {
  grid-template-columns: 13% 15% 15% 19% 19% 19%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type7 {
  grid-template-columns: 8% 13% 15% 16% 16% 16% 16%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type7_1 {
  grid-template-columns: 8% 13% 19% 20% 20% 20%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type8 {
  grid-template-columns: 15% 13% 18% 18% 18% 18%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type9 {
  grid-template-columns: 8% 15% 15% 15% 15% 12% 20%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type10 {
  grid-template-columns: 12% 19% 19% 19% 19% 12%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type11 {
  grid-template-columns: 10% 18% 18% 18% 18% 18%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type12 {
  grid-template-columns: 8% 13% 14% 13% 13% 13% 13% 13%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type13 {
  grid-template-columns: 8% 17% 15% 13% 17% 15% 15%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid.type14 {
  grid-template-columns: 25% 25% 25% 25%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__header .boardBody__grid > div {
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.mypageContents__list__header .boardBody__grid ._sort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.6rem;
}
.mypageContents__list__header .boardBody__grid ._sort > button > img {
  width: 1.1rem;
}
.mypageContents__list__header .boardBody__grid ._tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
.mypageContents__list__header .boardBody__grid ._tooltip > svg {
  width: 2.2rem;
}
.mypageContents__list__header .boardBody__grid ._tooltip > img {
  width: 2.2rem;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  right: -2.8rem;
  pointer-events: none;
  opacity: 0;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div {
  -webkit-box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
          box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
  padding: 1.8rem;
  border: 1px #36a0e0 solid;
  background-color: #fff;
  text-align: left;
  border-radius: 1.5rem;
  position: relative;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div > b {
  color: #36a0e0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div > b::before {
  background: url("../images/mypage/tooltipMarkBlue.jpg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  content: " ";
  margin-right: 0.5rem;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div > p {
  white-space: nowrap;
  font-size: 1.4rem;
  color: #4f4f4f;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div::before {
  content: " ";
  position: absolute;
  top: 100%;
  right: 2.5rem;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.6rem solid #36a0e0;
}
.mypageContents__list__header .boardBody__grid ._tooltip ._baloon > div::after {
  content: " ";
  position: absolute;
  top: calc(100% - 2px);
  right: 2.5rem;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.6rem solid #ffffff;
}
.mypageContents__list__header .boardBody__grid ._tooltip:hover ._baloon {
  opacity: 1;
}
.mypageContents__list__body .boardBody__grid.type1 {
  grid-template-columns: 3.5rem calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8);
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type2 {
  grid-template-columns: 3.5rem 17.5rem 9rem 14rem 16rem 12.5rem 14rem 24.5rem;
}
.mypageContents__list__body .boardBody__grid.type3 {
  grid-template-columns: 3.5rem 17.5rem 9rem auto 17.5rem 17.5rem 9rem 17.5rem;
}
.mypageContents__list__body .boardBody__grid.type4 {
  grid-template-columns: 13% 13% 9% 9% 14% 14% 14% 14%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type5 {
  grid-template-columns: 8% 13% 13% 12% 12% 14% 14% 14%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type6 {
  grid-template-columns: 13% 15% 15% 19% 19% 19%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type7 {
  grid-template-columns: 8% 13% 15% 16% 16% 16% 16%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type7_1 {
  grid-template-columns: 8% 13% 19% 20% 20% 20%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type8 {
  grid-template-columns: 15% 13% 18% 18% 18% 18%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type9 {
  grid-template-columns: 8% 15% 15% 15% 15% 12% 20%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type10 {
  grid-template-columns: 12% 19% 19% 19% 19% 12%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type11 {
  grid-template-columns: 10% 18% 18% 18% 18% 18%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type12 {
  grid-template-columns: 8% 13% 14% 13% 13% 13% 13% 13%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type13 {
  grid-template-columns: 8% 17% 15% 13% 17% 15% 15%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid.type14 {
  grid-template-columns: 25% 25% 25% 25%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid:not(:last-child) {
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__body .boardBody__grid ._number {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
  font-weight: 300;
  width: 100%;
}
.mypageContents__list__body .boardBody__grid ._number > span.min8 {
  min-width: 8rem;
}
.mypageContents__list__body .boardBody__grid ._number > span.min10 {
  min-width: 10rem;
}
.mypageContents__list__body .boardBody__grid ._number > span.right {
  text-align: right;
}
.mypageContents__list__body .boardBody__grid ._date {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
  font-weight: 300;
}
.mypageContents__list__body .boardBody__grid ._type > span {
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  font-weight: 700;
}
.mypageContents__list__body .boardBody__grid ._type > span._up {
  color: #36a0e0;
}
.mypageContents__list__body .boardBody__grid ._type > span._down {
  color: #e43d26;
}
.mypageContents__list__body .boardBody__grid ._link a {
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #36a0e0;
}
.mypageContents__list__body .boardBody__grid ._accountCnt > span {
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  font-weight: 700;
}
.mypageContents__list__body .boardBody__grid ._accountCnt > span._up {
  color: #36a0e0;
}
.mypageContents__list__body .boardBody__grid ._accountCnt > span._down {
  color: #e43d26;
}
.mypageContents__list__body .boardBody__grid ._accountValue {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
  font-weight: 300;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-inline: 2.5rem;
}
.mypageContents__list__body .boardBody__grid ._accountStatus {
  text-align: center;
}
.mypageContents__list__body .boardBody__grid ._accountStatus > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.8rem;
  height: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
}
.mypageContents__list__body .boardBody__grid ._accountStatus > span._while {
  background-color: #90c31f;
}
.mypageContents__list__body .boardBody__grid ._accountStatus > span._done {
  background-color: #000000;
}
.mypageContents__list__body .boardBody__grid ._accountStatus > span._reject {
  background-color: #ea5405;
}
.mypageContents__list__body .boardBody__grid ._accountStatus > span._hold {
  background-color:#42A5F5;
}
.mypageContents__list__body .boardBody__grid ._registDate {
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
  font-weight: 300;
}
.mypageContents__list__body .boardBody__grid ._etc {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
  font-weight: 300;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mypageContents__list__body .boardBody__grid ._description {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
  font-weight: 300;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mypageContents__list__body .boardBody__grid ._description > p {
  padding-inline: 2.5rem;
  text-align: left;
}
.mypageContents__list__footer .boardBody__grid {
  background-color: #dddddd;
}
.mypageContents__list__footer .boardBody__grid.type1 {
  grid-template-columns: auto calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8) calc((100% - 3.5rem) / 8);
}
.mypageContents__list__footer .boardBody__grid.type2 {
  grid-template-columns: 45.5rem 15rem 15rem auto;
}
.mypageContents__list__footer .boardBody__grid.type4 {
  grid-template-columns: 13% 13% 9% 9% 14% 14% 14% 14%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__footer .boardBody__grid.type7 {
  grid-template-columns: auto 16% 16% 16%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__footer .boardBody__grid.type7_1 {
  grid-template-columns: auto 20% 20% 20%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__footer .boardBody__grid.type11 {
  grid-template-columns: 10% 18% 18% 18% 18% 18%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__footer .boardBody__grid.type13 {
  grid-template-columns: 8% 17% 15% 13% 17% 15% 15%;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__list__footer .boardBody__grid ._title {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__list__footer .boardBody__grid ._date {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__list__footer .boardBody__grid ._number {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__list__footer .boardBody__grid ._number > span.min8 {
  min-width: 8rem;
}
.mypageContents__list__footer .boardBody__grid ._number > span.min10 {
  min-width: 10rem;
}
.mypageContents__list__footer .boardBody__grid ._number > span.right {
  text-align: right;
}
.mypageContents__list__footer .boardBody__grid ._accountUp {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__list__footer .boardBody__grid ._accountUp::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #000000;
  content: " ";
  margin-right: 0.5rem;
}
.mypageContents__list__footer .boardBody__grid ._accountUp > span > b {
  font-weight: 700;
}
.mypageContents__list__footer .boardBody__grid ._accountDown {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
}
.mypageContents__list__footer .boardBody__grid ._accountDown::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #000000;
  content: " ";
  margin-right: 0.5rem;
}
.mypageContents__list__footer .boardBody__grid ._accountDown > span > b {
  font-weight: 700;
}
.mypageContents__list__footer .boardBody__grid ._accountTotal {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: -0.06em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2rem;
}
.mypageContents__list__footer .boardBody__grid ._accountTotal::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #000000;
  content: " ";
  margin-right: 0.5rem;
}
.mypageContents__list__footer .boardBody__grid ._accountTotal > span > b {
  font-weight: 700;
}
.mypageContents__emptyList {
  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: 11rem;
  background-color: #f4f4f4;
  border-radius: 2rem;
}
.mypageContents__emptyList > img {
  width: 4rem;
  margin-right: 1.5rem;
}
.mypageContents__emptyList > span {
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: -0.06em;
  font-weight: 700;
}
.mypageContents__emptyList + .mypageContents__subtitle {
  margin-top: 7rem;
}
.mypageContents__control {
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.mypageContents__control > a {
  width: 24rem;
  height: 5.3rem;
  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: 100rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mypageContents__control > a:hover {
  background-color: #36a0e0;
  color: #ffffff;
}
.mypageContents__control > a._blue {
  background-color: #36a0e0;
  color: #ffffff;
}
.mypageContents__control > a._blue:hover {
  background-color: #005b92;
}
.mypageContents__control > a._gray {
  background-color: #cbcbcb;
  color: #ffffff;
}
.mypageContents__control > a._border {
  border: 1px #878787 solid;
  color: #4f4f4f;
}
.mypageContents__control > a._border:hover {
  color: #ffffff;
  border: 0;
}
.mypageContents__card > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.mypageContents__card__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 14.5rem;
  border: 1px #c6c6c6 solid;
  border-radius: 2rem;
  padding: 1.5rem 2.3rem 1.5rem 2.3rem;
}
.mypageContents__card__item__title {
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.mypageContents__card__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.mypageContents__card__item__contents ._date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mypageContents__card__item__contents ._date b {
  font-size: 2rem;
  color: #000000;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.8rem;
}
.mypageContents__card__item__contents ._date span {
  font-size: 1.2rem;
  color: #676767;
  letter-spacing: -0.04em;
  font-weight: 300;
  line-height: 1.2rem;
}
.mypageContents__card__item__contents ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.mypageContents__card__item__contents ._text b {
  font-size: 2rem;
  color: #000000;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.8rem;
}
.mypageContents__card__item__contents ._text i {
  font-size: 2rem;
  color: #000000;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: -0.5rem;
}
.mypageContents__card__item__contents ._text span {
  font-size: 1.2rem;
  color: #676767;
  letter-spacing: -0.04em;
  font-weight: 300;
  line-height: 1.2rem;
}
.mypageContents__card__item__contents ._status > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.8rem;
  height: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
}
.mypageContents__card__item__contents ._status > span._while {
  background-color: #90c31f;
}
.mypageContents__card__item__contents ._status > span._done {
  background-color: #000000;
}
.mypageContents__card__item__contents ._status > span._reject {
  background-color: #ea5405;
}
.mypageContents__card__empty {
  background-color: #f4f4f4;
  height: 15rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  row-gap: 1rem;
  border-radius: 2rem;
}
.mypageContents__card__empty > b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.06em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__card__empty > b img {
  width: 4rem;
  margin-right: 0.5rem;
}
.mypageContents__card__empty > span {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
.mypageContents__card__empty > span > b {
  font-weight: 700;
}
.mypageContents__card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__card__button > button {
  padding: 1.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__card__button > button::after {
  background: url("../images/mypage/calendar_next.png") no-repeat;
  background-size: 2.1rem auto;
  background-position: center center;
  width: 1.4rem;
  height: 1.4rem;
  content: " ";
  display: block;
}
.mypageContents__line {
  margin-top: 5.5rem;
  border: 0;
  border-bottom: 1px #cccccc solid;
}
.mypageContents__apply {
  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;
}
.mypageContents__apply > b {
  color: #000000;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.mypageContents__apply > p {
  color: #4f4f4f;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 0.5rem 0 5rem 0;
}
.mypageContents__apply__form {
  margin: 1.5rem 0 4.5rem 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #cccccc;
  padding: 1px 0;
  gap: 1px;
}
.mypageContents__apply__form__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypageContents__apply__form__item__label {
  letter-spacing: -0.04em;
  width: 15rem;
  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: #f4f4f4;
  border-right: 1px #c6c6c6 solid;
  font-size: 1.6rem;
  color: #4f4f4f;
  font-weight: 700;
}
.mypageContents__apply__form__item__label > span {
  color: #dc3434;
  margin-left: 0.5rem;
}
.mypageContents__apply__form__item__input {
  padding: 1.5rem 3rem;
  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-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypageContents__apply__form__item__input ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mypageContents__apply__form__item__input ._text > input {
  height: 3.5rem;
  padding: 0 1.2rem;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
}
.mypageContents__apply__form__item__input ._text > input:-moz-read-only {
  pointer-events: none;
}
.mypageContents__apply__form__item__input ._text > input:read-only {
  pointer-events: none;
}
.mypageContents__apply__form__item__input ._text > span {
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  min-width: 1.7rem;
}
.mypageContents__apply__form__item__input ._date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mypageContents__apply__form__item__input ._date > input {
  height: 3.5rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
}
.mypageContents__apply__form__item__input ._date > span {
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  min-width: 1.7rem;
}
.mypageContents__apply__form__item__input ._select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mypageContents__apply__form__item__input ._select > select {
  height: 3.5rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/board_dropdown.png") no-repeat center right 1.2rem;
  background-size: 1.6rem auto;
}
.mypageContents__apply__form__item__input ._select > span {
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  min-width: 1.7rem;
}
.mypageContents__apply__form__item__input > i {
  color: #dc3434;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  font-weight: 300;
  padding-top: 0.5rem;
}
.mypageContents__apply > button {
  width: 24rem;
  height: 5rem;
  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: #5c5c5c;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  border: 1px #727272 solid;
  border-radius: 50rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mypageContents__apply > button:hover {
  background-color: #36a0e0;
  color: #ffffff;
  border: 0;
}
.mypageContents__apply > button:hover > img {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}
.mypageContents__apply > button > img {
  width: 1.6rem;
  margin-left: 1.5rem;
}
.mypageContents__apply > button._blue {
  background-color: #36a0e0;
  color: #fff;
  border: 0;
}
.mypageContents__apply > button._blue:hover {
  background-color: #005b92;
}
.mypageContents__apply > button._blue > img {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}
.mypageContents__result {
  margin-top: 8rem;
  background-color: #fafafa;
}
.mypageContents__result__title {
  height: 8.5rem;
  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-top: 1px #cfcfcf solid;
  border-bottom: 1px #cfcfcf solid;
  position: relative;
}
.mypageContents__result__title > span {
  color: #000000;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.08em;
}
.mypageContents__result__title > button {
  position: absolute;
  top: calc(50% - 2rem);
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4f4f4f;
}
.mypageContents__result__title > button > img {
  width: 1.9rem;
  margin-left: 0.5rem;
}
.mypageContents__result__body {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px #cfcfcf solid;
  padding-bottom: 5.5rem;
}
.mypageContents__result__body > p {
  font-size: 1.6rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  line-height: 2.5rem;
  text-align: center;
  padding: 2.5rem 0;
}
.mypageContents__result__body > p > b {
  color: #36a0e0;
}
.mypageContents__result__body__cash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
  margin-bottom: 3rem;
}
.mypageContents__result__body__cash__info {
  width: 46.5rem;
  height: 22rem;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #eaf7ff;
  border-radius: 3.5rem;
}
.mypageContents__result__body__cash__info > b {
  margin-top: 4.5rem;
  font-size: 1.6rem;
  color: #4f4f4f;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__result__body__cash__info > b::before {
  width: 1.6rem;
  height: 1.6rem;
  content: " ";
  background: url("../images/mypage/cash.png") no-repeat;
  background-size: contain;
  margin-right: 0.3rem;
}
.mypageContents__result__body__cash__info > div {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypageContents__result__body__cash__info > div > b {
  color: #36a0e0;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 3.3rem;
}
.mypageContents__result__body__cash__info > div > span {
  color: #4f4f4f;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-left: 0.3rem;
}
.mypageContents__result__body__cash__info > span {
  margin-top: auto;
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
}
.mypageContents__result__body__cash__detail > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__result__body__cash__detail > ul > li > b {
  width: 23rem;
  color: #4f4f4f;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageContents__result__body__cash__detail > ul > li > b::before {
  width: 0.4rem;
  height: 0.4rem;
  content: " ";
  margin-right: 1rem;
  background-color: #c6c6c6;
  border-radius: 100%;
}
.mypageContents__result__body__cash__detail > ul > li > div {
  font-size: 1.6rem;
  color: #5c5c5c;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.mypageContents__result__body__cash__detail > ul > li > div > b {
  color: #000000;
  font-weight: 700;
}
.mypageContents__result__body > span {
  font-size: 1.2rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  font-weight: 500;
  text-align: center;
}
.mypageContents__result__body > button {
  width: 24rem;
  height: 5rem;
  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: #5c5c5c;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  border: 1px #727272 solid;
  border-radius: 50rem;
  margin-top: 4.5rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mypageContents__result__body > button:hover {
  background-color: #36a0e0;
  color: #ffffff;
  border: 0;
}
.mypageContents__result__body > button:hover > img {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}
.mypageContents__result__body > button > img {
  width: 1.6rem;
  margin-left: 1.5rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mypageContents__regist {
  padding: 1px;
  background-color: #c6c6c6;
}
.mypageContents__regist > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
}
.mypageContents__regist__item {
  display: grid;
  grid-template-columns: 17.5rem auto;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.mypageContents__regist__item__label {
  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: #f4f4f4;
}
.mypageContents__regist__item__label > span {
  color: #4f4f4f;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.mypageContents__regist__item__label > span > span {
  color: #dc3434;
}
.mypageContents__regist__item__contents {
  padding: 0.8rem 2.2rem;
  background-color: #fff;
}
.mypageContents__regist__item__contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mypageContents__regist__item__contents > div > input {
  width: 32.6rem;
  height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.06em;
  font-weight: 300;
}
.mypageContents__regist__item__contents > div > input:-moz-read-only {
  pointer-events: none;
  background-color: #f4f4f4;
  color: #9d9d9d;
}
.mypageContents__regist__item__contents > div > input:read-only {
  pointer-events: none;
  background-color: #f4f4f4;
  color: #9d9d9d;
}
.mypageContents__regist__item__contents > div > span {
  width: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #4f4f4f;
}
.mypageContents__regist__item__contents > div > 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mypageContents__regist__item__contents > div > div > i {
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: -0.04em;
}
.mypageContents__regist__item__contents > div > div > i::before {
  background: url("../images/mypage/tooltipMark.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.mypageContents__regist__item__contents > div > div > b {
  font-size: 1.2rem;
  color: #dc3434;
  letter-spacing: -0.04em;
}
.mypageContents__auth {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42.2rem;
  border: 1px #d2d2d2 solid;
  border-radius: 2rem;
}
.mypageContents__auth > strong {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -0.04em;
  line-height: 3rem;
  margin-bottom: 3.6rem;
}
.mypageContents__auth > b {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
}
.mypageContents__auth > p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.6rem;
  margin-bottom: -2rem;
}

.mypagePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  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: rgba(0, 0, 0, 0.5);
}
.mypagePopup > div {
	max-width:90%;
	max-height:90%;
	border-radius:3.5rem;
	overflow:auto;
	scrollbar-width:none;
}
.mypagePopup:not(.on) {
  display: none;
}
.mypagePopupWrap {
  background-color: #ffffff;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
          box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
  position: relative;
  min-width: 75rem;
}
.mypagePopupWrap > button {
  padding: 1rem;
  top: 2.3rem;
  right: 2.3rem;
  position: absolute;
}
.mypagePopupWrap > button > img {
  width: 2.5rem;
}
.mypagePopupWrap > div {
  padding: 8rem 6.5rem;
}
.mypagePopupWrap__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 5rem;
}
.mypagePopupWrap__contents ._table:not(:last-child) {
  margin-bottom: 3rem;
}
.mypagePopupWrap__contents ._table__subject {
  color: #4f4f4f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.2rem;
}
.mypagePopupWrap__contents ._table__subject::before {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #c6c6c6;
  margin-right: 1rem;
  content: " ";
}
.mypagePopupWrap__contents ._table__contents {
  border: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._table__contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
}
.mypagePopupWrap__contents ._table__contents > div:not(:last-child) {
  border-bottom: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._table__contents__label {
  width: 20.5rem;
  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: #f4f4f4;
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  border-right: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._table__contents__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  color: #4f4f4f;
  font-weight: 300;
  width:calc(100% - 20.5rem);
  word-break:break-all;
}
.mypagePopupWrap__contents ._list__subject {
  color: #4f4f4f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.2rem;
}
.mypagePopupWrap__contents ._list__subject::before {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #c6c6c6;
  margin-right: 1rem;
  content: " ";
}
.mypagePopupWrap__contents ._list__contents {
  position: relative;
}
.mypagePopupWrap__contents ._list__contents > span {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
  font-size: 1.2rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  line-height: 1.4rem;
}
.mypagePopupWrap__contents ._list__contents table {
  width: 100%;
}
.mypagePopupWrap__contents ._list__contents table th, .mypagePopupWrap__contents ._list__contents table td {
  border: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._list__contents table th {
  background-color: #f4f4f4;
  height: 4rem;
  font-size: 1.6rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.mypagePopupWrap__contents ._list__contents table td {
  text-align: center;
  height: 4rem;
  font-size: 1.6rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.mypagePopupWrap__contents ._list__contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
}
.mypagePopupWrap__contents ._list__contents > div > span {
  font-size: 1.2rem;
  color: #dc3434;
  letter-spacing: -0.04em;
  line-height: 1.4rem;
}
.mypagePopupWrap__contents ._list__contents > div > button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  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;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.mypagePopupWrap__contents ._list__contents > div > button._down::before {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/mypage/down.png") no-repeat;
  background-size: contain;
  content: " ";
}
.mypagePopupWrap__contents ._list__contents > div > button._excel::after {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/mypage/excel.png") no-repeat;
  background-size: contain;
  content: " ";
}
.mypagePopupWrap__contents ._form:not(:last-child) {
  margin-bottom: 3rem;
}
.mypagePopupWrap__contents ._form__subject {
  color: #4f4f4f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.2rem;
}
.mypagePopupWrap__contents ._form__subject::before {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #c6c6c6;
  margin-right: 1rem;
  content: " ";
}
.mypagePopupWrap__contents ._form__contents {
  border: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._form__contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
}
.mypagePopupWrap__contents ._form__contents > div:not(:last-child) {
  border-bottom: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._form__contents__label {
  width: 13.5rem;
  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: #f4f4f4;
  color: #4f4f4f;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  border-right: 1px #c6c6c6 solid;
}
.mypagePopupWrap__contents ._form__contents__label.big {
  width: 17.5rem;
}
.mypagePopupWrap__contents ._form__contents__label > span {
  color: #dc3434;
  margin-left: 0.4rem;
}
.mypagePopupWrap__contents ._form__contents__input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
}
.mypagePopupWrap__contents ._form__contents__input input[type=text] {
  width: 17.5rem;
  height: 3.5rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.mypagePopupWrap__contents ._form__contents__input input[type=text]:-moz-read-only {
  pointer-events: none;
  background-color: #f4f4f4;
  color: #9d9d9d;
}
.mypagePopupWrap__contents ._form__contents__input input[type=text]:read-only {
  pointer-events: none;
  background-color: #f4f4f4;
  color: #9d9d9d;
}
.mypagePopupWrap__contents ._form__contents__input input[type=text] + input[type=text] {
  margin-left: 1.5rem;
}
.mypagePopupWrap__contents ._form__contents__input > span {
  color: #4f4f4f;
  font-size: 1.4rem;
  margin-left: 0.4rem;
  font-weight: 300;
}
.mypagePopupWrap__contents ._form__contents__input > button {
  color: #4f4f4f;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.mypagePopupWrap__contents ._form__contents__input > button > img {
  width: 1.9rem;
  margin-left: 0.5rem;
}
.mypagePopupWrap__contents ._form__contents__input > div {
  margin-left: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
}
.mypagePopupWrap__contents ._form__contents__input > div > i {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #4f4f4f;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.mypagePopupWrap__contents ._form__contents__input > div > b {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #4f4f4f;
  letter-spacing: -0.06em;
  font-weight: 900;
}
.mypagePopupWrap__contents ._form__contents__input > div > b::after {
  content: "원";
  font-size: 1.2rem;
  font-weight: 600;
}
.mypagePopupWrap__contents ._form__contents__input > label {
  position: relative;
  cursor: pointer;
}
.mypagePopupWrap__contents ._form__contents__input > label + label {
  margin-left: 1.5rem;
}
.mypagePopupWrap__contents ._form__contents__input > label > span {
  border: 1px #cbcbcb solid;
  background-color: #cbcbcb;
  width: 17.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  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;
}
.mypagePopupWrap__contents ._form__contents__input > label > span::after {
  content: "전체상환";
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.mypagePopupWrap__contents ._form__contents__input > label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.mypagePopupWrap__contents ._form__contents__input > label > input:checked + span {
  border-color: #37a0e1;
  background-color: #e7f6ff;
}
.mypagePopupWrap__contents ._form__contents__input > label > input:checked + span::after {
  content: "일부상환";
  color: #36a0e0;
}
.mypagePopupWrap__contents ._form__contents__input__limitWrap {
  margin-left: auto;
}
.mypagePopupWrap__contents ._form__contents__input__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.mypagePopupWrap__contents ._form__contents__input__limit > 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;
  row-gap: 0.5rem;
  position: relative;
}
.mypagePopupWrap__contents ._form__contents__input__limit > div > span {
  color: #4f4f4f;
  font-size: 1.2rem;
  letter-spacing: -0.06rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.mypagePopupWrap__contents ._form__contents__input__limit > div > b {
  color: #4f4f4f;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  font-weight: 800;
  line-height: 1.8rem;
}
.mypagePopupWrap__contents ._form__contents__input__limit > div > b.won::after {
  content: "원";
  font-size: 1.2rem;
  font-weight: 600;
}
.mypagePopupWrap__contents ._form__contents__input__limit > div:not(:first-child)::before {
  width: 1.5rem;
  height: 3.5rem;
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  background: url("../images/mypage/slash.jpg") no-repeat;
  background-size: contain;
}
.mypagePopupWrap__contents ._form__contents__inputGroup {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 2rem;
  -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;
}
.mypagePopupWrap__contents ._form__contents__inputGroup ._form__contents__input {
  padding: 0;
  width: 100%;
}
.mypagePopupWrap__contents ._form__contents__inputNotice {
  margin-top: 0.6rem;
}
.mypagePopupWrap__contents ._form__contents__inputNotice > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  font-weight: 300;
  line-height: 1.7rem;
  margin-bottom: 0.6rem;
}
.mypagePopupWrap__contents ._form__contents__inputNotice > span > img {
  width: 1.7rem;
  margin-right: 0.4rem;
}
.mypagePopupWrap__contents ._form__contents__inputNotice > b {
  font-size: 1.2rem;
  color: #dc3434;
  letter-spacing: -0.04em;
  font-weight: 300;
  display: block;
}
.mypagePopupWrap__contents ._form__contents__select {
  padding: 1.5rem 2rem;
}
.mypagePopupWrap__contents ._form__contents__select > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypagePopupWrap__contents ._form__contents__select > div > select {
  width: 17.5rem;
  height: 3.5rem;
  padding: 0 1.5rem;
  color: #4f4f4f;
  font-size: 1.4rem;
  letter-spacing: -0.06em;
  font-weight: 300;
}
.mypagePopupWrap__contents ._form__contents__select > div > span {
  width: 2.1rem;
  text-align: center;
  font-size: 1.2rem;
  color: #4f4f4f;
  font-weight: 300;
}
.mypagePopupWrap__contents ._form__contents__select > span {
  font-size: 1.2rem;
  color: #dc3434;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin-top: 0.6rem;
  display: block;
}
.mypagePopupWrap__contents ._form__notice {
  border: 1px #c6c6c6 solid;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 1.7rem;
}
.mypagePopupWrap__contents ._form__notice > b {
  font-size: 1.4rem;
  color: #4f4f4f;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: block;
  padding-bottom: 0.7rem;
}
.mypagePopupWrap__contents ._form__notice > ul > li {
  font-size: 1.2rem;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.4rem;
}
.mypagePopupWrap__contents ._form__notice > ul > li::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #c9c9c9;
  content: " ";
  margin-right: 0.8rem;
}
.mypagePopupWrap__contents ._form__checkbox {
  margin-top: 1.5rem;
}
.mypagePopupWrap__contents .boardPagination {
  margin-top: 3rem;
  margin-bottom: -2rem;
}
.mypagePopupWrap__control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.4rem;
     -moz-column-gap: 3.4rem;
          column-gap: 3.4rem;
}
.mypagePopupWrap__control > button {
  width: 18rem;
  height: 5.5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mypagePopupWrap__control > button._border {
  border: 1px #878787 solid;
  color: #4f4f4f;
}
.mypagePopupWrap__control > button._border:hover {
  background-color: #36a0e0;
  color: #ffffff;
  border-color: #36a0e0;
}
.mypagePopupWrap__control > button._blue {
  color: #ffffff;
  background-color: #36a0e0;
}
.mypagePopupWrap__control > button._blue:hover {
  background-color: #005b92;
}

.mypageToast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  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: rgba(0, 0, 0, 0.5);
}
.mypageToast:not(.on) {
  display: none;
}
.mypageToastWrap {
  background-color: #ffffff;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
          box-shadow: 0.32803rem 0.37735rem 1.28rem 0.32rem rgba(0, 0, 0, 0.14);
  position: relative;
  min-width: 68rem;
}
.mypageToastWrap > button {
  padding: 1rem;
  top: 2.3rem;
  right: 2.3rem;
  position: absolute;
}
.mypageToastWrap > button > img {
  width: 2.5rem;
}
.mypageToastWrap > div {
  padding: 7rem 6.5rem;
}
.mypageToastWrap__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #4f4f4f;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 2.5rem;
}
.mypageToastWrap__contents > p {
  text-align: center;
  color: #4f4f4f;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.mypageToastWrap__control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.4rem;
     -moz-column-gap: 3.4rem;
          column-gap: 3.4rem;
}
.mypageToastWrap__control > button {
  width: 18rem;
  height: 5.5rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.mypageToastWrap__control > button._border {
  border: 1px #878787 solid;
  color: #4f4f4f;
}
.mypageToastWrap__control > button._blue {
  color: #ffffff;
  background-color: #36a0e0;
}

.daterangepicker {
  padding-bottom: 6.5rem;
  border: 1px #666666 solid;
  border-radius: 0;
  -webkit-box-shadow: 3px 4px 20.37px 0.63px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 20.37px 0.63px rgba(0, 0, 0, 0.1);
  z-index: 80;
}

.daterangepicker .drp-calendar {
  max-width: inherit;
}

.daterangepicker .drp-calendar.left {
  padding: 4rem 3.5rem 2.8rem 4rem;
}

.daterangepicker .drp-calendar.right {
  padding: 4rem 4rem 2.8rem 3.5rem;
  position: relative;
}

.daterangepicker .drp-calendar.right::after {
  width: 1px;
  height: calc(100% - 5.7rem - 4.7rem);
  background-color: #e2e2e2;
  position: absolute;
  top: 5.7rem;
  left: 0;
  content: " ";
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding: 0 !important;
}

.daterangepicker .calendar-table th.month {
  font-size: 1.6rem;
  font-weight: 800;
  color: #000000;
  font-family: "NanumSquareNeo";
  padding-bottom: 1rem;
  height: 5.2rem;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  width: 4.8rem;
  height: 4.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "NanumSquareNeo";
  color: #666666;
  font-weight: 500;
}

.daterangepicker .calendar-table .prev {
  vertical-align: top;
}

.daterangepicker .calendar-table .prev::after {
  content: " ";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 4.2rem;
  background: url("../images/mypage/calendar_prev.png") no-repeat;
  background-size: contain;
}

.daterangepicker .calendar-table .prev:hover {
  background-color: transparent;
}

.daterangepicker .calendar-table .prev span {
  display: none;
}

.daterangepicker .calendar-table .next {
  vertical-align: top;
}

.daterangepicker .calendar-table .next::after {
  content: " ";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 4.2rem;
  background: url("../images/mypage/calendar_next.png") no-repeat;
  background-size: contain;
}

.daterangepicker .calendar-table .next:hover {
  background-color: transparent;
}

.daterangepicker .calendar-table .next span {
  display: none;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #d9d9d9;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #0368b2;
  color: #ffffff;
}

.daterangepicker td.in-range {
  background-color: #0599d9;
  color: #ffffff;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #0368b2;
  color: #ffffff;
}

.daterangepicker .calendar-table table.table-condensed thead tr:last-child th {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "NanumSquareNeo";
}

.daterangepicker .calendar-table table.table-condensed thead tr:last-child th:first-child {
  color: #c78c8c;
}

.daterangepicker .calendar-table table.table-condensed thead tr:last-child th:last-child {
  color: #85b4d0;
}

.daterangepicker.show-calendar .drp-buttons {
  width: calc(100% - 3.3rem - 3.3rem);
  margin-inline: auto;
  border: 1px #cacaca solid;
  border-radius: 0.5rem;
  text-align: center;
  height: calc(4rem + 2px);
  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;
  position: relative;
}
.daterangepicker.show-calendar .drp-buttons::after {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: calc(50% - 2rem);
  background: url("../images/mypage/date_to_date.jpg") no-repeat;
  background-size: contain;
  content: " ";
}

.daterangepicker .drp-selected {
  padding: 0;
  font-size: 1.6rem;
  color: #000000;
  font-family: "NanumSquareNeo";
  font-weight: 800;
  word-spacing: 14.5rem;
}

.daterangepicker.show-calendar .drp-buttons {
  position: relative;
}

.daterangepicker .drp-buttons .btn {
  height: 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  border-radius: 0.5rem;
  position: absolute;
  top: calc(100% + 1rem);
  width: 10rem;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  border: 1px #d5d5d5 solid;
  color: #5c5c5c;
  right: 11rem;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background-color: #36a0e0;
  color: #ffffff;
  border: 1px #36a0e0 solid;
  right: 0;
}

.daterangepicker.opensright:before {
  display: none;
}

.daterangepicker.opensright:after {
  display: none;
}

.mypageNavigationToggle {
  display: none;
}

@media (max-width: 720px) {
  .mypageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypageWrap > div:not(.mypageContents):first-child {
    width: 100%;
    margin-bottom: 5rem;
  }
  .mypageNavigationToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 63rem;
    margin-inline: auto;
    border: 1px #c4c4c4 solid;
    margin-bottom: -1px;
    height: 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.5rem;
  }
  .mypageNavigationToggle::before {
    content: "메뉴 열기";
    font-size: 2rem;
    letter-spacing: -0.04em;
    font-weight: 300;
  }
  .mypageNavigationToggle::after {
    background: url("../images/mypage/drop_big.png") no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    content: " ";
  }
  .mypageNavigationToggle.on + .mypageNavigation {
    display: block;
  }
  .mypageNavigationToggle.on::before {
    content: "메뉴 닫기";
  }
  .mypageNavigationToggle.on::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mypageNavigation {
    width: 63rem;
    margin-inline: auto;
    display: none;
  }
  .mypageNavigation > div {
    padding: 2.5rem;
  }
  .mypageContents {
    padding-top: 0;
    width: 63rem;
    margin-inline: auto;
  }
  .mypageContents__tab {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    height: 48px;
    width: 100vw;
    margin-left: calc((100vw - 63rem) / 2 * -1);
  }
  .mypageContents__tab > a,
  .mypageContents__tab > button {
    font-size: 1.6rem;
    text-align: center;
    white-space: nowrap;
    border: 0;
    font-size: 12.5px;
    height: 100%;
  }
  .mypageContents__tab > a:first-child,
  .mypageContents__tab > button:first-child {
    margin-left: calc((100vw - 63rem) / 2);
  }
  .mypageContents__tab > a:last-child,
  .mypageContents__tab > button:last-child {
    margin-right: calc((100vw - 63rem) / 2);
  }
  .mypageContents__tab > a.on,
  .mypageContents__tab > button.on {
    border: 0;
  }
  .mypageContents__memberInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 2rem;
  }
  .mypageContents__memberInfo__detail {
    row-gap: 1rem;
  }
  .mypageContents__memberInfo__description {
    width: 100%;
  }
  .mypageContents__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .mypageContents__filter > div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 15rem;
  }
  .mypageContents__list {
    overflow-x: auto;
  }
  .mypageContents__list__header {
    width: 150vw;
  }
  .mypageContents__list__body {
    width: 150vw;
  }
  .mypageContents__list__footer {
    width: 150vw;
  }
  .mypageContents__card > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .mypageContents__card__item {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-height: 43px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypageContents__card__item__title {
    font-size: 12px;
  }
  .mypageContents__card__item__contents ._date b {
    font-size: 15px;
    line-height: 15px;
  }
  .mypageContents__card__item__contents ._text b {
    font-size: 15px;
    line-height: 15px;
  }
  .mypageContents__card__item__contents ._status > span {
    font-size: 10px;
    width: 47px;
    height: 16px;
    border-radius: 2px;
  }
  .mypageContents__apply__form {
    grid-template-columns: repeat(1, 1fr);
  }
  .mypageContents__result__body__cash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
  .mypageContents__control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .mypageContents__regist__item {
    grid-template-columns: 13rem auto;
  }
  .mypageContents__regist__item__contents > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  .mypageContents__regist__item__contents > div > input {
    width: calc((100% - 2.5rem) / 2);
  }
  .mypageContents__regist__item__contents > div > input + span + input + span {
    display: none;
  }
  .mypagePopup:not(.on) {
    display: none;
  }
  .mypagePopupWrap {
    min-width: 63rem;
    max-width: 63rem;
  }
  .mypagePopupWrap__contents ._form__contents {
    border: 1px #c6c6c6 solid;
  }
  .mypagePopupWrap__contents ._form__contents__input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 2rem;
  }
  .mypagePopupWrap__contents ._form__contents__input input[type=text] {
    width: 15rem;
  }
  .mypagePopupWrap__contents ._form__contents__input input[type=text] + input[type=text] {
    margin-left: 0.5rem;
  }
  .mypagePopupWrap__contents ._form__contents__input > label + label {
    margin-left: 0.5rem;
  }
  .mypagePopupWrap__contents ._form__contents__input > label > span {
    width: 15rem;
  }
  .mypagePopupWrap__contents ._form__contents__input > button {
    font-size: 0;
  }
  .mypagePopupWrap__contents ._form__contents__select > div > select {
    width: 12.5rem;
  }
  .mypagePopupWrap__control {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .board_fakeInput > span {
    font-size: 12px !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .board_fakeInput input[type=checkbox] + span::before {
    width: 20px;
    height: 20px;
  }
  .mypageToast:not(.on) {
    display: none;
  }
  .mypageToastWrap {
    min-width: 63rem;
  }
  .daterangepicker {
    padding-bottom: calc(5.5rem + 25px);
    width: 63rem;
    left: calc((100vw - 63rem) / 2) !important;
  }
  .daterangepicker .drp-calendar.left {
    padding: 2rem;
  }
  .daterangepicker .drp-calendar.right {
    padding: 2rem;
  }
  .daterangepicker .drp-selected {
    word-spacing: 5rem;
    font-size: 12px;
  }
  .daterangepicker.show-calendar .drp-buttons {
    height: 30px;
  }
  .daterangepicker.show-calendar .drp-buttons::after {
    width: 26.6666666667px;
    height: 26.6666666667px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .daterangepicker .drp-buttons .btn {
    height: 25px;
    width: calc(50% - 5px);
    top: calc(100% + 10px);
    font-size: 12px;
  }
  .daterangepicker .drp-buttons .btn.cancelBtn {
    right: calc(50% + 5px);
  }
  .mypageNavigationToggle {
    height: 43px;
  }
  .mypageNavigationToggle::before {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
  }
  .mypageNavigation > div > ul > li > div > span,
  .mypageNavigation > div > ul > li > button > span {
    font-size: 2.7rem;
    height: 4.8rem;
  }
  .mypageNavigation > div > ul > li > ul > li > a {
    font-size: 2.25rem;
    line-height: 4.2rem;
  }
  .mypageContents__memberInfo {
    padding: 20px 15px;
  }
  .mypageContents__memberInfo__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .mypageContents__memberInfo__part__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .mypageContents__memberInfo__part__item__title {
    font-size: 10px;
  }
  .mypageContents__memberInfo__part__item__contents > b {
    font-size: 15px;
  }
  .mypageContents__memberInfo__part__item__contents > span {
    font-size: 10px;
  }
  .mypageContents__memberInfo__part__vertical {
    width: 100%;
    height: 1px;
  }
  .mypageContents__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypageContents__filter > div {
    width: 100%;
  }
  .mypageContents__filter > div input, .mypageContents__filter > div select {
    height: 34px;
  }
  .mypageContents__filter > div button[type=submit] {
    width: 100px;
    display: block;
    margin-inline: auto;
  }
  .mypageContents__filter > div > span {
    font-size: 12px;
  }
  .mypageContents__filter > div input, .mypageContents__filter > div select {
    font-size: 13px;
  }
  .mypageContents__filter > div button[type=submit] {
    font-size: 16.5px;
    height: 40px;
  }
  .mypageContents__totalCount {
    margin-bottom: 15px;
  }
  .mypageContents__totalCount > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mypageContents__totalCount > div > div {
    font-size: 12px;
    line-height: 27px;
  }
  .mypageContents__totalCount > div > button {
    font-size: 12px;
    line-height: 27px;
  }
  .mypageContents__list__header .boardBody__grid > div {
    font-size: 12px;
  }
  .mypageContents__list__body .boardBody__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypageContents__list__body .boardBody__grid ._number {
    font-size: 12px;
    text-align: center;
  }
  .mypageContents__list__body .boardBody__grid ._date {
    font-size: 12px;
  }
  .mypageContents__list__footer .boardBody__grid ._title {
    font-size: 12px;
  }
  .mypageContents__list__footer .boardBody__grid ._number {
    font-size: 12px;
    text-align: center;
  }
  .mypageContents__memberInfo__detail__since {
    font-size: 12px;
  }
  .mypageContents__memberInfo__detail__member > span,
  .mypageContents__memberInfo__detail__member .member span {
    font-size: 10px;
  }
  .mypageContents__memberInfo__description > span {
    font-size: 12px;
  }
  .mypageContents__subtitle a {
    font-size: 12px;
  }
  .mypageContents__control > a {
    height: 40px;
  }
  .mypagePopupWrap__contents ._form__contents__label {
    width: 10rem;
  }
  .mypagePopupWrap__contents ._form__contents__inputGroup {
    padding: 1rem 1.5rem;
  }
  .mypagePopupWrap__contents ._form__contents__input__limit > div > span {
    font-size: 1rem;
  }
  .mypagePopupWrap__contents ._form__contents__input__limit > div > b {
    font-size: 1.4rem;
  }
  .mypageNavigation > div > ul > li > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mypageContents__tab.sub {
    width: 63rem;
    margin-inline: auto;
    border-bottom-color: #c6c6c6;
    border-left: 1px #c6c6c6 solid;
    border-right: 1px #c6c6c6 solid;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .mypageContents__tab.sub > a, .mypageContents__tab.sub > button {
    font-size: 12.5px;
  }
  .mypageContents__tab.sub > a.on, .mypageContents__tab.sub > button.on {
    color: #000000;
  }
  .mypageContents__tab.sub > a:first-child, .mypageContents__tab.sub > button:first-child {
    margin-left: 0;
    border-right: 1px #c6c6c6 solid;
  }
  .mypageContents__tab.sub > a:last-child, .mypageContents__tab.sub > button:last-child {
    margin-right: 0;
  }
  .mypageContents__subtitle h2 {
    font-size: 14px;
  }
  .mypageContents__memberInfo__detail__member > span,
  .mypageContents__memberInfo__detail__member .member span {
    font-size: 12px;
  }
  .mypageContents__memberInfo__part__item__title {
    font-size: 12px;
  }
  .mypageContents__memberInfo__part__item__contents > b {
    font-size: 14px;
  }
  .mypageContents__memberInfo__part__item__contents > span {
    font-size: 12px;
  }
  .mypageContents__memberInfo__part__vertical {
    height: 1px;
  }
  .mypageContents__toggle > button {
    height: 40px;
  }
  .mypageContents__toggle > button > span::before {
    font-size: 12px;
  }
  .mypageContents__toggle > button > img {
    width: 10px;
  }
  .mypageContents__list__header .boardBody__grid ._sort {
    display: none;
  }
  .mypageContents__list__header {
    width: 200vw;
  }
  .mypageContents__list__body {
    width: 200vw;
  }
  .mypageContents__list__footer {
    width: 200vw;
  }
  .mypageContents__emptyList {
    height: 100px;
  }
  .mypageContents__emptyList > img {
    width: 40px;
  }
  .mypageContents__emptyList > span {
    font-size: 12px;
  }
  .mypageContents__morelist > button {
    height: 50px;
  }
  .mypageContents__morelist > button > span {
    font-size: 14px;
    line-height: 14px;
  }
  .mypageContents__morelist > button > img {
    width: 10px;
  }
  .mypagePopupWrap > div {
    padding: 4rem 3rem;
  }
  .mypagePopupWrap__contents ._form__contents__label {
    width: 80px;
    min-width: 80px;
    font-size: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__label.big {
    width: 110px;
    min-width: 110px;
  }
  .mypagePopupWrap__contents ._form__subject {
    font-size: 14px;
    line-height: 20px;
  }
  .mypagePopupWrap__contents ._form__contents__inputGroup {
    row-gap: 5px;
  }
  .mypagePopupWrap__contents ._form__contents__input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 5px;
  }
  .mypagePopupWrap__contents ._form__contents__input input[type=text] {
    font-size: 12px;
    width: 150px;
    height: 25px;
  }
  .mypagePopupWrap__contents ._form__contents__input > span {
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
  }
  .mypagePopupWrap__contents ._form__contents__input > div {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mypagePopupWrap__contents ._form__contents__input__limit {
    margin-right: auto;
  }
  .mypagePopupWrap__contents ._form__contents__input__limit > div > span {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .mypagePopupWrap__contents ._form__contents__input__limit > div > b {
    font-size: 12px;
    line-height: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__inputNotice > span {
    font-size: 10px;
    line-height: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mypagePopupWrap__contents ._form__contents__inputNotice > span > img {
    width: 17px;
  }
  .mypagePopupWrap__contents ._form__contents__inputNotice > b {
    font-size: 10px;
  }
  .mypagePopupWrap__contents ._form__notice > b {
    font-size: 14px;
  }
  .mypagePopupWrap__contents ._form__notice > ul > li {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mypagePopupWrap__contents ._form__notice > ul > li::before {
    width: 4px;
    height: 4px;
    margin-right: 5px;
    min-width: 4px;
    min-height: 4px;
    margin-top: 7px;
  }
  .mypageContents__apply > b {
    font-size: 14px;
  }
  .mypageContents__apply > p {
    font-size: 12px;
  }
  .mypageContents__apply__form__item__input > i {
    font-size: 12px;
  }
  .mypageContents__apply__form__item__input ._text > span {
    font-size: 12px;
  }
  .mypageContents__apply__form__item__input ._text > input {
    font-size: 12px;
    height: 25px;
  }
  .mypageContents__apply__form__item__label {
    font-size: 12px;
  }
  .mypageContents__result__title > button {
    font-size: 12px;
  }
  .mypageContents__result__title > span {
    font-size: 14px;
  }
  .mypageContents__result__body > p {
    font-size: 12px;
    line-height: 18px;
  }
  .mypageContents__result__body__cash__info {
    width: 100%;
  }
  .mypageContents__result__body__cash__info > b {
    font-size: 14px;
  }
  .mypageContents__result__body__cash__info > b::before {
    width: 16px;
    height: 16px;
  }
  .mypageContents__result__body__cash__info > div > b {
    font-size: 22px;
  }
  .mypageContents__result__body__cash__info > div > span {
    font-size: 16px;
  }
  .mypageContents__result__body__cash__info > span {
    font-size: 12px;
  }
  .mypageContents__result__body__cash__detail > ul > li {
    height: 24px;
  }
  .mypageContents__result__body__cash__detail > ul > li > b {
    font-size: 14px;
    width: 36rem;
  }
  .mypageContents__result__body__cash__detail > ul > li > div {
    font-size: 12px;
  }
  .mypageContents__result__body > span {
    font-size: 12px;
  }
  .mypageContents__card__item__contents ._text span {
    font-size: 12px;
    line-height: 18px;
  }
  .mypageContents__card__item__contents ._text i {
    font-size: 12px;
    line-height: 18px;
  }
  .mypageContents__apply__form__item__input ._select > select {
    font-size: 12px;
    height: 25px;
  }
  .mypageContents__list__body .boardBody__grid ._link a {
    font-size: 12px;
  }
  .mypageContents__list__body .boardBody__grid ._accountStatus > span {
    font-size: 12px;
    width: 70px;
    height: 18px;
  }
  .mypageContents__auth > strong {
    font-size: 18px;
    line-height: 30px;
  }
  .mypageContents__auth > b {
    font-size: 14px;
    line-height: 20px;
  }
  .mypageContents__auth > p {
    font-size: 12px;
    line-height: 18px;
  }
  .mypageContents__regist__item__contents > div > div > b {
    font-size: 12px;
  }
  .mypageContents__regist__item__contents > div > input {
    height: 25px;
    font-size: 12px;
  }
  .mypageContents__regist__item__contents > div > div > i {
    font-size: 10px;
  }
  .mypageContents__regist__item__contents > div > div > i::before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .mypageContents__regist__item__label > span {
    font-size: 12px;
  }
  .mypageContents__regist__item {
    grid-template-columns: 90px auto;
  }
  .mypagePopupWrap__contents ._table__subject {
    font-size: 12px;
    line-height: 14px;
  }
  .mypagePopupWrap__contents ._table__contents > div {
    min-height: 30px;
  }
  .mypagePopupWrap__contents ._table__contents__label {
    font-size: 12px;
  }
  .mypagePopupWrap__contents ._table__contents__text {
    font-size: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__input > label > span {
    height: 25px;
  }
  .mypagePopupWrap__contents ._form__contents__input > label > span::after {
    font-size: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__input {
    position: relative;
  }
  .mypagePopupWrap__contents ._form__contents__input input[type=text] + input[type=text] {
    margin-left: 0;
  }
  .mypagePopupWrap__contents ._form__contents__input > button {
    position: absolute;
    top: calc(50% - 10px);
    right: 2rem;
  }
  .mypagePopupWrap__contents ._form__contents__input > button > img {
    width: 19px;
    height: 19px;
  }
  .mypagePopupWrap__contents ._form__contents__input > div > i {
    font-size: 12px;
    line-height: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__input > div > b {
    font-size: 12px;
    line-height: 12px;
  }
  .mypagePopupWrap__contents ._form__contents__select > div > select {
    height: 25px;
    font-size: 12px;
    width: 70px;
  }
  .mypagePopupWrap__contents ._form__contents__select > span {
    font-size: 12px;
    line-height: 12px;
  }
  .mypageContents__list__header .boardBody__grid ._tooltip > img {
    width: 17px;
    height: 17px;
  }
  .mypageContents__list__header .boardBody__grid ._tooltip > svg {
    width: 17px;
    height: 17px;
  }
  .mypageToastWrap__contents > p {
    font-size: 12px;
  }
  .mypageContents__totalCount > div > button._down::before {
    width: 18px;
    height: 18px;
  }
  .mypageContents__totalCount > div > button._excel::after {
    width: 18px;
    height: 18px;
  }
  .mypageContents__filter > div ._term button {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  .mypagePopup > div, .mypagePopupWrap {
    border-radius: 1.7rem;
  }
  .daterangepicker .calendar-table th.month {
    font-size: 14px;
    height: 40px;
    padding-bottom: 0;
  }
  .daterangepicker .calendar-table table.table-condensed thead tr:last-child th {
    font-size: 12px;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 12px;
  }
  .daterangepicker .calendar-table .prev {
    vertical-align: middle;
  }
  .daterangepicker .calendar-table .next {
    vertical-align: middle;
  }
  .daterangepicker .calendar-table .next::after {
    margin-left: auto;
  }
}/*# sourceMappingURL=style.css.map */

@media (max-width: 460px) {
	.mypageContents__memberInfo__detail__member2 {
		flex-direction:column;
		align-items:flex-start;
	}
	
	.mypageContents__memberInfo__detail__member .member span:nth-child(1) {
		padding-left:0;
		margin-left:0;
	}
	.mypageContents__memberInfo__detail__member .member span:nth-child(1):before {
		width:0;
	}
}

/* floating-sidebar */
.floating-sidebar {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: var(--zindex, 10);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13.4rem;
  background-color: #e5e5e5;
  border-radius: 2.5rem 0 0 2.5rem;
  border: 1px solid #ddd;
  border-right-width: 0;
  -webkit-box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.08);
}
.floating-sidebar__front {
  position: relative;
  background-color: #fff;
  border-radius: 2.5rem 0 0 2.5rem;
  border: 1px solid #ddd;
  border-right-width: 0;
  -webkit-box-shadow: 0 0.2rem 1rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 1rem 1rem rgba(0, 0, 0, 0.05);
}
.floating-sidebar__front__user {
  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;
  padding: 2.5rem 0 1.8rem 0.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.floating-sidebar__front__user .name {
  color: #37a0e1;
  font-weight: 700;
}
.floating-sidebar__front__list {
  border-top: 2px solid #ddd;
}
.floating-sidebar__front__link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 13.5rem;
}
.floating-sidebar__front__link-ico {
  position: relative;
  width: 8.6rem;
  height: 4.7rem;
  padding-top: 2rem;
  color: #44403f;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  text-align: center;
}
.floating-sidebar__front__link-ico::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--zindex, 1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/) no-repeat center;
  background-size: contain;
}
.floating-sidebar__front__link-ico.-blue {
  margin-top: 4rem;
  background-color: #d1fdff;
}
.floating-sidebar__front__link-ico.-blue::before {
  top: -3rem;
  width: 4.7rem;
  height: 4.4rem;
  background-image: url(../images/ico-floating01.png);
}
.floating-sidebar__front__link-ico.-yellow {
  background-color: #fff5af;
}
.floating-sidebar__front__link-ico.-yellow::before {
  top: -1.2rem;
  width: 4.5rem;
  height: 2.8rem;
  background-image: url(../images/ico-floating02.png);
}
.floating-sidebar__front__link-arr {
  position: relative;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.floating-sidebar__front__link-arr::after {
  content: ">";
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(150%, -50%, 0);
  transform: translate3d(150%, -50%, 0);
}
.floating-sidebar__front__link:hover .floating-sidebar__front__link-arr::after {
  -webkit-animation: floatingArr 0.4s ease-in-out;
  animation: floatingArr 0.4s ease-in-out;
}
.floating-sidebar__back {
  background-color: #e5e5e5;
}
.floating-sidebar__back__link {
  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;
  position: relative;
  height: 7.2rem;
  color: #44403f;
  font-size: 1.4rem;
}
.floating-sidebar__back__link::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #44403f;
  border-radius: 50%;
}
.floating-sidebar__back__link::after {
  content: ">";
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: var(--zindex, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(-250%, -50%, 0);
  transform: translate3d(-250%, -50%, 0);
}
.floating-sidebar__back__link:hover::after {
  -webkit-animation: floatingArr02 0.4s ease-in-out;
  animation: floatingArr02 0.4s ease-in-out;
}

@media (max-width: 720px) {
  .floating-sidebar {
    display: none;
  }
}