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

.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero {
    height: 500px;
  }
}
.hero .container {
  width: 95%;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .hero .container {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .hero .container {
    padding: 60px 0;
  }
}
.hero .container .hero-contents {
  width: 100%;
  height: auto;
  margin-bottom: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .hero .container .hero-contents {
    margin-bottom: 52px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-contents {
    margin-bottom: 48px;
  }
}
.hero .container .hero-contents h1 {
  margin-bottom: 20px;
  font-size: 130px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: right;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1280px) {
  .hero .container .hero-contents h1 {
    margin-bottom: 16px;
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-contents h1 {
    margin-bottom: 12px;
    font-size: 52px;
  }
}
.hero .container .hero-contents h1 small {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
}
@media (max-width: 1280px) {
  .hero .container .hero-contents h1 small {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-contents h1 small {
    font-size: 24px;
  }
}
.hero .container .hero-contents span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
  text-align: right;
}
@media (max-width: 1280px) {
  .hero .container .hero-contents span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-contents span {
    font-size: 20px;
  }
}
.hero .container .hero-buttons {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
@media (max-width: 768px) {
  .hero .container .hero-buttons {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
  }
}
.hero .container .hero-buttons a {
  width: 350px;
  height: 124px;
  padding: 0 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .hero .container .hero-buttons a {
    width: 280px;
    height: 100px;
    padding: 0 16px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-buttons a {
    width: 200px;
    height: 80px;
    gap: 12px;
  }
}
.hero .container .hero-buttons a:nth-child(1) {
  background: linear-gradient(40deg, #FF9C09, #E95905);
}
.hero .container .hero-buttons a:nth-child(2) {
  background: linear-gradient(40deg, #0942FF, #209E6F);
}
.hero .container .hero-buttons a .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero .container .hero-buttons a .left span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .hero .container .hero-buttons a .left span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-buttons a .left span {
    font-size: 14px;
  }
}
.hero .container .hero-buttons a .left b {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .hero .container .hero-buttons a .left b {
    gap: 8px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-buttons a .left b {
    padding: 6px 12px;
    font-size: 18px;
  }
}
.hero .container .hero-buttons a .left b i {
  font-size: 24px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1, "wght" 600;
}
@media (max-width: 1280px) {
  .hero .container .hero-buttons a .left b i {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .hero .container .hero-buttons a .left b i {
    font-size: 16px;
  }
}
.hero .container .hero-buttons a img {
  flex: 1 1 auto;
  height: auto;
}
.hero .scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .hero .scroll {
    display: none;
  }
}
.hero .scroll span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  text-align: center;
}
.hero .scroll i {
  font-size: 30px;
  color: white;
  font-variation-settings: "wght" 300;
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sec-title-wrap .orange {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF7C09;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .sec-title-wrap .orange {
    font-size: 16px;
  }
}
.sec-title-wrap .title {
  margin-top: 16px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .sec-title-wrap .title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap .title {
    margin-top: 12px;
    font-size: 36px;
  }
}
.sec-title-wrap .desc {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .sec-title-wrap .desc {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap .desc {
    margin-top: 24px;
  }
}
.sec-title-wrap.a-center {
  align-items: center;
}
.sec-title-wrap.a-center .orange, .sec-title-wrap.a-center .title, .sec-title-wrap.a-center .desc {
  text-align: center;
}

.index-aboutus {
  width: 100%;
  height: auto;
  padding: 88px 0;
  background: white;
}
@media (max-width: 1280px) {
  .index-aboutus {
    padding: 60px 0;
  }
}
.index-aboutus .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
}
@media (max-width: 1280px) {
  .index-aboutus .container {
    flex-direction: column;
    gap: 40px;
  }
}
.index-aboutus .container .left {
  padding: 26px 0;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left {
    flex: unset;
    width: 100%;
    padding: 20px 0;
  }
}
.index-aboutus .container .left .sec-title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .sec-title-wrap {
    margin-bottom: 40px;
  }
}
.index-aboutus .container .left .about-contents {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .about-contents {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.index-aboutus .container .left .about-contents b {
  font-weight: 800;
}
.index-aboutus .container .left .about-feats {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .about-feats {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-aboutus .container .left .about-feats {
    gap: 16px;
  }
}
.index-aboutus .container .left .about-feats .item {
  flex: 1 1 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .about-feats .item {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .index-aboutus .container .left .about-feats .item {
    gap: 16px;
  }
}
.index-aboutus .container .left .about-feats .item .icon-box {
  position: relative;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .about-feats .item .icon-box {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .index-aboutus .container .left .about-feats .item .icon-box {
    width: 52px;
  }
}
.index-aboutus .container .left .about-feats .item .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-aboutus .container .left .about-feats .item .green-check {
  width: 100%;
  height: auto;
  padding: 16px 24px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  background: #fafafa;
  border-radius: 10000rem;
  background-image: url(/img/green-check.svg);
  background-position: 20px center;
  background-size: auto 24px;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .index-aboutus .container .left .about-feats .item .green-check {
    padding: 12px 16px;
    padding-left: 52px;
    font-size: 16px;
    background-size: auto 18px;
  }
}
@media (max-width: 768px) {
  .index-aboutus .container .left .about-feats .item .green-check {
    padding: 8px 12px;
    padding-left: 48px;
    font-size: 14px;
    background-size: auto 16px;
  }
}
.index-aboutus .container .right {
  position: relative;
  flex: 1 1 40%;
}
@media (max-width: 1280px) {
  .index-aboutus .container .right {
    flex: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.index-aboutus .container .right figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 39% center;
  background-size: cover;
}

.core-service {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #FFF3E1;
}
@media (max-width: 1280px) {
  .core-service {
    padding: 60px 0;
  }
}
.core-service .container {
  width: 95%;
  height: auto;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}
@media (max-width: 1280px) {
  .core-service .container {
    gap: 52px;
  }
}
.core-service .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body {
    gap: 40px;
  }
}
.core-service .container .sec-body .flip-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.core-service .container .sec-body .flip-grid .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.core-service .container .sec-body .flip-grid .item .front-face {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .front-face {
    padding: 28px 16px;
    border-radius: 16px;
  }
}
.core-service .container .sec-body .flip-grid .item .front-face span {
  padding: 6px 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #E95905;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .front-face span {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.core-service .container .sec-body .flip-grid .item .front-face b {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .front-face b {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.core-service .container .sec-body .flip-grid .item .front-face .front-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .front-face .front-thumb {
    height: 640px;
    aspect-ratio: unset;
  }
}
@media (max-width: 768px) {
  .core-service .container .sec-body .flip-grid .item .front-face .front-thumb {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .core-service .container .sec-body .flip-grid .item .front-face .front-thumb {
    height: 360px;
  }
}
.core-service .container .sec-body .flip-grid .item .front-face .front-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.core-service .container .sec-body .flip-grid .item .front-face .noticed {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .front-face .noticed {
    bottom: 8px;
    font-size: 14px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FF7C09;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face {
    padding: 28px 16px;
    border-radius: 16px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face span {
  padding: 6px 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #E95905;
  word-break: keep-all;
  text-align: center;
  background: white;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face span {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face b {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face b {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face .flip-contents {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face .flip-contents {
    padding: 16px;
    border-radius: 12px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed {
    margin-bottom: 24px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed li {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100000rem;
  background: #FF7C09;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .listed li::before {
    width: 6px;
    height: 6px;
  }
}
.core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .flip-desc {
  width: 100%;
  height: auto;
  padding: 20px 24px 0;
  border-top: 1px solid #aaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: #5E2C00;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body .flip-grid .item .flip-face .flip-contents .flip-desc {
    padding: 16px 12px;
    font-size: 16px;
  }
}
.core-service .container .sec-body > a {
  width: 380px;
  height: 72px;
  padding: 0 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: black;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body > a {
    width: 280px;
    height: 60px;
    padding: 0 24px;
  }
}
.core-service .container .sec-body > a span {
  flex: 0 1 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body > a span {
    font-size: 16px;
  }
}
.core-service .container .sec-body > a > img {
  flex: 0 1 auto;
  width: 60px;
}
@media (max-width: 1280px) {
  .core-service .container .sec-body > a > img {
    width: 40px;
  }
}

.why {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: white;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media (max-width: 1280px) {
  .why {
    padding: 60px 0;
  }
}
.why .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .why .container {
    gap: 40px;
  }
}
.why .container .sec-body {
  position: relative;
  width: 100%;
  height: auto;
}
.why .container .sec-body .why-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .why .container .sec-body .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
  }
}
.why .container .sec-body .why-grid .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .why .container .sec-body .why-grid .item {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .why .container .sec-body .why-grid .item {
    gap: 16px;
  }
}
.why .container .sec-body .why-grid .item .img-circle {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 5px solid #FF7C09;
  border-radius: 1000000rem;
  background: white;
}
.why .container .sec-body .why-grid .item .img-circle > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}
@media (max-width: 1280px) {
  .why .container .sec-body .why-grid .item .img-circle > img {
    width: 90%;
  }
}
.why .container .sec-body .why-grid .item .why-content {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: center;
}
@media (max-width: 1280px) {
  .why .container .sec-body .why-grid .item .why-content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .why .container .sec-body .why-grid .item .why-content {
    font-size: 16px;
  }
}
.why .container .sec-body > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: auto;
  z-index: 3;
}
@media (max-width: 1280px) {
  .why .container .sec-body > img {
    width: 52px;
  }
}

.index-process {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-process {
    margin-bottom: 60px;
  }
}
.index-process .cover {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: rgba(255, 124, 9, 0.8);
}
@media (max-width: 1280px) {
  .index-process .cover {
    padding: 40px 0;
  }
}
.index-process .cover .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-process .cover .container {
    gap: 40px;
  }
}
.index-process .cover .container .top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .index-process .cover .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-process .cover .container .top .left {
  flex: 0 1 auto;
}
.index-process .cover .container .top .left .sec-title-wrap .orange, .index-process .cover .container .top .left .sec-title-wrap .title, .index-process .cover .container .top .left .sec-title-wrap .desc {
  color: white;
}
.index-process .cover .container .top .left .sec-title-wrap .desc {
  font-size: 28px;
  font-weight: 600;
}
.index-process .cover .container .top a {
  flex: 0 0 auto;
  width: 280px;
  height: 72px;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid white;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .index-process .cover .container .top a {
    width: 200px;
    height: 60px;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .index-process .cover .container .top a {
    height: 48px;
  }
}
.index-process .cover .container .top a span {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-process .cover .container .top a span {
    font-size: 16px;
  }
}
.index-process .cover .container .top a img {
  flex: 0 1 auto;
  width: 56px;
  height: auto;
}
@media (max-width: 1280px) {
  .index-process .cover .container .top a img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .index-process .cover .container .top a img {
    width: 32px;
  }
}
.index-process .cover .container .bottom {
  width: 100%;
  height: auto;
  display: flex;
}
.index-process .cover .container .bottom > img {
  width: 100%;
  height: auto;
}

.safety {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .safety {
    margin-bottom: 60px;
  }
}
.safety .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .safety .container {
    flex-direction: column;
  }
}
.safety .container .left-img {
  flex: 0 0 55%;
  display: flex;
}
@media (max-width: 1280px) {
  .safety .container .left-img {
    flex: 1 1 40%;
  }
}
@media (max-width: 1024px) {
  .safety .container .left-img {
    flex: unset;
    width: 100%;
  }
}
.safety .container .left-img > img {
  width: 100%;
  height: auto;
}
.safety .container .right {
  flex: 1 1 auto;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, white, black);
}
@media (max-width: 1280px) {
  .safety .container .right {
    flex: 1 1 40%;
  }
}
@media (max-width: 1024px) {
  .safety .container .right {
    flex: unset;
    width: 100%;
    padding: 24px 4%;
  }
}
.safety .container .right .wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.safety .container .right .wrapper > em {
  margin-bottom: 12px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .safety .container .right .wrapper > em {
    margin-bottom: 8px;
    font-size: 40px;
  }
}
.safety .container .right .wrapper > span {
  margin-bottom: 44px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .safety .container .right .wrapper > span {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.safety .container .right .wrapper > p {
  margin-bottom: 68px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  color: white;
  text-align: right;
}
@media (max-width: 1280px) {
  .safety .container .right .wrapper > p {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.safety .container .right .wrapper a {
  width: auto;
  height: 72px;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  border: 1px solid white;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .safety .container .right .wrapper a {
    height: 52px;
    padding: 0 16px;
    gap: 16px;
  }
}
.safety .container .right .wrapper a span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .safety .container .right .wrapper a span {
    font-size: 18px;
  }
}
.safety .container .right .wrapper a i {
  font-size: 24px;
  line-height: 1;
  color: white;
}

.index-contact {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .index-contact {
    margin-bottom: 60px;
  }
}
.index-contact .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
@media (max-width: 1280px) {
  .index-contact .container {
    gap: 40px;
  }
}
.index-contact .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.index-contact .container .sec-body .map-frame {
  position: relative;
  flex: 0 0 26%;
  border: 4px solid #FF7C09;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .map-frame {
    flex: unset;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .map-frame {
    grid-column: span 2;
  }
}
.index-contact .container .sec-body .map-frame .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.index-contact .container .sec-body .map-frame .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.index-contact .container .sec-body .contact-infos {
  flex: 1 1 auto;
  padding: 28px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF3E1;
  border-radius: 24px;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos {
    flex: unset;
    padding: 20px 4%;
    grid-column: span 2;
    border-radius: 16px;
  }
}
.index-contact .container .sec-body .contact-infos .phone-box {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .phone-box {
    gap: 12px;
  }
}
.index-contact .container .sec-body .contact-infos .phone-box .icon-circle {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 10000rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FF7C09;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .phone-box .icon-circle {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos .phone-box .icon-circle {
    width: 40px;
    height: 40px;
  }
}
.index-contact .container .sec-body .contact-infos .phone-box .icon-circle i {
  font-size: 32px;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .phone-box .icon-circle i {
    font-size: 24px;
  }
}
.index-contact .container .sec-body .contact-infos .phone-box b {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF7C09;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .phone-box b {
    font-size: 32px;
  }
}
.index-contact .container .sec-body .contact-infos .contact-list {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index-contact .container .sec-body .contact-infos .contact-list .row {
  width: 100%;
  height: auto;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: white;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row {
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row {
    padding: 12px 20px;
    gap: 12px;
  }
}
.index-contact .container .sec-body .contact-infos .contact-list .row i {
  font-size: 32px;
  color: #FF7C09;
  line-height: 1;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row i {
    font-size: 24px;
  }
}
.index-contact .container .sec-body .contact-infos .contact-list .row p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos .contact-list .row p {
    font-size: 16px;
  }
}
.index-contact .container .sec-body .contact-infos a {
  width: auto;
  height: auto;
  padding: 24px 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  background: linear-gradient(45deg, #FF7700, #FF9C09);
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos a {
    padding: 16px 24px;
    gap: 16px;
  }
}
.index-contact .container .sec-body .contact-infos a span {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos a span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos a span {
    font-size: 16px;
  }
}
.index-contact .container .sec-body .contact-infos a img {
  flex: 0 1 auto;
  width: 60px;
  height: auto;
}
@media (max-width: 1280px) {
  .index-contact .container .sec-body .contact-infos a img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .index-contact .container .sec-body .contact-infos a img {
    width: 28px;
  }
}/*# sourceMappingURL=main.css.map */