@charset "UTF-8";
/* ---------------sub-page custom common settings START--------------- */
* {
  letter-spacing: -0.025em;
}

b, strong, mark, em {
  font-weight: 800;
}

img {
  max-width: 100%;
}

.br450 {
  display: none;
}

.br450-2 {
  display: block;
}

.br350 {
  display: none;
}

.br385 {
  display: none;
}

.flex-column {
  flex-direction: column;
}

.sub-title-box .section-mini-title {
  color: #3a95ad;
}
.sub-title-box .section-mini-title + .section-title {
  margin: 20px 0 0;
}
.sub-title-box .section-title {
  line-height: 1;
}
.sub-title-box .section-title .ani-text .ani-inner {
  line-height: 1.2;
}
.sub-title-box .section-title br.br450 {
  display: none;
}
.sub-title-box .section-desc {
  line-height: 1.55;
}

.mini-title-box .section-desc {
  margin-top: 15px;
}

.border-top {
  position: relative;
}
.border-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: #eee;
  transition: width 0.5s ease-in-out 0.25s;
}
.border-top.animate2::before {
  width: 100%;
}

.border-top-fixed {
  position: relative;
}
.border-top-fixed::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: #eee;
  transition: width 0.5s ease-in-out 0.25s;
}
.border-top-fixed.animate2::before {
  width: 100%;
}

.half-flex-wrap {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.half-flex-wrap .flex-box {
  width: calc(50% - 20px);
}
.half-flex-wrap.column-layout {
  flex-direction: column;
}
.half-flex-wrap.column-layout .flex-box {
  width: 100%;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.half-flex-wrap.column-layout .flex-box > div {
  width: calc(50% - 20px);
}

.flex-box-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.flex-box-wrap .flex-box {
  display: flex;
}

.grid-box {
  display: grid;
}
.grid-box.col2 {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 45px;
}
.grid-box.col3 {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 45px;
}
.grid-box.col4 {
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 45px;
}
.grid-box .grid-item .figure:has(.percent-label) {
  position: relative;
}
.grid-box .grid-item .figure:has(.percent-label) .percent-label {
  position: absolute;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 146px;
  height: 40px;
  line-height: 40px;
  bottom: 25px;
  right: 25px;
  border-radius: 20px;
}
.grid-box .grid-item .text-box .type-name {
  padding: 25px 0 20px;
}
.grid-box .grid-item .text-box .type-name:has(.circle-link-arrow) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.grid-box .grid-item .text-box .step-order-text {
  padding: 20px 0 15px;
}
.grid-box .grid-item .text-box p {
  line-height: 1.5;
}
.grid-box .grid-item .text-box p.text-balance {
  text-wrap: balance;
}
.grid-box .grid-item .text-box p.step-order-desc br {
  display: block;
}
.grid-box .grid-item .text-box p br.br-keep {
  display: block;
}
.grid-box .grid-item .label {
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  margin: 0 0 20px 0;
}
.grid-box .grid-item .desc-list {
  padding: 15px 0 0;
}
.grid-box .grid-item .desc-list li {
  padding: 17px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}

.img-label-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.img-label-box .img-label {
  position: absolute;
  width: 182px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  text-align: center;
  top: 21px;
  left: 25px;
}

.circle-link-arrow {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 23px;
}

.checkup-link-list {
  background-color: #f3f9fa;
  display: flex;
  border-radius: 40px;
  padding: 14px 16px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.checkup-link-list li {
  flex: 1;
}
.checkup-link-list li a {
  display: block;
  padding: 16px 0;
  text-align: center;
  border-radius: 40px;
}
.checkup-link-list li a.active {
  pointer-events: none;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(to right, #80c8ac, #54a6ae);
}

.warning-text {
  background-color: #f3f8fb;
  border-radius: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.warning-text .ex-mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d4052;
  font-size: 20px;
  flex-shrink: 0;
}
.warning-text > p {
  line-height: 1.35;
}

/* ---------------sub-page custom common settings END--------------- */
/* ---------------video-box START--------------- */
.video-box {
  max-width: 982px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.video-box iframe {
  width: 100%;
  height: 100%;
}
.video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
/* ---------------video-box END--------------- */
/* ---------------ai-robot-section START--------------- */
.ai-robot-section {
  width: 97%;
  margin: 0 auto;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ai-robot-section .center .intro-box {
  border-radius: 20px;
  overflow: hidden;
  clip-path: inset(15% 10% 15% 10% round 20px);
  transition: clip-path 1s cubic-bezier(0.6, 0, 0.2, 1);
}
.ai-robot-section .center .intro-box img {
  transform: scale(1.15);
  transition: all 1.2s cubic-bezier(0.25, 0.7, 0.3, 1);
  opacity: 0.5;
  filter: blur(3px);
}
.ai-robot-section .center .intro-box.animate {
  clip-path: inset(0 0 0 0 round 20px);
}
.ai-robot-section .center .intro-box.animate img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.ai-robot-section .center .disease-list {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.ai-robot-section .center .disease-list li {
  flex: 1;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
  padding: 54px 0;
}
.ai-robot-section .center .disease-list li .icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-robot-section .center .merit-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.ai-robot-section .center .merit-list li {
  padding: 60px 45px;
  flex: 1;
  border-radius: 15px;
  background-color: #fff;
}
.ai-robot-section .center .merit-list li .inner {
  display: flex;
  justify-content: space-between;
}
.ai-robot-section .center .merit-list li .inner .text-box {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.ai-robot-section .center .merit-list li .inner .text-box .desc {
  line-height: 1.35;
  text-wrap: balance;
}
.ai-robot-section .center .merit-list li .inner .text-box .desc .br1350 {
  display: none;
}
.ai-robot-section .center .merit-list li .inner .text-box h3 .count-up {
  font-variant-numeric: tabular-nums;
}
.ai-robot-section .center .merit-list li .inner .icon {
  flex-shrink: 0;
}
.ai-robot-section .center .notice-list {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.ai-robot-section .center .notice-list li {
  line-height: 1.25;
  font-size: 16px;
  color: #999;
}
.ai-robot-section .center .notice-list li.caution-mark {
  position: relative;
  padding: 0 0 0 20px;
}
.ai-robot-section .center .notice-list li.caution-mark::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.ai-robot-section .ai-robot-swiper {
  margin-left: max(5%, (100% - 1400px) / 2);
  overflow: hidden;
  position: relative;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .img-box {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .img-box img {
  filter: grayscale(25) brightness(0.75);
  transition: filter 0.6s ease-in-out 0.1s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box {
  width: 50%;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.75s ease-in-out 0.25s;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title .number {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title h3 {
  line-height: 1.25;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc {
  color: #fff;
  line-height: 1.35;
  padding: 30px 0 0;
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box-wrap .img-box img {
  filter: grayscale(0) brightness(1);
}
.ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box-wrap .text-box {
  opacity: 1;
  transform: translateX(0px);
}
.ai-robot-section .ai-robot-swiper .ai-swiper-progressbar {
  top: unset;
  bottom: 0;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  height: 7px;
  width: 95%;
  max-width: 1400px;
}
.ai-robot-section .ai-robot-swiper .ai-swiper-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #50a3ae;
}

/* ---------------ai-robot-section END--------------- */
/* ---------------box-shadow-wrap START--------------- */
.box-shadow-wrap {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.box-shadow-wrap .box {
  flex: 1;
  border-radius: 15px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.box-shadow-wrap .box .inner-box {
  padding: 54px 35px 54px 45px;
}
.box-shadow-wrap .box .inner-box .icon {
  height: 70px;
  display: flex;
  align-items: center;
}
.box-shadow-wrap .box .inner-box h3 {
  padding: 25px 0 20px;
  line-height: 1.25;
}
.box-shadow-wrap .box .inner-box .desc {
  line-height: 1.55;
}

/* ---------------box-shadow-wrap END--------------- */
/* ---------------treatment-box-wrap START--------------- */
.treatment-box-wrap:has(.order-list) {
  row-gap: 50px;
}
.treatment-box-wrap .treatment-box {
  -moz-column-gap: 45px;
       column-gap: 45px;
  align-items: center;
}
.treatment-box-wrap .treatment-box .figure {
  width: calc(50% - 22.5px);
}
.treatment-box-wrap .treatment-box .text-box {
  width: calc(50% - 22.5px);
}
.treatment-box-wrap .treatment-box .text-box .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.treatment-box-wrap .treatment-box .text-box .title .number-square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
}
.treatment-box-wrap .treatment-box .text-box .title .treatment-link {
  position: relative;
  right: 5px;
  flex-shrink: 0;
}
.treatment-box-wrap .treatment-box .text-box .title.vertical {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 23px;
}
.treatment-box-wrap .treatment-box .text-box .treatment-desc {
  padding: 20px 0 0;
  line-height: 1.6;
  text-wrap: balance;
}
.treatment-box-wrap .treatment-box .text-box .treatment-desc br {
  display: none;
}
.treatment-box-wrap .treatment-box .text-box .treatment-type {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 25px 0;
}
.treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-type-title {
  display: inline-block;
  width: 74px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
}
.treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-check-type-name {
  line-height: 1.35;
}
.treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-link {
  position: relative;
  right: 10px;
}
.treatment-box-wrap .treatment-box .text-box .treatment-type-desc {
  padding: 15px 30px;
  border-radius: 10px;
  line-height: 1.4;
}
.treatment-box-wrap .treatment-box .text-box .merit-list {
  margin: 25px 0 0;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.treatment-box-wrap .treatment-box .text-box .merit-list li {
  flex: 1;
  background-color: #f3f8fb;
  border-radius: 10px;
  padding: 32px 10px 28px;
}
.treatment-box-wrap .treatment-box .text-box .merit-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.treatment-box-wrap .treatment-box .text-box .merit-list li .text {
  text-align: center;
  line-height: 1.3;
  display: block;
  padding: 15px 0 0;
}
.treatment-box-wrap .treatment-box .text-box .order-list {
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  counter-reset: order;
}
.treatment-box-wrap .treatment-box .text-box .order-list li {
  border-radius: 10px;
  background-color: #f3f8fb;
  padding: 12px 15px 12px 30px;
}
.treatment-box-wrap .treatment-box .text-box .order-list li p {
  counter-increment: order;
  position: relative;
  line-height: 1.35;
  padding: 0 0 0 25px;
}
.treatment-box-wrap .treatment-box .text-box .order-list li p::before {
  content: counter(order) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
  color: #0d4052;
}

/* ---------------treatment-box-wrap END--------------- */
/* ---------------diagnosis-treatment-wrap START--------------- */
.diagnosis-treatment-wrap .text-box .title {
  display: inline-block;
  width: 74px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  margin: 30px 0 27px;
}
.diagnosis-treatment-wrap .text-box .desc {
  padding: 0 0 30px 10px;
  line-height: 1.35;
  white-space: nowrap;
}
.diagnosis-treatment-wrap .text-box .list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.diagnosis-treatment-wrap .text-box .list li {
  border-radius: 10px;
  padding: 15px 10px 15px 25px;
  flex: 1;
  line-height: 1.35;
  white-space: nowrap;
}
.diagnosis-treatment-wrap .text-box .list li.flex-column {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 19px 10px 19px 25px;
  line-height: 1.45;
}

/* ---------------diagnosis-treatment-wrap END--------------- */
/* ---------------qna-box START--------------- */
.qna-box {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qna-box .qna {
  margin: 0 0 20px 0;
  transition: margin 0.4s ease, opacity 1s ease, transform 1s ease;
}
.qna-box .qna .query {
  border-radius: 20px;
  background-color: #f3f8fb;
  font-weight: 800;
  color: #0f4557;
  font-size: 26px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 22px 20px;
}
.qna-box .qna .answer {
  text-align: center;
  padding: 15px 0 0;
  font-size: 20px;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  contain: layout;
}
.qna-box .qna .answer .list-box {
  display: flex;
}
.qna-box .qna .answer .list-box.col2 {
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 45px 0 0;
}
.qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list {
  padding: 15px 0 0;
}
.qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.35;
}
.qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list li:first-child {
  border-top: 1px solid #ddd;
}
.qna-box .qna .answer .list-box.col3 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 0 0;
}
.qna-box .qna .answer .list-box.col4 {
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 45px 0 0;
}
.qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list {
  padding: 10px 0 0;
}
.qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li {
  line-height: 1.35;
}
.qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:first-child {
  padding: 0 0 22px 0;
  border-bottom: 1px solid #ddd;
}
.qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:last-child {
  padding: 22px 0 0;
}
.qna-box .qna .answer .list-box .list-item {
  flex: 1;
  border-radius: 20px;
  background-color: #f8f8f8;
}
.qna-box .qna .answer .list-box .list-item .inner {
  padding: 48px 30px;
}
.qna-box .qna .answer .list-box .list-item .inner .number {
  display: flex;
  width: 46px;
  height: 46px;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  background-color: #0f4557;
  justify-content: center;
  align-items: center;
}
.qna-box .qna .answer .list-box .list-item .inner .title {
  padding: 20px 0;
  font-size: 26px;
  font-weight: 800;
  color: #282828;
}
.qna-box .qna .answer .list-box .list-item .inner .desc {
  font-size: 20px;
  line-height: 1.35;
}
.qna-box.is-open .qna {
  margin: 0 0 55px 0;
}
.qna-box.is-open .qna .query {
  pointer-events: none;
}
.qna-box.is-open .qna .answer {
  max-height: 1500px;
  padding: 25px 0 0;
}
.qna-box:not(.is-open) .qna .query {
  position: relative;
}
.qna-box:not(.is-open) .qna .query::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(180deg);
  width: 23.5px;
  aspect-ratio: 23.5/18.5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 18.5'%3E%3Cpath fill-rule='evenodd' stroke='%230d4052' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M18.968,13.038 L11.002,3.940 L3.035,13.038 '/%3E%3C/svg%3E") no-repeat 50% 50%/contain;
  transition: transform 0.3s ease;
}
.qna-box:not(.is-open) .qna.active {
  margin: 0 0 45px 0;
}
.qna-box:not(.is-open) .qna.active .query::after {
  transform: translateY(-50%) rotate(0deg);
}
.qna-box:not(.is-open) .qna.active .answer {
  padding: 40px 0 0;
}

/* ---------------qna-box END--------------- */
/* ---------------table-wrap START--------------- */
.table-wrap {
  position: relative;
}
.table-wrap .table {
  display: grid;
  gap: 10px;
  color: #333;
}
.table-wrap .table.col3 {
  grid-template-columns: 43fr 14fr 43fr;
}
.table-wrap .table.col4 {
  grid-template-columns: 14fr 28.6fr 28.6fr 28.6fr;
}
.table-wrap .table .cell {
  border-radius: 15px;
  font-size: 20px;
  background-color: #eee;
  text-align: center;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}
.table-wrap .table .cell.head {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
.table-wrap .table .cell.head.main {
  color: #fff;
  background-color: #0d4052;
}
.table-wrap .table .cell.main {
  background-color: #f3f9fa;
  color: #0d4052;
  font-weight: 800;
}
.table-wrap .table .cell.bgc-f8 {
  background-color: #f8f8f8;
}
.table-wrap .table .cell.line-height-high {
  line-height: 1.75;
}

/* ---------------table-wrap END--------------- */
/* ---------------guide-text START--------------- */
.guide-text {
  text-align: center;
  color: #999;
  line-height: 1.75;
  font-size: 16px;
  padding: 30px 0 0;
}
.guide-text.fsz20 {
  font-size: 20px;
  line-height: 1.65;
}

/* ---------------guide-text END--------------- */
/* ---------------symptom-checklist START--------------- */
.symptom-checklist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5%;
}
.symptom-checklist .text-box {
  width: 50%;
}
.symptom-checklist .text-box p {
  padding: 20px 0 25px;
  line-height: 1.5;
  transition-delay: 0.25s;
}
.symptom-checklist .text-box a {
  transition-delay: 0.25s;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 294px;
  height: 80px;
  overflow: hidden;
}
.symptom-checklist .text-box a img {
  width: 28px;
  transition: filter 0.25s ease-in-out;
}
.symptom-checklist .text-box a .button-text {
  transition: color 0.25s ease-in-out;
}
.symptom-checklist .text-box a::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(303deg, #80c8ac, #348fad);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  z-index: -1;
}
.symptom-checklist ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
.symptom-checklist ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  border-radius: 10px;
  padding: 18px 27px;
}
.symptom-checklist ul li p {
  line-height: 1.35;
  color: #333;
  white-space: nowrap;
}

/* ---------------symptom-checklist END--------------- */
/* ---------------banner-box START--------------- */
.banner-box {
  height: 600px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.banner-box .inner-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-box .inner-box .title-box {
  width: 100%;
}
.banner-box .inner-box .title-box h2 {
  line-height: 1;
}
.banner-box .inner-box .title-box h2 .ani-text .ani-inner {
  line-height: 1.2;
}
.banner-box .inner-box .title-box p {
  line-height: 1.5;
  transition-delay: 0.25s;
  text-wrap: balance;
}
.banner-box .inner-box .title-box .inquiry-list .inquiry {
  border: 1px solid transparent;
  background-color: #fff;
}
.banner-box .inner-box .title-box .inquiry-list .inquiry a img, .banner-box .inner-box .title-box .inquiry-list .inquiry button img {
  position: relative;
  z-index: 3;
}
.banner-box .inner-box .title-box .inquiry-list .inquiry a .text, .banner-box .inner-box .title-box .inquiry-list .inquiry button .text {
  position: relative;
  z-index: 3;
}
.banner-box .inner-box .title-box .inquiry-list .inquiry a::after, .banner-box .inner-box .title-box .inquiry-list .inquiry button::after {
  z-index: 2;
}
.banner-box .inner-box .check-list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 0;
}
.banner-box .inner-box .check-list li {
  text-align: center;
  flex: 1;
  padding: 10px 0;
}
.banner-box .inner-box .check-list li h3 {
  padding: 25px 0 0;
}
.banner-box .inner-box .check-list li p {
  line-height: 1.5;
}
.banner-box .inner-box .check-list li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-box .inner-box .check-list.divide-arrow li {
  position: relative;
}
.banner-box .inner-box .check-list.divide-arrow li:not(:last-child) {
  border-right: none;
}
.banner-box .inner-box .check-list.divide-arrow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 58.5px;
  height: 17.5px;
  aspect-ratio: 58.5/17.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.5 17.5'%3E%3Cpath fill-rule='evenodd' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M42.558,1.868 L56.115,15.118 L1.887,15.118 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner-box .proud-inner {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.banner-box .proud-inner .proud-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .proud-inner .proud-box .desc-box {
  display: flex;
  align-items: center;
}
.banner-box .proud-inner .proud-box .desc-box .laurel.laurel-left {
  transform: rotate(15deg);
  margin: 0 -10px 0 0;
}
.banner-box .proud-inner .proud-box .desc-box .laurel.laurel-right {
  transform: rotate(-15deg) scaleX(-1);
  margin: 0 0 0 -10px;
}
.banner-box .proud-inner .proud-box .desc-box .text-box {
  text-align: center;
}
.banner-box .proud-inner .proud-box .desc-box .text-box h2 {
  line-height: 1.2;
}
.banner-box .proud-inner .proud-box .desc-box .text-box h2 .br600 {
  display: none;
}
.banner-box .proud-inner .proud-box .desc-box .text-box h2 .title-text.gradient-text-silver {
  background: linear-gradient(to bottom, #bebebe 0%, #eeeeee 50%, #d2d2d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.banner-box .proud-inner .proud-box .desc-box .text-box h2 .title-text.gradient-text-gold {
  background: linear-gradient(138deg, #fefcbb 16%, #f2d483 33%, #fefcbb 54%, #fdfed6 72%, #f0cb77 87%, #fbf1ad 92%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.banner-box .proud-inner .proud-box .desc-box .text-box p {
  padding: 25px 0 0;
  line-height: 1.45;
}
.banner-box .proud-inner .proud-box .award-box {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  margin: 40px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-box .proud-inner .proud-box .award-box .award {
  position: relative;
}
.banner-box .proud-inner .proud-box .award-box .award::after {
  content: "";
  background-image: url("/assets/img/sub/badge_shining.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  display: block;
  width: 170px;
  height: 200px;
  left: -50px;
  top: -80px;
  mix-blend-mode: overlay;
}
.banner-box .proud-inner .proud-box .proud-list {
  margin: 20px 0 0;
  width: 420px;
}
.banner-box .proud-inner .proud-box .proud-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.banner-box .proud-inner .proud-box .proud-list li img {
  flex-shrink: 0;
}
.banner-box .proud-inner .proud-box .proud-list li .text {
  line-height: 1.5;
}

/* ---------------banner-box END--------------- */
/* ---------------media screen START--------------- */
@media (max-width: 1550px) {
  /* ---------------diagnosis-treatment-wrap START--------------- */
  .diagnosis-treatment-wrap .text-box .desc {
    white-space: unset;
  }
  .diagnosis-treatment-wrap .text-box .list li {
    white-space: unset;
  }
  /* ---------------diagnosis-treatment-wrap END--------------- */
  /* ---------------symptom-checklist START--------------- */
  .symptom-checklist ul li p {
    white-space: unset;
  }
  /* ---------------symptom-checklist END--------------- */
}
@media (max-width: 1350px) {
  /* ---------------sub-page custom common settings START--------------- */
  .sub-title-box .section-mini-title {
    font-size: 27px;
  }
  .sub-title-box .section-mini-title + .section-title {
    margin: 18px 0 0;
  }
  .half-flex-wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .half-flex-wrap .flex-box {
    width: calc(50% - 15px);
  }
  .half-flex-wrap.column-layout .flex-box {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .half-flex-wrap.column-layout .flex-box > div {
    width: calc(50% - 15px);
  }
  .flex-box-wrap {
    row-gap: 25px;
  }
  .grid-box.col2 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
  .grid-box.col3 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 35px;
  }
  .grid-box.col4 .grid-item .text-box p br {
    display: block;
  }
  .grid-box .grid-item .figure:has(.percent-label) .percent-label {
    bottom: 20px;
    right: 20px;
    width: 136px;
  }
  .grid-box .grid-item .text-box p br {
    display: none;
  }
  .grid-box .grid-item .text-box p.step-order-desc br {
    display: none;
  }
  .img-label-box {
    border-radius: 18px;
  }
  .img-label-box .img-label {
    width: 160px;
  }
  /* ---------------sub-page custom common settings END--------------- */
  /* ---------------ai-robot-section START--------------- */
  .ai-robot-section .center .disease-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .ai-robot-section .center .merit-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .ai-robot-section .center .merit-list li {
    padding: 50px 30px 50px 40px;
  }
  .ai-robot-section .center .merit-list li .inner {
    position: relative;
  }
  .ai-robot-section .center .merit-list li .inner .text-box .desc .br1350 {
    display: block;
  }
  .ai-robot-section .center .merit-list li .inner .icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.8);
    transform-origin: top right;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc {
    text-wrap: balance;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc br {
    display: none;
  }
  .ai-robot-section .ai-robot-swiper .ai-swiper-progressbar {
    height: 6px;
  }
  /* ---------------ai-robot-section END--------------- */
  /* ---------------box-shadow-wrap START--------------- */
  .box-shadow-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .box-shadow-wrap .box .inner-box {
    padding: 45px 40px 45px 40px;
  }
  .box-shadow-wrap .box .inner-box .icon {
    height: 63px;
  }
  .box-shadow-wrap .box .inner-box .icon img {
    transform: scale(0.9);
    transform-origin: left center;
  }
  .box-shadow-wrap .box .inner-box h3 {
    padding: 23px 0 18px;
  }
  .box-shadow-wrap .box .inner-box .desc br {
    display: none;
  }
  /* ---------------box-shadow-wrap END--------------- */
  /* ---------------treatment-box-wrap START--------------- */
  .treatment-box-wrap .treatment-box {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .treatment-box-wrap .treatment-box .figure {
    width: calc(50% - 18px);
  }
  .treatment-box-wrap .treatment-box .text-box {
    width: calc(50% - 18px);
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* ---------------treatment-box-wrap END--------------- */
  /* ---------------diagnosis-treatment-wrap START--------------- */
  .diagnosis-treatment-wrap .text-box .title {
    margin: 25px 0 22px;
  }
  .diagnosis-treatment-wrap .text-box .desc {
    padding: 0 0 25px 10px;
  }
  /* ---------------diagnosis-treatment-wrap END--------------- */
  /* ---------------qna-box START--------------- */
  .qna-box .qna .query {
    font-size: 25px;
  }
  .qna-box .qna .answer {
    font-size: 19px;
  }
  .qna-box .qna .answer .list-box.col4 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 40px 0 0;
  }
  .qna-box.is-open .qna {
    margin: 0 0 50px 0;
  }
  .qna-box:not(.is-open) .qna .query::after {
    right: 40px;
  }
  /* ---------------qna-box END--------------- */
  /* ---------------table-wrap START--------------- */
  .table-wrap .table .cell {
    font-size: 19px;
    text-wrap: balance;
  }
  .table-wrap .table .cell.head {
    font-size: 28px;
  }
  /* ---------------table-wrap END--------------- */
  /* ---------------guide-text START--------------- */
  .guide-text.fsz20 {
    font-size: 19px;
  }
  /* ---------------guide-text END--------------- */
  /* ---------------banner-box START--------------- */
  .banner-box {
    height: 540px;
  }
  /* ---------------banner-box END--------------- */
}
@media (max-width: 1150px) {
  /* ---------------sub-page custom common settings START--------------- */
  .grid-box.col3 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  /* ---------------sub-page custom common settings END--------------- */
  /* ---------------box-shadow-wrap START--------------- */
  .box-shadow-wrap {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .box-shadow-wrap .box .inner-box {
    padding: 40px;
  }
  .box-shadow-wrap .box .inner-box .icon {
    height: 60px;
  }
  .box-shadow-wrap .box .inner-box .icon img {
    transform: scale(0.85);
  }
  .box-shadow-wrap .box .inner-box h3 {
    padding: 21px 0 16px;
  }
  /* ---------------box-shadow-wrap END--------------- */
  /* ---------------qna-box START--------------- */
  .qna-box .qna .answer {
    text-wrap: balance;
  }
  .qna-box .qna .answer br {
    display: none;
  }
  /* ---------------qna-box END--------------- */
  /* ---------------table-wrap START--------------- */
  .table-wrap .table .cell {
    font-size: 18px;
  }
  .table-wrap .table .cell.head {
    font-size: 26px;
  }
  /* ---------------table-wrap END--------------- */
  /* ---------------banner-box START--------------- */
  .banner-box {
    height: auto;
  }
  .banner-box:not(:has(.check-list)) {
    height: 500px;
  }
  .banner-box .inner-box {
    padding: 70px 0 40px;
  }
  .banner-box .inner-box .check-list {
    flex-direction: column;
    padding: 35px 0 0;
  }
  .banner-box .inner-box .check-list li {
    position: relative;
    padding: 30px 0;
  }
  .banner-box .inner-box .check-list li h3 {
    padding: 22px 0 0;
  }
  .banner-box .inner-box .check-list li p {
    line-height: 1.6;
  }
  .banner-box .inner-box .check-list li:not(:last-child) {
    border-right: none;
  }
  .banner-box .inner-box .check-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .banner-box .inner-box .check-list.divide-arrow li:first-child {
    padding: 25px 0 50px;
  }
  .banner-box .inner-box .check-list.divide-arrow li:last-child {
    padding: 50px 0 25px;
  }
  .banner-box .inner-box .check-list.divide-arrow li {
    padding: 50px 0;
  }
  .banner-box .inner-box .check-list.divide-arrow li:not(:last-child)::after {
    top: unset;
    bottom: 0;
    left: 50%;
    right: unset;
    transform: translate(-50%, 50%) rotate(90deg);
    width: 47px;
    height: 14px;
    background-color: transparent;
    aspect-ratio: 58.5/17.5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.5 17.5'%3E%3Cpath fill-rule='evenodd' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M42.558,1.868 L56.115,15.118 L1.887,15.118 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .banner-box .proud-inner {
    width: 92%;
  }
  /* ---------------banner-box END--------------- */
}
@media (min-width: 992px) {
  /* ---------------sub-page custom common settings START--------------- */
  .checkup-link-list li a:not(.active):hover {
    color: #fff;
    background: linear-gradient(to right, #80c8ac, #54a6ae);
    opacity: 0.5;
  }
  /* ---------------sub-page custom common settings START--------------- */
  /* ---------------symptom-checklist START--------------- */
  .symptom-checklist .text-box a:hover {
    border-color: transparent;
  }
  .symptom-checklist .text-box a:hover img {
    filter: brightness(100);
  }
  .symptom-checklist .text-box a:hover .button-text {
    color: #fff;
  }
  .symptom-checklist .text-box a:hover::after {
    width: 100%;
  }
  /* ---------------symptom-checklist END--------------- */
}
@media (max-width: 991px) {
  .side-quick-box {
    display: none;
  }
  /* ---------------sub-page custom common settings START--------------- */
  .sub-title-box .section-mini-title {
    font-size: 24px;
  }
  .sub-title-box .section-title .ani-text .ani-inner {
    text-wrap: balance;
  }
  .sub-title-box .section-desc {
    line-height: 1.65;
    text-wrap: balance;
  }
  .sub-title-box .section-desc br {
    display: none;
  }
  .mini-title-box .section-desc {
    text-wrap: balance;
    line-height: 1.65;
  }
  .mini-title-box .section-desc br {
    display: none;
  }
  .half-flex-wrap {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .half-flex-wrap .flex-box {
    width: 100%;
  }
  .half-flex-wrap.column-layout .flex-box {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .half-flex-wrap.column-layout .flex-box > div {
    width: 100%;
  }
  .half-flex-wrap.column-layout .flex-box:has(.img-label-box) {
    row-gap: 35px;
  }
  .half-flex-wrap.column-layout .flex-box:has(.text-box) {
    row-gap: 10px;
  }
  .half-flex-wrap.column-layout:has(.img-label-box):has(.text-box) {
    row-gap: 0px;
  }
  .half-flex-wrap:has(.img-label-box):has(.text-box) {
    row-gap: 75px;
  }
  .half-flex-wrap:not(:has(.img-label-box)):has(.text-box) {
    row-gap: 30px;
  }
  .half-flex-wrap:not(:has(.text-box)):has(.img-label-box) {
    row-gap: 45px;
  }
  .grid-box.col2 {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 40px;
  }
  .grid-box.col3 {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 40px;
  }
  .grid-box.col4 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .grid-box .grid-item {
    transition-property: opacity, transform;
    transition-duration: 1s, 1s;
    transform: translateY(25px);
  }
  .grid-box .grid-item .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid-box .grid-item .text-box {
    text-align: center;
  }
  .grid-box .grid-item .text-box .type-name {
    padding: 20px 0 15px;
  }
  .grid-box .grid-item .text-box .type-name:has(.circle-link-arrow) {
    justify-content: center;
  }
  .grid-box .grid-item .text-box p {
    line-height: 1.65;
    text-wrap: balance;
    font-size: 16px;
  }
  .grid-box .grid-item .text-box p br {
    display: block;
  }
  .grid-box .grid-item.animate {
    transform: translateY(0px);
  }
  .img-label-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-label-box .img-label {
    font-size: 20px;
    width: 182px;
  }
  .checkup-link-list {
    padding: 10px 12px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .checkup-link-list li a {
    padding: 13px 0;
    font-size: 17px;
  }
  .warning-text {
    -moz-column-gap: 15px;
         column-gap: 15px;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    border-radius: 35px;
    padding: 20px 15px;
    row-gap: 16px;
  }
  .warning-text .ex-mark {
    width: 60px;
    height: 60px;
  }
  .warning-text > p {
    line-height: 1.6;
    text-wrap: balance;
    text-align: center;
  }
  .warning-text > p br {
    display: none;
  }
  /* ---------------sub-page custom common settings START--------------- */
  /* ---------------video-box START--------------- */
  .video-box {
    border-radius: 16px;
  }
  /* ---------------video-box END--------------- */
  /* ---------------ai-robot-section START--------------- */
  .ai-robot-section {
    width: 94%;
  }
  .ai-robot-section .center .disease-list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .ai-robot-section .center .disease-list li {
    padding: 45px 0;
    row-gap: 25px;
  }
  .ai-robot-section .center .merit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
  .ai-robot-section .center .merit-list li {
    padding: 40px 36px;
  }
  .ai-robot-section .center .merit-list li .inner .icon {
    transform: scale(0.85);
  }
  .ai-robot-section .center .notice-list li {
    line-height: 1.35;
  }
  .ai-robot-section .ai-robot-swiper {
    padding: 0 0 50px 0;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 36px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .img-box {
    width: 100%;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box {
    width: 100%;
    transform: translateY(-25px);
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc {
    line-height: 1.5;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box-wrap .text-box {
    transform: translateY(0px);
  }
  .ai-robot-section .ai-robot-swiper .ai-swiper-progressbar {
    height: 5px;
  }
  /* ---------------ai-robot-section END--------------- */
  /* ---------------box-shadow-wrap START--------------- */
  .box-shadow-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  .box-shadow-wrap .box .inner-box {
    padding: 36px;
  }
  .box-shadow-wrap .box .inner-box .desc br {
    display: block;
  }
  /* ---------------box-shadow-wrap END--------------- */
  /* ---------------treatment-box-wrap START--------------- */
  .treatment-box-wrap {
    row-gap: 50px;
  }
  .treatment-box-wrap .treatment-box {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 23px;
  }
  .treatment-box-wrap .treatment-box .figure {
    width: 100%;
  }
  .treatment-box-wrap .treatment-box .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatment-box-wrap .treatment-box .text-box {
    width: 100%;
  }
  .treatment-box-wrap .treatment-box .text-box .title {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .treatment-box-wrap .treatment-box .text-box .title .number-square {
    width: 36px;
    height: 36px;
  }
  .treatment-box-wrap .treatment-box .text-box .title .treatment-name {
    font-size: 28px;
    line-height: 1.3;
  }
  .treatment-box-wrap .treatment-box .text-box .title .treatment-link {
    right: 3px;
  }
  .treatment-box-wrap .treatment-box .text-box .title.vertical {
    flex-direction: row;
    align-items: center;
    row-gap: 0;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-desc {
    padding: 17px 0 0;
    line-height: 1.65;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-desc br {
    display: block;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-type-title {
    height: 42px;
    line-height: 42px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-check-type-name {
    line-height: 1.5;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type-desc {
    line-height: 1.5;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .text {
    line-height: 1.35;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list {
    margin: 22px 0 0;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list li {
    padding: 12px 15px 12px 20px;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list li p {
    line-height: 1.5;
  }
  /* ---------------treatment-box-wrap END--------------- */
  /* ---------------diagnosis-treatment-wrap START--------------- */
  .diagnosis-treatment-wrap .text-box .title {
    height: 42px;
    line-height: 42px;
  }
  .diagnosis-treatment-wrap .text-box .desc {
    line-height: 1.6;
  }
  .diagnosis-treatment-wrap .text-box .list li {
    flex: 0 1 auto;
    line-height: 1.6;
  }
  .diagnosis-treatment-wrap .text-box .list li.flex-column {
    padding: 20px 10px 20px 25px;
    line-height: 1.6;
  }
  /* ---------------diagnosis-treatment-wrap START--------------- */
  /* ---------------qna-box START--------------- */
  .qna-box .qna {
    margin: 0 0 16px 0;
  }
  .qna-box .qna .query {
    line-height: 1.5;
    padding: 15px 20px;
    font-size: 23px;
    border-radius: 16px;
  }
  .qna-box .qna .answer {
    padding: 13px 0 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .qna-box .qna .answer .list-box.col2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 40px 0 0;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner {
    padding: 30px 25px 40px 25px;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list {
    padding: 15px 0 0;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list li {
    padding: 14px 0;
    line-height: 1.45;
    font-size: 17px;
  }
  .qna-box .qna .answer .list-box.col3 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .qna-box .qna .answer .list-box.col4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list {
    padding: 5px 0 0;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li {
    line-height: 1.6;
    font-size: 17px;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:first-child {
    padding: 0 0 18px 0;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:last-child {
    padding: 18px 0 0;
  }
  .qna-box .qna .answer .list-box .list-item .inner {
    padding: 30px 15px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .number {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .title {
    padding: 18px 0;
    font-size: 24px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .desc {
    font-size: 18px;
    line-height: 1.4;
  }
  .qna-box:not(.is-open) .qna .query::after {
    right: 18px;
    width: 18px;
  }
  .qna-box:not(.is-open) .qna.active {
    margin: 0 0 40px 0;
  }
  .qna-box:not(.is-open) .qna.active .answer {
    padding: 32px 0 0;
  }
  /* ---------------qna-box END--------------- */
  /* ---------------table-wrap START--------------- */
  @keyframes graph_scroll {
    0% {
      transform: translate(calc(-50% - 10px), -50%);
    }
    100% {
      transform: translate(calc(-50% + 10px), -50%);
    }
  }
  .table-wrap::after {
    content: "";
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url("/assets/img/sub/graph_scroll.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    aspect-ratio: 1/1;
    width: 90px;
    transition: opacity 0.75s linear;
    opacity: 1;
    animation: graph_scroll 1s alternate infinite;
  }
  .table-wrap.hide::after {
    opacity: 0;
    pointer-events: none;
  }
  .table-wrap .table {
    width: 100%;
    position: relative;
    overflow-x: scroll;
    gap: 8px;
  }
  .table-wrap .table .cell {
    padding: 15px 8px;
    border-radius: 12.5px;
    font-size: 16px;
    white-space: nowrap;
  }
  .table-wrap .table .cell.head {
    font-size: 23px;
  }
  /* ---------------table-wrap END--------------- */
  /* ---------------guide-text START--------------- */
  .guide-text {
    font-size: 15px;
    text-wrap: balance;
  }
  .guide-text br {
    display: none;
  }
  /* ---------------guide-text END--------------- */
  /* ---------------symptom-checklist START--------------- */
  .symptom-checklist {
    flex-direction: column;
    row-gap: 50px;
  }
  .symptom-checklist .text-box {
    width: 100%;
    text-align: center;
  }
  .symptom-checklist .text-box p {
    line-height: 1.65;
  }
  .symptom-checklist .text-box a {
    width: 270px;
    height: 70px;
    margin: 0 auto;
  }
  .symptom-checklist ul {
    width: 100%;
    row-gap: 13px;
  }
  .symptom-checklist ul li {
    border-radius: 15px;
    padding: 15px 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .symptom-checklist ul li p {
    line-height: 1.5;
  }
  .symptom-checklist:not(:has(.btn-self-diagnosis)) {
    row-gap: 20px;
  }
  /* ---------------symptom-checklist END--------------- */
  /* ---------------banner-box START--------------- */
  .banner-box:not(:has(.check-list)) {
    height: auto;
  }
  .banner-box.bph-banner {
    background-position: 70% 50%;
  }
  .banner-box.cancer-banner {
    background-position: 72.5% 50%;
  }
  .banner-box.medal-banner {
    background-position: 45% 50%;
  }
  .banner-box.trophy-banner {
    background-position: 55% 50%;
  }
  .banner-box.robotic-banner {
    background-position: 45% 50%;
  }
  .banner-box.urs-banner {
    background-position: 70% 50%;
  }
  .banner-box.urethra_stricture-banner {
    background-position: 55% 50%;
  }
  .banner-box.ed-banner {
    background-position: 72.5% 50%;
  }
  .banner-box.phimotic-banner {
    background-position: 92.5% 50%;
  }
  .banner-box.vasectomy-banner {
    background-position: 70% 50%;
  }
  .banner-box.penis_surgery-banner {
    background-position: 72.5% 50%;
  }
  .banner-box.cystitis-banner {
    background-position: 76% 50%;
  }
  .banner-box.interstitial_cystitis-banner {
    background-position: 75% 50%;
  }
  .banner-box.oab-banner {
    background-position: 67.5% 50%;
  }
  .banner-box.incontinence-banner {
    background-position: 70% 50%;
  }
  .banner-box.vulvoplasty-banner {
    background-position: 80% 50%;
  }
  .banner-box .inner-box {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .banner-box .inner-box .title-box h2 .ani-text .ani-inner {
    text-wrap: balance;
  }
  .banner-box .inner-box .title-box p {
    line-height: 1.6;
  }
  .banner-box .proud-inner {
    padding: 70px 0;
    width: calc(100% - 40px);
    justify-content: center;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box h2 {
    font-size: 38px;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box p {
    font-size: 20px;
    padding: 20px 0 0;
    line-height: 1.65;
  }
  .banner-box .proud-inner .proud-box .award-box {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .banner-box .proud-inner .proud-box .award-box .award img {
    width: 150px;
  }
  .banner-box .proud-inner .proud-box .proud-list {
    width: auto;
  }
  .banner-box .proud-inner .proud-box .proud-list li {
    padding: 16px 20px;
  }
  .banner-box .proud-inner .proud-box .proud-list li .text {
    font-size: 20px;
  }
  /* ---------------banner-box END--------------- */
}
@media (max-width: 600px) {
  /* ---------------sub-page custom common settings START--------------- */
  .sub-title-box .section-mini-title {
    font-size: 22px;
  }
  .sub-title-box .section-mini-title + .section-title {
    margin: 14px 0 0;
  }
  .half-flex-wrap.column-layout .flex-box:has(.img-label-box) {
    row-gap: 25px;
  }
  .half-flex-wrap:has(.img-label-box):has(.text-box) {
    row-gap: 60px;
  }
  .half-flex-wrap:not(:has(.img-label-box)):has(.text-box) {
    row-gap: 20px;
  }
  .half-flex-wrap:not(:has(.text-box)):has(.img-label-box) {
    row-gap: 30px;
  }
  .grid-box.col4 {
    row-gap: 30px;
  }
  .grid-box .grid-item .label {
    height: 50px;
    line-height: 50px;
  }
  .grid-box .grid-item .desc-list {
    padding: 10px 0 0;
  }
  .grid-box .grid-item .desc-list li {
    padding: 15px 0;
  }
  .grid-box .grid-item .figure:has(.percent-label) .percent-label {
    bottom: 16px;
    right: 12px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .grid-box .grid-item .text-box p br {
    display: none;
  }
  .img-label-box {
    border-radius: 16px;
  }
  .img-label-box .img-label {
    font-size: 18.5px;
    top: 15px;
    left: 18px;
    height: 42px;
    line-height: 42px;
    width: auto;
    padding: 0 18px;
  }
  .checkup-link-list {
    padding: 8px 10px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .checkup-link-list li a {
    padding: 11px 0;
    font-size: 16px;
  }
  .warning-text {
    border-radius: 25px;
  }
  .warning-text .ex-mark {
    width: 50px;
    height: 50px;
  }
  .warning-text p {
    font-size: 16px;
    padding: 0 15px;
  }
  /* ---------------sub-page custom common settings START--------------- */
  /* ---------------ai-robot-section START--------------- */
  .ai-robot-section .center .disease-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
  .ai-robot-section .center .disease-list li {
    padding: 40px 0;
    row-gap: 22px;
  }
  .ai-robot-section .center .disease-list li .icon {
    height: 48px;
  }
  .ai-robot-section .center .disease-list li .icon img {
    transform: scale(0.8);
  }
  .ai-robot-section .center .disease-list li .text {
    font-size: 16px;
  }
  .ai-robot-section .center .merit-list {
    -moz-column-gap: 18px;
         column-gap: 18px;
    row-gap: 18px;
  }
  .ai-robot-section .center .merit-list li {
    padding: 32px 25px 32px 30px;
  }
  .ai-robot-section .center .merit-list li .inner .icon {
    transform: scale(0.75);
  }
  .ai-robot-section .center .notice-list li {
    font-size: 14px;
  }
  .ai-robot-section .ai-robot-swiper {
    padding: 0 0 30px 0;
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .ai-robot-section .ai-robot-swiper::after {
    z-index: 2;
    pointer-events: none;
    visibility: hidden;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc {
    padding: 20px 0 0;
    line-height: 1.65;
  }
  .ai-robot-section .ai-robot-swiper .ai-swiper-progressbar {
    width: 100%;
  }
  /* ---------------ai-robot-section END--------------- */
  /* ---------------box-shadow-wrap START--------------- */
  .box-shadow-wrap {
    gap: 20px;
  }
  .box-shadow-wrap .box .inner-box {
    padding: 30px;
  }
  .box-shadow-wrap .box .inner-box .icon {
    height: 52.5px;
  }
  .box-shadow-wrap .box .inner-box .icon img {
    transform: scale(0.75);
  }
  .box-shadow-wrap .box .inner-box .desc {
    text-wrap: balance;
    line-height: 1.65;
  }
  .box-shadow-wrap .box .inner-box .desc br {
    display: none;
  }
  /* ---------------box-shadow-wrap END--------------- */
  /* ---------------treatment-box-wrap START--------------- */
  .treatment-box-wrap {
    row-gap: 40px;
  }
  .treatment-box-wrap:has(.order-list) {
    row-gap: 45px;
  }
  .treatment-box-wrap .treatment-box .text-box .title .treatment-name {
    font-size: 26px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-desc {
    text-wrap: balance;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-desc br {
    display: none;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 20px 0;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-type-title {
    width: 68px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-link {
    right: 5px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type-desc {
    padding: 15px 20px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li {
    padding: 20px 0;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .icon {
    height: 45px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .icon img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .text {
    font-size: 17px;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list {
    margin: 22px 0 0;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list li p {
    padding: 0 0 0 22px;
  }
  /* ---------------treatment-box-wrap END--------------- */
  /* ---------------diagnosis-treatment-wrap START--------------- */
  .diagnosis-treatment-wrap .text-box .title {
    height: 42px;
    line-height: 42px;
    width: 68px;
  }
  .diagnosis-treatment-wrap .text-box .list li {
    padding: 15px 10px 15px 20px;
  }
  .diagnosis-treatment-wrap .text-box .list li.flex-column {
    row-gap: 8px;
    text-wrap: balance;
    padding: 20px 10px 20px 20px;
  }
  .diagnosis-treatment-wrap .text-box .list li.flex-column br {
    display: none;
  }
  /* ---------------diagnosis-treatment-wrap START--------------- */
  /* ---------------qna-box START--------------- */
  .qna-box .qna {
    margin: 0 0 15px;
  }
  .qna-box .qna .query {
    font-size: 21px;
  }
  .qna-box .qna .answer {
    padding: 12px 0 0;
    font-size: 17px;
    line-height: 1.6;
  }
  .qna-box .qna .answer .list-box.col2 {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding: 30px 0 0;
    row-gap: 40px;
  }
  .qna-box .qna .answer .list-box.col3 {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 15px;
  }
  .qna-box .qna .answer .list-box .inner .number {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .qna-box .qna .answer .list-box.col4 {
    gap: 20px;
    padding: 30px 0 0;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list {
    padding: 5px 0 0;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li {
    font-size: 16.5px;
  }
  .qna-box .qna.active {
    margin: 0 0 35px 0;
  }
  .qna-box .qna.active .answer {
    padding: 22px 0 0;
  }
  .qna-box.is-open .qna {
    margin: 0 0 42px 0;
  }
  .qna-box.is-open .qna .answer {
    padding: 22px 0 0;
  }
  .qna-box:not(.is-open) .qna .query::after {
    right: 10px;
    width: 16px;
  }
  .qna-box:not(.is-open) .qna.active {
    margin: 0 0 35px 0;
  }
  .qna-box:not(.is-open) .qna.active .answer {
    padding: 27px 0 0;
  }
  /* ---------------qna-box END--------------- */
  /* ---------------table-wrap START--------------- */
  .table-wrap::after {
    width: 80px;
  }
  .table-wrap .table {
    gap: 6px;
  }
  .table-wrap .table .cell {
    padding: 12px 6px;
    font-size: 15px;
  }
  .table-wrap .table .cell.head {
    font-size: 19px;
  }
  .table-wrap .table::-webkit-scrollbar {
    display: none;
  }
  /* ---------------table-wrap END--------------- */
  /* ---------------guide-text START--------------- */
  .guide-text {
    font-size: 14.5px;
  }
  .guide-text.fsz20 {
    font-size: 17px;
  }
  /* ---------------guide-text END--------------- */
  /* ---------------symptom-checklist START--------------- */
  .symptom-checklist {
    row-gap: 45px;
  }
  .symptom-checklist .text-box p {
    padding: 18px 0 23px;
    text-wrap: balance;
  }
  .symptom-checklist .text-box p br {
    display: none;
  }
  .symptom-checklist .text-box a {
    width: 250px;
    height: 64px;
  }
  .symptom-checklist .text-box a img {
    width: 24px;
  }
  .symptom-checklist ul {
    row-gap: 11px;
  }
  .symptom-checklist ul li {
    padding: 15px 20px;
  }
  .symptom-checklist:not(:has(.btn-self-diagnosis)) {
    row-gap: 10px;
  }
  /* ---------------symptom-checklist END--------------- */
  /* ---------------banner-box START--------------- */
  .banner-box .inner-box {
    padding: 60px 0 35px;
  }
  .banner-box .inner-box .title-box .item-desc {
    text-wrap: balance;
  }
  .banner-box .inner-box .title-box .item-desc br {
    display: none;
  }
  .banner-box .inner-box .check-list {
    padding: 25px 0 0;
  }
  .banner-box .inner-box .check-list li {
    padding: 25px 0;
  }
  .banner-box .inner-box .check-list li .check-icon {
    width: 30px;
  }
  .banner-box .inner-box .check-list li h3 {
    padding: 20px 0 0;
  }
  .banner-box .inner-box .check-list li:not(:last-child)::after {
    width: 100%;
  }
  .banner-box .inner-box .check-list.divide-arrow li:first-child {
    padding: 20px 0 40px;
  }
  .banner-box .inner-box .check-list.divide-arrow li:last-child {
    padding: 40px 0 20px;
  }
  .banner-box .inner-box .check-list.divide-arrow li {
    padding: 40px 0;
  }
  .banner-box .inner-box .check-list.divide-arrow li:not(:last-child)::after {
    width: 41px;
    height: 12px;
  }
  .banner-box .proud-inner {
    width: calc(100% - 30px);
    padding: 50px 0;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel {
    height: 145px;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel.laurel-left {
    margin: 0 -30px 0 0;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel.laurel-right {
    margin: 0 0 0 -30px;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box h2 {
    font-size: 36px;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box h2 .br600 {
    display: block;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box p {
    font-size: 18px;
    text-wrap: balance;
    padding: 15px 0 0;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box p br {
    display: none;
  }
  .banner-box .proud-inner .proud-box .award-box {
    margin: 30px 0 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .banner-box .proud-inner .proud-box .award-box .award img {
    width: 135px;
  }
  .banner-box .proud-inner .proud-box .proud-list {
    width: calc(100% - 30px);
    margin: 15px 0 0;
  }
  .banner-box .proud-inner .proud-box .proud-list li {
    text-align: left;
    padding: 12px 15px;
  }
  .banner-box .proud-inner .proud-box .proud-list li img {
    width: 18px;
  }
  .banner-box .proud-inner .proud-box .proud-list li .text {
    font-size: 18px;
  }
  /* ---------------banner-box END--------------- */
}
@media (max-width: 450px) {
  .btn-quick-counsel {
    font-size: 16px !important;
  }
  /* ---------------sub-page custom common settings START--------------- */
  .br450 {
    display: block;
  }
  .br450-2 {
    display: none;
  }
  .fsz20 {
    font-size: 14.5px;
  }
  .circle-link-arrow {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 1;
  }
  .sub-title-box .section-mini-title {
    font-size: 19px;
  }
  .sub-title-box .section-mini-title + .section-title {
    margin: 12px 0 0;
  }
  .sub-title-box .section-title br.br450 {
    display: block;
  }
  .half-flex-wrap.column-layout .flex-box:has(.img-label-box) {
    row-gap: 18px;
  }
  .half-flex-wrap:has(.img-label-box):has(.text-box) {
    row-gap: 50px;
  }
  .half-flex-wrap:not(:has(.img-label-box)):has(.text-box) {
    row-gap: 10px;
  }
  .half-flex-wrap:not(:has(.text-box)):has(.img-label-box) {
    row-gap: 18px;
  }
  .grid-box.col2 {
    row-gap: 36px;
  }
  .grid-box.col3 {
    row-gap: 36px;
  }
  .grid-box.col4 {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
  .grid-box .grid-item .figure:has(.percent-label) .percent-label {
    bottom: 12px;
    right: 8px;
    width: 85px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .grid-box .grid-item .text-box .type-name {
    padding: 17px 0 13px;
  }
  .grid-box .grid-item .text-box .type-name:has(.circle-link-arrow) {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .grid-box .grid-item .text-box .type-name:has(.circle-link-arrow) .circle-link-arrow {
    width: 23px;
    height: 23px;
    line-height: 1;
    font-size: 19px;
  }
  .grid-box .grid-item .text-box .step-order-text {
    font-size: 15.5px;
    padding: 15px 0 10px;
  }
  .grid-box .grid-item .text-box p {
    font-size: 14px;
  }
  .grid-box .grid-item .label {
    height: 45px;
    line-height: 45px;
    margin: 0 0 16px 0;
  }
  .grid-box .grid-item .desc-list {
    padding: 10px 0 0;
  }
  .grid-box .grid-item .desc-list li {
    padding: 13px 0;
  }
  .img-label-box .img-label {
    font-size: 15.5px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    left: 10px;
    padding: 0 13px;
  }
  .checkup-link-list {
    padding: 6px 8px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .checkup-link-list li a {
    padding: 10px 0;
    font-size: 14px;
  }
  .warning-text {
    border-radius: 20px;
    padding: 16px 0px;
    row-gap: 16px;
  }
  .warning-text .ex-mark {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .warning-text > p {
    font-size: 13.5px;
  }
  /* ---------------sub-page custom common settings START--------------- */
  /* ---------------ai-robot-section START--------------- */
  .ai-robot-section .center .disease-list {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
  .ai-robot-section .center .disease-list li {
    padding: 6.5vw 15px;
    row-gap: 20px;
  }
  .ai-robot-section .center .disease-list li .icon {
    height: 39px;
  }
  .ai-robot-section .center .disease-list li .icon img {
    transform: scale(0.65);
  }
  .ai-robot-section .center .disease-list li .text {
    font-size: 13px;
  }
  .ai-robot-section .center .merit-list {
    row-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .ai-robot-section .center .merit-list li {
    padding: 23px 15px 23px 20px;
  }
  .ai-robot-section .center .merit-list li .inner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .ai-robot-section .center .merit-list li .inner .text-box .desc {
    font-size: 13.5px;
  }
  .ai-robot-section .center .merit-list li .inner .icon {
    transform: scale(0.6);
  }
  .ai-robot-section .center .notice-list li {
    font-size: 13px;
  }
  .ai-robot-section .center .notice-list li.caution-mark {
    padding: 0 0 0 17px;
  }
  .ai-robot-section .ai-robot-swiper::after {
    pointer-events: auto;
    visibility: visible;
    top: 70%;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap {
    row-gap: 25px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 16px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .title .number {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .ai-robot-section .ai-robot-swiper .swiper-wrapper .swiper-slide .box-wrap .text-box .desc {
    padding: 15px 0 0;
  }
  .ai-robot-section .ai-robot-swiper .ai-swiper-progressbar {
    height: 4px;
  }
  /* ---------------ai-robot-section END--------------- */
  /* ---------------box-shadow-wrap START--------------- */
  .box-shadow-wrap {
    gap: 10px;
  }
  .box-shadow-wrap .box .inner-box {
    padding: 25px 10px 25px 20px;
  }
  .box-shadow-wrap .box .inner-box .icon {
    height: 42px;
  }
  .box-shadow-wrap .box .inner-box .icon img {
    transform: scale(0.5);
  }
  .box-shadow-wrap .box .inner-box h3 {
    padding: 15px 0 13px;
    font-size: 21px;
  }
  .box-shadow-wrap .box .inner-box .desc {
    text-wrap: balance;
    font-size: 13.5px;
  }
  /* ---------------box-shadow-wrap END--------------- */
  /* ---------------treatment-box-wrap START--------------- */
  .treatment-box-wrap {
    row-gap: 45px;
  }
  .treatment-box-wrap .treatment-box {
    row-gap: 15px;
  }
  .treatment-box-wrap .treatment-box .text-box .title {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .treatment-box-wrap .treatment-box .text-box .title .number-square {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
  .treatment-box-wrap .treatment-box .text-box .title .treatment-name {
    font-size: 24px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-desc {
    font-size: 14px;
    padding: 13px 0 0;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type {
    margin: 17px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type .treatment-type-title {
    width: 56px;
    height: 32px;
    line-height: 32px;
  }
  .treatment-box-wrap .treatment-box .text-box .treatment-type-desc {
    padding: 10px 15px;
    font-size: 14px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li {
    padding: 20px 0;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .icon {
    height: 36px;
  }
  .treatment-box-wrap .treatment-box .text-box .merit-list li .text {
    font-size: 13px;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list li {
    padding: 10px 10px 10px 15px;
  }
  .treatment-box-wrap .treatment-box .text-box .order-list li p {
    padding: 0 0 0 19px;
    font-size: 14px;
  }
  /* ---------------treatment-box-wrap END--------------- */
  /* ---------------diagnosis-treatment-wrap START--------------- */
  .diagnosis-treatment-wrap .text-box .title {
    height: 36px;
    line-height: 36px;
    width: 60px;
    margin: 20px 0 17px;
    font-size: 14.5px;
  }
  .diagnosis-treatment-wrap .text-box .desc {
    padding: 0 0 21px 8px;
    font-size: 14.5px;
  }
  .diagnosis-treatment-wrap .text-box .list {
    row-gap: 7px;
  }
  .diagnosis-treatment-wrap .text-box .list li {
    padding: 12px 10px 12px 15px;
    font-size: 14.5px;
  }
  .diagnosis-treatment-wrap .text-box .list li.flex-column {
    padding: 18px 10px 18px 15px;
  }
  /* ---------------diagnosis-treatment-wrap START--------------- */
  /* ---------------qna-box START--------------- */
  .qna-box .qna .query {
    font-size: 18px;
    border-radius: 14px;
    padding: 12px 20px;
  }
  .qna-box .qna .answer {
    font-size: 14.5px;
    padding: 9px 0 0;
    line-height: 1.8;
  }
  .qna-box .qna .answer .list-box {
    margin: 0 -10px;
  }
  .qna-box .qna .answer .list-box.col2 {
    padding: 30px 0 0;
    row-gap: 30px;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner {
    padding: 25px 20px 35px 20px;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list {
    padding: 12px 0 0;
  }
  .qna-box .qna .answer .list-box.col2 .list-item .inner .col2-list li {
    padding: 10px 0;
    font-size: 14.5px;
  }
  .qna-box .qna .answer .list-box.col3 {
    row-gap: 10px;
    padding: 25px 0 0;
  }
  .qna-box .qna .answer .list-box.col4 {
    gap: 10px;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li {
    font-size: 13.5px;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:first-child {
    padding: 0 0 12px 0;
  }
  .qna-box .qna .answer .list-box.col4 .list-item .inner .col4-list li:last-child {
    padding: 12px 0 0;
  }
  .qna-box .qna .answer .list-box .list-item .inner {
    padding: 18px 15px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .number {
    width: 32px;
    height: 32px;
    font-size: 14.5px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .title {
    padding: 15px 0 13px;
    font-size: 21px;
  }
  .qna-box .qna .answer .list-box .list-item .inner .desc {
    font-size: 14.5px;
  }
  .qna-box.is-open .qna {
    margin: 0 0 36px 0;
  }
  .qna-box.is-open .qna .answer {
    padding: 20px 10px 0;
  }
  .qna-box:not(.is-open) .qna .query::after {
    width: 14px;
    right: 9px;
  }
  .qna-box:not(.is-open) .qna.active {
    margin: 0 0 25px 0;
  }
  .qna-box:not(.is-open) .qna.active .answer {
    padding: 22px 0 0;
    font-size: 14px;
  }
  /* ---------------qna-box END--------------- */
  /* ---------------table-wrap START--------------- */
  .table-wrap::after {
    width: 70px;
  }
  .table-wrap .table .cell {
    font-size: 13.5px;
  }
  .table-wrap .table .cell.head {
    font-size: 18px;
  }
  /* ---------------table-wrap END--------------- */
  /* ---------------guide-text START--------------- */
  .guide-text {
    font-size: 12.5px;
  }
  .guide-text.fsz20 {
    font-size: 15px;
  }
  /* ---------------guide-text END--------------- */
  /* ---------------symptom-checklist START--------------- */
  .symptom-checklist {
    row-gap: 40px;
  }
  .symptom-checklist .text-box a {
    width: 180px;
    height: 50px;
    gap: 14px;
  }
  .symptom-checklist .text-box a img {
    width: 20px;
  }
  .symptom-checklist .text-box a .button-text {
    font-size: 14.5px;
  }
  .symptom-checklist ul {
    row-gap: 10px;
  }
  .symptom-checklist ul li {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 12px 15px;
  }
  .symptom-checklist ul li img {
    width: 16px;
  }
  .symptom-checklist ul li p {
    font-size: 14px;
  }
  .symptom-checklist:not(:has(.btn-self-diagnosis)) {
    row-gap: 0px;
  }
  /* ---------------symptom-checklist END--------------- */
  /* ---------------banner-box START--------------- */
  .banner-box.medal-banner {
    margin: 0 -10px;
  }
  .banner-box .inner-box {
    padding: 45px 0 30px;
  }
  .banner-box .inner-box .title-box .item-desc {
    font-size: 14.5px;
  }
  .banner-box .inner-box .check-list {
    padding: 15px 0 0;
  }
  .banner-box .inner-box .check-list li .check-icon {
    width: 26px;
  }
  .banner-box .inner-box .check-list li h3 {
    padding: 15px 0 0;
  }
  .banner-box .inner-box .check-list li p {
    font-size: 14.5px;
    text-wrap: balance;
  }
  .banner-box .inner-box .check-list li p br {
    display: none;
  }
  .banner-box .proud-inner {
    width: 97%;
    padding: 10vw 0;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel {
    height: 120px;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel.laurel-left {
    margin: 0 -27px 0 0;
  }
  .banner-box .proud-inner .proud-box .desc-box .laurel.laurel-right {
    margin: 0 0 0 -27px;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box h2 {
    font-size: 28px;
  }
  .banner-box .proud-inner .proud-box .desc-box .text-box p {
    font-size: 14px;
    padding: 12px 0 0;
  }
  .banner-box .proud-inner .proud-box .award-box {
    margin: 25px 0 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .banner-box .proud-inner .proud-box .award-box .award img {
    width: 90px;
  }
  .banner-box .proud-inner .proud-box .award-box .award::after {
    transform: scale(0.75);
    transform-origin: left top;
    left: -44px;
    top: -63px;
  }
  .banner-box .proud-inner .proud-box .proud-list li {
    -moz-column-gap: 7px;
         column-gap: 7px;
    padding: 8px 7px;
  }
  .banner-box .proud-inner .proud-box .proud-list li img {
    width: 16px;
  }
  .banner-box .proud-inner .proud-box .proud-list li .text {
    font-size: 14px;
  }
  /* ---------------banner-box END--------------- */
}
@media (max-width: 385px) {
  /* ---------------sub-page custom common settings START--------------- */
  .br385 {
    display: block;
  }
  /* ---------------sub-page custom common settings END--------------- */
}
@media (max-width: 350px) {
  /* ---------------sub-page custom common settings START--------------- */
  .br350 {
    display: block;
  }
  .pd70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pdt70 {
    padding-top: 40px;
  }
  .pdb70 {
    padding-bottom: 40px;
  }
  /* ---------------sub-page custom common settings END--------------- */
}
/* ---------------media screen END--------------- *//*# sourceMappingURL=sub.css.map */