:root {
  --hw-green: #1d7b68;
  --hw-deep: #143f46;
  --hw-mint: #e9f5ef;
  --hw-blue: #2f6f95;
  --hw-ink: #17262b;
  --hw-muted: #637277;
  --hw-line: rgba(20, 63, 70, 0.14);
  --hw-paper: #fbfdfb;
}

#header h1 {
  width: 30rem;
}

#header,
#header.on,
#header:hover {
  z-index: 1200;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(20, 63, 70, 0.16);
  box-shadow: 0 0.8rem 2.8rem rgba(13, 44, 49, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#header h1 a,
#header.on h1 a,
#header:hover h1 a {
  width: 25rem;
  min-width: 0;
  background: url(../images/logo.png) no-repeat left center / contain !important;
  color: transparent !important;
  font-size: 0;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: none !important;
}

#header:not(.on):not(:hover) h1 a,
#header:not(.on):not(:hover) .gnb > ul > li > a,
#header:not(.on):not(:hover) .adm a {
  text-shadow: none;
}

#header h1 a::after {
  display: none;
  content: "";
}

#header .gnb > ul > li > a,
#header.on .gnb > ul > li > a,
#header:hover .gnb > ul > li > a {
  color: var(--hw-ink) !important;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none !important;
}

#header .adm,
#header.on .adm,
#header:hover .adm,
#header .adm a,
#header.on .adm a,
#header:hover .adm a,
#header .sitemap,
#header .sitemap_btn {
  color: var(--hw-ink) !important;
  text-shadow: none !important;
}

#header .adm svg,
#header .sitemap svg,
#header .sitemap_btn svg {
  fill: none !important;
  stroke: currentColor !important;
  filter: none !important;
}

#siteMap {
  z-index: 5000 !important;
}

#siteMap .inbox {
  z-index: 1;
}

#siteMap .inbox button {
  position: fixed !important;
  top: 2.2rem !important;
  right: 2.8rem !important;
  z-index: 2;
  width: 6.4rem !important;
  height: 6.4rem !important;
  background-size: 3.2rem !important;
}

.footer .add,
.footer .info,
.footer address {
  word-break: keep-all;
}

.sub_title {
  background-position: center center;
}

.hw-page {
  color: var(--hw-ink);
}

.hw-lead {
  position: relative;
  margin-bottom: 4rem;
  padding: 4.8rem;
  border: 1px solid var(--hw-line);
  background: linear-gradient(135deg, #fff, var(--hw-mint));
}

.hw-eyebrow {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: var(--hw-green);
  font-size: 1.4rem;
  font-weight: 800;
}

.hw-lead-icon,
.hw-card-icon,
.hw-section-icon,
.hw-info-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--hw-green);
}

.hw-lead-icon {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 5.8rem;
  height: 5.8rem;
  margin: 0.2rem 0 0;
  border: 1px solid rgba(29, 123, 104, 0.2);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1.4rem 3.6rem rgba(20, 63, 70, 0.08);
}

.hw-lead-icon svg {
  width: 2.8rem;
  height: 2.8rem;
  stroke-width: 1.8;
}

.hw-lead h4 {
  max-width: 86rem;
  margin: 0 0 1.8rem;
  color: var(--hw-deep);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.28;
  word-break: keep-all;
}

.hw-lead p,
.hw-section p,
.hw-card p,
.hw-time-item p,
.hw-contact-panel dd,
.hw-faq-list p {
  color: var(--hw-muted);
  font-size: 1.7rem;
  line-height: 1.78;
  word-break: keep-all;
}

.hw-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  margin-bottom: 4rem;
}

.hw-card {
  position: relative;
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  align-content: start;
  column-gap: 2rem;
  min-height: 16rem;
  padding: 3rem;
  border: 1px solid var(--hw-line);
  background: #fff;
}

.hw-card-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0;
  border: 1px solid rgba(29, 123, 104, 0.16);
  background: var(--hw-mint);
}

.hw-card-icon svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke-width: 1.9;
}

.hw-card strong {
  display: block;
  grid-column: 2;
  margin-bottom: 1rem;
  color: var(--hw-deep);
  font-size: 2.2rem;
  font-weight: 900;
}

.hw-card > p {
  grid-column: 2;
}

.hw-page-guide_admission .hw-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.hw-page-guide_admission .hw-card {
  min-height: 18rem;
  padding: 3rem;
  border-color: rgba(29, 123, 104, 0.18);
  background:
    linear-gradient(135deg, rgba(240, 249, 245, 0.82), rgba(255, 255, 255, 0.98)),
    #fff;
}

.hw-page-guide_admission .hw-card-icon {
  background: var(--hw-deep);
  color: #fff;
}

.hw-page-guide_admission .hw-section {
  padding: 3.4rem;
  border: 1px solid rgba(29, 123, 104, 0.18);
  background: #fff;
}

.hw-page-guide_admission .hw-section h4 {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
}

.hw-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--hw-line);
}

.hw-section h4 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
  color: var(--hw-deep);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.28;
}

.hw-section-icon {
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid rgba(29, 123, 104, 0.16);
  background: var(--hw-mint);
}

.hw-section-icon:empty {
  display: none;
}

.hw-section-icon svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke-width: 1.9;
}

.hw-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.hw-list li {
  position: relative;
  padding-left: 2.2rem;
  color: var(--hw-ink);
  font-size: 1.7rem;
  line-height: 1.7;
}

.hw-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--hw-green);
}

.hw-page-company_vision .hw-section {
  margin-bottom: 4rem;
  padding: 3.6rem;
  border: 1px solid var(--hw-line);
  background: #fff;
}

.hw-page-company_vision .hw-section h4 {
  margin-bottom: 2.4rem;
}

.hw-page-company_vision .hw-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 0;
}

.hw-page-company_vision .hw-list li {
  min-height: 10rem;
  padding: 2rem 2.2rem 2rem 5rem;
  border: 1px solid var(--hw-line);
  background: linear-gradient(135deg, #fff, rgba(233, 245, 239, 0.65));
}

.hw-page-company_vision .hw-list li::before {
  left: 2.2rem;
  top: 2.7rem;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 0.6rem rgba(29, 123, 104, 0.08);
}

.hw-page-company_vision .hw-list li.hw-list-card {
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  align-items: center;
  column-gap: 1.6rem;
  min-height: 12.4rem;
  padding: 2.4rem;
}

.hw-page-company_vision .hw-list li.hw-list-card::before {
  display: none;
}

.hw-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--hw-green);
  border: 1px solid rgba(29, 123, 104, 0.18);
  background: var(--hw-mint);
}

.hw-list-icon svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  stroke-width: 1.9;
}

.hw-page-company_vision .hw-list li.hw-list-card span {
  display: block;
  min-width: 0;
}

.hw-page-company_vision .hw-list li.hw-list-card .hw-list-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
}

.hw-page-company_vision .hw-list li.hw-list-card .hw-list-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.hw-page-company_vision .hw-list li.hw-list-card strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--hw-deep);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
}

.hw-page-company_vision .hw-list li.hw-list-card em {
  display: block;
  color: var(--hw-muted);
  font-style: normal;
  font-size: 1.65rem;
  line-height: 1.65;
  word-break: keep-all;
}

.hw-timeline {
  display: grid;
  gap: 1.4rem;
  margin-bottom: 4rem;
}

.hw-time-item {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 2rem;
  padding: 2.2rem;
  border: 1px solid var(--hw-line);
  background: #fff;
}

.hw-time-item strong {
  color: var(--hw-green);
  font-size: 2rem;
  font-weight: 900;
}

.hw-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem 3.2rem;
  counter-reset: process-step;
}

.hw-process .hw-time-item {
  position: relative;
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  gap: 1.8rem;
  padding: 3rem;
  border-color: rgba(29, 123, 104, 0.18);
  background:
    linear-gradient(135deg, rgba(240, 249, 245, 0.92), rgba(255, 255, 255, 0.98)),
    #fff;
}

.hw-process .hw-time-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(29, 123, 104, 0.18);
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231d7b68' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / 1.8rem no-repeat;
  box-shadow: 0 0.8rem 2rem rgba(3, 58, 64, 0.08);
  transform: translateY(-50%);
  z-index: 2;
}

.hw-process .hw-time-item:nth-child(3n)::after,
.hw-process .hw-time-item:last-child::after {
  display: none;
}

.hw-process-icon {
  display: inline-grid;
  width: 5.6rem;
  height: 5.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--hw-deep);
  color: #fff;
  box-shadow: 0 1rem 2.4rem rgba(3, 58, 64, 0.12);
}

.hw-process-icon svg {
  width: 2.6rem;
  height: 2.6rem;
  stroke-width: 1.9;
}

.hw-process-body {
  display: grid;
  gap: 1.2rem;
}

.hw-process .hw-time-item strong {
  display: grid;
  gap: 0.7rem;
  color: var(--hw-deep);
  font-size: 2.4rem;
  line-height: 1.28;
}

.hw-process .hw-time-item small {
  color: var(--hw-green);
  font-size: 1.5rem;
  font-weight: 900;
}

.hw-process .hw-time-item p {
  color: #66767a;
  font-size: 1.65rem;
  line-height: 1.7;
}

.hw-faq-list {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 4rem;
}

.hw-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(29, 123, 104, 0.16);
  background: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(20, 63, 70, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hw-faq-list details[open] {
  border-color: rgba(29, 123, 104, 0.34);
  background: linear-gradient(135deg, rgba(240, 249, 245, 0.78), #fff);
  box-shadow: 0 1.8rem 4.4rem rgba(20, 63, 70, 0.08);
}

.hw-faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr) 4rem;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  min-height: 7.6rem;
  padding: 1.8rem 2.2rem;
  color: var(--hw-deep);
  font-size: 2rem;
  font-weight: 900;
  list-style: none;
}

.hw-faq-list summary::-webkit-details-marker {
  display: none;
}

.hw-faq-q {
  display: inline-grid;
  width: 4.6rem;
  height: 4.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--hw-deep);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
}

.hw-faq-list summary i {
  position: relative;
  display: inline-grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(29, 123, 104, 0.18);
  border-radius: 50%;
  background: #fff;
}

.hw-faq-list summary i::before,
.hw-faq-list summary i::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 999px;
  background: var(--hw-green);
}

.hw-faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hw-faq-list details[open] summary i::after {
  opacity: 0;
  transform: rotate(0deg);
}

.hw-faq-list details p {
  margin: 0 2.2rem 2.4rem 8.4rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(29, 123, 104, 0.13);
  color: #66767a;
  font-size: 1.65rem;
  line-height: 1.75;
}

.hw-map-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.hw-contact-panel {
  padding: 3rem;
  border: 1px solid var(--hw-line);
  background: #fff;
}

.hw-contact-panel dl {
  display: grid;
  gap: 1.2rem;
}

.hw-contact-panel dt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--hw-green);
  font-size: 1.4rem;
  font-weight: 900;
}

.hw-info-icon {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(29, 123, 104, 0.16);
  background: var(--hw-mint);
}

.hw-info-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke-width: 2;
}

.hw-contact-panel dd {
  margin-bottom: 1rem;
}

.hw-contact-panel a {
  color: var(--hw-deep);
}

.hw-cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 4rem;
  min-height: 25rem;
  padding: 4rem;
  background: #06484d;
  color: #fff;
}

.hw-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../images/pattern_bar.png) center center / cover no-repeat;
  opacity: 1;
}

.hw-cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(6, 72, 77, 0.04), rgba(6, 72, 77, 0.28));
}

.hw-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 74rem;
}

.hw-cta-band strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 900;
}

.hw-mobile-break {
  display: inline;
}

.hw-title-nowrap {
  white-space: nowrap;
}

.hw-cta-band p {
  max-width: 72rem;
  margin-bottom: 2.4rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.7rem;
  line-height: 1.7;
}

.hw-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.hw-cta-logo {
  position: absolute;
  z-index: 2;
  right: 5rem;
  top: 50%;
  width: min(22rem, 24%);
  height: auto;
  opacity: 0.78;
  transform: translateY(-50%);
  pointer-events: none;
}

.hw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 2.4rem;
  border: 1px solid #dedede;
  background: #fff;
  color: var(--hw-deep);
  font-size: 1.6rem;
  font-weight: 900;
}

.hw-btn-line {
  background: transparent;
  color: #fff;
}

#main_visual_slide02 {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #112f34;
  --cursor-x: 28%;
  --cursor-y: 42%;
}

#main_visual_slide02 .main_visual_slide02_slide .itm::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at var(--cursor-x) var(--cursor-y),
      rgba(183, 240, 215, 0.2) 0,
      rgba(183, 240, 215, 0.08) 16rem,
      rgba(183, 240, 215, 0) 31rem
    ),
    linear-gradient(90deg, rgba(4, 19, 21, 0.72) 0%, rgba(6, 28, 31, 0.52) 34%, rgba(6, 28, 31, 0.2) 62%, rgba(6, 28, 31, 0.06) 100%),
    linear-gradient(180deg, rgba(4, 19, 21, 0.28) 0, rgba(4, 19, 21, 0.08) 14rem, rgba(4, 19, 21, 0) 28rem);
  transition: background-position 0.2s ease;
}

#main_visual_slide02 .main_visual_slide02_slide .itm::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(circle at 22% 82%, rgba(255, 255, 255, 0.14) 0 0.16rem, rgba(255, 255, 255, 0) 0.18rem);
  background-size: 3.2rem 3.2rem;
}

#_Wrapper > .section:first-of-type,
#_Wrapper > .section:first-of-type .fp-tableCell {
  min-height: 100vh;
  background: #112f34;
  overflow: hidden;
}

#main_visual_slide02 .main_visual_slide02_slide,
#main_visual_slide02 .swiper-wrapper {
  height: 100%;
}

#main_visual_slide02 .main_visual_slide02_slide .itm {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}

#main_visual_slide02 .main_visual_slide02_slide .itm .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  transform: scale(1.08);
  transition: transform 12s ease;
}

#main_visual_slide02 .main_visual_slide02_slide .itm.on .bg {
  transform: scale(1);
}

#main_visual_slide02 .main_visual_slide02_slide .itm01 .bg {
  background-image: url(../images/hanwoori_hero_homecare.png);
}

#main_visual_slide02 .main_visual_slide02_slide .itm02 .bg {
  background-image: url(../images/hanwoori_hero_consult.png);
}

#main_visual_slide02 .main_visual_slide02_slide .itm03 .bg {
  background-image: url(../images/hanwoori_hero_hospital.png);
}

#main_visual_slide02 .txt {
  position: absolute;
  left: max(2.4rem, calc((100% - 140rem) / 2));
  top: 50%;
  z-index: 5;
  width: min(68rem, calc(100% - 4.8rem));
  transform: translateY(-50%);
  color: #fff;
}

#main_visual_slide02 .txt .kicker,
.hw-main-eyebrow {
  display: inline-flex;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#main_visual_slide02 .txt .kicker {
  color: #b7f0d7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.hw-main-eyebrow {
  color: var(--hw-green);
  text-shadow: none;
}

#main_customer02 .hw-main-eyebrow {
  color: #b7f0d7;
}

#main_visual_slide02 .txt strong {
  display: block;
  font-size: clamp(4rem, 5.2vw, 7.2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
  color: #fff;
  text-shadow: 0 0.5rem 2.8rem rgba(0, 0, 0, 0.42);
}

#main_visual_slide02 .txt p {
  max-width: 58rem;
  margin-top: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.9rem;
  line-height: 1.7;
  word-break: keep-all;
  text-shadow: 0 0.3rem 1.8rem rgba(0, 0, 0, 0.42);
}

#main_visual_slide02 .arrows {
  position: absolute;
  right: max(2.4rem, calc((100% - 140rem) / 2));
  bottom: 5.2rem;
  z-index: 8;
  display: flex;
  gap: 1rem;
}

#main_visual_slide02 .arrows button {
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(7, 29, 32, 0.42);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#main_visual_slide02 .arrows button:hover,
#main_visual_slide02 .arrows button:focus-visible {
  border-color: rgba(183, 240, 215, 0.9);
  background: rgba(29, 123, 104, 0.78);
  transform: translateY(-0.2rem);
}

#main_visual_slide02 .arrows svg {
  width: 2.8rem;
  height: 2.8rem;
  stroke: currentColor;
}

#main_visual_slide02 .page {
  position: absolute;
  left: max(2.4rem, calc((100% - 140rem) / 2));
  bottom: 6.6rem;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: auto;
}

#main_visual_slide02 .page .swiper-pagination-bullet {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  opacity: 1;
  transition:
    width 0.25s ease,
    border-radius 0.25s ease,
    background 0.25s ease;
}

#main_visual_slide02 .page .swiper-pagination-bullet-active {
  width: 3.2rem;
  border-radius: 999px;
  background: #b7f0d7;
}

#main_visual_slide02 .scroll_down {
  position: absolute;
  left: 50%;
  bottom: 4.2rem;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

#main_visual_slide02 .scroll_down::before {
  content: "";
  width: 2.6rem;
  height: 4.2rem;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow: 0 0.4rem 1.8rem rgba(0, 0, 0, 0.22);
}

#main_visual_slide02 .scroll_down::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 50%;
  width: 0.4rem;
  height: 0.8rem;
  border-radius: 999px;
  background: #b7f0d7;
  transform: translateX(-50%);
  animation: hwMouseWheel 1.6s ease-in-out infinite;
}

#main_visual_slide02 .scroll_down em {
  font-style: normal;
}

@keyframes hwMouseWheel {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 1.2rem);
  }
}

.hw-main-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 10rem 0;
  overflow: hidden;
  background: #f1f5e9;
}

.hw-main-section .w_inner {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100% - 3.2rem));
}

#main_info_content02::before,
#main_gallery_latest01::before,
#main_customer02::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: min(70vw, 104rem);
  aspect-ratio: 1 / 1;
  background: url(../images/logo_pattern.png) no-repeat center center / contain;
  opacity: 0.18;
  pointer-events: none;
  transform: translateY(-50%);
}

#main_info_content02::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

#main_gallery_latest01::before {
  right: -16rem;
}

#main_customer02::before {
  left: 50%;
  opacity: 0.12;
  transform: translate(-50%, -50%);
}

.hw-main-title {
  max-width: 76rem;
  margin-bottom: 4rem;
}

.hw-main-title h2 {
  color: var(--hw-deep);
  font-size: clamp(3rem, 4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
  word-break: keep-all;
}

.hw-main-title p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: var(--hw-muted);
  font-size: 2rem;
  line-height: 1.7;
  word-break: keep-all;
}

.hw-main-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8rem;
}

.hw-main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 24rem;
  padding: 3rem 3rem 5.6rem;
  border: 1px solid var(--hw-line);
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.hw-main-card em {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--hw-green);
  font-size: 1.4rem;
  font-weight: 900;
}

.hw-card-en {
  display: block;
  margin-bottom: 2.4rem;
  color: rgba(20, 63, 70, 0.46);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hw-main-card strong {
  display: block;
  color: var(--hw-deep);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.hw-main-card p {
  margin-top: 1.4rem;
  color: var(--hw-muted);
  font-size: 1.6rem;
  line-height: 1.65;
  word-break: keep-all;
}

.hw-main-card::after {
  content: "+ MORE";
  position: absolute;
  left: 3rem;
  bottom: 2.4rem;
  color: var(--hw-green);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hw-main-card:hover,
.hw-main-card:focus-visible {
  border-color: rgba(29, 123, 104, 0.5);
  background: #fff;
  box-shadow: 0 1.8rem 4rem rgba(13, 44, 49, 0.12);
  transform: translateY(-0.8rem);
}

.hw-main-card:hover::before,
.hw-main-card:focus-visible::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 0.4rem solid var(--hw-green);
  pointer-events: none;
}

.hw-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 100vh;
}

.hw-split .photo {
  min-height: 48rem;
  background: url(../images/hanwoori_care_community.png) no-repeat center center / cover;
}

.hw-split .copy {
  display: flex;
  align-items: center;
  padding: 8rem;
  background: var(--hw-paper);
}

.hw-service-band {
  position: relative;
  background: var(--hw-mint);
}

.hw-service-band::before {
  content: "";
  position: absolute;
  left: -10rem;
  top: 50%;
  z-index: 1;
  width: min(78vw, 112rem);
  aspect-ratio: 1 / 1;
  background: url(../images/logo_pattern.png) no-repeat center center / contain;
  opacity: 0.28;
  pointer-events: none;
  transform: translateY(-50%);
}

.hw-news-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
}

.hw-latest-box {
  padding: 3rem;
  border: 1px solid var(--hw-line);
  background: #fff;
}

.hw-latest-box h3 {
  margin-bottom: 1.8rem;
  color: var(--hw-deep);
  font-size: 2.4rem;
  font-weight: 900;
}

.hw-contact-section {
  background: var(--hw-deep);
  padding: 0;
  min-height: 100vh;
}

.hw-contact-section > .w_inner {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
}

.hw-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(48vw, 1fr);
  align-items: center;
  gap: 0;
  min-height: 100vh;
}

.hw-contact-main .hw-main-title {
  width: min(68rem, calc(100% - 6.4rem));
  margin: 0 0 0 max(3.2rem, calc((100vw - 1540px) / 2));
  padding: 8rem 0;
}

.hw-contact-main .hw-main-title h2 {
  color: #fff;
}

.hw-contact-main .hw-main-title p {
  color: rgba(255, 255, 255, 0.78);
}

.hw-contact-photo {
  position: relative;
  z-index: 2;
  align-self: stretch;
  aspect-ratio: auto;
  height: 100vh;
  min-height: 64rem;
  margin: 0;
  overflow: hidden;
}

.hw-contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#footer.section,
#footer.fp-section,
#footer.fp-auto-height,
#footer .fp-tableCell {
  height: auto !important;
  min-height: 0 !important;
  background: var(--hw-deep) !important;
}

#footer {
  padding: 0 0 4.8rem !important;
  background: var(--hw-deep) !important;
  color: rgba(255, 255, 255, 0.78);
}

#footer .ft_wrap {
  padding-top: 5.6rem;
  padding-bottom: 0;
}

#footer .lnk {
  margin-bottom: 4rem;
  padding: 4.8rem 0;
  border-bottom-color: rgba(183, 240, 215, 0.18);
}

#footer .lnk > ul > li > a {
  color: #fff;
}

#footer .lnk > ul ul a,
#footer .add,
#footer .info,
#footer address {
  color: rgba(255, 255, 255, 0.78);
}

#footer .customer_list a {
  color: rgba(255, 255, 255, 0.9);
}

#footer .info a,
#footer .add a {
  color: #b7f0d7;
}

.sub_title {
  min-height: 48rem;
  background-size: cover;
  background-position: center center;
}

.sub_title::before {
  background: linear-gradient(270deg, rgba(18, 36, 48, 0.82), rgba(18, 36, 48, 0.46), rgba(18, 36, 48, 0.16));
  backdrop-filter: none;
}

.sub_title .title {
  top: 58%;
  text-align: right;
}

.sub_title .title h2 {
  font-size: clamp(4.8rem, 4.4vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
}

.sub_title .title h2::after {
  width: 10.2rem;
  margin: 1rem 0 1rem auto;
  background: #b7f0d7;
}

.sub_title .title p {
  margin-left: auto;
  max-width: 78rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.sub_title .title p.hw-sub-copy-line {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  white-space: nowrap;
  text-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.36);
}

.sub_title .title p.hw-sub-copy-line::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1px;
  background: rgba(183, 240, 215, 0.75);
  flex: 0 0 3.6rem;
}

.sub_title .title p.hw-sub-copy-line::after {
  display: none;
}

.sub_title .title p.hw-sub-copy-line span {
  color: #b7f0d7;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

@media (max-width: 1280px) {
  .sub_title .title p.hw-sub-copy-line {
    display: block;
    white-space: normal;
  }

  .sub_title .title p.hw-sub-copy-line::before,
  .sub_title .title p.hw-sub-copy-line::after,
  .sub_title .title p.hw-sub-copy-line span {
    display: none;
  }
}

.sub_content .page_title h3 {
  white-space: normal;
}

.sub_content .page_title h3 strong {
  color: var(--hw-deep);
  font-size: clamp(4.6rem, 4.8vw, 4.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.sub_content .page_title h3::after {
  top: auto;
  right: auto;
  left: 0;
  bottom: -0.8rem;
  width: 8rem;
  height: 0.4rem;
  background: var(--hw-green);
}

.hw-feature-section {
  margin: 5rem 0;
}

.hw-feature-head {
  margin-bottom: 2.4rem;
}

.hw-feature-head h4 {
  color: var(--hw-deep);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.25;
  word-break: keep-all;
}

.hw-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem;
}

.hw-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  border: 1px solid var(--hw-line);
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.hw-feature-card:hover {
  border-color: rgba(29, 123, 104, 0.38);
  box-shadow: 0 2.4rem 6rem rgba(20, 63, 70, 0.12);
  transform: translateY(-0.4rem);
}

.hw-feature-card figure {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--hw-mint);
}

.hw-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hw-feature-card > div {
  padding: 2.4rem 2.6rem 2.8rem;
}

.hw-feature-card strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--hw-deep);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.32;
  word-break: keep-all;
}

.hw-feature-card p {
  color: var(--hw-muted);
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: keep-all;
}

.sub_content #bo_gall,
.sub_content #bo_list,
.sub_content .bo_table,
.sub_content .tbl_head01,
.sub_content .board_list {
  width: 100% !important;
}

.sub_content #bo_gall .gall_row,
.sub_content #gall_ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}

.sub_content #bo_gall .itm,
.sub_content #gall_ul > li {
  width: auto !important;
  margin: 0 !important;
}

.sub_content #bo_gall .gall_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--hw-line);
  background: #fff;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sub_content #bo_gall .gall_box:hover {
  border-color: rgba(0, 121, 107, 0.35);
  transform: translateY(-0.4rem);
  box-shadow: 0 1.8rem 4rem rgba(13, 47, 53, 0.08);
}

.sub_content #bo_gall .gall_con {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.sub_content #bo_gall .gall_img {
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: var(--hw-mint);
}

.sub_content #bo_gall .gall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_content #bo_gall .gall_text_href {
  margin-top: 0 !important;
  padding: 2.4rem 2.4rem 1.8rem;
}

.sub_content #bo_gall .gall_text_href .bo_tit {
  color: var(--hw-ink);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.sub_content #bo_gall .gall_text_href .bo_cnt {
  margin-top: 1.1rem;
  color: var(--hw-muted);
  font-size: 1.55rem;
  line-height: 1.65;
}

.sub_content #bo_gall .gall_info {
  margin-top: auto !important;
  padding: 1.5rem 2.4rem !important;
  border-top: 1px solid var(--hw-line);
  color: #3d555b;
  font-size: 1.35rem;
  line-height: 1.4;
}

.sub_content #bo_gall .no_image {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--hw-muted);
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  #main_visual_slide02 {
    height: calc(100svh - 10.4rem);
    min-height: 56rem;
    max-height: 72rem;
  }

  #main_visual_slide02 .main_visual_slide02_slide .itm {
    height: 100%;
    min-height: 0;
  }

  #main_visual_slide02 .arrows {
    right: 2.4rem;
    bottom: 4rem;
  }

  #main_visual_slide02 .page {
    left: 2.4rem;
    bottom: 5.4rem;
  }

  #main_visual_slide02 .scroll_down {
    bottom: 3.2rem;
  }

  #main_visual_slide02 .main_visual_slide02_slide .itm01 .bg {
    background-image: url(../images/hanwoori_hero_homecare_m.jpg);
    background-position: center center;
  }

  #main_visual_slide02 .main_visual_slide02_slide .itm02 .bg {
    background-image: url(../images/hanwoori_hero_consult_m.jpg);
    background-position: center center;
  }

  #main_visual_slide02 .main_visual_slide02_slide .itm03 .bg {
    background-image: url(../images/hanwoori_hero_hospital_m.jpg);
    background-position: center center;
  }

  #header h1 {
    width: auto;
  }

  #header h1 a,
  #header.on h1 a,
  #header:hover h1 a {
    width: 22rem;
    min-width: 0;
    font-size: 0;
  }

  .hw-card-grid,
  .hw-main-cards,
  .hw-map-wrap,
  .hw-news-wrap,
  .hw-split {
    grid-template-columns: 1fr;
  }

  .hw-page-guide_admission .hw-card-grid {
    grid-template-columns: 1fr;
  }

  .hw-main-section,
  .hw-split {
    min-height: auto;
  }

  .hw-main-section {
    padding: 7rem 0;
  }

  .hw-main-title {
    margin-bottom: 2.8rem;
  }

  .hw-service-band::before {
    left: -20rem;
    width: 110vw;
  }

  #main_info_content02::before,
  #main_gallery_latest01::before,
  #main_customer02::before {
    width: 110vw;
    opacity: 0.14;
  }

  #main_gallery_latest01::before {
    right: -28rem;
  }

  .hw-split .copy {
    padding: 6rem 2.4rem;
  }

  .hw-contact-main {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 3rem;
  }

  .hw-contact-section {
    min-height: auto;
    padding: 7rem 0;
  }

  .hw-contact-section > .w_inner {
    width: min(1540px, calc(100% - 3.2rem));
    max-width: 1540px;
    padding: 0;
  }

  .hw-contact-main .hw-main-title {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hw-contact-photo {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1.5 / 1;
  }

  .hw-feature-grid {
    grid-template-columns: 1fr;
  }

  .sub_content #bo_gall .gall_row,
  .sub_content #gall_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hw-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hw-process .hw-time-item:nth-child(3n)::after {
    display: block;
  }

  .hw-process .hw-time-item:nth-child(2n)::after,
  .hw-process .hw-time-item:last-child::after {
    display: none;
  }
}

@media (max-width: 640px) {
  #main_visual_slide02 {
    height: calc(100svh - 10.4rem);
    min-height: 54rem;
    max-height: none;
  }

  #_Wrapper > .section:first-of-type,
  #_Wrapper > .section:first-of-type .fp-tableCell {
    min-height: calc(100svh - 10.4rem);
  }

  #main_visual_slide02 .main_visual_slide02_slide .itm {
    min-height: 0;
  }

  #main_visual_slide02 .txt {
    top: 42%;
  }

  #main_visual_slide02 .arrows {
    display: none;
  }

  #main_visual_slide02 .page {
    left: 50%;
    bottom: 8.8rem;
    transform: translateX(-50%);
  }

  #main_visual_slide02 .scroll_down {
    bottom: 2.2rem;
  }

  #main_visual_slide02 .txt strong {
    font-size: 3.4rem;
  }

  #main_visual_slide02 .txt p {
    font-size: 1.6rem;
  }

  .hw-main-section {
    padding: 5.6rem 0;
  }

  .hw-main-title h2 {
    font-size: 3.2rem;
  }

  .hw-mobile-break {
    display: block;
  }

  .hw-section h4 {
    display: block;
    font-size: clamp(2.2rem, 6vw, 2.7rem);
    line-height: 1.1;
  }

  .hw-section h4 .hw-title-nowrap {
    display: block;
    white-space: nowrap;
  }

  .hw-section h4 .hw-mobile-break {
    white-space: normal;
  }

  .hw-cta-band strong,
  .hw-main-title h2 {
    line-height: 1.1;
  }

  .hw-main-title p {
    font-size: 1.6rem;
  }

  .hw-main-card {
    min-height: 19rem;
    padding: 2.4rem 2.4rem 5.2rem;
  }

  .hw-card-en {
    margin-bottom: 1.8rem;
  }

  .hw-main-card::after {
    left: 2.4rem;
  }

  .hw-contact-photo {
    aspect-ratio: 1.25 / 1;
  }

  .sub_title {
    min-height: 32rem;
    background-position: 18% center;
  }

  .sub_title .title h2 {
    font-size: 3.6rem;
  }

  .sub_title .title p {
    font-size: 1.45rem;
  }

  .sub_content {
    margin-top: 5rem;
    margin-bottom: 7rem;
  }

  .sub_content .page_title h3 strong {
    font-size: 3.8rem;
  }

  .hw-feature-card {
    padding: 0;
  }

  .hw-feature-card > div {
    padding: 2rem;
  }

  .sub_content #bo_gall .gall_row,
  .sub_content #gall_ul {
    grid-template-columns: 1fr;
  }

  .hw-service-band::before {
    left: -34rem;
    width: 150vw;
    opacity: 0.2;
  }

  #main_info_content02::before,
  #main_gallery_latest01::before,
  #main_customer02::before {
    width: 150vw;
    opacity: 0.1;
  }

  #main_gallery_latest01::before {
    right: -44rem;
  }

  .hw-lead,
  .hw-card,
  .hw-cta-band,
  .hw-main-card,
  .hw-latest-box {
    padding: 2.4rem;
  }

  .hw-page-guide_admission .hw-card,
  .hw-page-guide_admission .hw-section {
    padding: 2.4rem;
  }

  .hw-page-guide_admission .hw-section h4 {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .hw-cta-band {
    min-height: 0;
    padding: 3.2rem 2.4rem;
  }

  .hw-cta-band::before {
    background-repeat: repeat;
    background-size: auto 18rem;
    background-position: left top;
  }

  .hw-cta-logo {
    display: none;
  }

  .hw-cta-actions {
    display: grid;
    gap: 1.2rem;
  }

  .hw-main-card {
    min-height: 20.2rem;
    padding-bottom: 6.4rem;
  }

  .hw-main-card::after {
    left: 2.4rem;
    bottom: 2.4rem;
  }

  #side_lnk {
    right: 1.2rem;
    bottom: 2.8rem;
  }

  #side_lnk .t_btn,
  #side_lnk a:not(.t_btn) {
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5.2rem;
    border-radius: 2.6rem;
  }

  #side_lnk a:not(.t_btn) {
    margin-bottom: 1.2rem;
  }

  #side_lnk a:not(.t_btn)::after {
    width: 5.2rem;
    height: 5.2rem;
    background-size: 2.6rem;
  }

  #side_lnk .t_btn svg {
    width: 2.6rem;
    height: 2.6rem;
  }

  .hw-lead-icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .hw-lead-icon svg {
    width: 2.2rem;
    height: 2.2rem;
  }

  .hw-lead h4 {
    font-size: 2.6rem;
    line-height: 1.16;
  }

  .hw-card {
    grid-template-columns: 4.2rem minmax(0, 1fr);
    column-gap: 1.6rem;
  }

  .hw-card-icon {
    width: 4.2rem;
    height: 4.2rem;
  }

  .hw-card-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .hw-page-company_vision .hw-section {
    padding: 2.4rem;
  }

  .hw-page-company_vision .hw-list {
    grid-template-columns: 1fr;
  }

  .hw-page-company_vision .hw-list li {
    min-height: auto;
    padding: 1.8rem 1.8rem 1.8rem 4.6rem;
  }

  .hw-page-company_vision .hw-list li::before {
    left: 2rem;
    top: 2.5rem;
  }

  .hw-page-company_vision .hw-list li.hw-list-card {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    column-gap: 1.4rem;
    padding: 2rem;
  }

  .hw-page-company_vision .hw-list li.hw-list-card::before {
    display: none;
  }

  .hw-list-icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .hw-page-company_vision .hw-list li.hw-list-card .hw-list-icon {
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
  }

  .hw-list-icon svg {
    width: 2.2rem;
    height: 2.2rem;
  }

  .hw-page-company_vision .hw-list li.hw-list-card strong {
    font-size: 2.1rem;
  }

  .hw-page-company_vision .hw-list li.hw-list-card em {
    font-size: 1.5rem;
  }

  .hw-process {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }

  .hw-process .hw-time-item {
    min-height: 0;
    padding: 2.4rem;
  }

  .hw-process .hw-time-item:nth-child(n)::after {
    display: block;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -3.4rem;
    transform: translateX(-50%) rotate(90deg);
  }

  .hw-process .hw-time-item:last-child::after {
    display: none;
  }

  .hw-process .hw-time-item strong {
    font-size: 2.1rem;
  }

  .hw-process .hw-time-item p {
    font-size: 1.55rem;
  }

  .hw-faq-list summary {
    grid-template-columns: 3.8rem minmax(0, 1fr) 3.6rem;
    gap: 1.2rem;
    min-height: 6.8rem;
    padding: 1.6rem;
    font-size: 1.7rem;
  }

  .hw-faq-q {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.5rem;
  }

  .hw-faq-list summary i {
    width: 3.6rem;
    height: 3.6rem;
  }

  .hw-faq-list details p {
    margin: 0 1.6rem 2rem 6.6rem;
    font-size: 1.5rem;
  }

  .hw-time-item {
    grid-template-columns: 1fr;
  }

  .hw-btn {
    width: 100%;
  }

  .hw-btn-line {
    margin: 0.8rem 0 0;
  }
}
