main {
  width: 100%;
  overflow: hidden;
}
/* --- FV --- */
.fv {
  width: 100%;
  padding-inline: 32px;
}
.fv-container {
  background: url("../img/fv/fv-bg.png") no-repeat center right / cover;
  height: 643px;
  border-radius: 32px;
  position: relative;
  padding: 75px 0 0 103px;
}
.fv-txt-top {
  margin-bottom: 131px;
}
.fv .fv-txt {
  font-size: 32px;
  color: #6c4b17;

  span {
    font-size: 48px;
  }
}
.fv .fv-txt:nth-of-type(1) {
  margin-bottom: 16px;
}
.dot-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dot-group img {
  width: 8px;
  height: 8px;
}
.fv-txt-btm {
  font-size: 32px;
  color: #6c4b17;
}
.fv-txt-btm p:nth-of-type(2) {
  font-size: 112px;
  color: #d26f18;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 1);
}
.fv-container .icon {
  width: 110px;
  position: absolute;
  bottom: 29px;
  left: -7px;
}
.hero {
  position: absolute;
  width: 100%;
  border-radius: 16px;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1100px) {
  .fv-container {
    background: url("../img/fv/fv-bg-tab.png") no-repeat center right / cover;
    padding: 50px 0 0 50px;
  }
  .fv-txt-btm p:nth-of-type(2) {
    font-size: 85px;
  }
}

@media (max-width: 768px) {
  .fv-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 10px 10px;
    justify-content: space-between;
  }
  .fv-txt-top {
    width: fit-content;
    margin: 0;
  }
  .fv-txt-btm {
    position: relative;
    width: fit-content;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;

    img {
      position: absolute;
      width: 43px;
      bottom: -34px;
      left: -22px;
    }
  }
  .fv-txt-btm p:nth-of-type(2) {
    font-size: 60px;
  }
  .fv .fv-txt {
    font-size: 17px;

    span {
      font-size: 28px;
    }
  }
  .fv-container .icon {
    width: 43px;
    bottom: 155px;
    left: 10px;
  }
}

@media (max-width: 600px) {
  .fv {
    padding-inline: 8px;
  }
  .fv-container {
    background: url("../img/fv/fv-bg-sp.png") no-repeat center right / cover;
    height: 520px;
    border-radius: 16px;
  }
  .fv .fv-txt:nth-of-type(1) {
    margin-bottom: 8px;
  }
}

/* --- INTRO --- */
.intro {
  width: 100%;
  position: relative;
  padding-block: 120px 80px;
  padding-right: 20px;
  display: flex;
  gap: 48px;
}
.intro-img img {
  max-width: 788px;
  width: 100%;
}
.section-title {
  font-size: 48px;
}
.intro .section-title {
  margin-bottom: 48px;
}
.intro .flower {
  width: 23px;
  height: 24px;
}
.title-box {
  line-height: 1;
}

.intro-container {
  width: fit-content;
}

.intro-container .title-box:nth-of-type(1) {
  margin-bottom: 16px;
}
.intro-content {
  font-size: 20px;
}
@media (max-width: 768px) {
  .intro {
    width: 100%;
    padding-block: 82px 48px;
    padding-right: 0;
    display: flex;
    gap: 48px;
  }
  .intro-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-title {
    font-size: 32px;
  }
  .intro-content img {
    width: 100%;
  }
  .intro-content p {
    padding-inline: 16px;
    margin-top: 16px;
    font-size: 18px;
  }
  .intro-content .reverse {
    text-align: end;
  }
}

/* --- WHO --- */
.who {
  width: 100%;
  padding-inline: 40px;
  position: relative;
}
.who-container {
  width: 100%;
  background-color: #f5efe1;
  border-radius: 300px;
  padding-inline: 120px;
  padding-block: 64px 80px;
}
.who .bg-img {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.who-title {
  width: fit-content;
  margin: auto;
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  gap: 16px;
  font-size: 32px;
  text-align: center;

  img {
    width: 20px;
    height: 20px;
  }
}
.who-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.who-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.who-item img {
  width: 180px;
}
.who-item p {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1100px) {
  .who-container {
    border-radius: 48px;
    padding-inline: 16px;
    padding-block: 48px 32px;
  }
}
@media (max-width: 768px) {
  .who {
    padding-inline: 12px;
  }
  .who-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .who-item img {
    width: 140px;
  }
  .who-item p {
    font-size: 18px;
  }
  .who-content {
    gap: 16px;
  }
}

/* --- FEATURE --- */
.feature {
  width: 100%;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background-color: #f0dcbf;
}
.feature .section-title {
  text-align: center;
  color: #6c4b17;

  span {
    font-size: 32px;
  }
}
.feature-content {
  width: 100%;
  display: flex;
  padding-inline: 24px;
  justify-content: space-between;
}
.feature-item {
  width: 352px;
  padding-top: 32px;
  position: relative;
}
.feature-item img {
  width: 100%;
}
.feature-item-num {
  position: absolute;
  top: 0;
  left: 0;

  img {
    width: 64px;
  }
}
.feature-item-txt {
  font-size: 18px;
  margin-top: 16px;
}

.feature-item-txt p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 8px;
}
.btn-group {
  display: flex;
  justify-content: center;
  gap: 48px;

  img {
    width: 100%;
    max-width: 400px;
    min-width: 343px;
  }
}
.region {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  background-color: rgba(255, 255, 255, 0.64);
  padding: 48px 80px;
  border-radius: 32px;
}
.region-blank img {
  width: 100%;
  min-width: 480px;
}
.region-txt {
  width: fit-content;
  font-size: 20px;
}
.region-txt p:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 32px;
}

.example {
  width: 100%;
  display: flex;
  align-items: center;
}
.example .section-title {
  position: relative;
}
.example .section-title .pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 91px;
}
.example .section-title span {
  font-size: 48px;
  color: #333333;
}
.example .section-title .ico {
  position: absolute;
  top: -216px;
  left: -132px;
  width: 180px;
}
.example-content {
  display: flex;
  flex-wrap: wrap;
}
.example-item {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.16);
  border: 0.5px solid #ffffff;
}
.tl-radi {
  border-top-left-radius: 32px;
}
.tr-radi {
  border-top-right-radius: 32px;
}
.bl-radi {
  border-bottom-left-radius: 32px;
}
.br-radi {
  border-bottom-right-radius: 32px;
}
.example-item img {
  width: 200px;
}
.example-num {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-top-left-radius: 64px;
  padding-top: 30px;
  padding-left: 36px;
  background-color: rgba(255, 255, 255, 0.32);
  color: #959595;
}

@media (max-width: 1430px) {
  .example .section-title .pc {
    padding-inline: 58px;
  }
}
@media (max-width: 1350px) {
  .feature {
    padding-inline: 80px;
  }
  .feature-content {
    padding-inline: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .example-item {
    width: 255px;
    height: 255px;
  }
  .example-item img {
    width: 160px;
  }
  .example .section-title .ico {
    top: -145px;
    left: -85px;
    width: 140px;
  }
}
@media (max-width: 1100px) {
  .region {
    flex-direction: column;
    gap: 20px;
  }
  .tl-radi,
  .tr-radi,
  .bl-radi,
  .br-radi {
    border-radius: 0;
  }
  /* .example-item {
    width: 171px;
    height: 170px;
    font-size: 16px;
  } */
}
@media (max-width: 768px) {
  .feature {
    padding-block: 64px 48px;
    padding-inline: 16px;
  }

  .feature .section-title span {
    font-size: 24px;
  }
  .feature-content {
    padding-inline: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .btn-group {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .feature-item {
    width: 343px;
  }
  .feature-item-txt {
    font-size: 16px;
    margin-top: 8px;
  }
  .feature-item-txt p:nth-of-type(1) {
    margin-bottom: 4px;
  }
  .region {
    padding: 0;
    gap: 0;
    border-radius: 16px;
  }
  .region-blank {
    width: 100%;

    img {
      min-width: 100%;
    }
  }
  .region-txt {
    font-size: 16px;
    padding: 16px;
  }
  .region-txt p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .example .section-title {
    color: #333333;
    font-size: 32px;
  }
  .example .section-title .ico {
    top: -20px;
    left: -95px;
    width: 75px;
  }
  .example .section-title .pc {
    display: none;
  }
  .example {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .example-content {
    width: 343px;
    justify-content: center;
  }
  .example-item {
    width: 171px;
    height: 170px;
    font-size: 16px;
    padding-top: 7.5px;
  }
  .example-num {
    width: 36px;
    height: 36px;
    border-top-left-radius: 32px;
    padding-top: 11px;
    padding-left: 13px;
    font-size: 14px;
  }
  .example-item img {
    width: 120px;
  }
}

/* --- METHOD --- */
.method {
  width: 100%;
  position: relative;
  padding: 160px 0px 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.method .method-bg-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.method-title {
  font-size: 32px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 48px;
  width: fit-content;
}
.method-title img {
  position: absolute;
  top: -160px;
  left: -283px;
  width: 180px;
}
.method-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  column-gap: 10px;
  row-gap: 50px;
}
.method-item {
  position: relative;
  background-color: #f0edeb;
  border-radius: 16px;
  max-width: 272px;
  min-height: 238px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  gap: 12px;
}
.method-num {
  position: absolute;
  top: -32px;
  width: 56px;
  height: 56px;
  font-size: 32px;
  border-radius: 50%;
  font-family: "Ubuntu";
  color: #ffffff;
  background-color: #df9f66;
  display: flex;
  align-items: center;
  justify-content: center;
}
.method-item a img {
  width: 100%;
}
.method-item p:nth-of-type(2) {
  font-size: 24px;
}
.method-item p:nth-of-type(3) {
  font-size: 20px;
}
.method .arrow {
  width: 16px;
}

@media (max-width: 768px) {
  .method {
    padding: 112px 0 64px 0;
  }
  .method-content {
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 16px;
  }
  .method-title {
    font-size: 28px;
    margin-bottom: 52px;
  }
  .method-title img {
    width: 80px;
    top: unset;
    left: unset;
    bottom: 21px;
    right: -90px;
  }
  .method-item {
    max-width: 343px;
    min-height: unset;
    padding: 24px 16px;
    gap: 8px;
  }
  .method-item p:nth-of-type(3) {
    font-size: 18px;
  }
  .method-num {
    width: 36px;
    height: 36px;
    font-size: 24px;
    top: -20px;
  }
  .method .arrow {
    rotate: 90deg;
    margin-bottom: 16px;
  }
}

/* --- DOCTOR-INTRO --- */
.doctor-intro {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 80px 80px 48px 80px;
  background-color: #f5efe1;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
.doctor-intro .ico {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 300px;
}
.doctor-intro .section-title {
  position: relative;
  color: #6c4b17;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
}
.doctor-intro .section-title span {
  font-size: 20px;
}
.doctor-intro .section-title img {
  width: 120px;
}
.doctor {
  display: flex;
  gap: 48px;
}
.doctor-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 28px;
}
.doctor-img img {
  max-width: 480px;
  width: 100%;
  border-radius: 32px;
  min-width: 250px;
}
.doctor-img span {
  font-size: 20px;
}
.doctor-txt-big {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.doctor-txt-big p {
  font-size: 32px;
  color: #333333;
  border-bottom: 8px dotted #ffffff;
}
.doctor-txt-big span {
  font-size: 28px;
}
.doctor-txt-small p {
  font-size: 20px;
}
.doctor-intro .dir-reverse {
  margin-top: 16px;
  align-items: center;
}
.doctor-intro .dir-reverse .doctor-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.doctor-intro .dir-reverse p {
  text-align: end;
}
@media (max-width: 1100px) {
  .doctor-intro {
    padding: 80px 50px 48px 50px;
  }
}
@media (max-width: 768px) {
  .doctor-intro {
    padding: 64px 16px 0 16px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .doctor-intro .section-title {
    width: fit-content;
    margin: auto;
    margin-bottom: 32px;
  }
  .doctor-intro .section-title img {
    width: 80px;
  }
  .doctor {
    flex-direction: column;
    gap: 32px;
  }
  .doctor-intro .dir-reverse {
    margin-top: 32px;
  }
  .doctor-img img {
    border-radius: 16px;
  }
  .doctor-txt-big {
    margin: auto;
    margin-bottom: 16px;
  }
  .doctor-txt-big p {
    font-size: 20px;
  }
  .doctor-txt-big span {
    font-size: 16px;
  }
  .doctor-txt-small p {
    font-size: 16px;
  }
  .doctor-intro .dir-reverse p {
    text-align: start;
  }
  .doctor-intro .ico {
    right: -15px;
    width: 200px;
  }
}
@media (max-width: 430px) {
  .doctor-intro .ico {
    width: 170px;
    top: 730px;
  }
}

/* --- DOCTOR-ADD --- */
.doctor-add {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
}
.doctor-bg-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.doctor-add-content {
  position: relative;
  margin-block: 48px;
}
.doctor-add-content .circle {
  width: 640px;
  height: 623px;
  background: url("../img/doctor/circle.png") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
}
.doctor-add-info {
  position: absolute;
  width: 240px;
}
.doctor-add-info p {
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}
.doctor-add-img {
  box-shadow: 0 4px 80px #fffdf9;
  border-radius: 200px;
  width: 100%;
}
.doctor-add-content .first {
  top: 11px;
  left: -80px;
}
.doctor-add-content .second {
  top: 11px;
  right: -80px;
}
.doctor-add-content .third {
  bottom: 11px;
  left: -80px;
}
.doctor-add-content .fourth {
  bottom: 11px;
  right: -80px;
}

@media (max-width: 1100px) {
  .doctor-add-content .circle {
    width: 580px;
    height: 560px;
  }
}
@media (max-width: 768px) {
  .doctor-add {
    padding-bottom: 64px;
    padding-inline: 8px;
  }
  .doctor-add-content {
    margin-block: 52px 88px;
  }
  .doctor-add-content .circle {
    width: 359px;
    height: 350px;
    font-size: 24px;
  }
  .doctor-add-info {
    width: 120px;
  }
  .doctor-add-content .first {
    top: 4px;
    left: 8px;
  }
  .doctor-add-content .second {
    top: 4px;
    right: 8px;
  }
  .doctor-add-content .third {
    bottom: -56px;
    left: 8px;
  }
  .doctor-add-content .fourth {
    bottom: -34px;
    right: 8px;
  }
}

/* --- USE-DETAIL --- */
.use-detail {
  width: 100%;
  background-color: #d1e4d0;
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.use-detail .section-title span {
  font-size: 32px;
}

.img-slider {
  margin-block: 48px;
  width: 100%;
  max-width: 1280px;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  gap: 16px;
}

.img-slider img {
  border-radius: 8px;
  width: 243px;
}

.use-detail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 81px;
}

.detail-map-box {
  width: 100%;
  max-width: 531px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  padding-inline: 16px;
  padding-bottom: 24px;
  font-size: 18px;
  border-bottom: 1px dashed #ffffff;
}

.detail-item p:nth-of-type(2) {
  width: 387px;
}

.detail-table-box {
  width: 100%;
  max-width: 588px;
}

.map {
  margin-top: 8px;
}

table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

thead {
  border-bottom: 1px solid #f1f1f1;
}

th,
td {
  padding: 10px 8px;
  font-size: 20px;
}

th {
  color: #333333;
  font-weight: normal;
}

td {
  color: #333333;
}

.green-circle {
  color: #5da672;
  font-size: 18px;
}

.orange-triangle {
  color: #ef7f3c;
  font-size: 18px;
}

.dash {
  color: #333333;
}

.time {
  font-family: "Ubuntu";
}

.notes {
  font-size: 16px;
  margin-top: 8px;
}

.notes span {
  color: #ef7f3c;
}
.use-btn-group {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 64px;
}
.use-btn-group img {
  width: 100%;
}

@media (max-width: 1100px) {
  .use-detail-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .use-detail {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 64px;
  }
  .use-detail .section-title span {
    font-size: 24px;
  }
  .detail-item p:nth-of-type(2),
  .map-case {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .use-detail {
    padding-block: 64px;
    padding-inline: 0;
  }
  .img-slider {
    margin-block: 32px;
  }
  .img-slider img {
    border-radius: 4px;
    width: 240px;
  }
  .use-detail-content {
    width: 100%;
    gap: 48px;
    padding-inline: 16px;
  }
  .detail-item {
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
  }
  .detail-map-box {
    gap: 16px;
  }
  th,
  td {
    font-size: 16px;
  }
  .notes {
    font-size: 15px;
  }
  .use-btn-group {
    margin-top: 48px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .detail-item p:nth-of-type(2),
  .map-case {
    width: 100%;
  }
  .map img {
    width: 100%;
  }
}

/* ----- FLOATING BTN ------ */
.floating-btn {
  display: none;
  position: fixed;
  gap: 4px;
  background-color: #ffffff;
  padding: 4px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  justify-content: center;
}
.floating-btn a img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .floating-btn {
    display: flex;
  }
}
