@charset "utf-8";

/* =================== common =================== */
.none {
  display: none;
}

.sound_only {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9999rem;
  width: 1px;
  height: 1px;
  color: transparent;
}

.l-center {
  z-index: 2;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex-wrap {
  display: flex;
}

.float-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.btn {
  /* reset css */
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-down {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 9px 25px 10px 37px;
  border: 1px solid white;
  border-radius: 30px;
}

.btn-down:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: white;
}

.btn-down .txt {
  z-index: 1;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: white;
  transition: all 0.5s;
}

.btn-down .icon {
  z-index: 1;
  position: relative;
  width: 17px;
  height: auto;
  margin-left: 11px;
  vertical-align: text-top;
}

.btn-down .icon.red {
  display: none;
}

.btn-down:hover:before,
.btn-down:focus:before {
  width: 100%;
  border-radius: 30px;
}

.btn-down:hover .txt,
.btn-down:focus .txt {
  color: #e72423;
}

.btn-down:hover .icon.white,
.btn-down:focus .icon.white {
  display: none;
}

.btn-down:hover .icon.red,
.btn-down:focus .icon.red {
  display: inline;
}

.btn-down.red {
  padding: 11px 40px 8px 50px;
  border: 1px solid #e72423;
  color: #e72423;
}

.btn-down.red:before {
  background-color: #e72423;
}

.btn-down.red .txt {
  color: #e72423;
}

.btn-down.red .red {
  display: inline;
}

.btn-down.red .white {
  display: none;
}

.btn-down.red:hover .txt,
.btn-down.red:focus .txt {
  color: white;
}

.btn-down.red:hover .icon.red,
.btn-down.red:focus .icon.red {
  display: none;
}

.btn-down.red:hover .icon.white,
.btn-down.red:focus .icon.white {
  display: inline;
}

.btn-down.grn {
  padding: 11px 40px 8px 50px;
  border: 1px solid #385723;
  color: #385723;
}

.btn-down.grn:before {
  background-color: #385723;
}

.btn-down.grn .txt {
  color: #385723;
}

.btn-down.grn:hover .txt,
.btn-down.grn:focus .txt {
  color: white;
}

.title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec-ttl {
  line-height: 1.4;
  font-weight: 700;
  font-size: 46px;
}

.sec-ttl .ttl-sm {
  display: block;
  line-height: 1.3;
  font-weight: 400;
  font-size: 20px;
}

/* =================== visual section =================== */
.visual-sec {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  /* background-image: url("../img/bg_visual.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.visual-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-sec .l-center {
  height: 100%;
}

.visual-sec .flex-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  color: white;
}

.visual-ttl {
  font-weight: 300;
  font-size: 58px;
  color: white;
}

.visual-ttl b {
  font-weight: 700;
  color: white;
}

.visual-sec .visual-sub-ttl {
  margin-top: 32px;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 18px;
  color: white;
}

/* =================== overview section =================== */
.overview-sec {
  background-color: white;
}

.overview-top-conts {
  overflow: hidden;
  margin-top: -90px;
  background-color: white;
}

.overview-top-conts .flex-wrap {
  background-color: #385723;
}

.overview-top-conts .txt-wrap {
  position: relative;
  width: 60%;
  padding: 77px 100px;
}

.overview-top-conts .txt-wrap:before {
  content: '';
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.overview-top-conts .overview-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-top-conts .txt-desc {
  z-index: 2;
  position: relative;
}

.overview-top-conts .img-wrap img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.sec-name {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

.overview-sec .txt {
  margin-top: 38px;
  line-height: 1.1;
  font-weight: 400;
  font-size: 36px;
}

.overview-sec .txt-sm {
  margin-top: 22px;
  line-height: 1.35;
  font-size: 16px;
  color: #666;
}

.overview-bot-conts {
  padding: 90px 0;
}

.overview-bot-conts .float-wrap {
  padding: 77px 100px;
}

.overview-bot-conts .txt-wrap {
  float: left;
}

.overview-bot-conts .icon-wrap {
  float: right;
  margin-top: 85px;
}

.icon-list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* .icon-list-wrap .icon-grp {} */

.icon-list-wrap .icon-txt {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

/* =================== strength section =================== */
.strength-sec {
  background-color: white;
}

.strength-sec .bg-grn-wrapper {
  position: relative;
  overflow: hidden;
  /* background-image: url("../img/bg_green.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.bg-grn-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-grn-wrapper .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 180px 0;
  color: white;
}

.str-list-wrap {
  width: 25%;
}

.str-list {
  padding-top: 70px;
}

.str-list:nth-of-type(1) {
  padding-top: 0;
}

.left-list {
  text-align: right;
}

.str-list .gry-txt {
  opacity: 0.7;
  line-height: 260%;
  font-size: 12px;
  color: white;
}

.str-list .list-ttl {
  position: relative;
  line-height: 88.8%;
  font-weight: 700;
  font-size: 30px;
  color: white;
}

.str-list .list-dec {
  height: 66px;
  margin-top: 22px;
  line-height: 1.37;
  font-weight: 300;
  font-size: 16px;
  color: white;
}

.str-list .list-dec b {
  font-weight: 700;
  color: #cdf3b4;
}

.str-list .list-ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(100% + 15px);
  width: 67px;
  height: 1px;
  border-top: 1px dashed white;
  user-select: none;
}

.str-list .list-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(100% + 17px + 67px);
  height: 1px;
  border-top: 1px dashed white;
  transform-origin: right;
  user-select: none;
}

.str-list:nth-of-type(1) .list-ttl:after {
  width: 112px;
  transform: rotate(-58deg);
}

.str-list:nth-of-type(2) .list-ttl:after {
  content: none;
}

.str-list:nth-of-type(3) .list-ttl:after {
  width: 85px;
  transform: rotate(64deg);
}

.left-list .list-ttl:before {
  left: calc(100% + 15px);
  right: auto;
}

.left-list .list-ttl:after {
  left: calc(100% + 17px + 67px);
  right: auto;
}

.left-list .list-ttl:after {
  transform-origin: left;
}

.left-list:nth-of-type(1) .list-ttl:after {
  width: 116px;
  transform: rotate(58deg);
}

.left-list:nth-of-type(3) .list-ttl:after {
  width: 87px;
  transform: rotate(-63deg);
}

.map-wrapper {
  padding-top: 120px;
  padding-bottom: 140px;
}

.map-wrapper .flex-wrap {
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
}

.map-wrapper .txt {
  margin-top: 38px;
  line-height: 1.1;
  font-weight: 400;
  font-size: 36px;
}

.map-wrapper .txt-sm {
  margin-top: 22px;
  line-height: 1.35;
  font-size: 16px;
  color: #666;
}

/* =================== service section =================== */
.service-sec {
  padding: 140px 0;
  background-color: #f4f4f4;
}

.svc-conts-wrapper {
  margin-top: 70px;
}

.svc-list-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.svc-list {
  position: relative;
  width: 20%;
  padding: 24px 15px;
  background-color: white;
  text-align: center;
  box-shadow: 0 2px 4px rgba(58, 62, 66, 0.1);
}

.svc-list .thumb {
  width: 100%;
}

.svc-list .num {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #222;
  line-height: 28px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  transform: translate(-50%, -50%);
}

.svc-list .list-ttl {
  padding: 20px 0 10px;
  font-weight: 700;
  font-size: 22px;
}

.svc-list .list-dec {
  font-weight: 400;
  font-size: 16px;
}

/* =================== video section =================== */
.video-sec {
  z-index: -2;
  position: relative;
  height: 100vh;
}

.sgv-video-wrap {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transform: translateX(-50%);
  background-color: #fafaff;
}

.sgv-video-wrap .sgv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =================== development section =================== */
.develop-sec {
  overflow: hidden;
  position: relative;
  background-color: #385723;
}

.develop-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #385723;
  opacity: 0.7;
  z-index: 1;
}

.develop-sec .sec-ttl {
  color: white;
}

.develop-sec .ttl-sm {
  color: white;
}

.develop-sec .svc-list {
  width: 25%;
}

.develop-sec .svc-list .list-ttl {
  padding-top: 0;
}

.develop-sec .txt-wrap {
  padding-top: 14px;
}

.devel-list-wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 2px;
}

.devel-list-wrap .devel-ttl {
  width: 4.5em;
  font-weight: 600;
}

.devel-list-wrap .devel-dec {
  width: calc(100% - 4.5em);
  font-weight: 400;
  word-break: keep-all;
}

.svc-list.none-user {
  user-select: none;
}

.svc-list.none-user:before {
  /* FIXME: 커버디자인 변경 예정 */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  font-size: 35px;
}

/* =================== news section =================== */
.news-sec {
  padding: 150px 0;
  background-color: white;
}

.news-sec .l-center {
  max-width: calc(1240px + 54px + 54px);
}

.news-sec .title-wrap {
  padding: 0 54px;
}

.board-slide {
  margin-top: 85px;
}

.slide-link {
  display: block;
  padding: 15px 15px 38px;
  border: 1px solid #ebebeb;
  text-align: center;
  transition: all 0.4s;
}

.board-img-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 60.92%;
}

.board-img-wrap .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 1s;
}

.slide-link:hover,
.slide-link:focus {
  border-color: #385723;
}

.slide-link:hover .thumb,
.slide-link:focus .thumb {
  transform: translate(-50%, -50%) scale(1.1);
}

.board-ttl {
  margin-top: 35px;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  word-break: keep-all;
}

.board-date {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  color: #666;
}

/* swiper custom */
.news-sec .swiper {
  padding: 0 54px;
}

.news-sec .swiper:before {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  background-color: white;
}

.news-sec .swiper:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 54px;
  height: 100%;
  background-color: white;
}

.news-sec .swiper-button-next,
.news-sec .swiper-rtl .swiper-button-prev {
  right: 0;
  width: 50px;
  height: 50px;
}

.news-sec .swiper-button-next:before,
.news-sec .swiper-rtl .swiper-button-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform-origin: top right;
  transform: rotate(-45deg) translateY(-1px);
}

.news-sec .swiper-button-next:after,
.news-sec .swiper-rtl .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform-origin: top right;
  transform: rotate(45deg);
}

.news-sec .swiper-button-prev,
.news-sec .swiper-rtl .swiper-button-next {
  left: 0;
  width: 50px;
  height: 50px;
}

.news-sec .swiper-button-prev:before,
.news-sec .swiper-rtl .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform-origin: top left;
  transform: rotate(-45deg);
}

.news-sec .swiper-button-prev:after,
.news-sec .swiper-rtl .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform-origin: top left;
  transform: rotate(45deg) translateY(-1px);
}