#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.hero {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}
.hero .container {
  width: 90%;
  height: auto;
  max-width: 1720px;
  margin-left: auto;
  padding: 150px 0 230px 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero .container article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.hero .container article > h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
.hero .container article > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
.hero .container article > p > b {
  line-height: 1;
  font-size: 1.3em;
  font-weight: 700;
}

.coop-features {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.coop-features .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  margin: 0 auto;
}
.coop-features .container .ft-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.coop-features .container .ft-list .item {
  flex: 1 1 20%;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}
.coop-features .container .ft-list .item .ft-icon {
  flex: 0 0 auto;
  width: 100px;
  height: auto;
}
.coop-features .container .ft-list .item .ft-icon > img {
  width: 100%;
  height: auto;
}
.coop-features .container .ft-list .item > article {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.coop-features .container .ft-list .item > article .ft-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  word-break: keep-all;
  color: black;
}
.coop-features .container .ft-list .item > article .ft-desc {
  font-size: 15px;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
.coop-features .container .ft-list .vertical {
  flex: 0 0 auto;
  width: 1px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  margin: 0 36px;
  background: #ddd;
}

.story {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
}
.story .color-box {
  position: absolute;
  right: 40%;
  top: 0;
  width: 200vw;
  height: 100%;
  background: linear-gradient(70deg, #27ACB5, #009E5F);
}
.story .container {
  position: relative;
  width: 95%;
  max-width: 1720px;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  z-index: 3;
}
.story .container .left-img-grid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}
.story .container .left-img-grid figure {
  position: relative;
  flex: 1 1 20%;
  height: 330px;
  overflow: hidden;
}
.story .container .left-img-grid figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story .container .right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.story .container .right p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  word-break: keep-all;
  color: black;
}
.story .container .right > a {
  width: 150px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #006F9E;
  background: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #006F9E;
  word-break: keep-all;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.story .container .right > a:hover {
  background: #006F9E;
  color: white;
}

.future {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.future .container {
  width: 95%;
  height: auto;
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.future .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.future .container .title-wrap > h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.future .container .title-wrap > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.future .container .future-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.future .container .future-body .future-box {
  flex: 1 1 40%;
  padding: 36px 100px;
  border: 5px solid #22A5B2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.future .container .future-body .future-box .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.future .container .future-body .future-box .left .contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.future .container .future-body .future-box .left .contents > b {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  color: #22A5B2;
  word-break: keep-all;
}
.future .container .future-body .future-box .left .contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #707070;
}
.future .container .future-body .future-box .left a {
  width: 160px;
  height: 52px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #22A5B2;
  border-radius: 10000rem;
}
.future .container .future-body .future-box .left a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.future .container .future-body .future-box .left a > svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: white;
}
.future .container .future-body .future-box .icon-box {
  position: relative;
  flex: 0 0 auto;
  height: 230px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.future .container .future-body .future-box .icon-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-contact {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-contact .cover {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  background: rgba(5, 42, 58, 0.5);
}
.index-contact .cover .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.index-contact .cover .container .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.index-contact .cover .container .left .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.index-contact .cover .container .left .title-wrap h1 {
  font-size: 44px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.index-contact .cover .container .left .title-wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  opacity: 0.65;
  word-break: keep-all;
}
.index-contact .cover .container .left .contact-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.index-contact .cover .container .left .contact-info .row {
  width: 100%;
  height: auto;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.index-contact .cover .container .left .contact-info .row b {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.index-contact .cover .container .left .contact-info .row span {
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.index-contact .cover .container .right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.index-contact .cover .container .right .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px;
}
.index-contact .cover .container .right .title-wrap h1 {
  font-size: 44px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.index-contact .cover .container .right .title-wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  opacity: 0.65;
  word-break: keep-all;
}
.index-contact .cover .container .right .map-box {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-contact .cover .container .right .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.index-contact .cover .container .right .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */