@charset "utf-8";

/* #content */
.img_box img {
  width: 100%;
}

.block {
  display: block;
}

.m_color {
  color: #0c82fe;
}

section .inner .title_text {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

section .inner .sub_text {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5em;
  padding: 50px 0;
  text-align: center;
  margin-top: 50px;
  position: relative;
}

section .inner .sub_text::before {
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background: #161718;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42.5px;
}

section .inner .sub_explain p {
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -1px;
  text-align: center;
  color: #505050;
  margin-bottom: 1em;
}

section .inner .sub_explain p:last-of-type {
  margin-bottom: 0;
}

section .inner .sub_explain p strong {
  font-weight: 500;
}

section > .inner {
  padding: 150px 16.66%;
  box-sizing: border-box;
}

.intro_banner {
  width: 100%;
  padding-top: calc(700 / 1920 * 100%);
  position: relative;
  background-image: url('../images/img_intro_banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.intro_banner .inner {
  width: auto;
  text-align: left;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.intro_banner .inner > span {
  display: block;
  font-size: 22px;
  letter-spacing: 8px;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.intro_banner .inner > span .m_color {
  color: #4475c1;
}

.intro_banner .inner strong {
  color: #000000;
  font-size: 90px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.intro_banner .inner p {
  font-size: 90px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.intro_banner .inner .sub-headline {
  font-size: 40px;
  color: #0c82fe;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 1em;
  font-weight: 300;
}

/* 2. sub-headline ë´ë¶ <strong> íê·¸ì ì¤íì¼ ë®ì´ì°ê¸° (ê°ì¥ ì¤ì) */
/* ê¸°ì¡´ .intro_banner .inner strong ê·ì¹(font-size: 90px, color: #000)ì ë®ì´ìëë¤. */
.intro_banner .inner .sub-headline strong {
  /* ë¶ëª¨(.sub-headline)ì ì¤íì¼ì ê·¸ëë¡ ììë°ëë¡ ì¤ì  */
  font-size: inherit;
  /* ë¶ëª¨ì font-size(40px)ë¥¼ ë°ë¦ */
  color: inherit;
  /* ë¶ëª¨ì color(#0C82FE)ë¥¼ ë°ë¦ */
  line-height: inherit;
  /* ë¶ëª¨ì line-heightë¥¼ ë°ë¦ */
  letter-spacing: inherit;
  /* ë¶ëª¨ì letter-spacingì ë°ë¦ */

  /* strong íê·¸ ê³ ì ì ì¤íì¼ë§ ì§ì  */
  font-weight: bold;

  /* ê¸°ì¡´ strong ê·ì¹ì ë¶íìí ì¤íì¼ ì´ê¸°í */
  display: inline;
  padding: 0;
}

.definition .inner .title_text,
.definition .inner .sub_text,
.definition .inner .sub_explain {
  text-align: left;
}

/* 2ë¨ ë ì´ììì ìí Flexbox ì»¨íì´ë */
.definition .inner .definition-layout {
  display: flex;
  justify-content: space-between;
  /* ììª½ ëì¼ë¡ ë°°ì¹íê³  ì¬ì´ ê³µê°ì ë§ë¬ */
  align-items: center;
  /* ì¸ë¡ ì¤ì ì ë ¬ */

  /* ìµì ê°ê²©ì ë³´ì¥ */
}

/* ì¼ìª½ íì¤í¸ ì»¨íì¸  ìì­ */
.definition .inner .text-content {
  flex-shrink: 0;
  /* íë©´ì´ ì¤ì´ë¤ ë íì¤í¸ ìì­ì´ ì°ê·¸ë¬ì§ë ê²ì ë°©ì§ */
  max-width: 55%;
  /* ëë¹ê° ëë¬´ ì»¤ì§ì§ ìëë¡ ì í */
}

.definition .inner .def-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  text-wrap: balance;
  word-break: keep-all;
}

.definition .inner .def-title .def-highlight {
  font-weight: 700;
}

.definition .inner .def-explain {
  margin-top: 40px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: -1px;
}

.definition .inner .def-explain p {
  margin-bottom: 2em;
}

.definition .inner .def-explain p:last-child {
  margin-bottom: 0;
}

.definition .inner .def-explain strong {
  font-weight: 600;
  color: #222;
}

.definition .inner .def-explain .def-blue-text {
  font-size: 34px;
  line-height: 1.4;
  color: #0c82fe;
  font-weight: 600;
}

.definition .inner .def-explain .def-blue-text strong {
  font-weight: 700;
  color: #0c82fe;
}

/* ì¤ë¥¸ìª½ ë§íì  ì»¨íì¸  ìì­ */
.definition .inner .bubble-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.definition .inner .worry-bubble {
  border: 1px solid;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* ê°ë¡ ì¤ì ì ë ¬ */

  /* íì¤í¸ ì¤ì ì ë ¬ */
  justify-content: center;
}

.definition .inner .worry-bubble p {
  font-size: 34px;
  line-height: 1.4;
}

.definition .inner .tags-container {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.definition .inner .tags-container .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
}

.definition .inner .worry-bubble.bubble-blue {
  border-color: #4eb8ff;
}

.definition .inner .worry-bubble.bubble-blue .tag {
  color: #4eb8ff;
  background-color: transparent;
  border: 1px solid #4eb8ff;
}

.definition .inner .worry-bubble.bubble-light-blue {
  border-color: #0c82fe;
}

.definition .inner .worry-bubble.bubble-light-blue .tag {
  color: #0c82fe;
  background-color: transparent;
  border: 1px solid #0c82fe;
}

.definition .inner .worry-bubble.bubble-mint {
  border-color: #29c8a8;
}

.definition .inner .worry-bubble.bubble-mint .tag {
  color: #29c8a8;
  background-color: transparent;
  border: 1px solid #29c8a8;
}

.advantage {
  background-color: #f7f7f7;
  position: relative;
  /* ìì ììë¥¼ absoluteë¡ ë°°ì¹íê¸° ìí ê¸°ì¤ì  */
  width: 100%;
  /* ì´ë¯¸ì§ ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  (ì: 900/1920) */
  padding-top: calc(600 / 1920 * 100%);
  background-image: url('../images/advantage.png');
  /* <<< ë°°ê²½ì´ë¯¸ì§ ê²½ë¡ */
  background-size: cover;
  /* ì´ë¯¸ì§ê° ìì­ì ê½ ì±ì°ëë¡ ë³ê²½ */
  background-position: center;
  background-repeat: no-repeat;
}

/* íì¤í¸ ì½íì¸ ë¥¼ ë´ë ì»¨íì´ë */
.advantage .inner .advantage-content-wrapper {
  position: absolute;
  width: 100%;
  /* 1. ê¸°ì¤ì ì ìë¨(top: 0)ìì ì¸ë¡ ì¤ì(top: 50%)ì¼ë¡ ë³ê²½í©ëë¤. */
  top: 55%;
  left: 0;
  /* 2. transformì¼ë¡ ìì¹ë¥¼ ë¯¸ì¸ ì¡°ì í©ëë¤. */
  transform: translateY(-60%);
  /* -50%ê° ì ì¤ìì´ë¯ë¡, -60%ë ê·¸ë³´ë¤ ììª½ìëë¤. */

  /* Flexboxë ìí ì ë ¬ì ìí´ ê·¸ëë¡ ì¬ì©í©ëë¤. */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ìí ì¤ì ì ë ¬ ì ì§ */
  /* justify-content: center; ìì±ì ì­ì í©ëë¤. */
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* ë©ì¸ íì´í */
.advantage .inner .adv-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
}

/* 'ë¹ì ì ë¯¸ì' íì´ë¼ì´í¸ */
.advantage .inner .adv-title .adv-highlight {
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}

/* 'ë¹ì ì ë¯¸ì' ë°ì¤ í¨ê³¼ */
.advantage .inner .adv-title .adv-highlight::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #ddebff;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

/* ìë¸ íì´í 'ìì ê°ì ë¯¸ìììë¶í°' */
.advantage .inner .adv-subtitle {
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  position: relative;
  padding-top: 140px;
}

/* ìë¸ íì´í ììª½ì ì§§ì ë¼ì¸ */
.advantage .inner .adv-subtitle::before {
  content: "";
  display: block;
  width: 2px;
  height: 120px;
  /* 1. ê¸¸ì´ë¥¼ ë ê¸¸ê² ìì  (ê°ì ì¡°ì  ê°ë¥) */

  /* 2. ë¨ì ë°°ê²½ ëì  ê·¸ë¼ë°ì´ì ë°°ê²½ì¼ë¡ ë³ê²½ */
  background: linear-gradient(to bottom, rgba(78, 184, 255, 0), #0c82fe);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ì¤ëª íì¤í¸ */
.advantage .inner .adv-explain {
  margin-top: 40px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: 300;
}

.advantage .inner .adv-explain .adv-bold-text {
  font-weight: 700;
}

.advantage .inner .adv-explain p:first-of-type {
  margin-bottom: 40px;
  /* ê¸°ì¡´ì 2emë³´ë¤ ë í° ê°ì¼ë¡ ê°ê²©ì ë§ë­ëë¤. */
}

/* 
.advantage {background: #F7F7F7;}
.advantage .inner ul {display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; column-gap: 33px; row-gap: 89px; margin-top: 100px;}
.advantage .inner ul li {width: 31%; background: #fff; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1); border-radius: 12px; 
    padding: 80px 2% 34px; box-sizing: border-box; text-align: center; position: relative;}
.advantage .inner ul li > span {display: inline-block; width: 100px; height: 100px; line-height: 100px;
    font-weight: 700; font-size: 40px; letter-spacing: -2.5px; color: #fff; background: #0C82FE; border-radius: 50%;
    position: absolute; top: -40px; left: 50%; transform: translateX(-50%);}
.advantage .inner ul li dl dt {font-weight: 700; font-size: 36px; line-height: 55px; letter-spacing: -1px; color: #161718; margin: .4em 0 .2em;}
.advantage .inner ul li dl dd {font-weight: 300; font-size: 26px; line-height: 1.5em; letter-spacing: -1px; color: #505050;} */

.compare {
  background-color: #ffffff;
  /* ì¹ì ì ì²´ ë°°ê²½ì í°ì */
}

.compare .inner {
  text-align: center;
}

/* ë©ì¸ íì´í */
.compare .inner .comp-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;

  /* ììª½ ì¬ë°± */
  position: relative;
  margin-bottom: 80px;
  /* ìëìª½ ì¬ë°± */
}

.compare .inner .comp-title strong {
  font-weight: 700;
}
.compare_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
.compare_area .compare_box {
  position: relative;
}
.compare_area .compare_box.before::after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  background: url('../images/ico_compare_arrow.svg') no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(50% + 10px), -50%);
  z-index: 1;
  background-size: contain;
}
.compare_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.compare_header .header_text {
  flex: 1;
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  padding: 24px;
  background: #474a4d;
  line-height: 1;
}
.compare_header .header_text.after {
  background: #0c82fe;
}
.compare .inner .adv-subtitle {
  font-size: 48px;
  font-weight: 700;
  margin: 80px 0;
  position: relative;
  padding-top: 60px;
}

.compare .inner .adv-subtitle::before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(78, 184, 255, 0), #0c82fe);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.compare_note {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: 300;
  color: #505050;
  text-align: right;
  margin-top: 48px;
}
.compare .inner .login-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* ê°ê°ì ê²ìì ì¤ë²ë ì´ ë°ì¤ ê³µíµ ì¤íì¼ */
.compare .inner .overlay-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  /* pointer-events: none; */
  /* ë°ì¤ ìì²´ì í´ë¦­ ì´ë²¤í¸ë¥¼ ë§ê³  ë¶ëª¨ê° ë°ê² í¨ */
  cursor: pointer;
}

/* (ê°ì¥ ì¤ì) ê° ì¤ë²ë ì´ ë°ì¤ì ìì¹ì í¬ê¸° ì§ì  */
/* â» ì ê³µë ì´ë¯¸ì§ ê¸°ì¤ì¼ë¡ ê³ì°ë ê°ìëë¤. íì ì ë¯¸ì¸ ì¡°ì íì¸ì. */

.compare .inner .overlay-box.box-1 {
  top: 0;
  left: calc(50% + 10px);
  width: calc(50% - 10px);
  height: 100%;
}

.compare .inner .overlay-box.box-2 {
  top: 44.5%;
  left: 50.79%;
  width: 49.2%;
  height: 24%;
}

.compare .inner .overlay-box.box-3 {
  top: 68%;
  left: 50.79%;
  width: 49.2%;
  height: 21.6%;
}

.compare .inner .compare-image-area img {
  width: 100%;
  /* ë¶ëª¨ ëë¹ì ë§ê² ê½ ì±ì */
  max-width: 1400px;
  /* ì´ë¯¸ì§ê° ëë¬´ ì»¤ì§ë ê²ì ë°©ì§ (ê° ì¡°ì  ê°ë¥) */
  height: auto;
  display: block;
  margin: 0 auto;
}

.point {
  background-color: #eff7ff;
}

.point .inner {
  text-align: center;
}

/* ë©ì¸ íì´í */
.point .inner .point-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 80px;
  /* ìë ë´ì©ê³¼ì ê°ê²© */
}

.point .inner .point-title strong {
  font-weight: 700;
}

/* íì¤í¸ì ì´ë¯¸ì§ë¥¼ ë´ë 2ë¨ ë ì´ìì */
.point .inner .point-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  text-align: left;
}

/* ì¼ìª½ íì¤í¸ ìì­ */
.point .inner .point-text-content {
  letter-spacing: -1px;
  flex: 1;
}

.point .inner .point-text-content h3 {
  font-size: 48px;
  font-weight: 400;
  /* <-- 700ìì 400 (normal)ì¼ë¡ ë³ê²½ */
}

.point .inner .point-text-content p {
  font-size: 34px;
  line-height: 1.4;
  text-wrap: balance;
  word-break: keep-all;
}

.point .inner .point-text-content .highlight {
  color: #0c82fe;
  font-weight: 500;
}

/* ì¤ë¥¸ìª½ ì´ë¯¸ì§ ìì­ */
.point .inner .point-image-content {
  flex-basis: 40%;
}

.point .inner .point-image-content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.point .inner .point-text-content .underline-highlight {
  background-image: linear-gradient(transparent 70%, #ddebff 70%);
  /* ë°ì¤ ìì¹ ì¡°ì  (70% ì¶ì²) */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.point .inner .point-text-content .spaced-paragraph {
  margin-top: 50px;
  /* ìíë ê°ê²©ì¼ë¡ ì¡°ì  */
  letter-spacing: -2px;
}

.feature {
  background: #0c82fe;
  text-align: center;
  position: relative;
}

/* ìë¨ íì´í ìì­ */
.feature .inner .feature-top-content {
  color: #fff;
}
.feature .inner .feature-top-content {
  font-size: 70px;
  letter-spacing: -1px;
  margin-bottom: 80px;
}
.feature .inner .feature-top-content p {
  color: #a3cfff;
  font-weight: 300;
}

/* ì¤ê°ì ë¹ ê³µê° ìì­ (flex-growë¡ ë¨ë ê³µê°ì ëª¨ë ì°¨ì§) */
.feature .inner .feature-image-area img:first-of-type {
  margin-bottom: 80px;
}

/* íë¨ ë¤í¬ë¸ë£¨ ë°°ë */
.feature .feature-bottom-banner {
  width: 100%;
  background: linear-gradient(90deg, #001b5e 0%, #0038c4 100%);
  padding: 20px;
}

.feature .feature-bottom-banner p {
  font-size: 42px;
  color: #fff;
}

.abutment {
  background-color: #deeeff;
}

.abutment .inner {
  text-align: center;
}

/* ìë¨ íì´í */
.abutment .inner .abutment-top-title {
  margin-bottom: 80px;
  font-size: 70px;
  letter-spacing: -1px;
}

/* 2ë¨ ì½íì¸  í */
.abutment .inner .abutment-content-row {
  display: flex;
  justify-content: center;
  /* 'space-between' ëì  'center'ë¡ ë³ê²½ */
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
  text-align: left;
}

.abutment .inner .abutment-content-row.reverse {
  flex-direction: row-reverse;
}

.abutment .inner .text-area {
  flex: 1;
  letter-spacing: -1px;
}

.abutment .inner .image-area {
  flex-basis: 40%;
}

.abutment .inner .text-area h3 {
  font-size: 48px;

  /* ëë bold. íì¤í¸ ì ì²´ë¥¼ êµµê² ë§ë­ëë¤. */
  line-height: 1.2;
}

.abutment .inner .text-area h3 strong {
  font-weight: 700;
}

.abutment .inner .text-area p {
  margin-top: 40px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: -2px;
  text-wrap: balance;
  word-break: keep-all;
}

.abutment .inner .image-area figure {
  margin: 0;
  position: relative;
}

/* ìë¡ ì¶ê°íë ê·ì¹ */
.abutment .inner .large-image img {
  width: 100%;
  /* ëë¹ë¥¼ 100%ë¡ ì ì§íì¬ ë°ìí ëì */
  /* max-width: 510px; */
  /* ìµë ëë¹ë¥¼ 450pxë¡ ì íí©ëë¤. (ê°ì ì¡°ì  ê°ë¥) */
  display: block;
  /* margin: autoë¥¼ ì ì©íê¸° ìí´ ë¸ë¡ ììë¡ ë³ê²½ */
  margin: 0 auto;
  /* ì´ë¯¸ì§ë¥¼ ìí ì¤ìì ë°°ì¹ */
}

.abutment .inner .image-area figcaption {
  position: absolute;
  bottom: -15px;
  /* left: 50%; */
  right: 0px;
  background-color: #0c82fe;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  white-space: nowrap;
}

.abutment .inner .text-area .underline-highlight {
  /* íì¤í¸ì ê° ì¤ë§ë¤ ë°°ê²½ì´ ì ì©ëëë¡ box-decoration-break ì¬ì© */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(
    transparent 65%,
    rgba(12, 130, 254, 0.15) 65%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;

  /* í¨ë©ì¼ë¡ ë°ì¤ì ì¢ì° ê¸¸ì´ë¥¼ ì¡°ì  */
  padding: 0 0.1em;
}

.abutment .inner .text-area p strong {
  font-weight: 600;
  /* ê¸°ì¡´ êµµê¸° ì ì§ ëë 'bold'ë¡ ë³ê²½ */
  color: #000000;
  /* ê¸ì ììì ê²ììì¼ë¡ ì§ì  */
}

.recommend {
  background-color: #fff;
  /* ë°°ê²½ìì í°ìì¼ë¡ ë³ê²½ */
}

.recommend .inner {
  background-color: #f8f8f8;
  /* ë´ë¶ ì»¨íì´ë ë°°ê²½ì */
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ìë¨ íì´í */
.recommend .inner .recommend-top-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 70px;
}

.recommend .inner .highlight {
  /* íì¤í¸ì ê° ì¤ë§ë¤ ë°°ê²½ì´ ì ì©ëëë¡ box-decoration-break ì¬ì© */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(
    transparent 65%,
    rgba(12, 130, 254, 0.15) 65%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;

  /* í¨ë©ì¼ë¡ ë°ì¤ì ì¢ì° ê¸¸ì´ë¥¼ ì¡°ì  */
  padding: 0 0.1em;
}

/* 2ë¨ ì½íì¸  í */
.recommend .inner .recommend-content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}

.recommend .inner .text-area {
  flex-basis: 55%;
}

.recommend .inner .image-area {
  flex-basis: 40%;
}

.recommend .inner .text-area h3 {
  font-size: 48px;
  line-height: 1.2;
  color: #000;
}

.recommend .inner .text-area h3 strong {
  font-weight: 700;
}

.recommend .inner .image-area figure {
  margin: 0;
  position: relative;
}

.recommend .inner .image-area img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.recommend .inner .image-area figcaption {
  position: absolute;
  bottom: -15px;
  /* left: 50%; */
  right: 0px;
  background-color: #0c82fe;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  white-space: nowrap;
}

/* ì«ì ë¦¬ì¤í¸ ì¤íì¼ */
.recommend .inner .step-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  counter-reset: step-counter;
  /* ì¹´ì´í° ì´ê¸°í */
}

.recommend .inner .step-list li {
  position: relative;
  padding-left: 68px;
  margin-bottom: 30px;
}

.recommend .inner .step-list li:last-child {
  margin-bottom: 0;
}

.recommend .inner .step-list li::before {
  counter-increment: step-counter;
  content: "0" counter(step-counter);
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 48px;
  font-weight: 500;
  color: #0c82fe;
}

.recommend .inner .step-list li strong {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 0.5em;
}

.recommend .inner .step-list li p {
  font-size: 34px;
  line-height: 1.4;
  text-wrap: balance;
  word-break: keep-all;
  letter-spacing: -1px;
}

.recommend .inner .image-area .recommend-figure img {
  width: 100%;
  /* max-width: 510px; */
  /* .abutmentì .large-imageì ëì¼í ìµë ëë¹ */
  display: block;
  margin: 0 auto;
  /* ìí ì¤ì ì ë ¬ */
}

.benefits {
  background-color: #f0f8ff;
  /* ì°í íëì ë°°ê²½ */
}

.benefits .inner {
  text-align: center;
  position: relative;
  overflow: hidden;
  /* íë¨ ë¡ê³ ê° ìë ¤ë³´ì´ëë¡ */
  padding-bottom: 300px;
}

/* ìë¨ íì´í */
.benefits .inner .benefits-top-title {
  margin-bottom: 80px;
  font-size: 70px;
  letter-spacing: -1px;
}

.benefits .inner .benefits-top-title .sub {
  font-size: 48px;
  font-weight: 700;
  margin-top: 80px;
}

/* ì¤ì ìí ë¤ì´ì´ê·¸ë¨ */
.benefits .inner .circular-diagram {
  position: relative;
  width: 600px;
  /* ë¤ì´ì´ê·¸ë¨ ì ì²´ í¬ê¸° */
  height: 600px;
  margin: 0 auto;
}

/* ë°°ê²½ ì ì  ì */
.benefits .inner .dotted-circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  /* ë°ê¹¥ìª½ ì ì  ìì í¬ê¸° */
  height: 90%;
  border: 3px dashed #d5eaff;
  /* ì ì ì dashedë¡ ë³ê²½íê³  ìì ì°íê² */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* ::before ê°ì ììë¥¼ ì´ì©í´ ììª½ ì¤ì  ì ì¶ê° */
.benefits .inner .dotted-circle-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  /* ììª½ ìì í¬ê¸° (ë°ê¹¥ ìì 80%ë³´ë¤ ìê²) */
  height: 75%;

  /* ììª½ ìì ì¤ì ì¼ë¡ ì¤ì  */
  border: 12px solid #d1e9ff;
  /* ëêº¼ì´ ì¤ì ê³¼ ìì ì§ì  */

  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  /* border ëê»ê° í¬ê¸°ì ìí¥ì ì£¼ì§ ìëë¡ */
}

/* ì½íì¸  ì ìì´í */
.benefits .inner .circle-item {
  position: absolute;
  width: 260px;
  height: 260px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.benefits .inner .circle-item .highlight {
  color: #0c82fe;
  font-weight: 500;
  background: none;
}

/* ê° ìì ìì¹ ì¤ì  */
.benefits .inner .item-1 {
  top: 0;
  left: -10%;
  transform: translateY(15%);
  z-index: 1;
  /* ì¤ì ì ìì ì¤ëë¡ z-index ì¤ì  */
}

.benefits .inner .item-2 {
  top: 0;
  right: -10%;
  transform: translateY(15%);
  z-index: 1;
  /* ì¤ì ì ìì ì¤ëë¡ z-index ì¤ì  */
}

.benefits .inner .item-3 {
  bottom: 0;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  z-index: 1;
  /* ì¤ì ì ìì ì¤ëë¡ z-index ì¤ì  */
}

/* ì¤ì ì */
.benefits .inner .center-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
  background-color: #e5f2ff;
  font-size: 60px;
  color: #001b5e;

  /* === ìë ë ì¤ì ì¶ê°í©ëë¤ === */
  border: 30px solid #d5eaff;
  /* 10px ëê», #E5F2FF ììì ì¤ì  íëë¦¬ ì¶ê° */
  box-sizing: border-box;
  /* border ëê»ê° ìì ì ì²´ í¬ê¸°ì ìí¥ì ì£¼ì§ ìëë¡ ì¤ì  */
}
.benefits .inner .center-item::before {
  width: 370px; /* 380px - (30px * 2) - (ì¬ë°± 50px) -> ì¡°ì ë ê° */
  height: 370px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1; /* ì½íì¸ ë³´ë¤ ë¤ì ìì¹ */
  background-color: #eaf6ff;
}

.benefits .inner .center-item strong {
  font-weight: 700;
}

/* íë¨ ë¡ê³  */
.benefits .inner .benefits-logo {
  width: calc(1234 / 1920 * 100%);
  padding-top: calc(145 / 1920 * 100%);
  background: url('../images/planlamit.png') no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  opacity: 0.2;
  left: 50%;
  transform: translate(-50%, 0);
}

.process .inner {
  text-align: center;
}

/* ìë¨ ë©ì¸ íì´í */
.process .inner .section-title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* ì¤ê°ì ì ì²´ ì´ë¯¸ì§ ìì­ */
.process .inner .process-image-area {
  margin: 80px 0;
  /* ììë ì ëª©ê³¼ì ê°ê²© */
}

.process .inner .process-image-area img {
  width: 100%;
  max-width: 1200px;
  /* ì´ë¯¸ì§ê° ëë¬´ ì»¤ì§ì§ ìëë¡ ì í */
  height: auto;

  margin: 0 auto;
}

/* íë¨ ìë¸ íì´í */
.process .inner .section-subtitle {
  font-size: 70px;
  line-height: 1.5;
  display: inline-block;

  /* ë¼ì¸ ê¸¸ì´(50px) + ê°ê²©(20px) = 70px */
  padding-top: 150px;
  position: relative;
  font-weight: 400;
}

.process .inner .section-subtitle::before {
  content: "";
  display: block;
  width: 2px;

  /* ë¼ì¸ì ê¸¸ì´ë¥¼ 50pxë¡ ëë¦½ëë¤. */
  height: 123px;
  background: linear-gradient(to bottom, rgba(78, 184, 255, 0), #0c82fe);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.process .inner .mo-img {
  display: none;
}

.highlight {
  background-image: linear-gradient(transparent 65%, #d1e9ff 65%);
  background-position: 0 91%;
  padding: 0 0.1em;
  margin: 0;
}

/* =================================================== */
/*       Section 2: ì¶ì² ëì (Recommendation)         */
/* =================================================== */
.recommendation {
  background-color: #0c82fe;
  /* ì ì²´ ì¹ì ë°°ê²½ì */
}

.recommendation .inner {
  text-align: center;
}

/* ë©ì¸ íì´í */
.recommendation .inner .section-title {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}

/* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
.recommendation .inner .recommendation-image-area {
  width: 100%;
  margin-top: 60px;
  /* ì ëª©ê³¼ì ê°ê²© */

  /* (ê°ì¥ ì¤ì) ì´ë¯¸ì§ì ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
  /* ìì: ì´ë¯¸ì§ ëì´ê° 600px, ëë¹ê° 1200pxì¼ ê²½ì° */
  padding-top: calc(600 / 1200 * 100%);

  background-image: url('../images/recommendation-combined.png');
  /* <<< 6ê° ë°ì¤ê° í©ì³ì§ ì ì´ë¯¸ì§ ê²½ë¡ */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* =================================================== */
/*          Section 3: ì¬í ì¼ì´ (Aftercare)           */
/* =================================================== */
.aftercare {
  background-color: #deeeff;
  /* ì ì²´ ì¹ì ë°°ê²½ì */
}

.aftercare .inner {
  text-align: center;
}

/* ë©ì¸ íì´í */
.aftercare .inner .section-title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* 'ëë³´ì ì¸ ì¬í ì¼ì´' ë¶ë¶ìë§ êµµì ê¸ì¨ì íê´í í¨ê³¼ ì ì© */
.aftercare .inner .section-title .highlight {
  font-weight: 700;
}

/* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
.aftercare .inner .aftercare-image-area {
  width: 100%;
  margin-top: 60px;
  /* ì ëª©ê³¼ì ê°ê²© */

  /* (ê°ì¥ ì¤ì) ì´ë¯¸ì§ì ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
  /* ìì: ì´ë¯¸ì§ ëì´ê° 450px, ëë¹ê° 1200pxì¼ ê²½ì° */
  padding-top: calc(450 / 1200 * 100%);

  background-image: url('../images/aftercare-combined.png');
  /* <<< 3ê° ì¹´ëê° í©ì³ì§ ì ì´ë¯¸ì§ ê²½ë¡ */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* =================================================== */
/*         Section 1: ì°êµ¬ ê²°ê³¼ (Research)            */
/* =================================================== */
.research {
  background-color: #fff;
  /* ì ì²´ ì¹ì ë°°ê²½ì í°ì */
}

.research .inner {
  text-align: center;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 120px;
  /* ëê°ì  í¨í´ì ëì´ */
}

/* ë©ì¸ íì´í */
.research .inner .section-title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
.research .inner .research-image-area {
  width: 100%;
  margin-top: 60px;
  /* ì ëª©ê³¼ì ê°ê²© */

  /* (ê°ì¥ ì¤ì) ì´ë¯¸ì§ì ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
  /* ìì: ì´ë¯¸ì§ ëì´ê° 550px, ëë¹ê° 1200pxì¼ ê²½ì° */
  padding-top: calc(550 / 1200 * 100%);

  background-image: url('../images/research-combined.png');
  /* <<< 4ê° ë°ì¤ê° í©ì³ì§ ì ì´ë¯¸ì§ ê²½ë¡ */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* =================================================== */
/*         Section 2: ì½ì (Promise)                */
/* =================================================== */
.promise {
  background-color: #eff7ff;
}

.promise .inner {
  text-align: center;
}

.promise .inner .section-title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1px;
}

.promise .inner .promise-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  text-align: left;
}

.promise .inner .promise-item h3 {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-top: 15px;
  /* <-- padding-leftë¥¼ padding-topì¼ë¡ ë³ê²½ */
  letter-spacing: -1px;
  text-wrap: balance;
  word-break: keep-all;
}

/* ::beforeë¥¼ h3ì ììª½ì ë°°ì¹í©ëë¤. */
.promise .inner .promise-item h3::before {
  content: "";
  position: absolute;
  top: 0;
  /* <-- h3ì ë§¨ ìë¡ ìì¹ ë³ê²½ */
  left: 0;
  /* <-- ì¼ìª½ ì ë ¬ ì ì§ */
  transform: none;
  /* <-- ìì§ ì¤ì ì ë ¬ transform ì ê±° */
  width: 25px;
  /* ë¼ì¸ì ëë¹ */
  height: 4px;
  /* ë¼ì¸ì ëê» */
  background-color: #0c82fe;
}

.promise .inner .promise-item p {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.4;
  color: #505050;
}

/* =================================================== */
/*         Section 3: ìµì¢ ë°°ë (Final Banner)        */
/* =================================================== */
.final-banner {
  width: 100%;
  /* ì´ë¯¸ì§ ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
  padding-top: calc(800 / 1920 * 100%);
  background-image: url('../images/final-banner-image.png');
  /* <<< ìµì¢ ë°°ë ì´ë¯¸ì§ ê²½ë¡ */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mo-br {
  display: none;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 1680px) {
  section > .inner {
    padding: 150px 12.6%;
  }
}
/* PC (í´ìë 1440px ~ 1540px) */
@media screen and (max-width: 1540px) {
  section .inner .title_text {
    font-size: 44px;
  }

  section .inner .sub_text {
    font-size: 22px;
    padding: 30px 0;
    margin-top: 30px;
  }

  section .inner .sub_text::before {
    width: 60px;
    margin-left: -30px;
  }

  section .inner .sub_explain p {
    font-size: 22px;
    line-height: 1.5em;
  }

  section > .inner {
    padding: 150px 12%;
  }

  .intro {
    min-height: 740px;
  }

  .intro_banner .inner > span {
    font-size: 22px;
  }

  .intro_banner .inner strong {
    font-size: 55px;
    padding: 0.5em 0;
  }

  .intro_banner .inner p {
    font-size: 55px;
  }

  .intro_banner .inner .sub-headline {
    font-size: 25px;
  }

  /* ================== Intro Banner ================== */
  .intro_banner .inner > span {
    font-size: 22px;
  }

  .intro_banner .inner strong {
    font-size: 80px;
  }

  /* 1440px êµ¬ê°ë³´ë¤ í¬ê² */
  .intro_banner .inner p {
    font-size: 80px;
  }

  .intro_banner .inner .sub-headline {
    font-size: 32px;
  }

  /* ================== Definition ================== */
  .definition .inner .definition-layout {
    gap: 80px;
    /* 1440px êµ¬ê°ë³´ë¤ ëê² */
  }

  .definition .inner .def-title {
    font-size: 40px;
    /* 1440px êµ¬ê°ë³´ë¤ í¬ê² */
  }

  .definition .inner .def-explain {
    font-size: 19px;
  }

  .definition .inner .worry-bubble p {
    font-size: 21px;
  }

  .definition .inner .tags-container .tag {
    font-size: 11px;
  }

  /* ================== Advantage ================== */
  .advantage .inner .adv-title {
    font-size: 58px;
  }

  .advantage .inner .adv-subtitle {
    font-size: 40px;
  }

  .advantage .inner .adv-explain {
    font-size: 30px;
  }

  /* ================== Point (ìë©´ ë¼ë¯¸í¸) ================== */
  .point .inner .point-title {
    font-size: 58px;
  }

  .point .inner .point-text-content h3 {
    font-size: 44px;
  }

  .point .inner .point-text-content p {
    font-size: 30px;
  }

  /* ================== Abutment (4ì¸ë) ================== */
  .abutment .inner .abutment-top-title p,
  .abutment .inner .abutment-top-title h2 {
    font-size: 58px;
  }

  .abutment .inner .text-area h3 {
    font-size: 30px;
  }

  .abutment .inner .text-area p {
    font-size: 19px;
  }

  /* ================== Recommend (íë¬ì¤ íë¦) ================== */
  .recommend .inner .recommend-top-title p {
    font-size: 58px;
  }

  .recommend .inner .recommend-top-title h2 {
    font-size: 58px;
  }

  .recommend .inner .text-area h3 {
    font-size: 32px;
  }

  .recommend .inner .step-list li strong {
    font-size: 21px;
  }

  .recommend .inner .step-list li p {
    font-size: 17px;
  }
  .benefits .inner .benefits-top-title {
    font-size: 58px;
  }
  /* ================== Process (ì¹ë£ ê³¼ì ) ================== */
  .process .inner .section-title {
    font-size: 58px;
  }

  .process .inner .section-subtitle {
    font-size: 30px;
  }

  /* ================== Recommendation (ì¶ì² ëì) ================== */
  .recommendation .inner .section-title {
    font-size: 58px;
  }

  /* ================== Aftercare (ì¬í ì¼ì´) ================== */
  .aftercare .inner .section-title {
    font-size: 58px;
  }

  /* ================== Research (ì°êµ¬ ê²°ê³¼) ================== */
  .research .inner .section-title {
    font-size: 58px;
  }

  /* ================== Promise (ì½ì) ================== */
  .promise .inner .section-title {
    font-size: 58px;
  }

  .promise .inner .promise-item h3 {
    font-size: 28px;
  }

  .promise .inner .promise-item p {
    font-size: 21px;
  }
}

/* PC (í´ìë 1058px ~ 1440px) */
@media screen and (max-width: 1440px) {
  section > .inner {
    padding: 150px 8%;
  }

  .definition .inner .definition-layout {
    gap: 50px;
    /* ì»¬ë¼ ê°ê²©ì ì¤ì¬ì ê³µê° íë³´ */
  }

  .definition .inner .def-title {
    font-size: 42px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .definition .inner .def-explain,
  .definition .inner .def-explain .def-blue-text {
    font-size: 18px;
    /* ì¤ëª íì¤í¸ í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .definition .inner .worry-bubble p {
    font-size: 18px;
    /* ë§íì  í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }
  .definition .inner .bubble-content {
    width: 40%;
  }
  .definition .inner .worry-bubble {
    padding: 20px 30px;
    /* ë§íì  í¨ë© ì¤ì´ê¸° */
    border-radius: 10px;
  }

  .definition .inner .tags-container {
    justify-content: flex-start;
    /* ì¼ìª½ ì ë ¬ (ê¸°ë³¸ê°) */
    flex-wrap: nowrap;
    /* <<< ìì ììë¤ì´ ì¤ë°ê¿ëì§ ìëë¡ ì¤ì  */
  }

  .definition .inner .tags-container .tag {
    font-size: 14px;
    /* íê·¸ í°í¸ í¬ê¸° ì¤ì´ê¸° */
    padding: 6px 12px;
    /* íê·¸ í¨ë© ì¤ì´ê¸° */
  }

  .advantage {
    /* ë°°ê²½ ì´ë¯¸ì§ ë¹ì¨ì ë§ì¶° padding-topë ì¡°ì í  ì ììµëë¤. (ì íì¬í­) */
    padding-top: calc(550 / 1920 * 100%);
  }

  .advantage .inner .advantage-content-wrapper {
    padding: 20px;
    /* ë´ë¶ ì¬ë°±ë ì´ì§ ì¤ì¬ì¤ëë¤. */
  }

  /* ë©ì¸ íì´í */
  .advantage .inner .adv-title {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¡°ì  */
  }

  /* 'ë¹ì ì ë¯¸ì' ë°ì¤ í¨ê³¼ */
  .advantage .inner .adv-title .adv-highlight::after {
    height: 10px;
    /* ë°ì¤ ëê» ì¡°ì  */
  }

  /* ìë¸ íì´í 'ìì ê°ì ë¯¸ìììë¶í°' */
  .advantage .inner .adv-subtitle {
    font-size: 26px;
    /* í°í¸ í¬ê¸° ì¡°ì  */
    margin-top: 20px;
    /* ììª½ ìììì ê°ê²© ì¡°ì  */
    padding-top: 50px;
    /* ë¼ì¸ê³¼ì ê°ê²© ì¡°ì  */
  }

  /* ìë¸ íì´í ììª½ì ì§§ì ë¼ì¸ */
  .advantage .inner .adv-subtitle::before {
    height: 40px;
    /* ë¼ì¸ ê¸¸ì´ ì¡°ì  */
  }

  /* ì¤ëª íì¤í¸ */
  .advantage .inner .adv-explain {
    margin-top: 21px;
    /* ììª½ ìììì ê°ê²© ì¡°ì  */
    font-size: 18px;
    /* í°í¸ í¬ê¸° ì¡°ì  */
  }
  .compare .inner .comp-title {
    font-size: 38px;
  }
  .point .inner .point-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
    margin-bottom: 60px;
    /* ìë ë´ì©ê³¼ì ê°ê²© ì¤ì´ê¸° */
  }
  .compare .inner .adv-subtitle {
    font-size: 26px;
    margin: 48px 0;
    padding-top: 40px;
  }
  .compare_header {
    gap: 12px;
  }
  .compare_header .header_text {
    font-size: 18px;
    padding: 14px;
  }

  .compare_area {
    gap: 12px;
  }
  .compare .inner .adv-subtitle::before {
    height: 28px;
  }
  .compare_area .compare_box.before::after {
    width: 48px;
    height: 48px;
  }

  .compare .inner .overlay-box.box-1 {
    left: calc(50% + 6px);
    width: calc(50% - 6px);
  }
  .compare_note {
    font-size: 12px;
    line-height: 1.6;
  }
  .feature .inner .feature-top-content p {
    font-size: 38px;
  }
  .point .inner .point-layout {
    gap: 50px;
    /* íì¤í¸ì ì´ë¯¸ì§ ì¬ì´ ê°ê²© ì¤ì´ê¸° */
  }

  .point .inner .point-text-content h3 {
    font-size: 40px;
    /* ìì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .point .inner .point-text-content p {
    font-size: 25px;
    /* ì¤ëª íì¤í¸ í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .abutment .inner .abutment-top-title {
    margin-bottom: 40px;
    /* ìë¨ íì´í ìë ì¬ë°± ì¤ì´ê¸° */
  }

  .abutment .inner .abutment-top-title p {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .abutment .inner .abutment-top-title h2 {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .abutment .inner .abutment-content-row {
    gap: 60px;
    /* ì½íì¸  í ë´ë¶ ê°ê²© ì¤ì´ê¸° */
    margin-bottom: 80px;
    /* ê° í ì¬ì´ì ê°ê²© ì¤ì´ê¸° */
  }

  .abutment .inner .text-area h3 {
    font-size: 25px;
    /* ìì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .abutment .inner .text-area p {
    font-size: 18px;
    /* ì¤ëª íì¤í¸ í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .abutment .inner .large-image img {
    max-width: 450px;
    /* ì´ë¯¸ì§ ìµë ëë¹ ì¤ì´ê¸° */
  }

  .recommend .inner {
    padding-top: 60px;
    /* ë´ë¶ ì»¨íì´ë ìë¨ ì¬ë°± ì¤ì´ê¸° */
    padding-bottom: 60px;
    /* ë´ë¶ ì»¨íì´ë íë¨ ì¬ë°± ì¤ì´ê¸° */
  }

  .recommend .inner .recommend-top-title {
    margin-bottom: 60px;
    /* ì ëª© ìë ì¬ë°± ì¤ì´ê¸° */
  }

  .recommend .inner .recommend-top-title p {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .recommend .inner .recommend-top-title h2 {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .recommend .inner .text-area h3 {
    font-size: 30px;
    /* ìì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .recommend .inner .step-list {
    margin-top: 30px;
    /* ì«ì ë¦¬ì¤í¸ ììª½ ì¬ë°± ì¤ì´ê¸° */
  }

  .recommend .inner .step-list li strong {
    font-size: 20px;
    /* ì«ì ë¦¬ì¤í¸ì ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .recommend .inner .step-list li p {
    font-size: 16px;
    /* ì«ì ë¦¬ì¤í¸ì ì¤ëª í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .recommend .inner .image-area .recommend-figure img {
    max-width: 450px;
    /* ì´ë¯¸ì§ ìµë ëë¹ ì¤ì´ê¸° */
  }

  .process .inner .section-title {
    font-size: 38px;
    /* ë©ì¸ íì´í í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .process .inner .process-image-area {
    margin: 50px 0;
    /* ì´ë¯¸ì§ ììë ì¬ë°± ì¤ì´ê¸° */
  }

  .process .inner .section-subtitle {
    font-size: 38px;
    /* ìë¸ íì´í í°í¸ í¬ê¸° ì¤ì´ê¸° */
    padding-top: 80px;
    /* ë¼ì¸ê³¼ì ê°ê²© ì¡°ì  */
    margin-top: 0;
    /* ë¶íìí ìë¨ ë§ì§ ì ê±° */
  }

  .process .inner .section-subtitle::before {
    height: 60px;
    /* ë¼ì¸ ê¸¸ì´ ì¡°ì  */
  }
  .benefits .inner .benefits-top-title {
    font-size: 38px;
  }
  .benefits .inner .benefits-top-title .sub {
    font-size: 32px;
  }

  .recommendation .inner .section-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .aftercare .inner .section-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .research .inner .section-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .promise .inner .section-title {
    font-size: 38px;
    /* ë©ì¸ íì´í í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .promise .inner .promise-grid {
    margin-top: 50px;
    /* ê·¸ë¦¬ë ììª½ ì¬ë°± ì¤ì´ê¸° */
    gap: 50px 30px;
    /* ê·¸ë¦¬ë í/ì´ ê°ê²© ì¤ì´ê¸° */
  }

  .promise .inner .promise-item h3 {
    font-size: 26px;
    /* ê° í­ëª©ì ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .promise .inner .promise-item p {
    font-size: 20px;
    /* ê° í­ëª©ì ì¤ëª í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .feature .inner .feature-top-content h2 {
    font-size: 38px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }
}

/* PC (í´ìë 1024px ~ 1058px) */
@media screen and (max-width: 1058px) {
  section > .inner {
    padding: 150px 6%;
  }
}

/* íë¸ë¦¿ (í´ìë 769px ~ 1024px) */
@media screen and (max-width: 1024px) {
  /* content */
  section > .inner {
    padding: 80px 5%;
  }
  section .inner .title_text {
    font-size: 34px;
    letter-spacing: -1px;
  }

  section .inner .sub_text {
    font-size: 26px;
    padding: 20px 0;
    margin-top: 20px;
  }

  section .inner .sub_text::before {
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }

  section .inner .sub_explain p {
    font-size: 16px;
    line-height: 22px;
  }

  /* section > .inner {padding: 80px 5%;} */

  .intro_banner {
    padding-top: calc(385 / 768 * 100%);
    background-image: url('../images/img_intro_banner_tab.png');
  }

  .intro_banner .inner > span {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2em;
    letter-spacing: 4px;
  }

  .intro_banner .inner > span .m_color {
    color: #0c82fe;
  }

  .intro_banner .inner strong {
    display: inline-block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 49px;
    line-height: 100%;
    letter-spacing: -1px;
  }

  .intro_banner .inner p {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: -1px;
  }
  .definition .inner .worry-bubble {
    padding: 20px 16px;
  }
.definition .inner .definition-layout{
  gap: 32px;
}
  .definition .inner .bubble-content{width:100%;}
  .definition .inner .def-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }
  .definition .inner .img_box {
    margin: 40px auto 12px;
  }

  .advantage {
    padding-top: calc(518/ 768 * 100%);
    background-image: url('../images/advantage_tab.png');
  }
 .advantage .inner{padding-bottom: 0;}
  .advantage .inner ul {
    width: 90%;
    gap: 16px;
    margin: 20px auto 0;
  }

  .advantage .inner ul li {
    width: 100%;
    border-radius: 50px;
    padding: 16px 4%;
    box-sizing: border-box;
    text-align: left;
    box-shadow: none;
    position: unset;
    display: flex;
    align-items: center;
  }

  .advantage .inner ul li > span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    letter-spacing: -1px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-right: 4%;
  }

  .advantage .inner ul li dl {
    width: calc(100% - 48px);
  }

  .advantage .inner ul li dl dt {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 0.2em;
  }

  .advantage .inner ul li dl dd {
    font-size: 16px;
    line-height: 22px;
  }

  .advantage .inner ul li dl dd .block {
    display: inline;
  }

  .advantage .inner ul li dl dd i {
    display: block;
  }

  .compare .inner .img_box {
    width: 90%;
    padding-top: calc(506 / 600 * 90%);
    background-image: url('../images/img_dentures_tab.png');
    margin: 20px auto 0;
  }

  .point .inner .point-title {
    font-size: 38px;
    /* ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
    margin-bottom: 60px;
    /* ìë ë´ì©ê³¼ì ê°ê²© ì¤ì´ê¸° */
  }

  .point .inner .point-layout {
    gap: 50px;
    /* íì¤í¸ì ì´ë¯¸ì§ ì¬ì´ ê°ê²© ì¤ì´ê¸° */
  }

  .point .inner .point-text-content h3 {
    font-size: 26px;
    /* ìì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .point .inner .point-text-content p {
    font-size: 18px;
    /* ì¤ëª íì¤í¸ í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .feature .inner .feature-top-content {
    font-size: 38px;
    margin-bottom: 48px;
  }
  .feature .inner .feature-image-area img:first-of-type {
    margin-bottom: 48px;
  }
  .feature .feature-bottom-banner p {
    font-size: 24px;
  }

  .abutment {
    background: #eaf2ff;
  }

  .abutment .inner ul {
    gap: 16px;
    margin-top: 20px;
  }

  .abutment .inner ul li {
    border-radius: 10px;
  }

  .abutment .inner ul li .img_box img {
    border-radius: 10px 10px 0 0;
  }

  .abutment .inner ul li dl dt {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
    padding: 6px 0;
  }

  .abutment .inner ul li dl dd {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
    padding: 9px 0;
    background: #fff;
  }

  .abutment .inner ul li dl dd:first-of-type .block {
    display: inline;
  }

  .abutment .inner .small-image img {
    width: 100%;
    max-width: 550px;
    /* ìíë í¬ê¸°ë¡ ì¡°ì  (ê¸°ë³¸ ì´ë¯¸ì§ë³´ë¤ ìê²) */
    display: block;
    margin: 0 auto;
  }

  .abutment .inner .image-area figcaption {
    transform: translateX(-0%);
    font-size: 14px;
  }

  .recommend .inner {
    padding: 60px 5%;
  }
  .recommendation .inner .recommendation-image-area {
    padding-top: calc(360 / 670 * 100%);
  }
  .recommend .inner .recommend-top-title {
    margin-bottom: 40px;
  }

  .recommend .inner .recommend-top-title p {
    font-size: 38px;
  }

  .recommend .inner .recommend-top-title h2 {
    font-size: 38px;
  }

  .recommend .inner .image-area figcaption {
    transform: translateX(-0%);
    font-size: 14px;
  }
  .benefits .inner {
    padding-bottom: 160px;
  }
  .benefits .inner .benefits-top-title {
    margin-bottom: 40px;
  }

  .benefits .inner .benefits-top-title p {
    font-size: 38px;
  }

  .benefits .inner .benefits-top-title h2 {
    font-size: 38px;
  }

  .benefits .inner .benefits-top-title .sub {
    font-size: 25px;
    margin-top: 40px;
  }

  .benefits .inner .circular-diagram {
    width: 430px;
    height: 430px;
  }
  .benefits .inner .circle-item {
    width: 143px;
    height: 144px;
    font-size: 22px;
  }
  .benefits .inner .center-item {
    width: 247px;
    height: 247px;
    font-size: 33px;
    border: 20px solid #d5eaff;
  }
  .benefits .inner .center-item::before {
    width: 200px;
    height: 200px;
  }
  .benefits .inner .dotted-circle-bg::before {
    width: 74%;
    height: 74%;
    border: 20px solid #d5eaff;
  }
  .benefits .inner .item-1 {
    top: 0;
    left: 5%;
    transform: translateY(25%);
    z-index: 1;
    /* ì¤ì ì ìì ì¤ëë¡ z-index ì¤ì  */
  }
  .research .inner .research-image-area {
    padding-top: calc(371 / 651 * 100%);
  }
  .benefits .inner .item-2 {
    right: 5%;
    transform: translateY(25%);
  }
  .promise .inner .promise-item h3 {
    font-size: 22px;
    /* ê° í­ëª©ì ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .promise .inner .promise-item p {
    font-size: 16px;
    /* ê° í­ëª©ì ì¤ëª í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }

  .final-banner {
    /* ì´ë¯¸ì§ ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
    padding-top: calc(482 / 768 * 100%);
    background-image: url('../images/final-banner-image_tb.png');
  }
}

/* ëª¨ë°ì¼ ê°ë¡, ëª¨ë°ì¼ ì¸ë¡ (í´ìë 375px ~ 768px)*/
@media screen and (max-width: 768px) {
  .wrap {
    min-width: 375px;
  }
  .block-mobile {
    display: block;
  }
  /* content */
  section .inner .title_text {
    font-size: 30px;
    letter-spacing: -1px;
  }

  section .inner .sub_text {
    font-size: 17px;
    padding: 20px 0;
    margin-top: 20px;
  }

  section .inner .sub_text::before {
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }

  section .inner .sub_explain p {
    font-size: 14px;
    line-height: 22px;
  }

  section > .inner {
    padding: 50px 5%;
  }

  .intro_banner {
    padding-top: 0;
    /* í¨ë© ì ê±° */
    background: none;
    /* ë°°ê²½ì ì ê±° */
    position: relative;
    /* ìì ììì ìì¹ ê¸°ì¤ì  */
    height: auto;
  }

  /* íì¤í¸ë¥¼ ë´ë inner ì»¨íì´ë */
  .intro_banner .inner {
    position: absolute;
    /* ë°°ê²½ ì´ë¯¸ì§ ìì ëì */
    top: 10%;
    left: 5%;
    letter-spacing: -1.5px;
    width: auto;
    padding: 0;
    text-align: left;
    transform: none;
    /* ê¸°ì¡´ transform ì ê±° */
  }

  /* "PLAN DENTAL..." íì¤í¸ */
  .intro_banner .inner > span {
    font-size: 12px;
    color: #aaa;
    letter-spacing: 4px;
  }

  /* "ë¼ë¯¸ë¤ì´í¸ì ê¸°ì¤ì´ì ë§ì¹¨í" íì¤í¸ */
  .intro_banner .inner p,
  .intro_banner .inner strong {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -1.5px;
    display: block;
    /* ê° ììê° í ì¤ì© ì°¨ì§íëë¡ */
  }

  .intro_banner .inner p {
    color: #000;
    font-weight: 400;
  }

  .intro_banner .inner strong {
    color: #000;
    font-weight: 700;
  }

  /* "íë ë¼ë¯¸í¸" íì¤í¸ */
  .intro_banner .inner .sub-headline {
    font-size: 16px;
    font-weight: 500;
    color: #0c82fe;
    margin-top: 0.8em;
  }

  .intro_banner .inner .sub-headline strong {
    font-weight: 700;
    font-size: 16px;
    /* ë¶ëª¨ì ëì¼í í¬ê¸° ëªì */
    color: #0c82fe;
  }

  /* ë°°ê²½ ì´ë¯¸ì§ë¥¼ ë´ë mo_ver */
  .intro_banner .mo_ver {
    width: 100%;
    padding-top: calc(375 / 420 * 100%);
    /* (ì´ë¯¸ì§ ëì´ / ëë¹ * 100%) */
    background-image: url('../images/img_intro_banner_mo.png');
    /* <<< ì ëª¨ë°ì¼ ì´ë¯¸ì§ ê²½ë¡ */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .definition .inner .definition-layout {
    flex-direction: column;
    /* ì¸ë¡ë¡ ìê¸° */
    align-items: center;
    /* ì¤ì ì ë ¬ */
    gap: 40px;
  }

  .definition .inner .text-content,
  .definition .inner .bubble-content {
    width: 100%;
    /* ëë¹ë¥¼ ê½ ì±ì */
    max-width: none;
    /* PCìì ì¤ì í max-width í´ì  */
    gap: 20px;
  }

  /* í°í¸ í¬ê¸° ë° ì ë ¬ ì¡°ì  */
  .definition .inner .text-content {
    text-align: center;
  }

  .definition .inner .def-title {
    font-size: 30px;
  }

  .definition .inner .def-explain {
    font-size: 15px;
    margin-top: 30px;
  }

  .definition .inner .def-blue-text {
    font-size: 16px;
  }

  .definition .inner .def-explain .def-blue-text {
    font-size: 19px;
  }

  .definition .inner .worry-bubble {
    padding: 20px;
  }

  .definition .inner .worry-bubble p {
    font-size: 16px;
  }

  .definition .inner .tags-container .tag {
    font-size: 14px;
  }

  .advantage {
    padding-top: calc(570 / 375 * 100%);
    background-image: url('../images/advantage_mo.png');
    background-size: cover;
    background-color: transparent;
    /* <<< ë°°ê²½ìì í¬ëªíê² ë³ê²½ */
    background-position: center;
    /* ì´ë¯¸ì§ê° ì¤ìì ì¤ëë¡ ëªì */
    background-repeat: no-repeat;
    /* ì´ë¯¸ì§ê° ë°ë³µëì§ ìëë¡ ëªì */
  }
  .advantage .inner {
  }
  .advantage .inner .advantage-content-wrapper {
    top: 50px;
    /* ë´ë¶ ì¬ë°± ì¡°ì  */
    transform: translate(0, 50%);
  }

  .advantage .inner .adv-title {
    font-size: 30px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }
  /* ìë¸ íì´í 'ìì ê°ì ë¯¸ìììë¶í°' */
  .advantage .inner .adv-subtitle {
    font-size: 18px;
  }
  .advantage .inner .adv-explain {
    font-size: 16px;
  }
  .compare {
  }

  .compare .inner .comp-title {
    font-size: 30px;
    /* í°í¸ í¬ê¸°ë¥¼ ëª¨ë°ì¼ì ë§ê² ëí­ ì¤ìëë¤. */

    /* ì ëª© ìì²´ì ìë¨ í¨ë©ì ì ê±°í©ëë¤. */

    /* ì ëª©ê³¼ ì´ë¯¸ì§ ì¬ì´ì ê°ê²©ì ì¡°ì í©ëë¤. */
    margin-bottom: 20px;
  }

  .compare .inner .compare-image-area {
    padding: 0 16px;
    /* ê¸°ì¡´ ë°ì¤í¬íì© ë§ì§ì ì ê±°íê³ , ì ëª©ì padding-bottomì¼ë¡ ê°ê²©ì ì ì´í©ëë¤. */
  }
  .compare_area {
    gap: 4px;
  }

  .compare .inner .overlay-box.box-1 {
    font-size: 12px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
  }
  .compare_area .compare_box.before::after {
    width: 18px;
    height: 18px;
    transform: translate(calc(50% + 2px), -50%);
  }
  .compare .inner .adv-subtitle {
    font-size: 18px;
    margin: 20px 0;
  }
  .compare_header {
    gap: 4px;
  }
  .compare_header .header_text {
    font-size: 12px;
    padding: 8px;
  }
  .compare_note {
    font-size: 8px;
    margin-top: 16px;
  }
  .point .inner .point-title {
    font-size: 33px;
    /* í°í¸ í¬ê¸° ì¤ì´ê¸° */
    margin-bottom: 40px;
    /* ìë ë´ì©ê³¼ì ê°ê²© ì¤ì´ê¸° */
    line-height: 1.2;
    /* <-- ëª¨ë°ì¼ììë ì¤ ê°ê²©ì ì ì í ì¡°ì í©ëë¤. */
  }

  /* 2ë¨ ë ì´ììì ì¸ë¡ 1ë¨ì¼ë¡ ë³ê²½ */
  .point .inner .point-layout {
    flex-direction: column;
    /* ì¸ë¡ë¡ ìê¸° */
    gap: 30px;
    /* ììë ê°ê²© */
    text-align: center;
    /* íì¤í¸ ì¤ì ì ë ¬ */
  }

  /* íì¤í¸ ìì­ ì¤íì¼ ì¡°ì  */
  .point .inner .point-text-content h3 {
    font-size: 18px;
  }

  .point .inner .point-text-content p {
    font-size: 16px;

    /* píê·¸ ê°ì ê°ê²© ì¡°ì  */
  }

  /* ì´ë¯¸ì§ ìì­ì ëë¹ 100%ë¡ ì¤ì  */
  .point .inner .point-image-content {
    width: 100%;
    max-width: 400px;
    /* ì´ë¯¸ì§ê° ëë¬´ ì»¤ì§ì§ ìëë¡ ì í */
    margin-top: 20px;
    /* ì íì¤í¸ìì ê°ê²© */
  }

  .mo-br {
    display: block;
  }

  .pc-br {
    display: none;
  }

  .feature {
    /* ëª¨ë°ì¼ íë©´ ë¹ì¨ì ë§ê² padding-top ê° ì¡°ì  */
    /* ìì: ëª¨ë°ì¼ììë ì¸ë¡ê° ë ê¸´ ëëì ì£¼ë ¤ë©´ ë¹ì¨ì ëìëë¤. */

    /* ë°°ê²½ ì´ë¯¸ì§ë ë°ì¤í¬íê³¼ ëì¼í ê²ì ì¬ì©íë¯ë¡ ìì íì§ ìì */
  }

  /* íì¤í¸ì ë°°ëë¥¼ ë´ë ì ì²´ ëí¼ */
  .feature .inner .feature-content-wrapper {
    /* position: absolute ë± ë°ì¤í¬í ìì± ê·¸ëë¡ ì ì§ */
    padding: 0 16px 0;
    /* ë´ë¶ ì¬ë°±ë§ ëª¨ë°ì¼ì ë§ê² ì¤ì */
  }

  /* ìë¨ íì´í ìì­ */
  .feature .inner .feature-top-content {
    margin-bottom: 20px;
  }
  .feature .inner .feature-top-content p {
    font-size: 30px;
    text-wrap: balance;
    word-break: keep-all;
  }
  .feature .inner .feature-top-content h2 {
    font-size: 30px;
  }

  .feature .inner .feature-image-area img:first-of-type {
    margin-bottom: 20px;
  }
  /* íë¨ ë¤í¬ë¸ë£¨ ë°°ë */
  .feature .feature-bottom-banner {
    margin: 0 -20px;
    /* ì¢ì° padding ê°ì ìì */
    padding: 12px;
  }

  .feature .feature-bottom-banner p {
    font-size: 14px;
  }

  .abutment {
    background-color: #deeeff;
  }

  .abutment .inner {
    padding: 60px 20px;
  }

  /* ìë¨ íì´í */
  .abutment .inner .abutment-top-title {
    margin-bottom: 40px;
  }

  .abutment .inner .abutment-top-title p,
  .abutment .inner .abutment-top-title h2 {
    font-size: 30px;
  }

  /* 2ë¨ ë ì´ììì ì¸ë¡ 1ë¨ì¼ë¡ ë³ê²½ */
  .abutment .inner .abutment-content-row {
    display: flex;
    flex-direction: column;
    /* ëª¨ë  íì ì¸ë¡ë¡ ìê¸° */
    gap: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  /* ë ë²ì§¸ ë¨ë½(.reverse)ë§ ììë¥¼ ë¤ì§ì */

  .abutment .inner .text-area,
  .abutment .inner .image-area {
    flex-basis: auto;
    width: 100%;
  }

  /* í°í¸ ë° ì´ë¯¸ì§ í¬ê¸° ì¡°ì  */
  .abutment .inner .text-area h3 {
    font-size: 17px;
  }

  .abutment .inner .text-area p {
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: -1px;
  }

  .abutment .inner .large-image img,
  .abutment .inner .small-image img {
    max-width: 100%;
  }

  .abutment .inner .image-area figcaption {
    font-size: 12px;
  }

  .abutment .inner .abutment-content-row.reverse {
    flex-direction: column-reverse;
    /* ì¸ë¡ ë°°ì¹ìì ììë¥¼ ë¤ì§ì */
  }

  .abutment .inner .abutment-content-row.reverse .text-area {
    order: 2;
    /* íì¤í¸ê° ë¨¼ì  */
  }

  .abutment .inner .abutment-content-row.reverse .image-area {
    order: 1;
    /* ì´ë¯¸ì§ê° ëì¤ì */
  }

  .recommend .inner {
    padding: 40px 20px;
    background-color: #fff;
  }

  /* ì ì  ë°ì¤ ì¤íì¼ ì ê±° ë° ê°ê²© ì¡°ì  */
  .recommend .inner .recommend-box {
    border: none;
    /* ì ì  íëë¦¬ ì ê±° */
    padding: 0;
    /* íëë¦¬ê° ìì¼ë¯ë¡ ë´ë¶ í¨ë©ë ì ê±° */
    margin-bottom: 40px;
    /* ê° ë°ì¤ ì¬ì´ì ê°ê²©ì marginì¼ë¡ ì¡°ì  */
  }

  .recommend .inner .recommend-box:last-child {
    margin-bottom: 0;
  }

  /* ìë¨ íì´í */
  .recommend .inner .recommend-top-title {
    text-align: center;
    margin-bottom: 0;
  }

  .recommend .inner .recommend-top-title p {
    font-size: 30px;
  }

  .recommend .inner .recommend-top-title h2 {
    font-size: 30px;
  }

  /* ì½íì¸  í (ì¸ë¡ë¡ ìê¸°) */
  .recommend .inner .recommend-content-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* íì¤í¸ì ì´ë¯¸ì§ ì¬ì´ ê°ê²© */
    text-align: left;
  }

  .recommend .inner .text-area {
    margin-top: 30px;
    /* ì ì ëª©ê³¼ì ê°ê²© */
  }

  .recommend .inner .image-area {
    text-align: center;
  }

  .recommend .inner .text-area h3 {
    font-size: 18px;
    text-align: center;
    /* ìì ëª©ì ì¤ì ì ë ¬ */
  }

  /* ì«ì ë¦¬ì¤í¸ ì¤íì¼ */
  .recommend .inner .step-list {
    margin-top: 25px;
  }

  .recommend .inner .step-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;

    /* === ìë í ì¤ì ì¶ê°í©ëë¤ === */
    width: 80%;
    /* ëë ìíë ê³ ì  ëë¹ (ì: 600px). %ë¨ìê° ë°ìíì ì ë¦¬í©ëë¤. */
    padding-left: 40px;
  }

  .recommend .inner .step-list li::before {
    font-size: 24px;
    top: 0;
  }

  .recommend .inner .step-list li strong {
    font-size: 16px;
  }

  .recommend .inner .step-list li p {
    font-size: 16px;
  }
  .recommend .inner .step-list li p br {
    display: none;
  }
  /* ì´ë¯¸ì§ ì¤íì¼ */
  .recommend .inner .image-area .recommend-figure img {
    max-width: 100%;
  }

  .recommend .inner .image-area figcaption {
    transform: translateX(-0%);
  }
  .benefits .inner {
    padding-bottom: 40px;
  }
  /* ìë¨ íì´í */
  .benefits .inner .benefits-top-title {
    margin-bottom: 0px;
    /* ë¤ì´ì´ê·¸ë¨ê³¼ì ê°ê²© ì¡°ì  */
  }

  .benefits .inner .benefits-top-title p {
    font-size: 30px;
  }

  .benefits .inner .benefits-top-title h2 {
    font-size: 30px;
  }

  .benefits .inner .benefits-top-title .sub {
    font-size: 18px;
  }

  /* ì¤ì ìí ë¤ì´ì´ê·¸ë¨ í¬ê¸° ì¶ì */
  .benefits .inner .circular-diagram {
    width: 300px;
    /* ë¤ì´ì´ê·¸ë¨ ì ì²´ í¬ê¸°ë¥¼ 300pxë¡ ì¤ì */
    height: 300px;
  }

  /* ì½íì¸  ì ìì´í í¬ê¸° ë° í°í¸ ì¶ì */
  .benefits .inner .circle-item {
    width: 86px;
    height: 86px;
    font-size: 15px;
  }
  .benefits .inner .center-item::before {
    width: 120px;
    height: 120px;
  }
  .benefits .inner .dotted-circle-bg::before {
    width: 68%;
    height: 68%;
    border: 16px solid #d5eaff;
  }
  .benefits .inner .circle-item .highlight {
    font-size: 15px;
  }
  .benefits .inner .item-1 {
    top: 0;
    left: 10%;
    transform: translateY(50%);
    z-index: 1;
  }
  .research .inner .research-image-area {
    padding-top: calc(371 / 651 * 100%);
  }
  .benefits .inner .item-2 {
    right: 10%;
    transform: translateY(50%);
  }
  .benefits .inner .item-3 {
    top: 65%;
  }
  .benefits .inner .dotted-circle-bg {
    width: 66%;
    height: 66%;
    border-width: 1px;
  }
  .promise .inner .promise-item h3 {
    font-size: 22px;
    /* ê° í­ëª©ì ì ëª© í°í¸ í¬ê¸° ì¤ì´ê¸° */
  }
  /* ì¤ì ì í¬ê¸° ë° í°í¸ ì¶ì */
  .benefits .inner .center-item {
    width: 160px;
    height: 160px;
    font-size: 22px;
    border: 8px solid #d5eaff;
    /* íëë¦¬ ëê»ë í¨ê» ì¤ì */
  }

  /* íë¨ ë¡ê³  í°í¸ í¬ê¸° ì¶ì */
  .benefits .inner .benefits-logo {
    bottom: 2px;
  }
  .process .inner .section-title {
    font-size: 30px;
  }
  .process .inner .pc-img {
    display: none;
  }
  .process .inner .section-subtitle {
    font-size: 30px;
    /* ìë¸ íì´í í°í¸ í¬ê¸° ì¤ì´ê¸° */
    padding-top: 60px;
    /* ë¼ì¸ê³¼ì ê°ê²© ì¡°ì  */
    margin-top: 0;
    /* ë¶íìí ìë¨ ë§ì§ ì ê±° */
  }
  /* ëª¨ë°ì¼ììë ëª¨ë°ì¼ ì´ë¯¸ì§ë¥¼ ë³´ì¬ì¤ */
  .process .inner .mo-img {
    display: block;
    /* img íê·¸ë ê¸°ë³¸ì ì¼ë¡ inlineì´ë¯ë¡ blockì¼ë¡ ë³ê²½ */
  }
  .process .inner .process-image-area {
    margin: 20px 0;
    /* ì´ë¯¸ì§ ììë ì¬ë°± ì¤ì´ê¸° */
  }
  .process .inner .section-subtitle::before {
    height: 48px;
    /* ë¼ì¸ ê¸¸ì´ ì¡°ì  */
  }

  .recommendation .inner .section-title {
    font-size: 30px;
    line-height: 1.4;
  }

  /* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
  .recommendation .inner .recommendation-image-area {
    margin-top: 40px;

    /* (ê°ì¥ ì¤ì) ëª¨ë°ì¼ ì´ë¯¸ì§ ë¹ì¨ë¡ ìì  */
    /* ìì: ëª¨ë°ì¼ ì´ë¯¸ì§ í¬ê¸°ê° ê°ë¡ 600px, ì¸ë¡ 900pxì¼ ê²½ì° */
    padding-top: calc(370 / 295 * 100%);

    /* ëª¨ë°ì¼ ì ì© ì´ë¯¸ì§ë¡ êµì²´ */
    background-image: url('../images/recommendation-combined_mo.png');
  }

  .aftercare {
    padding: 0px 20px;
  }

  .aftercare .inner .section-title {
    font-size: 30px;
    line-height: 1.4;
  }

  /* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
  .aftercare .inner .aftercare-image-area {
    margin-top: 20px;

    /* (ê°ì¥ ì¤ì) ëª¨ë°ì¼ ì´ë¯¸ì§ ë¹ì¨ë¡ ìì  */
    /* ìì: ëª¨ë°ì¼ ì´ë¯¸ì§ í¬ê¸°ê° ê°ë¡ 600px, ì¸ë¡ 900pxì¼ ê²½ì° */
    padding-top: calc(160 / 295 * 100%);

    /* ëª¨ë°ì¼ ì ì© ì´ë¯¸ì§ë¡ êµì²´ */
    background-image: url('../images/aftercare-combined_mo.png');
  }

  .research {
    padding: 0px 20px;
  }

  .research .inner .section-title {
    font-size: 30px;
    line-height: 1.4;
  }

  /* íµ ì´ë¯¸ì§ë¥¼ ë°°ê²½ì¼ë¡ ë£ì ìì­ */
  .research .inner .research-image-area {
    margin-top: 40px;

    /* (ê°ì¥ ì¤ì) ëª¨ë°ì¼ ì´ë¯¸ì§ ë¹ì¨ë¡ ìì  */
    /* ìì: ëª¨ë°ì¼ ì´ë¯¸ì§ í¬ê¸°ê° ê°ë¡ 600px, ì¸ë¡ 900pxì¼ ê²½ì° */
    padding-top: calc(205 / 295 * 100%);

    /* ëª¨ë°ì¼ ì ì© ì´ë¯¸ì§ë¡ êµì²´ */
    background-image: url('../images/research-combined_mo.png');
  }

  .promise .inner .section-title {
    font-size: 30px;
    /* ë©ì¸ íì´í í°í¸ í¬ê¸° ì¡°ì  */
    line-height: 1.4;
  }

  .promise .inner .promise-grid {
    /* ì ëª©ê³¼ ì½íì¸  ì¬ì´ ê°ê²© ì¡°ì  */

    /* 2ë¨ ê·¸ë¦¬ëë¥¼ ì¸ë¡ 1ë¨ì¼ë¡ ë³ê²½ */
    gap: 20px;
    /* gridì gap ìì± ì´ê¸°í */
    grid-template-columns: repeat(1, 1fr);
  }

  .promise .inner .promise-item:last-child {
    margin-bottom: 0;
    /* ë§ì§ë§ í­ëª©ì íë¨ ê°ê²© ì ê±° */
  }

  .promise .inner .promise-item h3 {
    font-size: 15px;
    /* í­ëª© ì ëª© í°í¸ í¬ê¸° ì¡°ì  */
    padding-top: 12px;
    /* íëì ë¼ì¸ê³¼ì ê°ê²© ì¡°ì  */
  }

  /* íëì ë¼ì¸ì í¬ê¸°ë ê·¸ëë¡ ì ì§í´ë ê´ì°®ìµëë¤. */
  .promise .inner .promise-item h3::before {
    width: 25px;
    height: 1px;
  }

  .promise .inner .promise-item p {
    margin-top: 10px;
    /* ì ëª©ê³¼ ë´ì© ì¬ì´ ê°ê²© ì¡°ì  */
    font-size: 12px;
    /* ë´ì© í°í¸ í¬ê¸° ì¡°ì  */
    line-height: 1.7;
    /* ì¤ ê°ê²© ì¡°ì  */
  }

  .final-banner {
    width: 100%;
    /* ì´ë¯¸ì§ ë¹ì¨(ëì´/ëë¹)ì ë§ì¶° padding-top ì¤ì  */
    padding-top: calc(464 / 375 * 100%);
    background-image: url('../images/final-banner-image_mo.png');
    /* <<< ìµì¢ ë°°ë ì´ë¯¸ì§ ê²½ë¡ */
  }
}

@media screen and (max-width: 500px){
    .advantage .inner .advantage-content-wrapper {
    top: 50px;
    /* ë´ë¶ ì¬ë°± ì¡°ì  */
    transform: translate(0, 0);
  }
}
