@charset "UTF-8";
/*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
.technology-box .technology-inner .item strong {
  font-family: "Outfit", sans-serif;
}

/* common */
@keyframes scroll-effect1 {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes zoom-center-effect1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out-effect1 {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadein-effect1 {
  0% {
    transform: translate(0, 100rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadein-effect2 {
  0% {
    transform: translate(0, 20rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes background-effect1 {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: auto 100%;
  }
}
@keyframes home-visual-btn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  scrollbar-base-color: rgba(0, 0, 0, 0.1);
  scrollbar-face-color: rgba(0, 0, 0, 0.1);
  scrollbar-3dlight-color: rgba(0, 0, 0, 0.1);
  scrollbar-highlight-color: rgba(0, 0, 0, 0.1);
  scrollbar-track-color: rgba(0, 0, 0, 0.1);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
  scrollbar-shadow-color: rgba(0, 0, 0, 0.1);
  scrollbar-dark-shadow-color: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* ========== common ========== */
#skip-nav a {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -10000rem;
  top: auto;
  overflow: hidden;
}
#skip-nav a:focus {
  display: block;
  width: 100%;
  height: 40rem;
  position: fixed;
  top: 0;
  left: 0;
  line-height: 40rem;
  text-align: center;
  color: #ffffff;
  background: #231f20;
  z-index: 999;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  font-family: "Pretendard", "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 h6,
.title {
  color: #231f20;
  font-weight: initial;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 h6,
.dark .title {
  color: #ffffff;
}

a {
  color: #231f20;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #231f20;
  text-decoration: none;
  outline: 0;
}

.blind,
caption {
  position: absolute;
  width: 1rem;
  height: 1rem;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.w-col-50 {
  flex-direction: row;
}
.w-col-50 .form-col,
.w-col-50 > .form-select,
.w-col-50 > .form-control {
  width: calc(100% - 8rem);
}
.w-col-50 .form-col:last-child,
.w-col-50 > .form-select:last-child,
.w-col-50 > .form-control:last-child {
  margin-left: 16rem;
}

.item-col-3 {
  display: flex;
  flex-wrap: wrap;
}
.item-col-3 .item {
  width: calc(33.333% - 48rem);
  margin-right: 72rem;
  margin-top: 50rem;
}
.item-col-3 .item:nth-child(3n) {
  margin-right: 0 !important;
}
.item-col-3 .item:nth-child(1), .item-col-3 .item:nth-child(2), .item-col-3 .item:nth-child(3) {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.text-primary {
  color: #0ebf91 !important;
}

.text-bold {
  font-weight: 700;
}

.text-danger {
  color: #f4243c !important;
}

.text-primary {
  color: #0ebf91 !important;
}

.text-en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.text-en strong {
  font-weight: 600;
}

.text-en-bold {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.visual-none {
  padding-top: 88rem;
}

.main .footer .btn-follow {
  bottom: 74rem;
}

input,
textarea {
  font-family: "Pretendard", "Outfit", sans-serif;
}

/* ========== header ========== */
.sticky-menu {
  display: none;
}

#gnb-open,
.mo-gnb-wrap {
  display: none !important;
}

.open-menu-fixed {
  position: unset !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20rem);
}
.header .header-wrap {
  z-index: 99;
  max-width: 1920rem;
  padding: 0 80rem;
  margin: auto;
  position: relative;
}
.header .header-wrap .logo {
  position: absolute;
  top: 50% !important;
  left: auto !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  z-index: 999;
}
.header .header-wrap .logo a {
  display: block;
  width: 138rem;
  height: 28rem;
  background: url(../images/common/logo_metsakuur_w.png) no-repeat center/cover;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header .header-wrap .gnb-wrap .menu {
  display: flex;
  justify-content: center;
  padding-left: 140rem;
  padding-right: 347rem;
}
.header .header-wrap .gnb-wrap .menu .depth1 {
  position: relative;
}
.header .header-wrap .gnb-wrap .menu .depth1 > a {
  padding: 33rem 40rem;
  display: flex;
  align-items: center;
  font-size: 18rem;
  line-height: 22rem;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header .header-wrap .gnb-wrap .menu .depth1 .sub-menu {
  display: none;
}
.header .header-wrap .gnb-wrap .menu .depth1 .sub-menu li > a {
  font-size: 18rem;
  line-height: 40rem;
  line-height: 40rem;
  color: #404040;
}
.header .header-wrap .gnb-wrap .menu .depth1 .sub-menu li > a:hover {
  color: #0ebf91;
}
.header .header-wrap .gnb-wrap .menu .depth1 .sub-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: absolute;
  top: !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  top: 75rem;
  border-radius: 8rem;
  background-color: #ffffff;
  padding: 16rem 24rem;
  visibility: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.header .header-wrap .gnb-wrap .menu .depth1.menu-open > .sub-wrap {
  opacity: 1;
  visibility: visible;
}
.header .header-wrap .gnb-wrap .menu .depth1.menu-open > .sub-wrap .sub-menu {
  display: block;
}
.header .header-wrap .right-gnb {
  position: absolute;
  top: 50% !important;
  left: auto !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  right: 80rem;
  display: flex;
  align-items: center;
}
.header .header-wrap .right-gnb .dropdown-lang {
  display: inline-flex;
  margin-left: 16rem;
}
.header .header-wrap .right-gnb .dropdown-lang .dropdown-inner > a {
  border-radius: 0;
  width: auto;
  padding: 9rem 24rem 9rem 0;
}
.header .header-wrap .right-gnb .dropdown-lang .dropdown-inner > a .dropdown-ico {
  right: 0 !important;
  background: url(../images/common/icon_drop_down_w.svg) no-repeat center center/24rem;
}
.header .header-wrap .right-gnb .dropdown-lang .dropdown-inner ul {
  bottom: auto;
  top: -webkit-calc(100% + 2rem);
  top: calc(100% + 2rem);
  border-radius: 12rem;
  border-color: rgba(0, 0, 0, 0.15);
}
.header .header-wrap .right-gnb .dropdown-lang .dropdown-inner ul li > a {
  padding: 0;
  text-align: center;
}
.header .header-wrap .right-gnb .dropdown-lang .dropdown-inner ul li > a span {
  font-weight: 600;
}
.header.scroll {
  background: #fff;
}
.header.scroll .logo a {
  background-image: url(../images/common/logo_metsakuur_b.png);
}
.header.scroll .gnb-wrap .menu .depth1 > a {
  color: #231f20;
}
.header.scroll .right-gnb .btn-box .btn {
  border-color: #231f20;
  color: #231f20 !important;
}
.header.scroll .right-gnb .btn-box .btn.language::before {
  background-image: url(../images/common/ico_language_b.svg);
}
.header.scroll .right-gnb .dropdown-lang .dropdown-inner > a .dropdown-ico {
  background: url(../images/common/icon_drop_down.svg) no-repeat center center/24rem;
}
.header .btn-gnb {
  position: absolute;
  right: 24rem;
  width: 48px;
  height: 80px;
}
.header .btn-gnb > span {
  width: 22px;
}
.header .btn-gnb > span:nth-child(1) {
  top: 31px;
}
.header .btn-gnb > span:nth-child(2) {
  top: 39px;
}
.header .btn-gnb > span:nth-child(3) {
  top: 47px;
}
.header .btn-gnb.active > span:nth-child(1), .header .btn-gnb.active > span:nth-child(3) {
  top: 39px;
}

.visual-none header {
  background: #fff;
}
.visual-none header .header-wrap .logo a {
  background-image: url(../images/common/logo_metsakuur_b.png);
}
.visual-none header .header-wrap .gnb-wrap .menu .depth1 > a {
  color: #231f20;
}
.visual-none header .header-wrap .right-gnb .btn-box .btn {
  border-color: #231f20;
  color: #231f20 !important;
}
.visual-none header .header-wrap .right-gnb .btn-box .btn.language::before {
  background-image: url(../images/common/ico_language_b.svg);
}
.visual-none header .header-wrap .right-gnb .dropdown-lang .dropdown-inner > a .dropdown-ico {
  background: url(../images/common/icon_drop_down.svg) no-repeat center center/24rem;
}
.visual-none #gnb-open .gnb-open-line {
  background: #231f20 !important;
}

/* ========== footer ========== */
.footer {
  position: relative;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1260rem;
  padding: 80rem 30rem;
  margin: auto;
}
.footer .footer-wrap .left {
  display: flex;
}
.footer .footer-wrap .left .logo {
  display: flex;
  align-self: center;
  width: 138rem;
  height: 28rem;
  background: url(../images/common/logo_footer.png) no-repeat center center/100%;
}
.footer .footer-wrap .left .inner {
  margin-left: 64rem;
  font-size: 14rem;
  line-height: 24rem;
}
.footer .footer-wrap .left .inner .address {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.footer .footer-wrap .left .inner .address span {
  position: relative;
  padding: 0 20rem;
}
.footer .footer-wrap .left .inner .address span::before {
  position: absolute;
  top: 50% !important;
  left: !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  left: 0;
  content: "";
  width: 1rem;
  height: 12rem;
  background-color: #404040;
  vertical-align: top;
}
.footer .footer-wrap .left .inner .address span:first-child {
  padding-left: 0;
}
.footer .footer-wrap .left .inner .address span:first-child::before {
  display: none;
}
.footer .footer-wrap .left .inner .f-menu ul {
  display: flex;
}
.footer .footer-wrap .left .inner .f-menu ul li {
  position: relative;
  padding: 0 20rem;
}
.footer .footer-wrap .left .inner .f-menu ul li::before {
  position: absolute;
  top: 50% !important;
  left: !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  left: 0;
  content: "";
  width: 1rem;
  height: 12rem;
  background-color: #404040;
  vertical-align: top;
}
.footer .footer-wrap .left .inner .f-menu ul li:first-child {
  padding-left: 0;
}
.footer .footer-wrap .left .inner .f-menu ul li:first-child::before {
  display: none;
}
.footer .footer-wrap .left .inner .f-menu ul li a {
  font-weight: 600;
}
.footer .footer-wrap .left .inner .f-menu ul li:first-child {
  padding-left: 0;
}
.footer .footer-wrap .left .inner .f-menu ul li:first-child::before {
  display: none;
}
.footer .footer-wrap > .right {
  display: flex;
  align-self: center;
}
.footer .btn-follow {
  position: fixed;
  right: 80rem;
  bottom: 80rem;
  z-index: 99;
}
.footer .btn-follow .btn-top {
  position: relative;
  display: none;
  width: 64rem;
  height: 64rem;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background: #ffffff url(../images/common/ico_top.svg) no-repeat center center/32rem;
}
.footer .btn-follow.fixed {
  position: absolute;
  bottom: auto;
}
.footer .btn-follow.active .btn-top {
  display: block;
  opacity: 0.9;
}
.footer .btn-follow.active.fixed {
  top: -144rem;
}

/* ========== content ========== */
section {
  padding: 100rem 0;
}
section .inner {
  max-width: 1260rem;
  padding: 0 30rem;
  margin: auto;
}
section .inner.full-layout {
  max-width: 100%;
  padding: 0;
}
section .title-box {
  margin-bottom: 50rem;
  text-align: center;
}
section .title-box h2 {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 300;
  color: #0ebf91;
  margin-bottom: 20rem;
}
section .title-box h2 strong {
  font-weight: 600;
}
section .title-box p {
  font-weight: 300;
  font-size: 42rem;
  line-height: 54rem;
  color: #231f20;
}
section .title-box p strong {
  font-weight: 600;
}
section .title-box.left {
  text-align: left;
}
section .title-box.search-top h2 {
  font-size: 24rem;
  line-height: 32rem;
}
section .title-box.search-top p {
  font-size: 40rem;
  line-height: 48rem;
  font-weight: 600;
}
section.dark {
  color: #ffffff;
}
section.dark .title-box {
  color: #ffffff;
}
section.dark .title-box h2,
section.dark .title-box strong,
section.dark .title-box p {
  color: #ffffff;
}
section.ani.in-view {
  transform: unset;
}

.btn {
  display: inline-flex;
  justify-content: center;
  height: 48rem;
  padding: 0 40rem;
  font-size: 16rem;
  font-weight: 600;
  border-radius: 48rem;
  text-align: center;
  box-shadow: none;
  outline: 0;
  line-height: 20rem;
  vertical-align: middle;
  box-shadow: none;
}
.btn[class*=icon-] {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.btn[class*=icon-].left {
  flex-direction: row;
}
.btn[class*=icon-].left::before {
  margin-right: 0;
  margin-left: 0;
}
.btn[class*=icon-].right {
  flex-direction: row-reverse;
}
.btn[class*=icon-].right::before {
  margin-left: 0;
}
.btn.rounded {
  border-radius: 48rem !important;
  padding: 0 24rem !important;
}
.btn.rounded.btn-xs {
  padding: 0 12rem !important;
}
.btn.rounded.btn-logout {
  padding: 0 24rem !important;
}
.btn:active, .btn:focus, .btn:hover, .btn:visited {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.btn span {
  display: flex;
  align-self: center;
}
.btn.btn-sm {
  border-width: 1rem !important;
  display: inline-flex;
  justify-content: center;
  height: 36rem;
  padding: 0 24rem;
  font-size: 16rem;
  font-weight: 600;
  border-radius: 36rem;
  text-align: center;
  box-shadow: none;
  outline: 0;
  font-weight: 400;
}
.btn.btn-sm[class*=icon-] {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.btn.btn-sm[class*=icon-].left {
  flex-direction: row;
}
.btn.btn-sm[class*=icon-].left::before {
  margin-right: 0;
  margin-left: 0;
}
.btn.btn-sm[class*=icon-].right {
  flex-direction: row-reverse;
}
.btn.btn-sm[class*=icon-].right::before {
  margin-left: 0;
}
.btn.btn-sm.rounded {
  border-radius: 36rem !important;
  padding: 0 24rem !important;
}
.btn.btn-sm.rounded.btn-xs {
  padding: 0 12rem !important;
}
.btn.btn-sm.rounded.btn-logout {
  padding: 0 24rem !important;
}
.btn.btn-category {
  border-width: 0 !important;
  display: inline-flex;
  justify-content: center;
  height: 40rem;
  padding: 0 24rem;
  font-size: 14rem;
  font-weight: 600;
  border-radius: 40rem;
  text-align: center;
  box-shadow: none;
  outline: 0;
  min-width: auto;
}
.btn.btn-category[class*=icon-] {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.btn.btn-category[class*=icon-].left {
  flex-direction: row;
}
.btn.btn-category[class*=icon-].left::before {
  margin-right: 0;
  margin-left: 0;
}
.btn.btn-category[class*=icon-].right {
  flex-direction: row-reverse;
}
.btn.btn-category[class*=icon-].right::before {
  margin-left: 0;
}
.btn.btn-category.rounded {
  border-radius: 40rem !important;
  padding: 0 24rem !important;
}
.btn.btn-category.rounded.btn-xs {
  padding: 0 12rem !important;
}
.btn.btn-category.rounded.btn-logout {
  padding: 0 24rem !important;
}
.btn.btn-lg {
  border-width: 0 !important;
  display: inline-flex;
  justify-content: center;
  height: 40rem;
  padding: 0 24rem;
  font-size: 14rem;
  font-weight: 600;
  border-radius: 40rem;
  text-align: center;
  box-shadow: none;
  outline: 0;
}
.btn.btn-lg[class*=icon-] {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.btn.btn-lg[class*=icon-].left {
  flex-direction: row;
}
.btn.btn-lg[class*=icon-].left::before {
  margin-right: 0;
  margin-left: 0;
}
.btn.btn-lg[class*=icon-].right {
  flex-direction: row-reverse;
}
.btn.btn-lg[class*=icon-].right::before {
  margin-left: 0;
}
.btn.btn-lg.rounded {
  border-radius: 40rem !important;
  padding: 0 24rem !important;
}
.btn.btn-lg.rounded.btn-xs {
  padding: 0 12rem !important;
}
.btn.btn-lg.rounded.btn-logout {
  padding: 0 24rem !important;
}
.btn.btn-xl {
  border-width: 2rem !important;
  display: inline-flex;
  justify-content: center;
  height: 53rem;
  padding: 0 62rem;
  font-size: 16rem;
  font-weight: 600;
  border-radius: 53rem;
  text-align: center;
  box-shadow: none;
  outline: 0;
}
.btn.btn-xl[class*=icon-] {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.btn.btn-xl[class*=icon-].left {
  flex-direction: row;
}
.btn.btn-xl[class*=icon-].left::before {
  margin-right: 0;
  margin-left: 0;
}
.btn.btn-xl[class*=icon-].right {
  flex-direction: row-reverse;
}
.btn.btn-xl[class*=icon-].right::before {
  margin-left: 0;
}
.btn.btn-xl.rounded {
  border-radius: 53rem !important;
  padding: 0 24rem !important;
}
.btn.btn-xl.rounded.btn-xs {
  padding: 0 12rem !important;
}
.btn.btn-xl.rounded.btn-logout {
  padding: 0 24rem !important;
}
.btn.btn-primary {
  border: 2rem solid #0ebf91;
  background-color: #0ebf91;
  color: #ffffff;
}
.btn.btn-white {
  border: 2rem solid #ffffff;
  background-color: #ffffff;
  color: #231f20;
}
.btn.btn-outline-primary {
  border: 2rem solid #0ebf91;
  color: #0ebf91;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: #0ebf91;
  color: #ffffff;
}
.btn.btn-outline-white {
  border: 2rem solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background-color: #ffffff;
  color: #231f20;
}
.btn.borderless {
  border-color: transparent !important;
  padding: 0;
}
.btn.list {
  width: 158rem;
}

.icon-add::before {
  content: "";
  display: inline-block;
  width: 24rem;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem;
  margin-right: 8rem;
}
.icon-add.right {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 8rem;
}
.icon-add.language {
  color: #ffffff !important;
  flex-direction: row !important;
}
.icon-add.language::before {
  background-image: url(../images/common/ico_language_w.svg);
}

.btn-icon-24::before {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem;
}
.btn-icon-24.search::before {
  background-image: url(../images/common/ico_search.svg);
}

.btn-box {
  font-size: 0;
}
.btn-box .btn {
  margin-left: 16rem;
}
.btn-box .btn:first-child {
  margin-left: 0;
}

.text-link {
  text-decoration: underline;
}

.bul-list strong {
  font-weight: 600;
}
.bul-list i {
  display: inline-block;
  line-height: 26rem;
  width: 20rem;
  height: 26rem;
  vertical-align: bottom;
}
.bul-list i.ico_arrow {
  background: url(../images/common/ico_arrow_right.svg) no-repeat center center/20rem;
}
.bul-list.dot li {
  padding-left: 11rem;
  position: relative;
  font-size: 16rem;
  line-height: 26rem;
  margin-top: 12rem;
}
.bul-list.dot li::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #404040;
}
.bul-list.dot li:first-child {
  margin-top: 0;
}
.bul-list.check li {
  background: url(../images/common/ico_check.svg) no-repeat left 0/24rem;
  padding-left: 32rem;
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 12rem;
  font-weight: 600;
}
.bul-list.check li:first-child {
  margin-top: 0;
}
.bul-list.check.dark li {
  background: url(../images/common/ico_check_dark.svg) no-repeat left 0/24rem;
}

.swiper-pagination-bullet {
  width: 16rem;
  height: 16rem;
  background-color: #c8c8c8;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12rem;
}

.swiper-pagination-bullet-active {
  background-color: #0ebf91;
}

.tag-box .tag {
  display: inline-flex;
  height: 30rem;
  border-radius: 30rem;
  padding: 0 12rem;
  border: 1rem solid rgba(128, 128, 128, 0.15);
  margin-right: 16rem;
  margin-top: 10rem;
  color: #808080;
  background-color: #ffffff;
}
.tag-box .tag em {
  display: flex;
  align-self: center;
  font-size: 14rem;
  line-height: 22rem;
}
.tag-box .tag:last-child {
  margin-left: 0;
}

[class*=-box].top,
.section.top {
  margin-bottom: 40rem;
}
[class*=-box].top-xs,
.section.top-xs {
  margin-bottom: 10rem;
}
[class*=-box].top-sm,
.section.top-sm {
  margin-bottom: 20rem;
}
[class*=-box].top-lg,
.section.top-lg {
  margin-bottom: 50rem;
}
[class*=-box].top-xl,
.section.top-xl {
  margin-bottom: 80rem;
}
[class*=-box].top-xxl,
.section.top-xxl {
  margin-bottom: 100rem;
}
[class*=-box].bottom,
.section.bottom {
  margin-top: 40rem;
}
[class*=-box].bottom-xs,
.section.bottom-xs {
  margin-top: 10rem;
}
[class*=-box].bottom-sm,
.section.bottom-sm {
  margin-top: 20rem;
}
[class*=-box].bottom-lg,
.section.bottom-lg {
  margin-top: 50rem;
}
[class*=-box].bottom-xl,
.section.bottom-xl {
  margin-top: 80rem;
}
[class*=-box].bottom-xxl,
.section.bottom-xxl {
  margin-top: 100rem;
}
[class*=-box].middle,
.section.middle {
  margin-bottom: 40rem;
  margin-top: 40rem;
}
[class*=-box].middle-xs,
.section.middle-xs {
  margin-bottom: 10rem;
  margin-top: 10rem;
}
[class*=-box].middle-sm,
.section.middle-sm {
  margin-bottom: 20rem;
  margin-top: 20rem;
}
[class*=-box].middle-lg,
.section.middle-lg {
  margin-bottom: 50rem;
  margin-top: 50rem;
}
[class*=-box].middle-xl,
.section.middle-xl {
  margin-bottom: 80rem;
  margin-top: 80rem !important;
}
[class*=-box].middle-xxl,
.section.middle-xxl {
  margin-bottom: 100rem;
  margin-top: 100rem !important;
}
[class*=-box].right,
.section.right {
  text-align: right;
}
[class*=-box].center,
.section.center {
  text-align: center;
}
[class*=-box].between,
.section.between {
  display: flex;
  justify-content: space-between;
}

.w-col-2 .item {
  width: 50%;
}
.w-col-2 ul li {
  width: 50%;
}

.w-col-3 ul li {
  width: 33.333%;
}

.form-input {
  font-size: 16rem;
  line-height: 24rem;
  width: 100%;
  border-radius: 4rem;
  color: #404040;
  padding: 16rem 24rem 16rem 100rem;
}
.form-input::placeholder {
  color: rgba(64, 64, 64, 0.5);
}
.form-input.type2 {
  background-color: transparent;
  height: 40rem;
  border-radius: 0;
  border: 1rem solid #404040;
  padding: 8rem 12rem 8rem 12rem;
}

.form-textarea {
  font-size: 16rem;
  line-height: 24rem;
  padding: 58rem 24rem 24rem;
  width: 100%;
  border-radius: 4rem;
  color: #404040;
}
.form-textarea::placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.form-box .form-row {
  margin-top: 20rem;
  position: relative;
  border-radius: 4rem;
  background-color: #ffffff;
}
.form-box .form-row label {
  position: absolute;
  top: 16rem;
  left: 24rem;
  font-size: 16rem;
  line-height: 24rem;
  color: #404040;
  font-weight: 600;
}
.form-box .form-row:first-child {
  margin-top: 0 !important;
}

/* scrollbar */
.scrollbar > .scroll-element div {
  position: absolute;
  top: 4rem;
  bottom: 32rem;
  width: 100%;
}
.scrollbar > .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 4rem;
  width: 4rem;
  height: 100%;
}
.scrollbar > .scroll-element.scroll-x {
  position: absolute;
  bottom: 8rem;
  left: 4rem;
  right: 4rem;
  height: 4rem;
}
.scrollbar > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  bottom: 0;
  height: 4rem;
}
.scrollbar > .scroll-element .scroll-element_track {
  top: 0;
  border-radius: 0;
  background: rgba(128, 128, 128, 0.15) !important;
}
.scrollbar > .scroll-element .scroll-bar {
  background: rgba(128, 128, 128, 0.2) !important;
  border-radius: 0;
  cursor: pointer;
}

.tab-box .tab-item {
  padding: 0;
}
.tab-box .tab-item img {
  width: 100%;
}

.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ui-widget-content {
  color: inherit;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: 0;
}
.ui-tabs .ui-tabs-nav img {
  max-width: 100%;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.ui-tabs .ui-tabs-nav li span {
  display: flex;
  justify-content: center;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 12rem 16rem;
  text-decoration: none;
  font-size: 16rem;
  line-height: 24rem;
  width: 100%;
  white-space: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: #009672 !important;
}

.board-box {
  background-color: #f8f8f8;
}
.board-box .board-header-box {
  display: flex;
  width: 100%;
}
.board-box .board-header-box .form-input {
  border-radius: 0 !important;
}
.board-box .board-header-box .btn-box .btn-white {
  color: rgba(0, 0, 0, 0.5);
}
.board-box .board-header-box .btn-box .btn-white.active {
  color: #ffffff;
  background: #0ebf91;
}
.board-box .board-header-box .side {
  margin-left: auto;
  display: flex;
}
.board-box .board-header-box .side .form-box {
  position: relative;
}
.board-box .board-header-box .side .form-box .type2 {
  padding-right: 48rem;
}
.board-box .board-header-box .side .form-box .btn-icon-24.search {
  position: absolute;
  padding: 8rem 12rem;
  right: 0;
}
.board-box .board-header-box .side .dropdown-box + .form-box {
  margin-left: 16rem;
}
.board-box .board-list-box {
  position: relative;
  min-height: 400rem;
}
.board-box .board-list {
  position: relative;
}
.board-box .board-list .item {
  border-radius: 16rem;
  padding: 0;
  background: #f8f8f8;
  overflow: hidden;
  background-color: #ffffff;
}
.board-box .board-list .item .img {
  display: block;
  overflow: hidden;
  height: 200rem;
}
.board-box .board-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-box .board-list .item .board-inner {
  padding: 24rem;
}
.board-box .board-list .item .board-inner .category {
  font-size: 14rem;
  line-height: 22rem;
  font-weight: 600;
  color: #0ebf91;
}
.board-box .board-list .item .board-inner .title {
  display: block;
  margin-top: 10rem;
}
.board-box .board-list .item .board-inner .title h3 {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
  color: #231f20;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-box .board-list .item .board-inner .cont {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.board-box .board-list .item .board-inner .cont ul li {
  padding-left: 11rem;
  position: relative;
  font-size: 16rem;
  line-height: 26rem;
  margin-top: 12rem;
}
.board-box .board-list .item .board-inner .cont ul li::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #404040;
}
.board-box .board-list .item .board-inner .cont ul li:first-child {
  margin-top: 0;
}
.board-box .board-list .item .board-inner .cont ul li strong {
  font-weight: 600;
}
.board-box .board-list .item .board-inner .tag-box {
  margin-top: 10rem;
}

.technology-box {
  background-color: #009672;
}
.technology-box .technology-inner .item {
  border-radius: 16rem;
  padding: 48rem;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0rem 4rem 8rem rgba(0, 0, 0, 0.1);
}
.technology-box .technology-inner .item strong {
  text-align: center;
  font-size: 60rem;
  line-height: 68rem;
  font-weight: 600;
  color: #0ebf91;
}
.technology-box .technology-inner .item p {
  margin-top: 40rem;
  font-size: 18rem;
  line-height: 26rem;
  color: #404040;
}
select {
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/icon_drop_down.svg) no-repeat center center; /* 화살표 모양의 이미지 */
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

.dropdown-box {
  position: relative;
  font-size: 0;
}
.dropdown-box .dropdown-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.dropdown-box .dropdown-inner > a {
  display: block;
  padding: 9rem 44rem 9rem 12rem;
  position: relative;
  border: 1rem solid #404040;
  height: 40rem;
  font-size: 14rem;
  line-height: 24rem;
  color: #404040;
}
.dropdown-box .dropdown-inner > a span {
  padding-right: 8rem;
}
.dropdown-box .dropdown-inner > a .dropdown-ico {
  position: absolute;
  right: 12rem;
  width: 24rem;
  height: 24rem;
  background: url(../images/common/icon_drop_down.svg) no-repeat center center/24rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.dropdown-box .dropdown-inner > ul {
  width: 100%;
  padding: 8rem 16rem;
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 7rem);
  bottom: calc(100% + 7rem);
  background: #fff;
  border: 1rem solid #404040;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.dropdown-box .dropdown-inner > ul li > a {
  display: block;
  font-size: 0;
  padding: 12rem 0;
}
.dropdown-box .dropdown-inner > ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14rem;
  line-height: 24rem;
  font-weight: 400;
  white-space: pre;
  color: #404040;
}
.dropdown-box .dropdown-inner > ul li > a:hover span {
  color: #0ebf91;
}
.dropdown-box .dropdown-inner.familysite > a {
  width: 180px;
  padding: 9rem 48rem 9rem 24rem;
  border-radius: 40rem;
}
.dropdown-box .dropdown-inner.familysite ul {
  border-radius: 12rem;
}
.dropdown-box .dropdown-top-active .dropdown-ico {
  -webkit-transform: rotate(-180deg) translateY(1rem);
  -ms-transform: rotate(-180deg) translateY(1rem);
  transform: rotate(-180deg) translateY(1rem);
}

.mo-only {
  display: none;
}

.pc-only {
  display: block;
}

span.pc-only,
strong.pc-only {
  display: inline;
}

span.mo-only,
strong.mo-only {
  display: none;
}

.modal {
  display: none;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-dialog {
  background-color: #f4f4f4;
  padding: 0 !important;
  width: 639rem;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
}
.ui-dialog section {
  margin: 0;
  padding: 0;
}
.ui-dialog section .inner {
  padding: 0;
}
.ui-dialog .inquiry-box .inquiry-inner .title-box {
  text-align: left;
  margin-bottom: 30rem;
}
.ui-dialog .inquiry-box .inquiry-inner .title-box p {
  font-size: 40rem;
  line-height: 48rem;
  color: #231f20;
}
.ui-dialog .inquiry-box .inquiry-inner .title-box h2 {
  color: #0ebf91 !important;
  margin-bottom: 8rem;
}
.ui-dialog .inquiry-box .inquiry-inner .title-box h2 strong {
  color: #0ebf91 !important;
}
.ui-dialog .inquiry-box .inquiry-inner .form-box {
  width: 100%;
}
.ui-dialog .inquiry-box .inquiry-inner .form-box .form-row {
  margin-top: 16rem;
}
.ui-dialog .inquiry-box .inquiry-inner .bul-list {
  margin-top: 16rem;
}
.ui-dialog .inquiry-box .inquiry-inner .bul-list li {
  font-size: 18rem;
  line-height: 19rem;
  margin-top: 16rem;
}
.ui-dialog .inquiry-box .inquiry-inner .btn-box {
  margin-top: 30rem !important;
  margin-bottom: 30rem;
}
.ui-dialog .inquiry-box .inquiry-inner textarea {
  max-height: 160rem;
}

.ui-dialog .ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}
.ui-dialog .ui-dialog-content {
  max-height: 100% !important;
  overflow: hidden;
  padding: 0;
  height: 100%;
}
.ui-dialog .scroll-box {
  padding: 48rem 0 !important;
  
  max-height: 929rem;
  overflow: hidden !important;
}
.ui-dialog .scroll-cont {
  padding: 0 68rem !important;
  overflow: auto;
  height: 100%;
}
.ui-dialog .scrollbar-in {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.ui-dialog .scrollbar-in::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.ui-dialog .scrollbar-in::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-dialog .scrollbar-in::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-dialog .ui-dialog-titlebar {
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
  width: 32rem;
  height: 32rem;
  position: absolute;
  top: 24rem;
  right: 24rem;
  z-index: 999;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: url(../images/common/modal_close.svg) no-repeat center center;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:active {
  background: transparent url(../images/common/modal_close.svg) no-repeat center center !important;
}
.ui-dialog .collapse-title > a .collapse-ico {
  background-image: url(../images/common/icon_expand_more_bl.svg);
}
.ui-dialog .check-box .check-cont {
  border-color: rgba(0, 0, 0, 0.15);
}

.check-box {
  margin-top: 30rem;
}
.check-box .check-cont {
  display: none;
  padding: 20rem 40rem 0;
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 24rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.check-box .check-cont p {
  margin-top: 30rem;
}
.check-box .check-cont p strong {
  display: block;
  font-weight: 600;
}
.check-box .check-cont p:first-child {
  margin-top: 0;
}

.collapse-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.collapse-title > a {
  display: block;
  position: relative;
  width: 24rem;
  height: 24rem;
  font-size: 14rem;
  line-height: 24rem;
}
.collapse-title > a .collapse-ico {
  display: block;
  width: 24rem;
  height: 24rem;
  background: url(../images/common/check_expand_more.svg) no-repeat center center/24rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.collapse-title > a.active .collapse-ico {
  -webkit-transform: rotate(-180deg) translateY(1rem);
  -ms-transform: rotate(-180deg) translateY(1rem);
  transform: rotate(-180deg) translateY(1rem);
}

/* input 숨겨준다 */
.form-check {
  display: none;
}
.form-check + label {
  cursor: pointer;
  display: flex;
}
.form-check + label > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16rem;
  font-size: 16rem;
  line-height: 24rem;
}
.form-check + label:before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  width: 24rem;
  height: 24rem;
  border: 0;
  border-radius: 4rem;
  vertical-align: middle;
}
.form-check:checked + label:before {
  content: "";
  background-color: #0ebf91;
  background-image: url("../images/common/form_checked.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.no-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(248, 248, 248, 0.7);
}
.no-data span {
  font-size: 14rem;
  line-height: 22rem;
  color: #404040;
  margin-top: 75rem;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.no-data::before {
  content: "";
  display: block;
  background: url(../images/common/nodata.svg) no-repeat 0 0/80rem;
  width: 80rem;
  height: 80rem;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(248, 248, 248, 0.7);
}
.loading span {
  font-size: 14rem;
  line-height: 22rem;
  color: #0ebf91;
  margin-top: 68rem;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.loading::before {
  content: "";
  display: block;
  background: url(../images/common/loading.svg) no-repeat 0 0/83rem;
  width: 83rem;
  height: 83rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  transform-origin: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* label:before에 체크 된 상태 CSS */
/* **************************************** *
 * 1400
 * **************************************** */
@media (max-width: 1400px) {
  .header .header-wrap .gnb-wrap .menu .depth1 > a {
    padding: 33rem 20rem;
  }
}
/* **************************************** *
 * 1023px
 * **************************************** */
@media (max-width: 1023px) {
  section .inner {
    max-width: 100%;
  }
}
/* **************************************** *
 * 639
 * **************************************** */
@media (max-width: 639px) {
  .ui-dialog .career-box .career-inner .title-box {
    flex: 1;
  }

  .ui-dialog .career-box .career-inner .btn-box {
    flex: 1;
  }

  .mo-only {
    display: block;
  }
  span.mo-only,
  strong.mo-only {
    display: inline;
  }
  span.pc-only,
  strong.pc-only {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .open-menu-fixed {
    position: fixed;
  }
  .form-box .form-row,
  .form-box .form-input {
    border-radius: 8rem;
  }
  .btn {
    display: inline-flex;
    justify-content: center;
    height: 56rem;
    padding: 0 40rem;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 40rem;
    text-align: center;
    box-shadow: none;
    outline: 0;
    min-width: 158rem;
  }
  .btn[class*=icon-] {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .btn[class*=icon-].left {
    flex-direction: row;
  }
  .btn[class*=icon-].left::before {
    margin-right: 0;
    margin-left: 0;
  }
  .btn[class*=icon-].right {
    flex-direction: row-reverse;
  }
  .btn[class*=icon-].right::before {
    margin-left: 0;
  }
  .btn.rounded {
    border-radius: 56rem !important;
    padding: 0 24rem !important;
  }
  .btn.rounded.btn-xs {
    padding: 0 12rem !important;
  }
  .btn.rounded.btn-logout {
    padding: 0 24rem !important;
  }
  .btn.list, .btn.mo-w-100 {
    width: 100%;
  }
  .btn.btn-sm {
    display: inline-flex;
    justify-content: center;
    height: 50rem;
    padding: 0 24rem;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 50rem;
    text-align: center;
    box-shadow: none;
    outline: 0;
  }
  .btn.btn-sm[class*=icon-] {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .btn.btn-sm[class*=icon-].left {
    flex-direction: row;
  }
  .btn.btn-sm[class*=icon-].left::before {
    margin-right: 0;
    margin-left: 0;
  }
  .btn.btn-sm[class*=icon-].right {
    flex-direction: row-reverse;
  }
  .btn.btn-sm[class*=icon-].right::before {
    margin-left: 0;
  }
  .btn.btn-sm.rounded {
    border-radius: 50rem !important;
    padding: 0 24rem !important;
  }
  .btn.btn-sm.rounded.btn-xs {
    padding: 0 12rem !important;
  }
  .btn.btn-sm.rounded.btn-logout {
    padding: 0 24rem !important;
  }
  .btn.btn-xl {
    border-width: 2rem !important;
    display: inline-flex;
    justify-content: center;
    height: 56rem;
    padding: 0 40rem;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 56rem;
    text-align: center;
    box-shadow: none;
    outline: 0;
  }
  .btn.btn-xl[class*=icon-] {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .btn.btn-xl[class*=icon-].left {
    flex-direction: row;
  }
  .btn.btn-xl[class*=icon-].left::before {
    margin-right: 0;
    margin-left: 0;
  }
  .btn.btn-xl[class*=icon-].right {
    flex-direction: row-reverse;
  }
  .btn.btn-xl[class*=icon-].right::before {
    margin-left: 0;
  }
  .btn.btn-xl.rounded {
    border-radius: 56rem !important;
    padding: 0 24rem !important;
  }
  .btn.btn-xl.rounded.btn-xs {
    padding: 0 12rem !important;
  }
  .btn.btn-xl.rounded.btn-logout {
    padding: 0 24rem !important;
  }
  .mo-100 {
    width: 100%;
  }
  [class*=-box].top,
  .section.top {
    margin-bottom: 24rem;
  }
  [class*=-box].top-xs,
  .section.top-xs {
    margin-bottom: 10rem;
  }
  [class*=-box].top-sm,
  .section.top-sm {
    margin-bottom: 20rem;
  }
  [class*=-box].top-lg,
  .section.top-lg {
    margin-bottom: 40rem;
  }
  [class*=-box].top-xl,
  .section.top-xl {
    margin-bottom: 50rem;
  }
  [class*=-box].top-xxl,
  .section.top-xxl {
    margin-bottom: 80rem;
  }
  [class*=-box].bottom,
  .section.bottom {
    margin-top: 24rem;
  }
  [class*=-box].bottom-xs,
  .section.bottom-xs {
    margin-top: 10rem;
  }
  [class*=-box].bottom-sm,
  .section.bottom-sm {
    margin-top: 20rem;
  }
  [class*=-box].bottom-lg,
  .section.bottom-lg {
    margin-top: 40rem;
  }
  [class*=-box].bottom-xl,
  .section.bottom-xl {
    margin-top: 50rem;
  }
  [class*=-box].bottom-xxl,
  .section.bottom-xxl {
    margin-top: 80rem;
  }
  [class*=-box].middle,
  .section.middle {
    margin-bottom: 24rem;
    margin-top: 24rem;
  }
  [class*=-box].middle-xs,
  .section.middle-xs {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  [class*=-box].middle-sm,
  .section.middle-sm {
    margin-bottom: 20rem;
    margin-top: 20rem;
  }
  [class*=-box].middle-lg,
  .section.middle-lg {
    margin-bottom: 40rem;
    margin-top: 40rem;
  }
  [class*=-box].middle-xl,
  .section.middle-xl {
    margin-bottom: 50rem;
    margin-top: 50rem !important;
  }
  [class*=-box].middle-xxl,
  .section.middle-xxl {
    margin-bottom: 80rem;
    margin-top: 80rem !important;
  }
  .form-input.type2 {
    height: 48rem;
  }
  /* **************************************** *
  * header 639
  * **************************************** */
  body.open-menu-fixed {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: fixed !important;
  }
  body.open-menu #header {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  body.open-menu .logo, body.open-menu #gnb-open, body.open-menu .mo-header-right {
    z-index: 651;
  }
  body.open-menu .visual-none #gnb-open .gnb-open-line {
    background: #ffffff !important;
  }
  body.open-menu .visual-none .logo a {
    background-image: url(../images/common/logo_metsakuur_w.png) !important;
  }
  .gnb-wrap,
  .right-gnb {
    display: none !important;
  }
  .open-menu #gnb-open,
  .open-menu .mo-gnb-wrap {
    display: block !important;
  }
  .header {
    height: 80rem;
  }
  .header .header-wrap {
    height: 100%;
    width: 100%;
    padding: 0 24rem;
  }
  .header .header-wrap .logo a {
    width: 128rem;
    height: 24rem;
  }
  .header .mo-header-right {
    display: flex !important;
    align-items: center;
    position: absolute;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20rem;
    top: 20rem;
    right: 0;
    z-index: 550;
    gap: 8rem;
    pointer-events: none;
  }
  .header .mo-header-right > * {
    pointer-events: auto;
  }
  .header .mo-header-right .mo-lang {
    display: block !important;
  }
  .header .mo-header-right .mo-lang .btn {
    background: #ffffff;
    color: #231f20;
    font-size: 13rem;
    font-weight: 500;
    padding: 0;
    min-width: 40rem;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .header .mo-header-right .mo-lang .btn:hover {
    opacity: 0.9;
  }
  .header #gnb-open {
    display: block !important;
    width: 40rem;
    height: 40rem;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .header #gnb-open .gnb-open-line {
    display: block;
    width: 30rem;
    left: 5rem;
    height: 2px;
    position: absolute;
    background: #ffffff;
  }
  .header #gnb-open .gnb-open-line.gnb-open-line-01 {
    top: 10rem;
  }
  .header #gnb-open .gnb-open-line.gnb-open-line-02 {
    top: 19rem;
  }
  .header #gnb-open .gnb-open-line.gnb-open-line-03 {
    bottom: 10rem;
  }
  .header .mo-gnb-wrap {
    width: 100%;
    height: 100%;
    padding-top: 80rem;
    padding-bottom: 122rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #231f20;
    overflow: hidden;
  }
  .header .mo-gnb-wrap .logo {
    position: absolute;
    top: 28rem;
    left: 24rem;
    z-index: 999;
  }
  .header .mo-gnb-wrap .logo a {
    display: block;
    width: 128rem;
    height: 24rem;
    background: url(../images/common/logo_metsakuur_w.png) no-repeat center/cover;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header .mo-gnb-wrap .mo-gnb-wrap-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow-y: scroll;
  }
  .header .mo-gnb-wrap .small-menu-nav {
    display: block;
  }
  .header .mo-gnb-wrap .small-menu {
    position: relative;
  }
  .header .mo-gnb-wrap .small-menu > li {
    display: block;
    position: relative;
  }
  .header .mo-gnb-wrap .small-menu > li a {
    display: block;
    position: relative;
    padding: 24rem;
  }
  .header .mo-gnb-wrap .small-menu > li a span {
    display: inline-block;
    position: relative;
    font-size: 20rem;
    line-height: 24rem;
    color: #ffffff;
    font-weight: 600;
  }
  .header .mo-gnb-wrap .small-menu > li > ul {
    display: none;
  }
  .header .mo-gnb-wrap .small-menu > li > ul li > a {
    padding: 16rem 24rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header .mo-gnb-wrap .small-menu > li > ul li > a span {
    color: #ffffff;
    font-size: 16rem;
    line-height: 20rem;
    font-weight: 400;
  }
  .header .mo-gnb-wrap .small-menu > li > ul li > a span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
  }
  .header .mo-gnb-wrap .small-menu > li > ul li.current-menu-item > a > span:after {
    opacity: 1;
  }
  .header .mo-gnb-wrap .small-menu > li.has-submenu > a:after {
    content: "";
    width: 24rem;
    height: 24rem;
    position: absolute;
    right: 24rem;
    top: 50%;
    margin-top: -11rem;
    background: url(../images/common/icon_chevron.svg) no-repeat center center/24rem;
    opacity: 0.3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .mo-gnb-wrap .small-menu > li.has-submenu.menu-item-open > a:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
  .header .mo-gnb-wrap .btn-box {
    width: 100%;
    position: absolute;
    bottom: 48rem;
    padding: 0 24rem;
    display: flex;
    justify-content: space-between;
  }
  .header .mo-gnb-wrap .btn-box .btn {
    width: calc(50% - 12rem);
  }
  .header .dropdown-lang {
    margin-left: 0;
  }
  .header.scroll .mo-header-right .mo-lang .btn {
    background: #ffffff;
    color: #231f20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .header.scroll #gnb-open .gnb-open-line {
    background: #231f20;
  }
  /* ========== wrap 639 ========== */
  .visual-none {
    padding-top: 80rem;
  }
  /* ========== fotter 639 ========== */
  .footer .footer-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
    padding: 80rem 24rem;
    margin: auto;
  }
  .footer .footer-wrap .left {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-wrap .left .logo {
    align-self: flex-start;
  }
  .footer .footer-wrap .left .inner {
    margin-left: 0;
    margin-top: 30rem;
    font-size: 14rem;
    line-height: 24rem;
  }
  .footer .footer-wrap .left .inner .address {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .footer .footer-wrap .left .inner .address span {
    white-space: normal;
    padding: 0;
  }
  .footer .footer-wrap .left .inner .address span::before {
    display: none;
  }
  .footer .footer-wrap .left .inner .f-menu ul {
    display: flex;
  }
  .footer .footer-wrap .left .inner .f-menu ul li {
    position: relative;
    padding: 0 20rem;
  }
  .footer .footer-wrap .left .inner .f-menu ul li::before {
    position: absolute;
    top: 50% !important;
    left: !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    left: 0;
    content: "";
    width: 1rem;
    height: 12rem;
    background-color: #404040;
    vertical-align: top;
  }
  .footer .footer-wrap .left .inner .f-menu ul li:first-child {
    padding-left: 0;
  }
  .footer .footer-wrap .left .inner .f-menu ul li:first-child::before {
    display: none;
  }
  .footer .footer-wrap .left .inner .f-menu ul li a {
    font-weight: 600;
  }
  .footer .footer-wrap .left .inner .f-menu ul li:first-child {
    padding-left: 0;
  }
  .footer .footer-wrap .left .inner .f-menu ul li:first-child::before {
    display: none;
  }
  .footer .footer-wrap > .right {
    margin-top: 30rem;
    align-self: flex-start;
  }
  .footer .btn-follow {
    right: 24rem;
    bottom: 24rem;
  }
  .footer .btn-follow .btn-top {
    width: 48rem;
    height: 48rem;
    background-size: 24rem;
  }
  .footer .btn-follow.fixed {
    bottom: 80rem;
  }
  .footer .btn-follow.active.fixed {
    top: auto;
    bottom: 80rem;
  }
  /* ========== content 639 ========== */
  section {
    padding: 80rem 0;
  }
  section.small-space {
    padding: 40rem 0;
  }
  section .inner {
    max-width: 100%;
    padding: 0 24rem;
    margin: auto;
  }
  section .title-box {
    margin-bottom: 40rem;
    text-align: center;
  }
  section .title-box h2 {
    font-size: 16rem;
    line-height: 24rem;
    font-weight: 400;
    margin-bottom: 10rem;
  }
  section .title-box p {
    font-size: 28rem;
    line-height: 36rem;
    letter-spacing: -0.84rem;
  }
  section .title-box.search-top h2 {
    font-size: 16rem;
    line-height: 24rem;
  }
  section .title-box.search-top p {
    font-size: 28rem;
    line-height: 36rem;
  }
  .item-col-3 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 40rem;
  }
  .item-col-3 .item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .item-col-3 .item:nth-child(2), .item-col-3 .item:nth-child(3) {
    margin-top: 40rem !important;
  }
  .board-box {
    background-color: #f8f8f8;
  }
  .board-box .board-header-box {
    flex-direction: column;
    width: 100%;
  }
  .board-box .board-header-box .form-input {
    border-radius: 0 !important;
  }
  .board-box .board-header-box .btn-box .btn {
    width: calc(33.33% - 10.666rem);
  }
  .board-box .board-header-box .side {
    margin-top: 40rem;
    width: 100%;
  }
  .board-box .board-header-box .side .form-box {
    flex-grow: 1;
  }
  .board-box .board-header-box .side .form-box .btn-icon-24.search {
    padding: 12rem;
  }
  .board-box .board-list .item .img {
    height: 186rem;
  }
  .board-box .board-list .item .board-inner .cont {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
  }
  .board-box .board-list .item .board-inner .tag-box {
    margin-top: 10rem;
  }
  .technology-box .technology-inner .item {
    border-radius: 16rem;
    padding: 32rem;
    background: #ffffff;
    overflow: hidden;
  }
  .technology-box .technology-inner .item p {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 20rem;
  }
  .dropdown-box .dropdown-inner > a {
    height: 48rem;
    font-size: 16rem;
    line-height: 24rem;
    padding: 12rem 44rem 12rem 12rem;
  }
  .dropdown-box .dropdown-inner.familysite > a {
    font-size: 14rem;
    line-height: 24rem;
    width: 152rem;
    height: 40rem;
    padding: 8rem 48rem 8rem 24rem;
  }
  .dropdown-box.mo-100 .dropdown-inner,
  .dropdown-box.mo-100 .btn-dropdown {
    width: 100% !important;
    letter-spacing: -0.7rem;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 8rem;
  }
  .bul-list.mo-14.dot li {
    padding-left: 8rem;
    position: relative;
    font-size: 14rem;
    line-height: 26rem;
  }
  .bul-list.mo-14.dot li::before {
    position: absolute;
    left: 0;
    top: 11rem;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #404040;
  }
  .bul-list.check li {
    background: url(../images/common/ico_check.svg) no-repeat left 0/18rem;
    padding-left: 26rem;
    line-height: 18rem;
  }
  .bul-list.check li:first-child {
    margin-top: 0;
  }
  .bul-list.check.dark {
    text-align: left;
  }
  .bul-list.check.dark li {
    font-size: 16rem;
    line-height: 18rem;
    background-size: 18rem !important;
  }
  .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    background-color: #c8c8c8;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8rem;
  }
  .swiper-pagination-bullet-active {
    background-color: #0ebf91;
  }
  .ui-dialog {
    width: 100% !important;
    height: 100% !important;
    height: 100vh !important;
    position: fixed !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .ui-dialog section {
    margin: 0;
    padding: 0;
  }
  .ui-dialog section .inner {
    padding: 0;
  }
  .ui-dialog .inquiry-box .inquiry-inner .title-box {
    text-align: center !important;
    margin-bottom: 40rem;
  }
  .ui-dialog .inquiry-box .inquiry-inner .title-box p {
    font-size: 28rem;
    line-height: 36rem;
    color: #231f20;
  }
  .ui-dialog .inquiry-box .inquiry-inner .title-box h2 {
    font-size: 16rem;
    line-height: 26rem;
    font-weight: 600;
    margin-bottom: 20rem;
  }
  .ui-dialog .inquiry-box .inquiry-inner .title-box h2 strong {
    color: #0ebf91 !important;
  }
  .ui-dialog .inquiry-box .inquiry-inner .bul-list {
    margin-top: 20rem;
  }
  .ui-dialog .inquiry-box .inquiry-inner .bul-list li {
    font-size: 16rem;
    line-height: 18rem;
    margin-top: 16rem;
  }
  .ui-dialog .inquiry-box .inquiry-inner .btn-box {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .ui-dialog .career-box .career-inner .title-box {
  text-align: left;
  margin-bottom: 30rem;
  }

  .ui-dialog .career-box .career-inner .title-box p {
    font-size: 30rem;
    line-height: 48rem;
    color: #231f20;
  }
  .ui-dialog .career-box .career-inner .title-box h2 {
    color: #0ebf91 !important;
    margin-bottom: 8rem;
  }
  .ui-dialog .scroll-box {
    padding: 80rem 0 0 !important;
    height: 100vh;
    max-height: inherit;
    overflow: hidden !important;
  }
  .ui-dialog .scroll-cont {
    padding: 0 24rem !important;
    overflow: auto;
    height: 100%;
  }
  .ui-dialog .ui-dialog-titlebar {
    width: 40rem;
    height: 40rem;
    top: 20rem;
    right: 24rem;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: url(../images/common/modal_close_mo.svg) no-repeat center center;
  }
  
  .check-box {
    margin-top: 20rem;
  }
  .check-box .check-cont {
    display: none;
    padding: 20rem 32rem 0;
    font-size: 14rem;
    line-height: 24rem;
  }
  .check-box .check-cont p {
    margin-top: 20rem;
  }
  /* input 숨겨준다 */
  .form-check + label::before {
    flex: 0 0 24rem;
  }
  .form-check + label > span {
    padding-left: 8rem;
    font-size: 14rem;
    line-height: 24rem;
  }
}
.form-box .form-row label {
  left: 16rem;
}

.lang-en .header .mo-gnb-wrap .dropdown-box {
  margin-left: 0;
}

@media (max-width: 639px) {
  .dropdown-lang {
    margin-top: 20rem;
  }
  .dropdown-lang .dropdown-inner > a {
    height: 36rem;
    padding: 0 24rem 0 0;
    min-width: initial;
  }
  .dropdown-lang .dropdown-inner > a .dropdown-ico {
    top: 6rem;
  }
  .menu-language {
    margin-top: 20rem;
  }
  .menu-language .language {
    height: 36rem;
    padding: 0 24rem 0 24rem;
    min-width: initial;
  }
}
/* ========== common ========== */
section .title-box h2 {
  color: #231f20;
}

.table-box {
  border-top: 2rem solid #404040;
}
.table-box table {
  width: 100%;
  text-align: left;
}
.table-box table .text-center {
  text-align: center;
}
.table-box table tr th,
.table-box table tr td {
  font-size: 16rem;
  line-height: 24rem;
  padding: 12rem;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.table-box table tr th {
  font-weight: 600;
}
.table-box table tr th + td {
  padding-left: 24rem;
}
.table-box.center table {
  text-align: center;
}
.table-box.border th,
.table-box.border td {
  border-left: 1rem solid rgba(0, 0, 0, 0.1);
  padding: 12rem 24rem;
}
.table-box.border th:first-child,
.table-box.border td:first-child {
  border-left: 0;
}

/* visual-sub-box */
.visual-sub-box {
  height: 600rem;
  overflow: hidden;
  display: flex;
  position: relative;
  background-color: #231f20;
}
.visual-sub-box .visual-inner {
  z-index: 99;
  padding: 0 80rem;
  max-width: 1920rem;
  padding: 0 80rem;
  width: 100%;
  margin: auto;
}
.visual-sub-box .visual-inner .inner {
  position: relative;
  color: #ffffff;
  z-index: 99;
  text-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
}
.visual-sub-box .visual-inner .inner strong {
  font-weight: 600;
}
.visual-sub-box .visual-inner .inner .sub-text {
  opacity: 0;
  color: #ffffff;
  font-size: 18rem;
  line-height: 26rem;
}
.visual-sub-box .visual-inner .inner .text {
  font-size: 40rem;
  line-height: 48rem;
  margin-top: 20rem;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0;
}
.visual-sub-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.visual-sub-box.active .visual-inner .inner .text {
  animation: fadein-effect1 0.6s 0.4s ease-in-out both;
  opacity: 1;
}
.visual-sub-box.active .visual-inner .inner .sub-text {
  animation: fadein-effect1 0.6s 0.6s ease-in-out both;
}
.visual-sub-box.active .bg {
  opacity: 1;
  animation: zoom-out-effect1 0.6s ease-in-out both;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-01 .visual-sub-box {
  background-color: #01070a;
}
.services-01 .visual-sub-box .bg {
  background-image: url(../images/sub/visual_services_uface.jpg);
}

.services-02 .visual-sub-box {
  background-color: #0d1718;
}
.services-02 .visual-sub-box .bg {
  background-image: url(../images/sub/visual_services_ijanus.jpg);
}

.case .visual-sub-box {
  background-color: #011a26;
}
.case .visual-sub-box .bg {
  background-image: url(../images/sub/visual_case.jpg);
}

.technology .visual-sub-box {
  background-color: #012747;
}
.technology .visual-sub-box .visual-inner {
  padding-left: 48%;
}
.technology .visual-sub-box .bg {
  background-image: url(../images/sub/visual_technology.jpg);
}

.about .visual-sub-box {
  background-color: #406161;
}
.about .visual-sub-box .bg {
  background-image: url(../images/sub/visual_info_about.jpg);
}

.news .visual-sub-box {
  background-color: #0d0d0f;
}
.news .visual-sub-box .visual-inner {
  text-align: center;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.news .visual-sub-box .bg {
  background-image: url(../images/sub/visual_info_news.jpg);
}

.careers .visual-sub-box {
  background-color: #cbcbcb;
}
.careers .visual-sub-box .bg {
  background-image: url(../images/sub/visual_careers.jpg);
}

.policy .visual-sub-box {
  background-color: #111111;
}
.policy .visual-sub-box .visual-inner {
  text-align: center;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.policy .visual-sub-box .bg {
  background-position: center right;
  background-image: url(../images/sub/visual_info_policy.jpg);
}

.imagelist-box .imagelist-inner > ul {
  width: 100%;
}
.imagelist-box .imagelist-inner > ul > li {
  width: 100%;
  display: flex;
  margin-top: 50rem;
}
.imagelist-box .imagelist-inner > ul > li .thumb {
  flex: 0 0 46.666%;
  border-radius: 24rem;
  overflow: hidden;
  margin-right: 80rem;
}
.imagelist-box .imagelist-inner > ul > li .thumb img {
  max-width: 100%;
}
.imagelist-box .imagelist-inner > ul > li .cont {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.imagelist-box .imagelist-inner > ul > li .cont h3 {
  font-size: 36rem;
  line-height: 44rem;
  font-weight: 600;
  color: #0ebf91;
}
.imagelist-box .imagelist-inner > ul > li .cont .bul-list {
  margin-top: 40rem;
  padding-right: 24rem;
}
.imagelist-box .imagelist-inner > ul > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.imagelist-box .imagelist-inner > ul > li:nth-child(2n) .thumb {
  margin-right: 0;
  margin-left: 80rem;
}
.imagelist-box .imagelist-inner > ul > li:first-child {
  margin-top: 0;
}

.imagelist-intext-box .imagelist-intext-inner .item {
  position: relative;
  border-radius: 16rem;
  padding: 0;
  background: #f8f8f8;
  overflow: hidden;
  width: calc(33.333% - 40rem);
  margin-right: 60rem;
}
.imagelist-intext-box .imagelist-intext-inner .item .thumb {
  width: 100%;
  height: 100%;
}
.imagelist-intext-box .imagelist-intext-inner .item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.imagelist-intext-box .imagelist-intext-inner .item .cont {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12rem 24rem;
}
.imagelist-intext-box .imagelist-intext-inner .item .cont h3 {
  color: #ffffff;
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 600;
}
.imagelist-intext-box .imagelist-intext-inner .item .cont p {
  color: #ffffff;
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 4rem;
}
.imagelist-intext-box.applied .item.item1 .thumb {
  background-image: url(../images/sub/otm_2_01.jpg);
}
.imagelist-intext-box.applied .item.item2 .thumb {
  background-image: url(../images/sub/otm_2_02.jpg);
}
.imagelist-intext-box.applied .item.item3 .thumb {
  background-image: url(../images/sub/otm_2_03.jpg);
}

.imagelist-outtext-box .imagelist-outtext-inner .item {
  position: relative;
  margin-right: 5%;
}
.imagelist-outtext-box .imagelist-outtext-inner .item .thumb {
  width: 100%;
  height: 192rem;
  border-radius: 16rem;
  padding: 0;
  background: #f8f8f8;
  overflow: hidden;
}
.imagelist-outtext-box .imagelist-outtext-inner .item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.imagelist-outtext-box .imagelist-outtext-inner .item .cont {
  width: 100%;
}
.imagelist-outtext-box .imagelist-outtext-inner .item .cont h3 {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
  margin-top: 20rem;
  margin-bottom: 10rem;
}
.imagelist-outtext-box .imagelist-outtext-inner .item .cont p {
  font-size: 16rem;
  line-height: 24rem;
}
.imagelist-outtext-box.applied .item.item1 .thumb {
  background-image: url(../images/sub/otm_2_01.jpg);
}
.imagelist-outtext-box.applied .item.item2 .thumb {
  background-image: url(../images/sub/otm_2_02.jpg);
}
.imagelist-outtext-box.applied .item.item3 .thumb {
  background-image: url(../images/sub/otm_2_03.jpg);
}

/* ========== content ========== */
.keyfeature-box {
  background-color: #f8f8f8;
}
.keyfeature-box .inner .keyfeature-inner {
  display: flex;
  justify-content: space-between;
}
.keyfeature-box .inner .keyfeature-inner .item {
  border-radius: 16rem;
  padding: 40rem 24rem;
  background: #ffffff;
  overflow: hidden;
  width: calc(25% - 19.5rem);
}
.keyfeature-box .inner .keyfeature-inner .item h3 {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
  color: #0ebf91;
  margin-bottom: 28rem;
}
.keyfeature-box .inner .keyfeature-inner .item p {
  font-size: 16rem;
  line-height: 24rem;
}

.environment-box .inner .environment-inner {
  display: flex;
  justify-content: space-between;
}
.environment-box .inner .environment-inner .item {
  border-radius: 16rem;
  padding: 24rem;
  background: #ffffff;
  overflow: hidden;
  width: calc(25% - 19.5rem);
}
.environment-box .inner .environment-inner .item h3 {
  font-size: 24rem;
  line-height: 32rem;
  text-align: center;
  font-weight: 600;
  color: #0ebf91;
}
.environment-box .inner .environment-inner .item .bul-list {
  margin-top: 24rem;
}

.banner-box {
  height: 400rem;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.banner-box .inner {
  height: 100%;
}
.banner-box .inner .banner-inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.banner-box .inner .banner-inner .text {
  font-size: 32rem;
  line-height: 40rem;
  text-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
}
.banner-box .inner .banner-inner .btn-box .btn {
  box-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
}
.banner-box .inner .bg {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: zoom-out-effect1 0.6s ease-in-out both;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box.inquiry .bg {
  background-image: url(../images/sub/banner_bg_inquiry.jpg);
}
.banner-box.apply .bg {
  background-image: url(../images/sub/banner_bg_apply.jpg);
}
.subkey-box .subkey-inner {
  display: flex;
  justify-content: space-between;
}
.subkey-box .subkey-inner .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 46.666%;
  height: 240rem;
  margin-right: 80rem;
}
.subkey-box .subkey-inner .img.uface img {
  max-height: 100rem;
}
.subkey-box .subkey-inner .img.ijanus img {
  max-height: 64rem;
}
.subkey-box .subkey-inner .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.subkey-box .subkey-inner .text .summary {
  font-size: 18rem;
  line-height: 26rem;
  color: #231f20;
}
.subkey-box .subkey-inner .text h3 {
  font-size: 32rem;
  line-height: 40rem;
  font-weight: 600;
  margin-top: 10rem;
  margin-bottom: 24rem;
  color: #404040;
}
.subkey-box .subkey-inner .text p {
  font-size: 16rem;
  line-height: 24rem;
}

.system-process-box .process-inner {
  height: 480rem;
  border-radius: 16rem;
  background: url(../images/sub/otm_01.jpg) no-repeat center center/cover;
  padding: 80rem;
}
.system-process-box .process-inner h3 {
  font-size: 32rem;
  line-height: 40rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40rem;
}
.system-process-box .process-inner ul {
  display: flex;
  justify-content: space-between;
}
.system-process-box .process-inner ul li {
  position: relative;
}
.system-process-box .process-inner ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200rem;
  height: 200rem;
  padding: 40rem 32rem;
  border-radius: 200rem;
  color: #ffffff;
  border: 2rem solid #ffffff;
}
.system-process-box .process-inner ul li .item strong {
  font-size: 16rem;
  line-height: 24rem;
}
.system-process-box .process-inner ul li .item p {
  font-size: 24rem;
  line-height: 32rem;
  margin-top: 10rem;
  font-weight: 600;
}
.system-process-box .process-inner ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50% !important;
  left: auto !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  right: -64rem;
  width: 48rem;
  height: 48rem;
  background: url(../images/sub/ico_process_arr.svg) no-repeat center center/cover;
}
.system-process-box .process-inner ul li:last-child::after {
  display: none;
}

.client-box .client-list ul {
  display: flex;
  justify-content: space-between;
}
.client-box .client-list ul li {
  width: 136rem;
}
.client-box .client-list ul li img {
  max-width: 100%;
}

.technology-box {
  background-color: #f3fcfa;
}
.introduction-box .introduction-inner {
  display: flex;
}
.introduction-box .introduction-inner .main-text {
  flex: 0 0 29.33%;
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
  color: #231f20;
  margin-right: 40rem;
}
.introduction-box .introduction-inner .text {
  font-size: 16rem;
  line-height: 24rem;
}

.wework-box .wework-inner {
  display: flex;
  flex-direction: row;
  position: relative;
}
.wework-box .wework-inner .item {
  width: calc(33.333% + 40rem);
  margin-left: -60rem;
  border-radius: 50%;
  background-color: #0ebf91;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.wework-box .wework-inner .item::before {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
}
.wework-box .wework-inner .item .cont {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  width: 62.5%;
}
.wework-box .wework-inner .item .cont strong {
  font-size: 36rem;
  line-height: 44rem;
  font-weight: 600;
}
.wework-box .wework-inner .item .cont p {
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 36rem;
}
.wework-box .wework-inner .item.item1 {
  margin-left: 0;
}
.wework-box .wework-inner .item.item2 {
  background: #ffffff;
  border: 2rem solid #0ebf91;
  color: #0ebf91;
}
.wewhave-box .wewhave-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wewhave-box .wewhave-inner .item {
  cursor: pointer;
  position: relative;
  width: 20%;
  overflow: hidden;
  border: 1rem solid #e3e3e3;
  margin-left: -1rem;
  z-index: 1;
  text-align: center;
  height: 480rem;
  flex: 1 1 auto;
  transition: width 0.35s, border 0.1s;
  cursor: pointer;
}
.wewhave-box .wewhave-inner .item .bul-list {
  text-align: left;
  margin-top: 20rem;
  display: none;
  width: 0;
  overflow: hidden;
  transition: height 0.35s;
}
.wewhave-box .wewhave-inner .item .step {
  display: block;
  width: 100%;
  font-size: 24rem;
  line-height: 24rem;
  color: #808080;
}
.wewhave-box .wewhave-inner .item .img {
  margin-top: 40rem;
  margin-bottom: 40rem;
}
.wewhave-box .wewhave-inner .item .cont {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  padding: 40rem;
}
.wewhave-box .wewhave-inner .item .cont strong {
  display: block;
  font-size: 32rem;
  line-height: 40rem;
  font-weight: 600;
  color: #404040;
}
.wewhave-box .wewhave-inner .item .cont strong span {
  display: block;
}
.wewhave-box .wewhave-inner .item.active {
  width: 40%;
  border: 2rem solid #0ebf91;
  z-index: 99;
  text-align: left;
  box-shadow: 0rem 4rem 8rem rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
.wewhave-box .wewhave-inner .item.active .img {
  margin-top: 20rem;
  animation: fadein-effect2 0.5s 0.1s ease-in-out both;
}
.wewhave-box .wewhave-inner .item.active .step {
  font-size: 40rem;
  line-height: 48rem;
  color: #0ebf91;
  text-align: right;
  transition-duration: 0.2s;
}
.wewhave-box .wewhave-inner .item.active .bul-list {
  display: block;
  width: 360rem;
  transition-delay: 1s;
}
.wewhave-box .wewhave-inner .item.active .cont strong {
  color: #0ebf91;
  white-space: nowrap;
}
.wewhave-box .wewhave-inner .item.active .cont strong span {
  display: inline-block;
}
.wewhave-box .wewhave-inner .item.active .cont strong span:last-child {
  margin-left: 12rem;
}
.wewhave-box .wewhave-inner .item.active .cont strong br {
  display: inline-block;
  margin-left: 12rem;
}

.culture-box .culture-inner .item .cont {
  text-align: center;
  padding: 40rem;
}
.culture-box .culture-inner .item .cont h3 {
  font-size: 32rem;
  line-height: 40rem;
  font-weight: 600;
  margin: 40rem 0 16rem;
}
.culture-box .culture-inner .item .cont p {
  font-size: 16rem;
  line-height: 24rem;
}
.culture-box .culture-inner .item .cont::before {
  content: "";
  display: inline-block;
  display: block;
  margin: auto;
  width: 160rem;
  height: 160rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.culture-box .culture-inner .item.item1 {
  margin-left: 0;
}
.culture-box .culture-inner .item.item1 .cont::before {
  background-image: url(../images/sub/careers_culture_01.svg);
}
.culture-box .culture-inner .item.item2 .cont::before {
  background-image: url(../images/sub/careers_culture_02.svg);
}
.culture-box .culture-inner .item.item3 .cont::before {
  background-image: url(../images/sub/careers_culture_03.svg);
}

.benefits-box .benefits-inner .item {
  border-radius: 16rem;
  padding: 40rem;
  background: #f8f8f8;
  overflow: hidden;
}
.benefits-box .benefits-inner .item .cont {
  text-align: center;
}
.benefits-box .benefits-inner .item .cont h3 {
  font-size: 24rem;
  line-height: 26rem;
  font-weight: 600;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.benefits-box .benefits-inner .item .cont p {
  font-size: 16rem;
  line-height: 24rem;
}
.benefits-box .benefits-inner .item .cont::before {
  content: "";
  display: inline-block;
  display: block;
  margin: auto;
  width: 120rem;
  height: 120rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.benefits-box .benefits-inner .item.item1 {
  margin-left: 0;
}
.benefits-box .benefits-inner .item.item1 .cont::before {
  background-image: url(../images/sub/careers_benefits_01.svg);
}
.benefits-box .benefits-inner .item.item2 .cont::before {
  background-image: url(../images/sub/careers_benefits_02.svg);
}
.benefits-box .benefits-inner .item.item3 .cont::before {
  background-image: url(../images/sub/careers_benefits_03.svg);
}
.benefits-box .benefits-inner .item.item4 .cont::before {
  background-image: url(../images/sub/careers_benefits_04.svg);
}
.benefits-box .benefits-inner .item.item5 .cont::before {
  background-image: url(../images/sub/careers_benefits_05.svg);
}
.benefits-box .benefits-inner .item.item6 .cont::before {
  background-image: url(../images/sub/careers_benefits_06.svg);
}

.procedure-box .procedure-inner {
  display: flex;
  flex-direction: row;
  position: relative;
}
.procedure-box .procedure-inner .item {
  width: calc(20% + 38.4rem);
  margin-left: -48rem;
  border-radius: 50%;
  border: 1rem solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.procedure-box .procedure-inner .item::before {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
}
.procedure-box .procedure-inner .item .cont {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
.procedure-box .procedure-inner .item .cont::before {
  content: "";
  display: inline-block;
  display: block;
  margin: auto;
  width: 120rem;
  height: 120rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.procedure-box .procedure-inner .item .cont strong {
  display: block;
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 600;
}
.procedure-box .procedure-inner .item .cont p {
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 36rem;
}
.procedure-box .procedure-inner .item.item1 {
  margin-left: 0;
}
.procedure-box .procedure-inner .item.item1 .cont::before {
  background-image: url(../images/sub/careers_procedure_01.svg);
}
.procedure-box .procedure-inner .item.item2 .cont::before {
  background-image: url(../images/sub/careers_procedure_02.svg);
}
.procedure-box .procedure-inner .item.item3 .cont::before {
  background-image: url(../images/sub/careers_procedure_03.svg);
}
.procedure-box .procedure-inner .item.item4 .cont::before {
  background-image: url(../images/sub/careers_procedure_04.svg);
}
.procedure-box .procedure-inner .item.item5 {
  border: 0;
  background-color: #f3fcfa;
  z-index: 1;
}
.procedure-box .procedure-inner .item.item5 .cont::before {
  background-image: url(../images/sub/careers_procedure_05.svg);
}

.history-box .history-inner {
  padding-top: 30px;
}
.history-box .history-inner .history-row {
  display: flex;
}
.history-box .history-inner .history-row h3 {
  font-size: 80rem;
  line-height: 80rem;
  font-weight: 300;
  color: #0ebf91;
  margin-right: 86rem;
  width: 400rem;
  margin-top: -30px;
}
.history-box .history-inner .history-row .cont {
  position: relative;
  padding-left: 86rem;
  border-left: 1rem solid rgba(0, 0, 0, 0.15);
  padding-bottom: 59rem;
}
.history-box .history-inner .history-row .cont::before {
  position: absolute;
  top: 0;
  left: -6rem;
  content: "";
  display: inline-block;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  background-color: #0ebf91;
}
.history-box .history-inner .history-row .cont .bul-list {
  margin-top: -7rem;
}
.history-box .history-inner .history-row:last-child .cont {
  border: 0;
  padding-bottom: 0;
}

.map-box .map {
  width: 100%;
  margin-top: 50rem;
  height: 480rem;
  background-color: #f8f8f8;
}
.map-box .map iframe {
  width: 100%;
}

.case-view-box .title-box {
  text-align: left;
}
.case-view-box .title-box .sub-text {
  font-size: 18rem;
  line-height: 26rem;
}
.case-view-box .title-box .title {
  font-size: 40rem;
  line-height: 48rem;
  font-weight: 600;
  color: #231f20;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.case-view-box .title-box .category {
  font-size: 14rem;
  line-height: 22rem;
  color: #0ebf91;
  font-weight: 600;
}
.case-view-box .cont {
  margin-top: 50rem;
}
.case-view-box .cont .cont-row {
  margin-top: 40rem;
}
.case-view-box .cont .cont-row .item {
  font-size: 16rem;
  line-height: 24rem;
}
.case-view-box .cont .cont-row .item h4 {
  font-weight: 600;
  margin-bottom: 10rem;
}
.case-view-box .cont .cont-row .item .img img {
  max-width: 100%;
}
.case-view-box .cont .cont-row.w-col-2 {
  display: flex;
}
.case-view-box .cont .cont-row.w-col-2 .item {
  display: flex;
  color: #231f20;
}
.case-view-box .cont .cont-row.w-col-2 .item h4 {
  margin-right: 24rem;
}
.case-view-box .cont .cont-row:first-child {
  margin-top: 0;
}
.case-view-box .cont ul li {
  padding-left: 11rem;
  position: relative;
  font-size: 16rem;
  line-height: 26rem;
  margin-top: 12rem;
}
.case-view-box .cont ul li::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #404040;
}
.case-view-box .cont ul li:first-child {
  margin-top: 0;
}
.case-view-box .visual-sub-box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-view-box .title-box {
  background-color: #ffffff;
  text-align: left;
}
.board-view-box .title-box .sub-text {
  font-size: 18rem;
  line-height: 26rem;
}
.board-view-box .title-box .title {
  font-size: 40rem;
  line-height: 48rem;
  font-weight: 600;
  color: #231f20;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.board-view-box .title-box .category {
  font-size: 14rem;
  line-height: 22rem;
  color: #0ebf91;
  font-weight: 600;
}
.board-view-box .title-box .date {
  font-size: 16rem;
  line-height: 24rem;
  color: #808080;
  font-weight: 300;
}
.board-view-box .board-view {
  font-size: 16rem !important;
  line-height: 24rem !important;
  background-color: #f8f8f8;
  padding-top: 50rem;
  padding-bottom: 100rem;
}
.board-view-box .board-view img {
  max-width: 100%;
  height: auto !important;
}
.board-view-box .board-view .cont img {
  display: block;
}
.board-view-box .board-view .cont strong {
  font-weight: 600 !important;
  color: #231f20;
}
.board-view-box .board-view .cont p {
  margin: 20rem 0 0;
}
.board-view-box .board-view .cont > p {
  margin: 20rem 0 0;
}
.board-view-box .board-view .cont > p:first-child {
  margin: 0;
}
.board-view-box .board-view .cont small {
  margin-top: 8rem;
  display: block;
  font-size: 16rem !important;
  line-height: 24rem !important;
}
.board-view-box .board-view .cont div {
  margin: 50rem 0 0;
}
.board-view-box .board-view .cont div p:first-child {
  margin: 0;
}
.board-view-box .board-view .cont div:first-child {
  margin-top: 0 !important;
}
.board-view-box .board-view .cont ul li {
  list-style: none;
  padding-left: 11rem;
  position: relative;
  margin-top: 4rem;
}
.board-view-box .board-view .cont ul li::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: #404040;
}
.board-view-box .board-view .cont ul li:first-child {
  margin-top: 0;
}
.board-view-box .board-view .cont h4 {
  padding-left: 11rem;
  position: relative;
  font-size: 16rem !important;
  line-height: 24rem !important;
  font-weight: 600;
}
.board-view-box .board-view .cont h4::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #404040;
}
.board-view-box .board-view .cont h4 + h4 {
  margin-top: 10rem;
}
.board-view-box .board-view .cont .dot {
  padding-left: 11rem;
  position: relative;
}
.board-view-box .board-view .cont .dot::before {
  position: absolute;
  left: 0;
  top: 11rem;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #404040;
}
.board-view-box .board-view .cont .copyright > ul {
  margin: 50rem 0 0;
  list-style: none;
}
.board-view-box .board-view .cont .copyright > ul li {
  font-size: 16rem;
  line-height: 28rem;
  position: relative;
  padding-left: 80rem;
  margin-top: 0;
}
.board-view-box .board-view .cont .copyright > ul li:before {
  display: none;
}
.board-view-box .board-view .cont .copyright > ul li strong {
  display: inline-block;
  min-width: 64rem;
  text-align: right;
  font-weight: 400 !important;
  color: #404040;
  position: absolute;
  left: 0;
  top: 0;
}
.board-view-box .board-view .cont .copyright > ul li a {
  text-decoration: underline;
  color: #404040;
  word-break: break-all;
}
.board-view-box .board-view .tag-box {
  margin-top: 50rem;
}
.board-view-box .btn-box {
  margin-top: 50rem;
}

.attach-box {
  font-size: 16rem;
  line-height: 24rem;
  display: flex;
  padding: 12rem;
  margin-top: 50rem;
  margin-bottom: 50rem;
}
.attach-box h4 {
  font-weight: 600;
  margin-right: 24rem;
  color: #404040;
}
.attach-box ul li {
  margin-top: 8rem;
}
.attach-box ul li a {
  display: block;
  color: #404040;
  height: 24rem;
}
.attach-box ul li a:hover {
  text-decoration: underline;
}
.attach-box ul li a span {
  vertical-align: top;
}
.attach-box ul li a::before {
  content: "";
  display: inline-block;
  width: 24rem;
  height: 24rem;
  background: url(../images/common/icon_attach_file.svg) no-repeat center center/cover;
  margin-right: 8rem;
}
.attach-box ul li:first-child {
  margin-top: 0;
}

.policy-box .item {
  margin-top: 50rem;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 400;
}
.policy-box ol {
  list-style: inside decimal;
}
.policy-box ol li {
  margin-top: 16rem;
}
.policy-box ol li:first-child {
  margin-top: 0;
}
.policy-box ol ul li {
  margin-top: 0;
}
.policy-box ol ol {
  list-style: inside none;
}
.policy-box ol ol li {
  counter-increment: number 0;
  margin: 0;
}
.policy-box ol ol li::before {
  counter-increment: number 1;
  content: counter(number) ") ";
  left: 0;
}
.policy-box strong {
  font-weight: 600;
}
.policy-box h2 {
  font-size: 20rem;
  line-height: 28rem;
  font-weight: 600;
  margin-bottom: 16rem;
}
.policy-box h3 {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 600;
}
.policy-box h4 {
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 600;
  margin-top: 30rem;
}
.policy-box .bul-list.check {
  font-size: 18rem;
  line-height: 36rem;
  font-weight: 600;
}
.policy-box h2 + ol,
.policy-box h3 + ol,
.policy-box h4 + ol,
.policy-box p + ol,
.policy-box p {
  margin-top: 16rem;
}

/* **************************************** *
 * 639px
 * **************************************** */
@media (max-width: 639px) {
  .table-box {
    border-top: 2rem solid #404040;
  }
  .table-box table {
    width: 100%;
    text-align: left;
  }
  .table-box table tr th,
  .table-box table tr td {
    font-size: 16rem;
    line-height: 24rem;
    padding: 12rem;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  }
  .table-box table tr th {
    font-weight: 600;
  }
  .table-box table tr td {
    padding-left: 24rem;
  }
  .visual-sub-box {
    height: 520rem;
  }
  .visual-sub-box .visual-inner {
    z-index: 99;
    padding: 0 24rem;
    max-width: 100%;
    width: 100%;
  }
  .visual-sub-box .visual-inner .inner strong {
    font-weight: 600;
  }
  .visual-sub-box .visual-inner .inner .sub-text {
    opacity: 0;
    color: #ffffff;
    letter-spacing: -0.32rem;
  }
  .visual-sub-box .visual-inner .inner .text {
    white-space: normal;
    font-size: 28rem;
    line-height: 36rem;
    margin-top: 10rem;
  }
  .visual-sub-box.active .visual-inner {
    position: absolute;
    top: auto !important;
    left: auto !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    bottom: 100rem;
  }
  .visual-sub-box.active .visual-inner .inner .text {
    font-size: 28rem;
    line-height: 36rem;
  }
  .visual-sub-box.active .visual-inner .inner .sub-text {
    font-size: 16rem;
    line-height: 24rem;
  }
  .services-01 .visual-sub-box .bg {
    background-image: url(../images/sub/visual_services_uface_mo.jpg);
  }
  .services-02 .visual-sub-box .bg {
    background-image: url(../images/sub/visual_services_ijanus_mo.jpg);
  }
  .case .visual-sub-box .bg {
    background-image: url(../images/sub/visual_case_mo.jpg);
  }
  .case .visual-sub-box.active .visual-inner {
    bottom: auto;
    top: 120rem !important;
  }
  .technology .visual-sub-box .visual-inner {
    padding: 0 24rem;
  }
  .technology .visual-sub-box .bg {
    background-image: url(../images/sub/visual_technology_mo.jpg);
  }
  .about .visual-sub-box .bg {
    background-image: url(../images/sub/visual_info_about_mo.jpg);
  }
  .news .visual-sub-box .visual-inner {
    padding: 0 24rem;
    text-align: left;
    position: absolute;
    top: 50% !important;
    left: auto !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }
  .news .visual-sub-box .visual-inner .inner .text {
    letter-spacing: -0.84rem;
  }
  .news .visual-sub-box .bg {
    background-image: url(../images/sub/visual_info_news_mo.jpg);
  }
  .careers .visual-sub-box .bg {
    background-image: url(../images/sub/visual_careers_mo.jpg);
  }
  .policy .active .visual-inner {
    top: 50% !important;
  }
  .imagelist-box .imagelist-inner > ul > li {
    display: block;
    margin-top: 50rem;
  }
  .imagelist-box .imagelist-inner > ul > li .thumb {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .imagelist-box .imagelist-inner > ul > li .cont {
    display: block;
    margin-top: 50rem;
  }
  .imagelist-box .imagelist-inner > ul > li .cont h3 {
    font-size: 24rem;
    line-height: 32rem;
  }
  .imagelist-box .imagelist-inner > ul > li .cont .bul-list {
    margin-top: 20rem;
    padding-right: 0;
  }
  .imagelist-box .imagelist-inner > ul > li:nth-child(2n) .thumb {
    margin-left: 0;
  }
  .imagelist-box .imagelist-inner > ul > li:first-child {
    margin-top: 0;
  }
  .imagelist-intext-box .imagelist-intext-inner .item {
    width: 100%;
    margin-right: 0;
    margin-top: 50rem;
  }
  .imagelist-intext-box .imagelist-intext-inner .item .cont {
    padding: 16rem 24rem;
  }
  .imagelist-intext-box .imagelist-intext-inner .item .cont h3 {
    font-size: 20rem;
    line-height: 28rem;
  }
  .imagelist-intext-box .imagelist-intext-inner .item .cont p {
    margin-top: 0;
  }
  .imagelist-intext-box .imagelist-intext-inner .item:first-child {
    margin-top: 0 !important;
  }
  .imagelist-intext-box.applied .item.item1 .thumb {
    background-image: url(../images/sub/otm_2_01.jpg);
  }
  .imagelist-intext-box.applied .item.item2 .thumb {
    background-image: url(../images/sub/otm_2_02.jpg);
  }
  .imagelist-intext-box.applied .item.item3 .thumb {
    background-image: url(../images/sub/otm_2_03.jpg);
  }
  .imagelist-outtext-box .imagelist-outtext-inner .item {
    position: relative;
    margin-right: 0;
  }
  .imagelist-outtext-box .imagelist-outtext-inner .item .thumb {
    height: 178rem;
  }
  .imagelist-outtext-box .imagelist-outtext-inner .item .cont h3 {
    font-size: 20rem;
    line-height: 26rem;
  }
  /* ========== content ========== */
  .banner-box {
    height: 368rem;
  }
  .banner-box .inner {
    height: 100%;
  }
  .banner-box .inner .banner-inner {
    justify-content: center;
    flex-direction: column;
    z-index: 99;
  }
  .banner-box .inner .banner-inner .btn-box {
    width: 100%;
    text-align: left;
    margin-top: 40rem;
  }
  .banner-box .inner .banner-inner .btn-box .btn {
    display: inline-flex;
    justify-content: center;
    height: 48rem;
    padding: 0 40rem;
    font-size: 16rem;
    font-weight: 600;
    border-radius: 48rem;
    text-align: center;
    box-shadow: none;
    outline: 0;
    min-width: 138rem;
  }
  .banner-box .inner .banner-inner .btn-box .btn[class*=icon-] {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .banner-box .inner .banner-inner .btn-box .btn[class*=icon-].left {
    flex-direction: row;
  }
  .banner-box .inner .banner-inner .btn-box .btn[class*=icon-].left::before {
    margin-right: 0;
    margin-left: 0;
  }
  .banner-box .inner .banner-inner .btn-box .btn[class*=icon-].right {
    flex-direction: row-reverse;
  }
  .banner-box .inner .banner-inner .btn-box .btn[class*=icon-].right::before {
    margin-left: 0;
  }
  .banner-box .inner .banner-inner .btn-box .btn.rounded {
    border-radius: 48rem !important;
    padding: 0 24rem !important;
  }
  .banner-box .inner .banner-inner .btn-box .btn.rounded.btn-xs {
    padding: 0 12rem !important;
  }
  .banner-box .inner .banner-inner .btn-box .btn.rounded.btn-logout {
    padding: 0 24rem !important;
  }
  .banner-box .inner .text {
    letter-spacing: -0.96px;
    width: 100%;
  }
  .banner-box.inquiry .bg {
    background-image: url(../images/sub/banner_bg_inquiry_mo.jpg);
  }
  .banner-box.apply .bg {
    background-image: url(../images/sub/banner_bg_apply.jpg);
  }
  .subkey-box .subkey-inner {
    display: block;
  }
  .subkey-box .subkey-inner .img {
    display: flex;
    flex: 0 0 100%;
    height: 140rem;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .subkey-box .subkey-inner .img.uface img {
    max-height: 64rem;
  }
  .subkey-box .subkey-inner .img.ijanus img {
    max-height: 40rem;
  }
  .subkey-box .subkey-inner .text {
    text-align: center;
  }
  .subkey-box .subkey-inner .text .summary {
    font-size: 18rem;
    line-height: 26rem;
    color: #231f20;
  }
  .subkey-box .subkey-inner .text h3 {
    font-size: 32rem;
    line-height: 40rem;
    font-weight: 600;
    margin-top: 10rem;
    margin-bottom: 24rem;
    color: #404040;
  }
  .subkey-box .subkey-inner .text p {
    font-size: 16rem;
    line-height: 24rem;
  }
  .keyfeature-box .inner .keyfeature-inner {
    display: block;
  }
  .keyfeature-box .inner .keyfeature-inner .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16rem;
    padding: 24rem;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 280px;
    margin-top: 50rem;
  }
  .keyfeature-box .inner .keyfeature-inner .item h3 {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 24rem;
  }
  .keyfeature-box .inner .keyfeature-inner .item:first-child {
    margin-top: 0;
  }
  .system-process-box .process-inner {
    padding: 56rem 16rem;
  }
  .system-process-box .process-inner h3 {
    font-size: 28rem;
    line-height: 36rem;
  }
  .system-process-box .process-inner ul {
    flex-wrap: wrap;
    width: auto;
    width: 295rem;
    margin: auto;
  }
  .system-process-box .process-inner ul li .item {
    max-width: 120rem;
    max-height: 120rem;
    padding: 0;
    border-radius: 50%;
  }
  .system-process-box .process-inner ul li .item strong {
    font-size: 14rem;
    line-height: 22rem;
  }
  .system-process-box .process-inner ul li .item p {
    font-size: 20rem;
    line-height: 28rem;
    margin-top: 10rem;
  }
  .system-process-box .process-inner ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50% !important;
    left: auto !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    right: -42rem;
    width: 32rem;
    height: 32rem;
    background: url(../images/sub/ico_process_arr.svg) no-repeat center center/cover;
  }
  .system-process-box .process-inner ul li:nth-child(2)::after {
    position: absolute;
    top: 130rem !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) rotate(90deg) !important;
    -moz-transform: translate(-50%, 0) rotate(90deg) !important;
    -ms-transform: translate(-50%, 0) rotate(90deg) !important;
    transform: translate(-50%, 0) rotate(90deg) !important;
    right: auto;
  }
  .system-process-box .process-inner ul li:nth-child(3)::after {
    position: absolute;
    top: 50% !important;
    left: auto !important;
    -webkit-transform: translate(0, calc(-50% + 26rem)) rotate(180deg) !important;
    -moz-transform: translate(0, calc(-50% + 26rem)) rotate(180deg) !important;
    -ms-transform: translate(0, calc(-50% + 26rem)) rotate(180deg) !important;
    transform: translate(0, calc(-50% + 26rem)) rotate(180deg) !important;
  }
  .system-process-box .process-inner ul li:nth-child(3) .item, .system-process-box .process-inner ul li:nth-child(4) .item {
    margin-top: 52rem;
  }
  .system-process-box .process-inner ul li:last-child::after {
    display: none;
  }
  .client-box .client-list ul {
    flex-wrap: wrap;
  }
  .client-box .client-list ul li {
    width: calc(33.333% - 16px);
  }
  .case .board-list .item .board-inner .title h3 {
    font-size: 20rem;
    line-height: 32rem;
  }
  .case-view-box .title-box .sub-text {
    font-size: 16rem;
    line-height: 26rem;
  }
  .case-view-box .title-box .title {
    font-size: 32rem;
    line-height: 40rem;
  }
  .case-view-box .title-box .category {
    font-size: 14rem;
    line-height: 22rem;
  }
  .case-view-box .cont {
    margin-top: 40rem;
  }
  .case-view-box .cont .cont-row {
    margin-top: 20rem;
  }
  .case-view-box .cont .cont-row.w-col-2 {
    display: block;
  }
  .case-view-box .cont .cont-row.w-col-2 .item {
    width: 100%;
  }
  .case-view-box .visual-sub-box {
    height: 117rem;
  }
  .introduction-box .introduction-inner {
    flex-direction: column;
  }
  .introduction-box .introduction-inner .main-text {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .introduction-box .introduction-inner .text {
    font-size: 16rem;
    line-height: 24rem;
  }
  .wework-box .wework-inner {
    flex-direction: column;
  }
  .wework-box .wework-inner .item {
    width: 100%;
    max-width: 327rem;
    margin: -64rem auto 0;
  }
  .wework-box .wework-inner .item .cont {
    padding: 0 40rem;
    width: 100%;
  }
  .wework-box .wework-inner .item .cont strong {
    font-size: 32rem;
    line-height: 40rem;
    font-weight: 600;
  }
  .wework-box .wework-inner .item .cont p {
    margin-top: 28rem;
  }
  .wework-box .wework-inner .item.item1 {
    margin-top: 0;
    margin-left: auto;
  }
  .wewhave-box .wewhave-inner {
    flex-direction: column;
  }
  .wewhave-box .wewhave-inner .item {
    height: auto !important;
    cursor: none;
    width: 100% !important;
    margin-left: 0;
    margin-top: 40rem;
    z-index: 1;
    border: 2rem solid #0ebf91;
    text-align: left;
    transition-duration: unset;
    box-shadow: 0rem 4rem 8rem rgba(0, 0, 0, 0.1);
  }
  .wewhave-box .wewhave-inner .item .bul-list {
    width: 100% !important;
    display: block;
    text-align: left;
    margin-top: 20rem;
  }
  .wewhave-box .wewhave-inner .item .step {
    display: block;
    width: 100%;
    font-size: 40rem;
    line-height: 48rem;
    color: #0ebf91;
    text-align: right;
    padding-right: 20rem;
  }
  .wewhave-box .wewhave-inner .item .img {
    margin-top: 40rem;
    margin-bottom: 40rem;
    animation: none;
  }
  .wewhave-box .wewhave-inner .item .cont {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    padding: 40rem 16rem 48rem;
  }
  .wewhave-box .wewhave-inner .item .cont strong {
    display: block;
    font-size: 32rem;
    line-height: 40rem;
    font-weight: 600;
    color: #0ebf91;
  }
  .wewhave-box .wewhave-inner .item .cont strong span {
    display: inline-block;
  }
  .wewhave-box .wewhave-inner .item .cont strong span:last-child {
    margin-left: 12rem;
  }
  .wewhave-box .wewhave-inner .item .cont strong br {
    display: inline-block;
    margin-left: 12rem;
  }
  .wewhave-box .wewhave-inner .item .bul-list {
    display: block;
  }
  .wewhave-box .wewhave-inner .item:first-child {
    margin-top: 0;
  }
  .history-box .history-inner {
    padding-top: 0;
  }
  .history-box .history-inner .history-row {
    flex-direction: column;
    position: relative;
  }
  .history-box .history-inner .history-row h3 {
    font-size: 48rem;
    line-height: 48rem;
    margin-right: 0;
    margin-bottom: 20rem;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 30rem;
  }
  .history-box .history-inner .history-row .cont {
    position: relative;
    padding-left: 30rem;
    padding-bottom: 40rem;
    padding-top: 68rem;
    border: 0;
    border-left: 0;
  }
  .history-box .history-inner .history-row .cont .bul-list {
    margin-top: 0;
  }
  .history-box .history-inner .history-row .cont::before {
    top: 18rem;
  }
  .history-box .history-inner .history-row .cont::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 18rem;
    left: 0;
    z-index: -1;
  }
  .history-box .history-inner .history-row:last-child .cont {
    border: 0;
  }
  .history-box .history-inner .history-row:last-child .cont::after {
    display: none;
  }
  .board-view-box .title-box .sub-text {
    font-size: 18rem;
    line-height: 26rem;
  }
  .board-view-box .title-box .title {
    font-size: 32rem;
    line-height: 40rem;
    margin-top: 10rem;
    margin-bottom: 20rem;
  }
  .board-view-box .title-box .date {
    font-size: 16rem;
    line-height: 24rem;
  }
  .board-view-box .board-view {
    font-size: 16rem;
    line-height: 24rem;
    background-color: #f8f8f8;
    padding-top: 40rem;
    padding-bottom: 78rem;
  }
  .board-view-box .board-view .cont p {
    margin-top: 40rem;
  }
  .board-view-box .board-view .tag-box {
    margin-top: 40rem;
  }
  .board-view-box .board-view .tag-box .tag {
    margin-top: 0;
  }
  .board-view-box .btn-box {
    margin-top: 80rem;
    padding: 0 24rem;
  }
  .culture-box .culture-inner .item {
    margin: 0 !important;
  }
  .culture-box .culture-inner .item .cont {
    padding: 40rem 24rem;
  }
  .culture-box .culture-inner .item .cont h3 {
    font-size: 28rem;
    line-height: 36rem;
    margin: 20rem 0 16rem;
  }
  .culture-box .culture-inner .item .cont p {
    font-size: 16rem;
    line-height: 24rem;
  }
  .benefits-box .benefits-inner .item {
    border-radius: 16rem;
    padding: 40rem 24rem;
    background: #f8f8f8;
    overflow: hidden;
  }
  .benefits-box .benefits-inner .item .cont {
    text-align: center;
  }
  .benefits-box .benefits-inner .item .cont h3 {
    font-size: 24rem;
    line-height: 26rem;
    font-weight: 600;
  }
  .benefits-box .benefits-inner .item .cont p {
    font-size: 16rem;
    line-height: 24rem;
    margin-top: 10rem;
  }
  .benefits-box .benefits-inner .item .cont::before {
    content: "";
    display: inline-block;
    display: block;
    margin: auto;
    width: 120rem;
    height: 120rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .procedure-box .procedure-inner {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .procedure-box .procedure-inner .item {
    width: calc(50% + 25rem);
    margin-left: -50rem;
    border-radius: 50%;
  }
  .procedure-box .procedure-inner .item .cont::before {
    width: 100rem;
    height: 100rem;
  }
  .procedure-box .procedure-inner .item .cont strong {
    font-size: 16rem;
    line-height: 24rem;
  }
  .procedure-box .procedure-inner .item.item3, .procedure-box .procedure-inner .item.item4, .procedure-box .procedure-inner .item.item5 {
    margin-top: 20rem;
  }
  .procedure-box .procedure-inner .item.item1, .procedure-box .procedure-inner .item.item3, .procedure-box .procedure-inner .item.item5 {
    margin-left: 0;
  }
  .attach-box {
    padding: 12rem 0;
    margin-top: 40rem;
    margin-bottom: 80rem;
  }
  .map-box .map {
    margin-top: 40rem;
    height: 240rem;
  }
  .policy-box .item {
    margin-top: 40rem;
  }
}
.lang-en .bul-list.dot li {
  line-height: 22rem;
  word-break: break-all;
}
.lang-en .wewhave-box .wewhave-inner .item .cont strong {
  font-size: 24rem;
  line-height: 30rem;
}
.lang-en .wewhave-box .wewhave-inner .item .bul-list {
  margin-top: 10rem;
}
.lang-en .wewhave-box .wewhave-inner .item .img {
  margin-bottom: 10rem;
}
.lang-en .wewhave-box .wewhave-inner .item.active .img {
  margin-top: 0;
}
.lang-en .history-box .history-inner .history-row h3 {
  flex: 0 0 200rem;
  width: 200rem;
}

@media (max-width: 639px) {
  .lang-en .banner-box .inner .banner-inner .text {
    font-size: 24rem;
    line-height: 28rem;
  }
  .lang-en .ui-tabs .ui-tabs-nav {
    display: flex;
  }
  .lang-en .ui-tabs .ui-tabs-nav li {
    float: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .lang-en .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 14rem;
    line-height: 18rem;
    letter-spacing: -0.5px;
  }
  .lang-en .keyfeature-box .inner .keyfeature-inner .item {
    height: auto;
  }
  .lang-en .system-process-box .process-inner ul li .item p {
    font-size: 14rem;
    line-height: 16rem;
    max-width: 83rem;
    white-space: normal;
    text-align: center;
  }
  .lang-en .imagelist-intext-box .imagelist-intext-inner .item .cont h3 {
    line-height: 22rem;
  }
  .lang-en .imagelist-intext-box .imagelist-intext-inner .item .cont p {
    line-height: 18rem;
  }
  .lang-en .wework-box .wework-inner .item .cont p {
    line-height: 18rem;
  }
  .lang-en .wewhave-box .wewhave-inner .item .cont strong span {
    display: block;
    margin: 0 !important;
  }
}

/* 2025.12.01 추가 */
.h-full {
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.form-label {
  font-size: 16rem;
  line-height: 24rem;
  color: #404040;
  font-weight: 600;
}

.form-file {
  padding: 16rem;
  line-height: 24rem;
  width: 100%;
  border-radius: 4rem;
  color: #404040;
}

.ui-dialog .career-box .career-inner {
  display: flex;
  flex-direction: column;
  gap: 30rem
}

.ui-dialog .career-box .career-inner .title-box {
  text-align: left;
  margin-bottom: 0rem;
}

.ui-dialog .career-box .career-inner .title-box p {
  font-size: 38rem;
  line-height: 48rem;
  color: #231f20;
}
.ui-dialog .career-box .career-inner .title-box h2 {
  color: #0ebf91 !important;
  margin-bottom: 8rem;
}

.ui-dialog .career-box .career-inner .info-box {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  font-size: 27rem;
  
}
