@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 .career-box .career-inner .title-box {
  text-align: left;
  margin-bottom: 30rem;
}

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


.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;
  height: 100vh;
  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) {
  .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;
    position: absolute;
  }
  .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;
    right: 0;
    z-index: 550;
    gap: 8rem;
    pointer-events: none;
    top: 20rem;
  }
  .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 .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 {
    padding: 24rem;
  }
  .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;
  }
}
.visual-box {
  position: relative;
  background-color: #231f20;
}
.visual-box .visual-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.visual-box .swiper-slide {
  position: relative;
  width: 100%;
  height: 800rem;
  overflow: hidden;
}
.visual-box .swiper-slide .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.visual-box .swiper-slide .visual-inner {
  position: absolute;
  top: 287rem !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;
  text-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0 80rem;
  max-width: 1920rem;
  color: #ffffff;
}
.visual-box .swiper-slide .visual-inner strong {
  font-weight: 600;
}
.visual-box .swiper-slide .visual-inner .text {
  font-size: 54rem;
  line-height: 66rem;
  margin-top: 20rem;
  opacity: 10;
  font-weight: 300;
}
.visual-box .swiper-slide .visual-inner .sub-text {
  transition: opacity 0s ease-in-out 0s;
  font-size: 24rem;
  line-height: 26rem;
}
.visual-box .swiper-slide .visual-inner .btn-box {
  margin-top: 40rem;
}
.visual-box .swiper-slide.active .pic {
  opacity: 1;
  animation: fadein-effect1 0.6s ease-in-out both;
}
.visual-box .swiper-slide.active .text strong {
  opacity: 1;
  animation: fadein-effect1 0.6s 0.6s ease-in-out both;
}
.visual-box .swiper-slide.active .sub-text {
  opacity: 1;
  animation: fadein-effect1 0.6s 0.2s ease-in-out both;
}
.visual-box .swiper-slide.active .btn-box {
  opacity: 1;
  animation: fadein-effect1 0.6s 0.8s ease-in-out both;
}
.visual-box .swiper-control {
  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;
  z-index: 99;
  bottom: 120rem;
  width: 100%;
  padding: 0 80rem;
  max-width: 1920rem;
  display: flex;
  align-self: center;
  color: #ffffff;
  /* .swiper-button */
}
.visual-box .swiper-control .swiper-pagination {
  display: flex;
  align-self: center;
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  width: auto;
}
.visual-box .swiper-control .swiper-pagination .swiper-pagination-current {
  margin-left: 16rem;
}
.visual-box .swiper-control .swiper-pagination .swiper-pagination-total {
  margin-right: 16rem;
  opacity: 0.5;
}
.visual-box .swiper-control .swiper-pagination .space {
  margin: 0 16rem;
}
.visual-box .swiper-control .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
}
.visual-box .swiper-control .swiper-pagination .swiper-title {
  display: none;
}
.visual-box .swiper-control .swiper-button-prev,
.visual-box .swiper-control .swiper-button-next {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  width: 24rem;
  height: 24rem;
  margin: 0;
  display: flex;
  align-self: center;
}
.visual-box .swiper-control .swiper-button-prev::after,
.visual-box .swiper-control .swiper-button-next::after {
  content: "";
  display: inline-block;
  background: url("../images/common/ico_slide_arr.svg") no-repeat center center/24rem;
  width: 24rem;
  height: 24rem;
}
.visual-box .swiper-control .swiper-button-next::after {
  transform: rotate(180deg);
}
.visual-box .swiper-control .swiper-btn {
  z-index: 11;
  margin-right: 40rem;
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play {
  position: relative;
  display: block;
  padding: 0;
  width: 40rem;
  height: 40rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  overflow: hidden;
  text-align: left;
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/common/ico_pause.svg) no-repeat center center;
  display: inline-block;
  content: "";
  width: 24rem;
  height: 24rem;
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play .btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2rem), #fff calc(100% - 1rem));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2rem), #fff calc(100% - 1rem));
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play .btn-circle .mask,
.visual-box .swiper-control .swiper-btn .swiper-btn-play .btn-circle .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play .btn-circle .mask {
  clip: rect(0rem, 40rem, 40rem, 20rem);
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play .btn-circle .mask .fill {
  clip: rect(0rem, 20rem, 40rem, 0rem);
  background-color: rgb(255, 255, 255);
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play.active .btn-circle .mask.full,
.visual-box .swiper-control .swiper-btn .swiper-btn-play.active .btn-circle .fill {
  animation: home-visual-btn linear 7s;
  transform: rotate(180deg);
}
.visual-box .swiper-control .swiper-btn .swiper-btn-play.play::after {
  background-image: url(../images/common/ico_play.svg);
}
.visual-box.active .pic {
  animation: zoom-out-effect1 0.6s ease-in-out both;
}

.client-box .client-swiper .swiper {
  margin-top: 30rem;
}
.client-box .client-swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.client-box .client-swiper .swiper .swiper-wrapper .swiper-slide .img {
  height: 64rem;
  padding: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-box .client-swiper .swiper .swiper-wrapper .swiper-slide .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-box .client-swiper .swiper:first-child {
  margin-top: 0;
}

.key-box .key-inner {
  display: flex;
  justify-content: space-between;
}
.key-box .key-inner .item {
  border-radius: 16rem;
  padding: 48rem;
  background: #f8f8f8;
  overflow: hidden;
  width: calc(50% - 20rem);
  background-position: right 48rem center;
  background-repeat: no-repeat;
  background-size: 120rem 140rem;
}
.key-box .key-inner .item strong {
  display: block;
  font-size: 28rem;
  line-height: 36rem;
  font-weight: 600;
  color: #231f20;
}
.key-box .key-inner .item p {
  margin-top: 30rem;
  font-size: 18rem;
  line-height: 24rem;
}
.key-box .key-inner .item.item1 {
  background-image: url(../images/main/img_key_01.png);
}
.key-box .key-inner .item.item2 {
  background-image: url(../images/main/img_key_02.png);
}

.business-box .business-swiper .swiper {
  height: 560rem;
}
.business-box .business-swiper .swiper .swiper-slide {
  overflow: hidden;
}
.business-box .business-inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.business-box .business-inner .item {
  width: calc(50% - 40rem);
}
.business-box .business-inner .item.text {
  display: flex;
  align-self: center;
  flex-direction: column;
}
.business-box .business-inner .item.text .summary {
  display: block;
  font-size: 16rem;
  line-height: 24rem;
}
.business-box .business-inner .item.text h3 {
  font-size: 36rem;
  line-height: 44rem;
  color: #0ebf91;
  margin: 20rem 0 40rem;
  font-weight: 600;
}
.business-box .business-inner .img {
  border-radius: 24rem;
  overflow: hidden;
}
.business-box .business-inner .img img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.business-box-vertical h3 {
  font-size: 36rem;
  line-height: 44rem;
  color: #0ebf91;
  margin: 20rem 0 40rem;
  font-weight: 600;
}

.business-box-vertical .summary {
  display: block;
  font-size: 16rem;
  line-height: 24rem;
}

.business-box-vertical .big-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-width: 100%;
  min-height: 100%;
  border-radius: 24rem;
}

@media all and (min-width: 639px) {
  .business-box-vertical {
    width: 100%;
  }
  .business-box-vertical .box-list {
    position: relative;
    height: 560rem;
  }
  /* .business-box-vertical .box-list li + li	{margin-top: 40px;} */
  .business-box-vertical .big-box {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .business-box-vertical .big-box > div {
    position: absolute;
    width: calc(50% - 40rem);
    overflow: hidden;
  }
  .business-box-vertical .big-box > div:not(.text-wrap) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
  }
  .business-box-vertical .big-box > .text-wrap {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .business-box-vertical .big-box .img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24rem;
  }
}
.solution-box {
  background-color: #f3fcfa;
}
.solution-box .solution-swiper .swiper {
  height: 586rem;
  padding-bottom: 46rem;
}
.solution-box .solution-swiper .swiper .swiper-pagination {
  bottom: 0 !important;
}
.solution-box .solution-swiper .swiper .swiper-slide {
  display: flex;
  align-items: center;
  width: 1200rem;
  background-color: #3a3d43;
  border-radius: 24rem;
  padding: 0 80rem;
  opacity: 0.3;
}
.solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active.slide1 {
  justify-content: flex-end;
  background: url(../images/main/img_solution_01.jpg) no-repeat center center/cover;
}
.solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active.slide2 {
  background: url(../images/main/img_solution_02.jpg) no-repeat center center/cover;
  justify-content: flex-start;
}
.solution-box .solution-inner {
  display: flex;
  flex-direction: column;
  align-self: center;
  color: #ffffff;
  text-align: left;
}
.solution-box .solution-inner h3 {
  font-size: 16rem;
  line-height: 24rem;
  text-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.solution-box .solution-inner .item.text {
  line-height: 32rem;
  text-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
}
.solution-box .solution-inner .item.img {
  margin-top: 10rem;
  margin-bottom: 40rem;
}
.solution-box .solution-inner .item.img img {
  height: 44rem;
  filter: drop-shadow(0rem 3rem 7rem rgba(0, 0, 0, 0.15));
}
.solution-box .solution-inner .btn-box {
  margin-top: 40rem;
}
.solution-box .solution-inner .btn-box .btn {
  box-shadow: 0rem 3rem 7rem rgba(0, 0, 0, 0.15);
}

.main .inquiry-box .inquiry-inner {
  display: flex;
  justify-content: space-between;
}
.main .inquiry-box .inquiry-inner .title-box {
  text-align: left;
}
.main .inquiry-box .inquiry-inner .title-box h2 {
  color: #0ebf91 !important;
  font-weight: 600;
}
.main .inquiry-box .inquiry-inner .title-box h2 strong {
  color: #0ebf91 !important;
}
.main .inquiry-box .inquiry-inner .bul-list {
  margin-top: 30rem;
}
.main .inquiry-box .inquiry-inner .form-box {
  max-width: 540rem;
  width: 100%;
}
.main .inquiry-box.dark {
  background-color: #3a3d43;
}

/* **************************************** *
 * 639px
 * **************************************** */
@media (max-width: 639px) {
  .visual-box .swiper-slide {
    height: 100vh;
  }
  .visual-box .swiper-slide .visual-inner {
    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;
    padding: 0 24rem;
  }
  .visual-box .swiper-slide .visual-inner .text {
    font-size: 36rem;
    line-height: 44rem;
    margin-top: 10rem;
  }
  .visual-box .swiper-slide .visual-inner .sub-text {
    font-size: 16rem;
    line-height: 24rem;
  }
  .visual-box .swiper-control {
    position: absolute;
    top: !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: 68rem;
    padding: 0 24rem;
    /* .swiper-button */
  }
  .visual-box .swiper-control .swiper-btn {
    margin-right: 64rem;
  }
  .visual-box .swiper-control .swiper-button-prev,
  .visual-box .swiper-control .swiper-button-next {
    width: 16rem;
    height: 16rem;
  }
  .visual-box .swiper-control .swiper-button-prev::after,
  .visual-box .swiper-control .swiper-button-next::after {
    background-size: 16rem;
    width: 16rem;
    height: 16rem;
  }
  .key-box .key-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .key-box .key-inner .item {
    border-radius: 16rem;
    padding: 44rem 24rem 200rem;
    background: #f8f8f8;
    overflow: hidden;
    width: 100%;
    background-position: right 24rem bottom 40rem;
    background-repeat: no-repeat;
    background-size: 120rem 140rem;
  }
  .key-box .key-inner .item strong {
    font-size: 24rem;
    line-height: 32rem;
  }
  .key-box .key-inner .item p {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 24rem;
  }
  .key-box .key-inner .item.item {
    margin-top: 40rem;
  }
  .business-box .business-swiper .swiper {
    height: auto;
    padding-bottom: 100rem;
  }
  .business-box .business-inner {
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
  }
  .business-box .business-inner .item {
    width: 100%;
  }
  .business-box .business-inner .item.text {
    margin-top: 40rem;
  }
  .business-box .business-inner .item.text h3 {
    font-size: 26rem;
    line-height: 32rem;
    margin: 10rem 0 20rem;
  }
  .business-box .business-inner .img {
    border-radius: 24rem;
    overflow: hidden;
  }
  .business-box .business-inner .img img {
    max-width: 100%;
  }
  .solution-box .solution-swiper .swiper {
    height: 540rem;
    padding-bottom: 40rem;
  }
  .solution-box .solution-swiper .swiper .swiper-slide {
    width: 100%;
    padding: 0 24rem;
    opacity: 0.3;
  }
  .solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active.slide1 {
    background: url(../images/main/img_solution_01_mo.jpg) no-repeat center center/cover;
  }
  .solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active.slide2 {
    background: url(../images/main/img_solution_02_mo.jpg) no-repeat center center/cover;
  }
  .solution-box .solution-swiper .swiper .swiper-slide.swiper-slide-active.slide2 .solution-inner .img img {
    height: 36rem;
  }
  .solution-box > .inner.full-layout {
    padding: 0 24rem;
  }
  .solution-box .solution-inner {
    padding-bottom: 40rem;
    align-self: flex-end;
  }
  .solution-box .solution-inner h3 {
    font-size: 14rem;
    line-height: 22rem;
  }
  .solution-box .solution-inner .item.text {
    font-size: 14rem;
    line-height: 26rem;
  }
  .solution-box .solution-inner .item.img {
    margin-bottom: 20rem;
  }
  .solution-box .solution-inner .btn-box {
    margin-top: 20rem;
  }
  .client-box .client-swiper .swiper {
    margin-top: 20rem;
  }
  .client-box .client-swiper .swiper .swiper-wrapper .swiper-slide .img {
    height: 46rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inquiry-box .inquiry-inner {
    display: flex;
    flex-direction: column;
  }
  .inquiry-box .inquiry-inner .title-box {
    text-align: center !important;
  }
  .inquiry-box .inquiry-inner .title-box h2 {
    color: #0ebf91 !important;
    margin-bottom: 20rem;
  }
  .inquiry-box .inquiry-inner .title-box h2 strong {
    color: #0ebf91 !important;
  }
  .inquiry-box .inquiry-inner .bul-list {
    margin-top: 20rem;
    text-align: left;
  }
  .inquiry-box .inquiry-inner .form-box {
    max-width: 540rem;
    width: 100%;
  }
  .main .sticky-menu {
    display: block;
    background-color: #ffd84e;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    border-radius: 16rem 16rem 0 0;
    font-size: 0;
  }
  .main .sticky-menu a {
    display: inline-block;
    height: 56rem;
    line-height: 56rem;
    width: 50%;
    font-weight: 600;
    text-align: center;
    font-size: 16rem;
    color: #231f20;
    position: relative;
    padding: 0;
  }
  .main .sticky-menu a::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: 16rem;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: top;
  }
  .main .sticky-menu a:first-child {
    padding-left: 0;
  }
  .main .sticky-menu a:first-child::before {
    display: none;
  }
}
.lang-en .visual-box .swiper-slide .visual-inner .text {
  font-size: 48rem;
  line-height: 54rem;
}
.lang-en .key-box .key-inner .item strong,
.lang-en .key-box .key-inner .item p {
  max-width: 400rem;
}
.lang-en .bul-list.dot li {
  line-height: 22rem;
}

@media (max-width: 639px) {
  .lang-en .visual-box .swiper-slide .visual-inner .text {
    font-size: 28rem;
    line-height: 34rem;
  }
  .lang-en section .title-box p {
    font-size: 24rem;
    line-height: 28rem;
  }
}


/* 2025.12.01 추가 */
  .success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .success-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .success-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalSlideUp 0.3s ease-out;
  }

  @keyframes modalSlideUp {
    from {
      opacity: 0;
      transform: translate(-50%, -40%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }

  .success-modal-icon {
    margin-bottom: 20px;
    animation: checkmarkScale 0.5s ease-out 0.2s both;
  }

  @keyframes checkmarkScale {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .success-modal-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
  }

  .success-modal-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .success-modal-close {
    width: 100%;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
  }

  .img-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    gap: 8px;
  }