/* full.css - 전악 임플란트 페이지 */

/* --------------------- header */
#full_header {
}
#full_header .container {
}
#full_header .container .wrapper {
}
#full_header .container .wrapper .main-banner {
}
#full_header .container .wrapper .main-banner img {
  position: relative;
}
#full_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#full_header .container .wrapper .main-banner .txt h1 {
  font-size: var(--text-xl);
}
#full_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- full intro section */

#full_intro {
  background-color: #fafafa;
  padding: 90px 20px;
  text-align: center;
}

#full_intro .container .wrapper h2 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.4;
}

#full_intro .container .wrapper p {
  font-size: var(--text-sm);
  color: #555;
  line-height: 1.8;
  margin-bottom: 50px;
}

#full_intro .container .wrapper .content {
  max-width: 800px;
  margin: 0 auto;
}

#full_intro .container .wrapper .content img {
  width: 100%;
  height: auto;
}

#full_intro .container .wrapper .intro-boxes {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

#full_intro .container .wrapper .intro-box {
  flex: 1;
  text-align: center;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#full_intro .container .wrapper .intro-box .box-icon {
  margin-bottom: 20px;
}

#full_intro .container .wrapper .intro-box .box-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#full_intro .container .wrapper .intro-box .box-title {
  font-size: var(--text-md);
  font-weight: 700;
  color: #292929;
  margin-bottom: 15px;
  line-height: 1.4;
}

#full_intro .container .wrapper .intro-box .box-text {
  font-size: var(--text-sm);
  font-weight: 300;
  color: #666;
  line-height: 1.6;
}

/* --------------------- full section 01 */

#full_1 {
  background-color: #fafafa;
}

#full_1 .container .wrapper .content {
  display: flex;
  align-items: center;
  gap: 60px;
  text-align: left;
}

#full_1 .container .wrapper .content .content-image {
  flex: 0 0 auto;
  width: 45%;
}

#full_1 .container .wrapper .content .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

#full_1 .container .wrapper .content .content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#full_1 .container .wrapper .content .text-headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

#full_1 .container .wrapper .content .text-headline .headline-main {
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.4;
  color: #292929;
}

#full_1 .container .wrapper .content .text-headline .headline-sub {
  font-size: var(--text-md);
  font-weight: 700;
  line-height: 1.4;
  color: #292929;
}

#full_1 .container .wrapper .content .text-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#full_1 .container .wrapper .content .text-description p {
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 1.8;
  color: #292929;
  margin: 0;
}

#full_1 .container .wrapper .content p {
  font-size: var(--text-md);
  font-weight: 300;
  line-height: 1.8;
}

#full_1 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- full section 02 */

#full_2 .container .wrapper .content {
  display: flex;
  align-items: stretch;
  gap: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .comparison-column,
#full_2 .container .wrapper .content .info-column {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 600px;
}

#full_2 .container .wrapper .content .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#full_2 .container .wrapper .content .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#full_2 .container .wrapper .content .content-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 60px 40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(232, 232, 232, 0.85) 0%,
    rgba(240, 240, 240, 0.75) 50%,
    rgba(248, 248, 248, 0.65) 100%
  );
}

#full_2 .container .wrapper .content .comparison-column .content-text h2 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #292929;
  margin-bottom: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .comparison-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#full_2 .container .wrapper .content .comparison-item {
  margin-bottom: 0;
}

#full_2 .container .wrapper .content .comparison-label {
  display: inline-block;
  padding: 10px 20px;
  background: #292929;
  color: #fff;
  border-radius: 8px;
  font-size: var(--text-sm);
  font-weight: 700;
  margin-bottom: 15px;
}

#full_2 .container .wrapper .content .comparison-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#full_2 .container .wrapper .content .comparison-item ul li {
  font-size: var(--text-sm);
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

#full_2 .container .wrapper .content .comparison-item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00d9b6;
  font-weight: 700;
  font-size: var(--text-sm);
}

#full_2 .container .wrapper .content .info-column .content-text h2 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #292929;
  margin-bottom: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .info-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#full_2 .container .wrapper .content .info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}

#full_2 .container .wrapper .content .info-label {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #292929;
  color: #fff;
  border-radius: 8px;
  font-size: var(--text-sm);
  font-weight: 700;
  white-space: nowrap;
}

#full_2 .container .wrapper .content .info-arrow {
  flex: 0 0 auto;
  font-size: var(--text-md);
  color: #333;
  line-height: 1;
}

#full_2 .container .wrapper .content .info-description {
  flex: 1;
  font-size: var(--text-sm);
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

/* --------------------- full section 03 */

#full_3 {
  background: #fafafa;
}

#full_3 .container .wrapper .content {
  text-align: center;
  padding-top: 60px;
}

#full_3 .container .wrapper .content .info-icon {
  margin-bottom: 30px;
}

#full_3 .container .wrapper .content .info-icon img {
  width: 100px;
  height: auto;
  display: inline-block;
}

#full_3 .container .wrapper .content h2 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #292929;
  margin-bottom: 50px;
}

#full_3 .container .wrapper .content .info-sections {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#full_3 .container .wrapper .content .info-item {
  text-align: left;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#full_3 .container .wrapper .content .info-item h3 {
  font-size: var(--text-md);
  font-weight: 700;
  color: #292929;
  margin-bottom: 15px;
}

#full_3 .container .wrapper .content .info-item p {
  font-size: var(--text-sm);
  font-weight: 300;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

#full_main section#full_3 .container .wrapper .content {
  padding-top: 80px;
}

#full_3 .container .wrapper .content ul.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
#full_3 .container .wrapper .content ul.steps li.step {
  width: calc((100% - 200px) / 2);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  max-width: 560px;
}

#full_3 .container .wrapper .content ul.steps li.step:nth-child(1):after,
#full_3 .container .wrapper .content ul.steps li.step:nth-child(3):after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -13%;
  font-size: var(--text-md);
  color: #3a3a3a;
}

/* #full_3 .container .wrapper .content ul.steps li.step:nth-child(3):after,
#full_3 .container .wrapper .content ul.steps li.step:nth-child(6):after {
  content: " ";
} */
#full_3 .container .wrapper .content ul.steps li.step .title {
  background: #019982;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: var(--text-md);
  margin: 0 5px;
}
#full_3 .container .wrapper .content ul.steps li.step img {
  border-radius: 20px;
  margin: 15px 0 20px;
}
#full_3 .container .wrapper .content ul.steps li.step .desc {
  font-size: var(--text-md);
  font-weight: 600;
}

/* old */

#full_3 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 300px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#full_3 .container .wrapper .content .point.second,
#full_3 .container .wrapper .content .point.forth {
  gap: 80px;
  justify-content: flex-start;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#full_3 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: var(--text-md);
}

#full_3 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: var(--text-md);
  color: #0e9380;
}
#full_3 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#full_3 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#full_3 .container .wrapper .content .point .txt p {
  font-size: var(--text-sm);
  padding-top: 15px;
  position: relative;
}

#full_3 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#full_3 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- full section 04 */

#full_4 {
  background: #fafafa;
}

#full_4 .container .wrapper .content {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 500px;
}

#full_main #full_4 .container .wrapper .content {
  padding-top: 65px;
}

#full_4 .container .wrapper .content .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#full_4 .container .wrapper .content .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#full_4 .container .wrapper .content .content-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 80px 60px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(232, 232, 232, 0.85) 0%,
    rgba(240, 240, 240, 0.75) 50%,
    rgba(248, 248, 248, 0.65) 100%
  );
}

#full_4 .container .wrapper .content .content-text .text-headline {
  margin-bottom: 20px;
}

#full_4 .container .wrapper .content .content-text .text-headline h2 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #292929;
  line-height: 1.4;
  margin: 0;
}

#full_4 .container .wrapper .content .content-text .text-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#full_4 .container .wrapper .content .content-text .text-description p {
  font-size: var(--text-sm);
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

/* --------------------- full section 02 */

#full_5 {
  background: #fafafa;
}

#dentures_main #full_5 .container .wrapper .content {
  padding: 0;
}

#full_5 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
}

#full_5 .container .wrapper .candidates img {
  padding-left: 40px;
}

/* --------------------- full section 06 */

#full_6 {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#full_main #full_6 .container .wrapper h2 {
  padding-bottom: 75px;
}

/* --------------------- full section 07 */

#full_7 {
  background: #fafafa;
  background: url("../assets/images/one_day/section10.png");
}

#full_7 .answer {
  width: 95%;
}

/* --------------------- full main section container */
#full_main section .container {
  padding: 90px 20px;
}

#full_main section .container .wrapper h2 {
  font-size: var(--text-lg);
  padding-bottom: 20px;
}

#full_main section .container .wrapper p {
  line-height: 1.3;
}

#full_main section .container .wrapper .content {
  padding-top: 35px;
}

/********************************************* EQUIPMENT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#equipment_main section .container {
  padding: 90px 20px;
}

#equipment_main section .container .wrapper h2 {
  font-size: var(--text-lg);
  padding-bottom: 20px;
}

#equipment_main section .container .wrapper p {
  line-height: 1.3;
}

#equipment_main section .container .wrapper .content {
  padding-top: 35px;
}


/* ============================================
   Full Implant Page Styles
   ============================================ */

#full_intro_title .container {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
}

#full_intro_title .wrapper {
    width: 100%;
}

#full_intro_title h1 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

/* Responsive Design for Full Intro Title */
@media screen and (max-width: 1024px) {
    #full_intro_title h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 768px) {
    #full_intro_title .container {
        padding: 50px 15px;
    }

    #full_intro_title h1 {
        font-size: 28px;
        font-weight: 700;
    }
}

@media screen and (max-width: 480px) {
    #full_intro_title h1 {
        font-size: 24px;
    }
}

/* =============================================
   FULL PAGE RESPONSIVE DESIGN
   ============================================= */

/* 모바일 전용 화살표 - 기본적으로 숨김 */
#full_process .mobile-arrow-between {
    display: none;
}

/* Tablet (1024px 이하) */
@media screen and (max-width: 1024px) {
    /* Hero Section */
    #full_hero {
        min-height: 600px !important;
    }

    #full_hero h1 {
        font-size: 42px !important;
    }

    /* Intro Section */
    #full_intro h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_intro p {
        font-size: 16px !important;
    }

    /* Compare Section */
    #full_compare h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    /* Process Section */
    #full_process h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_process .container > div[style*="display: flex"] {
        gap: 15px !important;
    }

    #full_process .container > div > div[style*="width: 320px"] {
        width: 260px !important;
        height: 180px !important;
        padding: 30px 20px 40px !important;
    }

    #full_process .container > div > div > div[style*="font-size: 26px"] {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    /* Detail Section */
    #full_detail h2,
    #full_detail p {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div {
        width: 180px !important;
        padding: 30px 20px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div[style*="font-size: 18px"] {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    /* Recommend Section */
    #full_recommend h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_recommend div[style*="position: absolute"][style*="font-size: 25px"] p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    /* Review Section */
    #full_review h2 span {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_review .review-cards-wrapper > div[style*="font-size: 32px"] span {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    #full_review .review-card {
        padding: 25px 40px !important;
    }

    #full_review .review-card .review-text {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    /* FAQ Section */
    #full_faq h2 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 33px"] {
        font-size: 28px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 30px"] {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 26px"] {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}

/* Mobile (768px 이하) */
@media screen and (max-width: 768px) {
    /* Hero Section - bones와 동일한 높이 */
    #full_hero {
        min-height: 450px !important;
        padding: 0 20px !important;
    }

    #full_hero h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
    }

    /* Intro Section */
    #full_intro {
        padding: 50px 20px !important;
    }

    #full_intro h2 {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom: 20px !important;
    }

    #full_intro h2 br {
        display: none;
    }

    #full_intro p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    #full_intro p br {
        display: none;
    }

    /* Compare Section */
    #full_compare {
        padding: 50px 20px !important;
    }

    #full_compare h2 {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom: 30px !important;
    }

    /* Process Section */
    #full_process {
        padding: 50px 20px !important;
    }

    #full_process h2 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 30px !important;
    }

    /* 시술 과정 카드 - 세로 배열 */
    #full_process .container div[style*="display: flex"][style*="align-items: center"] {
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 12px !important;
    }

    /* 카드 스타일 */
    #full_process .container div[style*="width: 320px"] {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        min-height: 130px !important;
        padding: 20px 15px 25px !important;
    }

    /* 번호 원형 */
    #full_process .container div[style*="width: 60px"][style*="height: 60px"] {
        width: 42px !important;
        height: 42px !important;
    }

    /* 번호 텍스트 */
    #full_process .container span[style*="font-size: 24px"] {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    /* 카드 설명 텍스트 */
    #full_process .container div[style*="font-size: 26px"] {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    /* 화살표 아래 방향으로 회전 */
    #full_process .container img[src*="arrow"] {
        transform: rotate(90deg) !important;
        width: 15px !important;
        margin: 5px 0 !important;
    }

    /* 모바일용 화살표 (02와 03 사이) */
    #full_process .mobile-arrow-between {
        display: block !important;
        text-align: center;
        margin: 10px 0;
    }

    #full_process .mobile-arrow-between img {
        width: 15px !important;
        transform: rotate(90deg);
    }

    /* Detail Section */
    #full_detail {
        padding: 50px 20px !important;
    }

    #full_detail > .container > div[style*="text-align: center"] h2 {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom: 5px !important;
    }

    #full_detail > .container > div[style*="text-align: center"] p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    /* 차별화 카드 그리드 */
    #full_detail > .container > div[style*="display: flex"][style*="justify-content: center"] {
        gap: 15px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div[style*="background: #fff"] {
        width: calc(50% - 10px) !important;
        padding: 30px 15px !important;
        border-radius: 15px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div[style*="width: 80px"] {
        width: 60px !important;
        height: 60px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div > div[style*="width: 80px"] {
        width: 60px !important;
        height: 60px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div > div > img {
        width: 35px !important;
        height: 35px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div[style*="font-size: 18px"] {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* 가로 라인 숨기기 */
    #full_detail > .container > div[style*="display: flex"] > div > div > div[style*="position: absolute"][style*="height: 6px"] {
        display: none !important;
    }

    /* Recommend Section */
    #full_recommend {
        padding: 50px 20px !important;
    }

    #full_recommend h2 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }

    /* 권장 대상 이미지 레이아웃 */
    #full_recommend > .container > div[style*="position: relative"] {
        padding: 20px 0 !important;
    }

    /* 텍스트 크기 조정 */
    #full_recommend div[style*="position: absolute"] p {
        font-size: 9px !important;
        line-height: 13px !important;
    }

    /* 상단 텍스트 위치 조정 */
    #full_recommend div[style*="top: 38%"] {
        top: 40% !important;
    }

    /* 상단 아이콘 위치 조정 */
    #full_recommend img[style*="top: 24%"] {
        top: 26% !important;
    }

    #full_recommend img[style*="top: 22%"] {
        top: 24% !important;
    }

    /* Review Section */
    #full_review {
        padding: 50px 20px !important;
        gap: 30px !important;
    }

    #full_review > div[style*="flex-direction: column"] h2 {
        padding-bottom: 10px !important;
    }

    #full_review > div[style*="flex-direction: column"] h2 span {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    #full_review > div[style*="flex-direction: column"] > div[style*="padding: 0 0 75px"] {
        padding-bottom: 30px !important;
    }

    #full_review > div[style*="flex-direction: column"] > div span {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    /* Before After 이미지 */
    #full_review > div[style*="gap: 12px"] > div[style*="gap: 60px"] {
        gap: 20px !important;
    }

    #full_review > div[style*="gap: 12px"] > div[style*="gap: 60px"] img {
        max-width: 100% !important;
        border-radius: 15px !important;
    }

    #full_review > div[style*="gap: 12px"] > div[style*="padding: 5px"] span {
        font-size: 12px !important;
    }

    /* Review Cards */
    #full_review .review-cards-wrapper {
        padding: 10px !important;
        gap: 20px !important;
    }

    #full_review .review-card {
        flex-direction: column !important;
        padding: 25px !important;
        gap: 15px !important;
        border-radius: 15px !important;
    }

    #full_review .review-card .review-avatar img {
        width: 70px !important;
        height: 70px !important;
    }

    #full_review .review-card .review-content {
        align-items: center !important;
        text-align: center !important;
    }

    #full_review .review-card .review-name {
        font-size: 18px !important;
        padding-bottom: 8px !important;
    }

    #full_review .review-card .review-text {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    /* FAQ Section */
    #full_faq {
        padding: 50px 20px !important;
        gap: 30px !important;
    }

    #full_faq > h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    #full_faq > div[style*="gap: 30px"] {
        gap: 20px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 33px"] {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 30px"] {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 26px"] {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 26px"] br {
        display: none;
    }
}

/* Small Mobile (480px 이하) */
@media screen and (max-width: 480px) {
    /* Hero Section - bones와 동일한 높이 */
    #full_hero {
        min-height: 350px !important;
    }

    #full_hero h1 {
        font-size: 22px !important;
        white-space: nowrap !important;
    }

    /* Intro Section */
    #full_intro h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #full_intro p {
        font-size: 13px !important;
    }

    /* Compare Section */
    #full_compare h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    /* Process Section */
    #full_process h2 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #full_process .container div[style*="width: 320px"] {
        min-height: 110px !important;
        padding: 15px 12px 20px !important;
        max-width: 260px !important;
    }

    #full_process .container div[style*="width: 60px"][style*="height: 60px"] {
        width: 38px !important;
        height: 38px !important;
    }

    #full_process .container span[style*="font-size: 24px"] {
        font-size: 14px !important;
    }

    #full_process .container div[style*="font-size: 26px"] {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    /* Detail Section */
    #full_detail > .container > div[style*="text-align: center"] h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #full_detail > .container > div[style*="text-align: center"] p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    /* 차별화 카드 1열 배열 */
    #full_detail > .container > div[style*="display: flex"] > div[style*="background: #fff"] {
        width: 100% !important;
        padding: 25px 20px !important;
    }

    #full_detail > .container > div[style*="display: flex"] > div > div[style*="font-size: 18px"] {
        font-size: 15px !important;
    }

    /* Recommend Section */
    #full_recommend h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    /* 텍스트 크기 조정 */
    #full_recommend div[style*="position: absolute"] p {
        font-size: 7px !important;
        line-height: 10px !important;
    }

    /* Review Section */
    #full_review > div[style*="flex-direction: column"] h2 span {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #full_review > div[style*="flex-direction: column"] > div span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    #full_review .review-card {
        padding: 20px !important;
    }

    #full_review .review-card .review-avatar img {
        width: 60px !important;
        height: 60px !important;
    }

    #full_review .review-card .review-name {
        font-size: 16px !important;
    }

    #full_review .review-card .review-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    /* FAQ Section */
    #full_faq > h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 33px"] {
        font-size: 18px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 30px"] {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #full_faq > div[style*="gap: 30px"] > div[style*="font-size: 26px"] {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

