@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;400;500;700;900&display=swap");
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.clearafter::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  background: none !important;
  clear: both !important;
  float: none !important;
}

.bg-polygon-white {
  background-image: url("../images/sub/btn-polygon-bg-l@2x.png"), url("../images/sub/btn-polygon-bg-r@2x.png"), linear-gradient(white, white);
  background-size: contain, contain, cover;
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

@font-face {
  font-family: "Minguk";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Minguk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Minguk";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Minguk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.cr-field {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2rem;
  margin: 0.4rem 1.6em 0 0;
}
.cr-field > input:is([type="radio"], [type="checkbox"]) {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.cr-field > span {
  display: block;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  background: gray;
  text-align: center;
  padding: 8px;
  border: none;
}
.btn.bg-polygon-yellow {
  background-image: url("../images/sub/btn-polygon-bg-l@2x.png"), url("../images/sub/btn-polygon-bg-r@2x.png"), linear-gradient(#FFA700, #FFA700);
  background-size: contain, contain, cover;
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: white;
}
.btn.bg-polygon-blue {
  background-image: url("../images/sub/btn-polygon-bg-l@2x.png"), url("../images/sub/btn-polygon-bg-r@2x.png"), linear-gradient(#3295E9, #3295E9);
  background-size: contain, contain, cover;
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: white;
}
.btn.bg-polygon-gray {
  background-image: url("../images/sub/btn-polygon-bg-l@2x.png"), url("../images/sub/btn-polygon-bg-r@2x.png"), linear-gradient(#D3D3D3, #D3D3D3);
  background-size: contain, contain, cover;
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #6a6a6a;
}
.btn.bg-polygon-white {
  background-image: url("../images/sub/btn-polygon-bg-l@2x.png"), url("../images/sub/btn-polygon-bg-r@2x.png"), linear-gradient(white, white);
  background-size: contain, contain, cover;
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.btn.btn-large {
  padding: 0.8666666667rem;
  border-radius: 0.5333333333rem;
  font-size: 1.6rem;
  min-width: 270px;
}
.btn.btn-mid {
  min-width: 140px;
  min-height: 44px;
  padding: 10px;
}
.btn.btn-full {
  width: 100%;
  flex: 1 1 100%;
  min-height: 4.2666666667rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
}
.btn em {
  font-style: normal;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
}
.btn .sub {
  font-size: 0.68em;
}
.btn > div {
  display: block;
}
.btn span, .btn em, .btn i {
  display: inline-block;
}

:root {
  font-size: 15px;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  --font-color-text: #383838;
  --font-color-sub: #707070;
  --color-accent: #0071BC;
  --bg-dark: #45464B;
  --bg-dark-gradient: linear-gradient(var(--bg-dark), var(--bg-dark));
  --bg-light: #F1F1F1;
  --bg-lightest: #f4f5f6;
  --bg-lightest-gradient: linear-gradient(var(--bg-lightest), var(--bg-lightest));
  --bg-polygon: url("../images/bg-polygon.png");
}

body {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  display: block;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #F1F2F3;
}

.contents--main {
  width: 1180px;
}

.headerv2 {
  border-bottom: 1px solid #dbdbdb;
  height: 86px;
  z-index: 900;
}
.headerv2__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: inherit;
}
.headerv2 .header-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.headerv2 .header-logo a {
  display: block;
}
.headerv2 .header-logo__img {
  display: block;
  height: 61px;
}
.headerv2 .header-right {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
.headerv2 .header-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 8px;
}
.headerv2 .header-gnb {
  display: block;
  width: 100%;
}
.headerv2 .header-menu-top {
  display: flex;
  align-items: center;
  margin-right: 11px;
}
.headerv2 .header-menu-top a {
  font-size: 0.6666666667rem;
  color: var(--font-color-sub);
  text-decoration: none;
  padding: 0 10px;
}
.headerv2 .header-menu-member {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.headerv2 .header-menu-member a {
  display: block;
  text-align: center;
  padding: 0 8px;
  background-color: #F4F4F4;
  color: var(--font-color-sub);
  height: 1.4666666667rem;
  font-size: 0.6666666667rem;
  text-decoration: none;
  line-height: 1.4666666667rem;
  margin-right: 1px;
}
.headerv2 .header-menu-member a.em {
  background-color: var(--color-accent);
  color: white;
}
.headerv2 .header-menu-member a:first-child {
  border-radius: 0.7333333333rem 0 0 0.7333333333rem;
}
.headerv2 .header-menu-member a:last-child {
  border-radius: 0 0.7333333333rem 0.7333333333rem 0;
  margin-right: 0;
}
.headerv2 .gnb2__ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  margin-right: -110px;
}
.headerv2 .gnb2__top-item {
  flex: 0 0 auto;
  position: relative;
}
.headerv2 .gnb2__top {
  height: 48px;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.headerv2 .gnb2__top > a {
  display: block;
  height: 48px;
  text-decoration: none;
  line-height: 48px;
  text-align: center;
  color: inherit;
  padding-right: 110px;
}
.headerv2 .gnb2-sub {
  display: block;
  height: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 800;
  width: 100%;
}
.headerv2 .gnb2-sub__ul {
  display: block;
  padding: 12px 0;
  list-style: none;
  width: 100%;
}
.headerv2 .gnb2-sub__ul a {
  font-size: 1rem;
  display: block;
  color: var(--font-color-sub);
  padding: 8px 0;
  text-decoration: none;
}
.headerv2 .gnb-sub-bg {
  display: block;
  background: #f7f7f7;
  opacity: 0.8;
  position: absolute;
  top: 86px;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  height: 0;
  transition: 0.3s ease-in-out;
  z-index: 750;
}

.slider-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 109px;
  background: var(--bg-polygon), var(--bg-dark-gradient);
  background-size: 1920px auto, 100% 100%;
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
}
.slider-menu__inner {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.slider-menu__title {
  flex: 0 0 auto;
  padding-right: 64px;
  border-right: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Minguk", sans-serif;
  font-size: 1.3333333333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}
.slider-menu__items {
  display: flex;
  flex: 0 0 auto;
  padding-left: 32px;
}
.slider-menu__items a {
  display: block;
  margin: 0 32px;
  text-decoration: none;
  text-align: center;
}
.slider-menu__items a:last-child {
  margin-right: 0;
}
.slider-menu__items a img, .slider-menu__items a span {
  display: block;
}
.slider-menu__items a img {
  width: 40px;
  height: 400x;
  margin: 0 auto;
  margin-bottom: 4px;
}
.slider-menu__items a span {
  color: white;
  color: rgba(255, 255, 255, 0.75);
}

.sub-page {
  flex: 1 1 auto;
}
.sub-page__body {
  display: flex;
  flex-direction: row;
  padding: 22px 0 0 0;
}
.sub-page__aside {
  display: flex;
  flex-direction: column;
  flex: 0 0 280px;
  margin: 0 16px 0 0;
}
.sub-page__main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.sub-page__title {
  display: block;
  flex: 0 0 auto;
  margin: 0 0 0 0;
  padding: 1.4rem 2.4rem;
  font-size: 2.4rem;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  color: #383838;
  height: 88px;
  background-image: url("../images/sub/page-contents-header-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__title {
    background-image: url("../images/sub/page-contents-header-bg@2x.png");
  }
}
.sub-page__title-en {
  display: block;
  flex: 0 0 auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 700;
  font-size: 1.1428571429rem;
  color: #9B9B9B;
}

.aside-head {
  color: white;
  min-height: 124px;
  flex: 0 0 124px;
  background-image: url("../images/sub/sub-aside-head-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .aside-head {
    background-image: url("../images/sub/sub-aside-head-bg@2x.png");
  }
}
.aside-head__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  font-family: "Minguk", sans-serif;
}
.aside-head__title {
  font-size: 2.4rem;
  font-weight: 700;
  flex: 0 0 88px;
  padding: 1.4rem 1.6rem;
  line-height: 1.2;
  height: 88px;
}
.aside-head__title-en {
  font-size: 1.3333333333rem;
  font-weight: 700;
  flex: 1 1 auto;
  color: #505050;
  padding: 0rem 1.6rem;
}
.aside-head__title-en i, .aside-head__title-en span {
  vertical-align: middle;
}
.aside-head__en-chevron {
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background-image: url("../images/sub/sub-aside-head-chevron.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .aside-head__en-chevron {
    background-image: url("../images/sub/sub-aside-head-chevron@2x.png");
  }
}

.aside-menu {
  display: flex;
  flex-direction: column;
  padding: 16px 0 0 0;
  line-height: 1;
}

.aside-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -14px;
}
.aside-nav__top a {
  display: flex;
  font-family: "Minguk", sans-serif;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 2rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #676767;
  background-image: url("../images/sub/sub-aside-menu-bg-normal-l.png"), url("../images/sub/sub-aside-menu-bg-normal-r.png");
  background-position: left center, right center;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-color: white;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .aside-nav__top a {
    background-image: url("../images/sub/sub-aside-menu-bg-normal-l@2x.png"), url("../images/sub/sub-aside-menu-bg-normal-r@2x.png");
  }
}
.aside-nav__top a:hover {
  background-color: #f8f8f8;
}
.aside-nav__top.cur-item a {
  color: white;
  background-image: url("../images/sub/sub-aside-menu-bg-active-l.png"), url("../images/sub/sub-aside-menu-bg-active-r.png");
  background-color: #18558F;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .aside-nav__top.cur-item a {
    background-image: url("../images/sub/sub-aside-menu-bg-active-l@2x.png"), url("../images/sub/sub-aside-menu-bg-active-r@2x.png");
  }
}
.aside-nav__top.cur-item a span::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin: 0 0 0 10px;
}
.aside-nav__sub {
  display: block;
  padding: 6px 0 6px 0;
  margin: 0 0 0 0 !important;
  margin-bottom: 0;
  list-style: none;
  background: #F4F4F4;
  border-bottom: 1px solid #dcdcdc;
}
.aside-nav__sub-item a {
  display: block;
  padding: 6px 0 6px 35px;
  text-decoration: none;
  font-weight: 500;
  color: #676767;
}
.aside-nav__sub-item.cur-item a {
  color: #18558F;
}

.tile-col {
  display: flex;
  flex-direction: column;
}
.tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: auto;
  flex: 1 1 100%;
  border: 1px solid #dcdcdc;
  background-color: white;
}
.tile__head {
  display: block;
  width: 100%;
  flex: 0 0 41px;
  border-bottom: 1px solid #dcdcdc;
}
.tile__head h4 {
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  font-size: 1.0666666667rem;
  padding: 10px;
  margin: 0;
}
.tile__body {
  flex: 1 1 auto;
  position: relative;
}
.tile__footer {
  display: flex;
  flex: 0 0 64px;
  height: 64px;
  width: 100%;
}
.tile__footer-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1 1 100%;
}
.tile__footer-links a {
  display: block;
  color: inherit;
  text-decoration: none;
  flex: 1 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Minguk", sans-serif;
  padding: 17px 17px;
  font-weight: 700;
}
.tile__footer-links a:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.tile__footer-links a:hover {
  color: inherit;
}

.contents-block .contents {
  padding: 42px 0;
}

.contents-mainlinks {
  background-color: white;
}

.contents-noticeblocks {
  background: var(--bg-polygon), var(--bg-lightest-gradient);
  background-size: 1920px auto, 100% 100%;
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
}

.widget-1__footer {
  display: flex;
  width: 100%;
  flex: 1 1 100%;
  flex-direction: row;
  background-color: #FF9724;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.widget-1__footer:hover {
  color: white;
}
.widget-1__footer span {
  display: block;
  flex: 1 1 auto;
  background-image: url("../images/front-page/widget1-chevrons-right.png");
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 30px 36px;
  padding: 5px 0 6px 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .widget-1__footer span {
    background-image: url("../images/front-page/widget1-chevrons-right@2x.png");
  }
}
.widget-1__footer-icon {
  height: 64px;
}

.widget-business-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.widget-business-links__title {
  display: flex;
  flex-direction: column;
  flex: 0 0 80px;
  background-color: #393A3E;
}
.widget-business-links__title img {
  display: block;
  width: 80px;
}
.widget-business-links__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}
.widget-business-links__links li {
  display: flex;
  height: 50%;
  flex-direction: column;
  flex: 0 0 33.3333%;
}
.widget-business-links__links li a {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.widget-business-links__links li a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.widget-3 {
  display: flex;
  flex-direction: column;
}
.widget-3 a {
  display: block;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
}
.widget-3 a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.widget-training .tile__body {
  background-image: url("../images//front-page/main-training-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 148px 0 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .widget-training .tile__body {
    background-image: url("../images//front-page/main-training-bg@2x.png");
  }
}
.widget-training .tile__body > span {
  display: block;
  font-size: 2.4rem;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  color: black;
  opacity: 0.3;
  margin: 0 0 18px 0;
}
.widget-training .tile__body .training-links {
  display: block;
  width: 100%;
}
.widget-training .tile__body .training-links a {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  font-weight: 400;
  color: #666;
  margin: 0 0 18px 0;
}
.widget-training .tile__body .training-links a .chevron-right {
  position: relative;
  background-color: orange;
  text-align: left;
  width: 1em;
  height: 1em;
  border-top-right-radius: 0.1em;
  transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
}
.widget-training .tile__body .training-links a .chevron-right::before, .widget-training .tile__body .training-links a .chevron-right::after {
  content: "";
  position: absolute;
  background-color: inherit;
}
.widget-training .tile__body .training-links a .chevron-right::before, .widget-training .tile__body .training-links a .chevron-right::after {
  width: inherit;
  height: inherit;
  border-top-right-radius: inherit;
}
.widget-training .tile__body .training-links a .chevron-right::before {
  transform: rotate(-45deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.widget-training .tile__body .training-links a .chevron-right::after {
  transform: rotate(225deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.widget-training .tile__body .training-links a i {
  float: right;
  margin: 4px 0 0 0;
}
.widget-training .tile__body .training-links a:last-child {
  margin: 0 0 8px 0;
}

.contents-noticeblocks .tile-col {
  height: 320px;
}

.widget-member-links .tile__body {
  display: flex;
  flex-direction: column;
}
.widget-member-links .tile__body a {
  display: block;
  flex: 0 0 33.333%;
  position: relative;
}
.widget-member-links .tile__body a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-events .tile__body a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-events .tile__body img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.widget-member-news .tile__body {
  position: relative;
  height: 216px;
}
.widget-member-news .member-news-slider {
  background-color: #6e6e6e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-member-news .member-news-slider .slick-list, .widget-member-news .member-news-slider .slick-track {
  height: 100%;
}
.widget-member-news .member-news-slider .slick-slide > div {
  height: 100%;
}
.widget-member-news .member-news-slider .slide {
  position: relative;
  height: 100%;
}
.widget-member-news .member-news-slider .slide a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.widget-member-news .member-news-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.widget-member-news .member-news-caption a {
  display: block;
  text-decoration: none;
  color: white;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.widget-member-news .member-news-caption .slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.widget-member-news .member-news-caption .slick-dots li {
  display: inline-block;
  padding: 4px;
  height: 8px;
}
.widget-member-news .member-news-caption .slick-dots li button {
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.5;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.widget-member-news .member-news-caption .caption-nav {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  line-height: 1;
}
.widget-member-news .member-news-caption .caption-nav .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  background: transparent;
  border: none;
  color: white;
  opacity: 0.5;
  padding: 0;
  line-height: 1;
}
.widget-member-news .member-news-caption .caption-nav .slick-prev {
  left: 0;
}
.widget-member-news .member-news-caption .caption-nav .slick-next {
  right: 0;
}
.widget-member-news .tile__footer {
  display: flex;
  flex-direction: column;
  background: #FF9000;
}
.widget-member-news .tile__footer .member-stats {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  background: #FFBB00;
}
.widget-member-news .tile__footer .member-stats span {
  flex: 1 1 auto;
  line-height: 32px;
  padding: 0 8px;
  text-align: center;
}
.widget-member-news .tile__footer .member-stats span:nth-child(2) {
  background: #FFA700;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.widget-member-news .tile__footer .member-info-link {
  display: block;
  flex: 0 0 50%;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  line-height: 32px;
}

.widgets-board > .d-flex {
  padding: 0 8px;
  flex: 1 1 auto;
}
.widgets-board .board-widget {
  padding: 10px;
}
.widgets-board .board-widget a {
  color: inherit;
  text-decoration: none;
}
.widgets-board .board-widget__head {
  flex: 0 0 36px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  font-size: 1.0666666667rem;
  font-weight: 500;
}
.widgets-board .board-widget__head a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}
.widgets-board .board-widget__head a span {
  flex: 1 1 auto;
}
.widgets-board .board-widget__head a i {
  flex: 0 0 auto;
}
.widgets-board .board-widget__head-icon {
  background-image: url("../images/front-page/board-widget-link.png");
  display: block;
  width: 19px;
  height: 19px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .widgets-board .board-widget__head-icon {
    background-image: url("../images/front-page/board-widget-link@2x.png");
  }
}
.widgets-board .board-widget__body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1 1 auto;
}
.widgets-board .board-widget__item {
  border-bottom: 1px solid #dcdcdc;
  flex: 1 1 auto;
  max-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widgets-board .board-widget__item > a {
  padding: 6px 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widgets-board .board-widget__item .item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 2px;
}
.widgets-board .board-widget__item .item-details {
  display: block;
  color: #929292;
  font-size: 0.8rem;
}
.widgets-board .board-widget__item .item-details .item-badge, .widgets-board .board-widget__item .item-details .item-info {
  display: inline-block;
}
.widgets-board .hire-badge {
  display: inline-block;
  height: 1.2rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border-radius: 0.2rem;
  background-color: gray;
  color: white;
  font-weight: 400;
  vertical-align: baseline;
  padding: 0 0.2rem;
  min-width: 3rem;
  text-align: center;
}
.widgets-board .hire-badge.hire-open {
  background-color: #3cc672;
}
.widgets-board .hire-badge.hire-closed {
  background-color: #797979;
}

.widget-businesshours {
  min-height: 365px;
}
.widget-businesshours .tile__body {
  position: relative;
}
.widget-businesshours .tile__body img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.sub-page__contents ul {
  display: block;
  position: relative;
  padding-left: 1.0666666667rem;
  margin: 0;
  list-style: none;
}
.sub-page__contents ul li {
  display: block;
  position: relative;
  margin-bottom: 0.6em;
  line-height: 1.6;
  min-height: 1.6em;
}
.sub-page__contents ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.0666666667rem;
  top: 0.35em;
  width: 0.6rem;
  height: 1rem;
  background-image: url("../images/sub/text-bullet.png");
  background-size: contain;
  background-position: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__contents ul li::before {
    background-image: url("../images/sub/text-bullet@2x.png");
  }
}
.sub-page__body .page-head {
  background-image: url("../images/sub/rnd-head-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.4rem;
  box-sizing: border-box;
  margin-bottom: 2.4rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__body .page-head {
    background-image: url("../images/sub/rnd-head-bg@2x.jpg");
  }
}
.sub-page__body .page-head-inner {
  border: 1px solid white;
  box-sizing: border-box;
  padding: 4rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-page__body .page-head-copy {
  background-color: white;
  font-family: "Minguk", sans-serif;
  color: #18558F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 0.8rem;
  max-width: 512px;
  margin: 0 auto;
  margin-bottom: 1.3333333333rem;
}
.sub-page__body .page-head-text {
  display: block;
  color: white;
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
}
.sub-page__body .page-contents {
  padding: 2.1333333333rem;
}
.sub-page__body .page-section {
  display: block;
  margin-bottom: 3.6666666667rem;
}
.sub-page__body .page-columns {
  overflow-x: hidden;
}
.sub-page__body .page-columns-inner {
  margin-left: -3rem;
  margin-right: -3rem;
  overflow-y: hidden;
}
.sub-page__body .page-columns .col, .sub-page__body .page-columns [class^=col-], .sub-page__body .page-columns [class*=" col-"] {
  padding-left: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #dcdcdc;
  margin-bottom: -1.6rem;
}
.sub-page__body .page-columns .col:last-child, .sub-page__body .page-columns [class^=col-]:last-child, .sub-page__body .page-columns [class*=" col-"]:last-child {
  border-right: none;
}
.sub-page__body .page-section-header:last-child,
.sub-page__body .page-text-header:last-child,
.sub-page__body p:last-child {
  margin-bottom: 0;
}
.sub-page__body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Minguk", sans-serif;
}
.sub-page__body .page-section-header {
  display: block;
  margin: 0 auto;
  padding: 8px 8px 7px 8px;
  min-height: 44px;
  text-align: center;
  width: 100%;
  max-width: 486px;
  color: #186ABE;
  font-family: "Minguk", sans-serif;
  background-image: url("../images/sub/page-section-header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.1333333333rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__body .page-section-header {
    background-image: url("../images/sub/page-section-header-bg@2x.png");
  }
}
.sub-page__body .page-text-header {
  margin: 0 0 0 0;
  margin-bottom: 1.6rem;
}
.sub-page__body p, .sub-page__body .p, .sub-page__body ul {
  line-height: 1.6;
  margin: 0 0 0 0;
  margin-bottom: 1.6rem;
}
.sub-page__body .center {
  text-align: center;
}
.sub-page__body .right {
  text-align: right;
}
.sub-page__body .page-block {
  display: block;
  width: 100%;
  padding: 2.1333333333rem;
}
.sub-page__body .page-block--gray {
  background: var(--bg-polygon), var(--bg-lightest-gradient);
  background-size: 1920px auto, 100% 100%;
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
}
.sub-page__body .page-block .page-block-header {
  display: block;
  text-align: center;
  margin-bottom: 1.3333333333rem;
  margin-top: -1.0666666667rem;
}
.sub-page__body .text-bubble {
  display: block;
  padding: 1.6rem;
  background-color: #F5F5F5;
  border-radius: 1.0666666667rem;
}
.sub-page__body .tile-container {
  margin-top: calc(var(--bs-gutter-x)/ -2);
  margin-bottom: calc(var(--bs-gutter-x)/ -2);
}
.sub-page__body .tile-col {
  padding-top: calc(var(--bs-gutter-x)/ 2);
  padding-bottom: calc(var(--bs-gutter-x)/ 2);
}
.sub-page__body .tile {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0.2666666667rem;
}
.sub-page__body .tile .tile-title {
  display: block;
  font-size: 1.2rem;
  font-family: "Minguk", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.sub-page__body .tile .tile-text {
  display: block;
  font-size: 0.8rem;
}
.sub-page__body .tile.horizontal-tile {
  background-image: url("../images/sub/horizontal-tile-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__body .tile.horizontal-tile {
    background-image: url("../images/sub/horizontal-tile-background@2x.png");
  }
}
.sub-page__body .tile.horizontal-tile .tile-contents {
  display: block;
  flex: 1 1 auto;
}
.sub-page__body .tile.horizontal-tile .tile-icon {
  display: block;
  flex: 0 0 120px;
  padding-left: 20px;
  height: 100px;
}
.sub-page__body .tile.vertical-tile .tile-icon {
  background-color: #f8f8f8;
  padding: 1.2rem;
  height: 8.6666666667rem;
}
.sub-page__body .tile.vertical-tile .tile-icon img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.sub-page__body .tile.vertical-tile .tile-contents {
  padding: 1.6rem;
}
.sub-page__body .tile.vertical-tile .tile-title {
  text-align: center;
}
.sub-page__body .tile.vertical-tile .tile-text {
  text-align: center;
}
.sub-page__body .tile.horizontal-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 4.1333333333rem;
  overflow: hidden;
}
.sub-page__body .tile.horizontal-card .tile-contents {
  display: block;
  flex: 1 1 auto;
  padding: 0.5333333333rem 0.9333333333rem;
}
.sub-page__body .tile.horizontal-card .tile-contents-min {
  flex: 0 0 auto;
  background-color: #F1F1F1;
  min-width: 161px;
}
.sub-page__body .tile.horizontal-card .tile-contents-min em {
  font-style: normal;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  color: #1A72C8;
  font-size: 1.2rem;
}
.sub-page .list-horizontal-cards {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-page .list-horizontal-cards li::before {
  display: none;
}
.sub-page .list-horizontal-cards li {
  margin-bottom: 1.3333333333rem;
}
.sub-page .list-horizontal-cards li:last-child {
  margin-bottom: 0;
}

.caret {
  display: inline-block;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
}
.caret::after {
  content: "";
  width: 0.626em;
  height: 1em;
  display: inline-block;
  background-image: url("../images/sub/caret.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .caret::after {
    background-image: url("../images/sub/caret@2x.png");
  }
}
.caret.caret-left, .caret.caret-right {
  width: 0.626em;
}
.caret.caret-up, .caret.caret-down {
  width: 1em;
}
.caret.caret-left::after {
  rotate: 180deg;
}
.caret.caret-up::after {
  rotate: 270deg;
}
.caret.caret-down::after {
  rotate: 90deg;
}

.sub-page__main {
  background-color: white;
}

.list-table {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
.list-table a {
  color: inherit;
}
.list-table th {
  background-color: #F5F5F5;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  height: 34px;
}
.list-table td {
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  color: #676767;
  padding: 8px;
}
.list-table thead tr:last-child th {
  border-bottom: 1px solid #dcdcdc;
}

.sub-page__body .training-curriculum .page-block-body img {
  display: block;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.sub-page__body .page-about-intro {
  display: block;
  background-image: url("../images/sub/about-intro-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.4rem 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__body .page-about-intro {
    background-image: url("../images/sub/about-intro-bg@2x.jpg");
  }
}
.sub-page__body .page-about-intro .about-intro__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.sub-page__body .page-about-intro .about-intro__headline {
  display: block;
  color: white;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
  text-align: center;
}
.sub-page__body .page-about-intro .about-intro__body {
  display: block;
  width: 100%;
  max-width: 596px;
  margin: 0 auto;
  padding: 2.1333333333rem;
  color: white;
  border: 1px solid #dcdcdc;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-page__body .about-history ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1 1 auto;
}
.sub-page__body .about-history ul li::before {
  display: none;
}
.sub-page__body .about-history .history-year-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.0666666667rem;
  align-items: flex-start;
}
.sub-page__body .about-history .history-year-badge {
  display: block;
  flex: 0 0 4.8rem;
  height: 2.1333333333rem;
  margin-right: 0.9333333333rem;
  line-height: 2.1333333333rem;
  text-align: center;
  background-image: url("../images/sub/history-year-badge.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Minguk", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: white;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .sub-page__body .about-history .history-year-badge {
    background-image: url("../images/sub/history-year-badge@2x.png");
  }
}
.sub-page__body .about-history .history-month-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.2666666667rem;
}
.sub-page__body .about-history .history-month-badge {
  display: block;
  flex: 0 0 2.8rem;
  height: 2.1333333333rem;
  text-align: center;
  background-color: #F1F1F1;
  font-family: "Minguk", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 700;
  margin-right: 0.9333333333rem;
}
.sub-page__body .about-history .history-event-item {
  border-bottom: 1px solid #dcdcdc;
  min-height: 2.1333333333rem;
  padding: 0.2666666667rem 0.2rem 0.1333333333rem 0.2rem;
}
.sub-page__body .page-member-list .tile .tile-title {
  display: inline-block;
  margin-right: 2.6666666667rem;
}
.sub-page__body .page-member-list .tile .tile-sub {
  display: inline-block;
  margin-right: 2.6666666667rem;
}
.sub-page__body .page-member-list .tile .tile-sub:last-child {
  margin-right: 0;
}
.sub-page__body .page-member-list .tile .tile-contents-min {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-page__body .page-inquiry-map {
  flex: 1 1 100%;
}
.sub-page__body .page-inquiry-map .wrap_map {
  height: 380px;
}
.sub-page__body .about-inquiry .inquiry-col {
  display: flex;
  flex-direction: row;
}
.sub-page__body .about-inquiry .inquiry-address .text-bubble {
  flex: 1 1 100%;
  width: 100%;
}

.training-head {
  background-image: url("../images/sub/operations-training-bg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .training-head {
    background-image: url("../images/sub/operations-training-bg1@2x.jpg");
  }
}
.training-head-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.training-head-text {
  flex: 1 1 100%;
  max-width: 416px;
  padding: 2.1333333333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.training-head-link {
  text-align: right;
  padding-top: 2.1333333333rem;
}
.training-head-link .btn {
  color: #FFA700;
}
.training-head-image {
  flex: 0 0 auto;
}

.business-rnd-tiles-pill {
  border: 1px solid #dcdcdc;
  border-right: 0;
  margin-bottom: 1.0666666667rem;
}
.business-rnd-tiles-pill:last-child {
  border-right: 1px solid #dcdcdc;
}
.business-rnd-tiles-pill a {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.business-rnd-tiles-pill a img {
  display: block;
  width: 100%;
}
.business-rnd-tiles-pane {
  display: none;
}
.business-rnd-tiles-pane.active {
  display: block;
}
.business-rnd-tiles-pane .d-flex {
  height: 320px;
  border: 1px solid #dcdcdc;
}
.business-rnd-tiles-pane .tile-head {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 1.3333333333rem;
}
.business-rnd-tiles-pane .tile-head h5 {
  font-size: 1.6rem;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  color: white;
}
.business-rnd-tiles-pane .tile-head span {
  font-size: 0.8rem;
  opacity: 0.7;
}
.business-rnd-tiles-pane .tile-head-sub {
  padding: 1.3333333333rem;
}
.business-rnd-tiles-head {
  color: white;
}
.business-rnd-tiles-text {
  padding: 1.3333333333rem;
}

.kito-form {
  background-color: #f4f5f6;
  border: 1px solid #dcdcdc;
  padding: 2rem;
}
.kito-form.form-compact {
  width: 100%;
  max-width: 408px;
  margin: 0 auto;
}
.kito-form__body {
  display: block;
  width: 100%;
}
.kito-form input[type=text],
.kito-form input[type=number],
.kito-form input[type=tel],
.kito-form input[type=url],
.kito-form input[type=datetime-local],
.kito-form input[type=email],
.kito-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0.5333333333rem;
}
.kito-form input[type=text],
.kito-form input[type=number],
.kito-form input[type=tel],
.kito-form input[type=url],
.kito-form input[type=datetime-local],
.kito-form input[type=email] {
  height: 2.2666666667rem;
}
.kito-form textarea {
  min-height: 2.2666666667rem;
  min-height: 4em;
  height: 8em;
  resize: vertical;
}
.kito-form__field {
  margin-bottom: 1.3333333333rem;
  display: flex;
  flex-direction: column;
}
.kito-form__row:last-child {
  margin-bottom: -1.3333333333rem;
}
.kito-form .field-label {
  margin-bottom: 0.5333333333rem;
  flex: 0 0 auto;
}
.kito-form .field-input {
  min-height: 2.2666666667rem;
  display: flex;
  flex: 1 1 auto;
}
.kito-form__bottom {
  margin-top: 1.3333333333rem;
  border-top: 1px solid #dcdcdc;
  padding-top: 1.3333333333rem;
  width: 100%;
}
.kito-form__submit {
  text-align: center;
}
.kito-form__submit button {
  margin: 0 10px;
}

.search-result__header {
  background-image: url("../images/sub/page-section-header-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 3.6666666667rem;
  text-align: center;
  color: #186ABE;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  padding: 13px;
  margin: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .search-result__header {
    background-image: url("../images/sub/page-section-header-bg@2x.png");
  }
}
.search-result__body {
  background-color: #F5F5F5;
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 1px;
  padding: 2rem;
}
.search-result__row:last-child {
  margin-bottom: -1.3333333333rem;
}
.search-result__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3333333333rem;
}
.search-result__field .field-label {
  margin-bottom: 0.5333333333rem;
  flex: 0 0 auto;
  font-weight: 700;
}
.search-result__field .field-data {
  min-height: 2.2666666667rem;
  display: flex;
  flex: 1 1 auto;
}

.arbitration-page-head .page-head-copy {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.arbitration-page-head .d-flex {
  justify-content: space-around;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
}
.arbitration-page-head .d-flex div {
  flex: 0 0 100px;
}
.arbitration-page-head .d-flex div * {
  display: block;
  width: 100%;
  height: auto;
}

.arbitration-links-item {
  flex: 0 0 25%;
}
.arbitration-links a {
  display: block;
  width: 100%;
  height: 240px;
  font-style: normal;
  text-decoration: none;
  padding: 1rem;
}
.arbitration-links a span {
  color: white;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.page-head.consulting-page-head {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.page-head.consulting-page-head .page-head-inner {
  flex: 1 1 auto;
  border: none;
  padding: 2.1333333333rem;
}
.page-head.consulting-page-head .page-head-image {
  flex: 0 0 auto;
}

.consulting-list .horizontal-card .tile-contents-min {
  min-width: 13.3333333333rem !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.table-badge {
  display: block;
  width: 4.8rem;
  height: 2.1333333333rem;
  color: white;
  background-color: #B7B7B7;
  border-radius: 0.5333333333rem;
  text-align: center;
  line-height: 2.1333333333rem;
}
.table-badge-primary {
  background-color: #3C9FFF;
}
.table-badge-green {
  background-color: #3FB53B;
}

.table-career .career-item {
  font-weight: 700;
}
.table-career .career-item a {
  text-decoration: none;
}
.table-career .career-info [class^=col-] > span, .table-career .career-info [class*=" col-"] > span {
  display: block;
}

.table-investment .investment-item {
  font-weight: 700;
}
.table-investment .investment-item a {
  text-decoration: none;
}
.table-investment .investment-info div {
  white-space: nowrap;
}

.table-member-list em {
  font-size: 1.0666666667rem;
  font-family: "Minguk", sans-serif;
  font-weight: 700;
  color: #333;
  font-style: normal;
}

.table-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.table-search .table-filter {
  display: flex;
  flex-direction: row;
}
.table-search .table-filter a {
  color: #676767;
}
.table-search .table-filter-btn {
  flex: 1 0 6.6666666667rem;
  height: 2.2666666667rem;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 1px 0;
  text-decoration: none;
  padding: 0.2666666667rem;
  text-align: center;
  color: 333;
}
.table-search .table-filter-btn:first-child {
  border-width: 1px 0 1px 1px;
  border-radius: 0.5333333333rem 0 0 0.5333333333rem;
}
.table-search .table-filter-btn:last-child {
  border-width: 1px 1px 1px 0;
  border-radius: 0 0.5333333333rem 0.5333333333rem 0;
}
.table-search .table-filter-btn.active {
  background-color: #3C8CDB;
  color: white;
}
.table-search .table-search-form {
  display: flex;
  flex-direction: row;
  margin: 0 -0.6666666667rem;
}
.table-search .table-search-form .search-field {
  display: flex;
  flex-direction: row;
  margin: 0 0.6666666667rem;
  align-items: center;
}
.table-search .search-field > span {
  margin-right: 0.8rem;
}
.table-search .search-field input[type=text],
.table-search .search-field input[type=number],
.table-search .search-field input[type=tel],
.table-search .search-field input[type=url],
.table-search .search-field input[type=datetime-local],
.table-search .search-field input[type=email],
.table-search .search-field select,
.table-search .search-field textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0.5333333333rem;
  box-sizing: border-box;
  min-width: 135px;
}
.table-search .search-field input[type=text],
.table-search .search-field input[type=number],
.table-search .search-field input[type=tel],
.table-search .search-field input[type=url],
.table-search .search-field input[type=datetime-local],
.table-search .search-field input[type=email],
.table-search .search-field select,
.table-search .search-field button {
  height: 2.2666666667rem;
}
.table-search .search-field textarea {
  min-height: 2.2666666667rem;
  min-height: 4em;
  height: 8em;
  resize: vertical;
}
.table-search .search-field button {
  border-radius: 0.5333333333rem;
  padding: 0 1rem;
}/*# sourceMappingURL=stylev2.css.map */