@import url("/font/pretendard_gov.css");
@import url("/font/nanumsquare_neo.css");
@import url("/font/jalnan_gothic.css");
@import url("/font/montserrat.css");
@import url("/font/remixicon_v4.6.0.css");
@import url("/font/xeicon.css");
/*-------------------------------------------------

Title       : sub09
Author      : EASESOFT
Create Date : 2025-11

-------------------------------------------------*/
.c090100 .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
}
.c090100 .row .img {
  flex: none;
  max-width: 50%;
  overflow: hidden;
  border-radius: 2.4rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.c090100 h4.title_sm {
  position: relative;
  padding-left: 2rem;
}
.c090100 h4.title_sm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: #1B2539;
  border-radius: 100%;
}
.c090100 h4.title_sm.blue::before {
  background: #5182CC;
}
.c090100 h4.title_sm.green::before {
  background: #2E9976;
}
.c090100 h4.title_sm.yellow::before {
  background: #F59E0B;
}
.c090100 h4.title_sm.orange::before {
  background: #ED6E3F;
}

.c090400 .cont_box {
  background: #5182CC;
  color: #FFFFFF;
  border: none;
}
.c090400 .cont_box img {
  margin-left: auto;
}

.envi_bank {
  background: #5182CC;
  color: #FFFFFF;
  border: none;
  margin-bottom: 4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.envi_bank .txt {
  font-size: 2.2rem;
  font-weight: 600;
}
.envi_bank .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.6rem;
  gap: 0.5rem 2.4rem;
  font-size: 1.8rem;
}
.envi_bank .list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.envi_bank .list span {
  font-weight: 600;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  .c090100 .row {
    flex-direction: column;
  }
  .c090100 .row p {
    max-width: 100%;
    width: 80rem;
    margin: 0 auto;
  }
  .c090100 .row .img {
    max-width: 100%;
    width: 70rem;
  }
}
@media (max-width: 1024px) {
  .envi_bank .txt {
    font-size: 2rem;
  }
  .envi_bank .list {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .envi_bank .list li {
    gap: 0.5rem;
  }
  .envi_bank .list em {
    flex: none;
    width: 8.5rem;
    letter-spacing: -1px;
  }
  .envi_bank .list span {
    font-weight: 600;
  }
}