@charset "UTF-8";
.econ02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8.7vw;
  padding-bottom: 2.7vw;
  background: #ffffff;
  background-image: url(/images/econ02_01.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.econ02_head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
}
.econ02_head .head_eng {
  font-family: "CoFoRaffine-Bold", sans-serif;
  font-size: calc(var(--px) * 24);
  font-weight: 700;
  color: #71994b;
  line-height: 0.926;
  letter-spacing: -0.025em;
}
.econ02_head .head_kr {
  margin-top: 1.1vw;
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 34);
  font-weight: 800;
  color: #05130b;
  line-height: 1.059;
  letter-spacing: -0.025em;
}

.econ02_line {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3.2vw;
  width: 75.2%;
  height: 1px;
  background: #8d8d8d;
}

.econ02_body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.1vw;
  width: 75.2%;
  align-self: center;
}

.econ02_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28.2%;
  margin-left: 6.2%;
}
.econ02_left .left_title {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 28);
  font-weight: 800;
  color: #05130b;
  line-height: 1.286;
  letter-spacing: -0.025em;
}

.left_sched {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.4vw;
  width: 100%;
}
.left_sched .col_day {
  width: 27.2%;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: calc(var(--px) * 20);
  font-weight: 700;
  color: #05130b;
  line-height: 1.7;
  letter-spacing: -0.025em;
}
.left_sched .col_time {
  margin-left: 5.3%;
  width: 67.5%;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: calc(var(--px) * 20);
  font-weight: 400;
  color: #05130b;
  line-height: 1.7;
  letter-spacing: -0.025em;
}
.left_sched .col_time b {
  font-family: "Pretendard-Bold", sans-serif;
  font-weight: 700;
  color: #71994b;
}

.left_note {
  margin-top: 1.8vw;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  color: #05130b;
  line-height: 1.375;
  letter-spacing: -0.025em;
}
.left_note b {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-weight: 800;
  color: #71994b;
}

.econ02_vline {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 1px;
  height: 15.8vw;
  margin-left: 15.6%;
  background: rgba(5, 19, 11, 0.2);
}

.econ02_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.2%;
  margin-left: 6.6%;
}
.econ02_right .right_title {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 28);
  font-weight: 800;
  color: #05130b;
  line-height: 1.286;
  letter-spacing: -0.025em;
}
.econ02_right .right_tel {
  margin-top: 1.1vw;
  font-family: "Paperlogy-9Black", sans-serif;
  font-size: calc(var(--px) * 42);
  font-weight: 900;
  color: #05130b;
  line-height: 1;
  letter-spacing: -0.01em;
}
.econ02_right .right_tel .dash {
  color: #71994b;
}
.econ02_right .right_note {
  margin-top: 1.5vw;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: calc(var(--px) * 20);
  font-weight: 500;
  color: #05130b;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.econ02_right .right_note b {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-weight: 800;
}

.right_btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.3vw;
  width: 100%;
  gap: 1.8%;
}

.btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 185);
  aspect-ratio: 185/53;
}
.btn_link img {
  width: 100%;
}

.econ03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.4vw;
  padding-bottom: 16.8vw;
  background: #ffffff;
}

.econ03_head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
}
.econ03_head .head_eng {
  font-family: "CoFoRaffine-Bold", sans-serif;
  font-size: calc(var(--px) * 24);
  font-weight: 700;
  color: #71994b;
  line-height: 0.926;
  letter-spacing: -0.025em;
}
.econ03_head .head_kr {
  margin-top: 1vw;
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 34);
  font-weight: 800;
  color: #05130b;
  line-height: 1.059;
  letter-spacing: -0.025em;
}

.econ03_map {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2.8vw;
  width: 75.2%;
  height: 34.5vw;
  background: #05130b;
  overflow: hidden;
}

.econ03_addr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  margin-top: 4.1vw;
}
.econ03_addr .addr_kr {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 34);
  font-weight: 800;
  color: #05130b;
  line-height: 1.059;
  letter-spacing: -0.025em;
}
.econ03_addr .addr_en {
  margin-top: 1vw;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  color: #05130b;
  line-height: 2;
  letter-spacing: -0.025em;
}

.econ03_line1 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3.2vw;
  width: 75.2%;
  height: 1px;
  background: #8d8d8d;
}

.econ03_transit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.9vw;
  width: 75.2%;
  align-self: center;
}

.transit_metro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.2%;
  margin-left: 6.2%;
}

.transit_bus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45.2%;
  margin-left: 16.4%;
}

.transit_title {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 28);
  font-weight: 800;
  color: #05130b;
  line-height: 1.286;
  letter-spacing: -0.025em;
}

.transit_line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.8vw;
  gap: 0.7vw;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: calc(var(--px) * 20);
  font-weight: 500;
  color: #05130b;
  line-height: 1.8;
  letter-spacing: -0.025em;
}

.transit_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 calc(var(--px) * 14);
  height: 1.6vw;
  border-radius: 50vw;
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.badge_metro {
  background: #3cb44a;
  color: #ffffff;
}

.badge_bus {
  background: #05130b;
  color: #f6fcf1;
}

.econ03_line2 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2vw;
  width: 75.2%;
  height: 1px;
  background: rgba(5, 19, 11, 0.2);
}

.econ03_drive {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.2vw;
  width: 75.2%;
  align-self: center;
  padding-left: 4.6%;
  box-sizing: border-box;
}
.econ03_drive .drive_title {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: calc(var(--px) * 28);
  font-weight: 800;
  color: #05130b;
  line-height: 1.286;
  letter-spacing: -0.025em;
}
.econ03_drive .drive_note {
  margin-top: 1vw;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: calc(var(--px) * 22);
  font-weight: 500;
  color: #05130b;
  line-height: 1.636;
  letter-spacing: -0.025em;
}
.econ03_drive .drive_note b {
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-weight: 800;
}
.econ03_drive .drive_note b.acc {
  color: #71994b;
}

@media (max-width: 599px) {
  /* br.mobile-pc 전역 override — vweb-common 의 display:flex 는 br 줄바꿈 못 만듦 → block 강제 */
  br.mobile-pc {
    display: block;
  }
  .econ02 {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
  .econ02_head .head_eng {
    font-size: 3.5vw;
  }
  .econ02_head .head_kr {
    font-size: 5.5vw;
    margin-top: 2vw;
  }
  .econ02_line {
    margin-top: 6vw;
    width: 90.2%;
    height: 1px;
  }
  .econ02_body {
    margin-top: 5vw;
    width: 90.2%;
    flex-direction: column;
  }
  .econ02_left {
    width: 100%;
    margin-left: 0;
    align-items: center;
  }
  .econ02_left .left_title {
    font-size: 4.5vw;
  }
  .left_sched {
    margin-top: 4vw;
    justify-content: center;
  }
  .left_sched .col_day {
    width: auto;
    font-size: 3.5vw;
    margin-right: 4vw;
  }
  .left_sched .col_time {
    width: auto;
    margin-left: 0;
    font-size: 3.5vw;
  }
  .left_note {
    margin-top: 5vw;
    font-size: 3.3vw;
  }
  .econ02_vline {
    display: none;
  }
  .econ02_right {
    width: 100%;
    margin-top: 8vw;
    margin-left: 0;
    align-items: center;
  }
  .econ02_right .right_title {
    font-size: 4.5vw;
  }
  .econ02_right .right_tel {
    font-size: 6vw;
    margin-top: 3vw;
  }
  .econ02_right .right_note {
    font-size: 3.5vw;
    margin-top: 4vw;
    text-align: center;
  }
  .right_btns {
    margin-top: 4vw;
    gap: 3.2%;
    justify-content: center;
  }
  .btn_link {
    width: 40.2%;
  }
  .econ03 {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
  .econ03_head .head_eng {
    font-size: 3.5vw;
  }
  .econ03_head .head_kr {
    font-size: 5.5vw;
    margin-top: 2vw;
  }
  .econ03_map {
    margin-top: 6vw;
    width: 90.2%;
    height: 67.7vw;
  }
  .econ03_addr {
    margin-top: 6vw;
  }
  .econ03_addr .addr_kr {
    font-size: 4.5vw;
    text-align: center;
  }
  .econ03_addr .addr_en {
    font-size: 3.3vw;
    margin-top: 2vw;
    text-align: center;
  }
  .econ03_line1 {
    width: 90.2%;
    height: 1px;
    margin-top: 6vw;
  }
  .econ03_line2 {
    width: 90.2%;
    height: 1px;
    margin-top: 6vw;
  }
  .econ03_transit {
    margin-top: 5vw;
    width: 90.2%;
    flex-direction: column;
  }
  .transit_metro {
    width: 100%;
    margin-left: 0;
    text-align: center;
    align-items: center;
  }
  .transit_bus {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
    text-align: center;
    align-items: center;
  }
  .transit_title {
    font-size: 4.5vw;
  }
  .transit_line {
    margin-top: 2vw;
    font-size: 3.5vw;
    flex-wrap: wrap;
  }
  .transit_badge {
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
    border-radius: 50vw;
  }
  .econ03_drive {
    margin-top: 5vw;
    width: 72.2%;
    padding-left: 0;
    align-items: center;
  }
  .econ03_drive .drive_title {
    font-size: 4.5vw;
  }
  .econ03_drive .drive_note {
    font-size: 3.5vw;
    margin-top: 3vw;
    text-align: center;
  }
}
