:root {
--base-width: 1920px;
--logo-distance-ratio: 0.02;
--container-width-ratio: 0.05;
--menu-padding-ratio: 0.02;
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}  .visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}   .content-section {
padding: 3rem 0;
max-width: 1200px;
margin: 0 auto;
}
.subtitle {
font-size: 22px;
line-height: 1.6;
color: #333;
text-align: left;
margin-bottom: 3rem;
}
.content-blocks {
display: flex;
align-items: flex-start;
}
.text-block {
flex: 1;
}
.text-title {
background-color: #fbb03b;
color: #fff;
padding: 5px 22px;
border-radius: 20px 20px 0 0;
font-weight: bold;
font-size: 22px;
margin-bottom: 1.5rem;
display: inline-block;
}
.text-content {
padding-left: 1rem;
}
.text-content ol,
.text-content ul {
margin: 0;
padding-left: 1.5rem;
}
.text-content li {
margin-bottom: 1rem;
font-size: 22px;
line-height: 1.5;
color: #000;
}
.image-block {
flex: 1;
text-align: center;
}
.content-img {
width: 70%;
height: auto;
max-width: 400px;
}
.documents-bottom {
display: flex;
justify-content: flex-end;
}  .consultation-button-container {
text-align: center;
margin-top: 2rem;
}
.consultation-button {
display: inline-block;
position: relative;
background-color: #f8751b;
color: white;
padding: 5px 35px;
font-size: 20px;
font-weight: bold;
border-radius: 50px;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
margin-top: 35px;
}
.consultation-button:hover {
background-color: #e55a27;
box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
transform: translateY(-2px);
}
.button-decoration {
position: absolute;
bottom: -10px;
right: -10px;
width: 30px;
height: 30px;
object-fit: contain;
}
.button-decoration-container {
text-align: center;
position: absolute;
right: 15%;
margin-top: 1.5rem;
}
.button-bottom-decoration {
width: auto;
height: 430px;
object-fit: contain;
} .all-page-title {
font-size: 32px;
font-weight: bold;
color: #f8751b;
text-align: center;
margin: 0 0 40px;
display: block;
position: relative;
padding-bottom: 15px;
}
.title-underline {
height: 6px;
background-color: #fbb03b;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border-radius: 3px;
width: calc(100% - 70px);
}
.blue-q-icon {
width: 40px;
height: 40px;
margin-top: 5px;
object-fit: contain;
}
.q-icon {
width: 40px;
height: 40px;
margin-top: 5px;
object-fit: contain;
} .section-header {
display: flex;
align-items: flex-start;
justify-content: center;
margin-bottom: 15px;
gap: 15px;
text-align: center;
}  @media screen and (max-width: 320px) {
.all-page-title {
font-size: 18px;
margin-bottom: 0;
}
.title-underline {
height: 3px;
}
.q-icon {
width: 25px;
height: 25px;
}
} @media screen and (min-width: 321px) and (max-width: 480px) {
.all-page-title {
font-size: 22px;
margin: 0;
}
.title-underline {
height: 3px;
width: calc(100% - 40px);
}
.q-icon {
width: 30px;
height: 30px;
}
.section-header {
margin-bottom: 40px;
}
} @media screen and (min-width: 481px) and (max-width: 768px) {
.all-page-title {
font-size: 26px;
margin: 0;
}
.title-underline {
height: 6px;
}
.q-icon {
width: 35px;
height: 35px;
}
} @media screen and (min-width: 769px) and (max-width: 1024px) {
.all-page-title {
font-size: 28px;
margin: 0;
}
.title-underline {
height: 6px;
}
} @media screen and (min-width: 1025px) and (max-width: 1366px) {
.all-page-title {
font-size: 30px;
margin: 0;
}
} @media screen and (min-width: 1367px) {
.all-page-title {
font-size: 32px;
margin-bottom: 40px;
}
} .floating-contact {
position: fixed !important;
bottom: 24px !important;
right: 24px !important;
z-index: 99999 !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-end !important;
gap: 12px !important;
width: auto !important;
height: auto !important;
max-width: none !important;
max-height: none !important;
}
.floating-toggle {
width: 64px !important;
height: 64px !important;
background: transparent !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
position: relative !important;
z-index: 1002 !important;
overflow: hidden !important;
}
.floating-toggle:hover {
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
}
.floating-toggle.active {
background: transparent !important;
transform: rotate(45deg) !important;
}
.floating-menu {
display: flex !important;
flex-direction: column !important;
gap: 12px !important;
opacity: 0 !important;
visibility: hidden !important;
transform: translateY(20px) !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
pointer-events: none !important;
margin-bottom: 12px !important;
position: relative !important;
z-index: 1001 !important;
}
.floating-contact.active .floating-menu {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) !important;
pointer-events: auto !important;
}
.floating-item {
width: 56px;
height: 56px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.floating-item:nth-child(1) {
background: transparent !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}
.floating-item:nth-child(2) {
background: transparent !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}
.floating-item:nth-child(3) {
background: transparent !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}
.floating-item:hover {
transform: scale(1.15);
}
.floating-item:nth-child(1):hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3) !important;
}
.floating-item:nth-child(2):hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3) !important;
}
.floating-item:nth-child(3):hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3) !important;
}
.floating-item::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.3),
transparent
);
transition: left 0.6s;
}
.floating-item:hover::before {
left: 100%;
}
.floating-item img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
border-radius: 50% !important;
}
.floating-toggle img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
border-radius: 50% !important;
} @media (max-width: 900px) {
.floating-contact {
bottom: 16px;
right: 16px;
gap: 8px;
}
.floating-toggle {
width: 56px;
height: 56px;
}
.floating-item {
width: 48px;
height: 48px;
}
.floating-menu {
gap: 8px;
}
}
@media (max-width: 600px) {
.floating-contact {
bottom: 12px;
right: 12px;
gap: 6px;
}
.floating-toggle {
width: 48px;
height: 48px;
}
.floating-item {
width: 40px;
height: 40px;
}
.floating-menu {
gap: 6px;
}
}
body {
font-family: "Microsoft JhengHei", Arial, sans-serif;
line-height: 1.6;
color: #333;
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}    .site-header {
position: fixed;
display: flex;
top: 0;
left: 0;
right: 0;
z-index: 1000;
padding: 0;
} .site-header.desktop-content {
display: flex;
} .site-header.mobile-header {
display: none;
} .mobile-logo-container {
display: none;
position: absolute;
top: 20px;
left: 15px;
z-index: 1003;
transition: all 0.3s ease;
}
.mobile-logo-link {
display: block;
text-decoration: none;
}
.mobile-logo {
height: 40px;
width: auto;
max-width: 120px;
object-fit: contain;
transform: translateX(-50%, -50%);
transition: transform 0.3s ease;
}
.mobile-logo:hover {
transform: scale(1.05);
}   .mobile-header {
display: none;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1000;
} .mobile-header-top {
display: flex;
justify-content: space-between;
align-items: center;
height: 45px;
background: #fff;
padding: 0 15px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mobile-header-logo {
flex: 1;
text-align: center;
}
.mobile-header-logo .mobile-logo {
height: 35px;
margin-top: 5px;
max-width: 100px;
object-fit: contain;
}
.mobile-header-contact {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.2);
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
color: white;
text-decoration: none;
}
.mobile-header-contact:hover {
background: rgba(255, 255, 255, 0.3);
transform: scale(1.05);
}
.mobile-header-contact svg {
width: 24px;
height: 24px;
} .mobile-nav-menu {
position: fixed;
top: 0;
right: 0;
width: 85%;
max-width: 350px;
height: 100vh;
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(5px);
overflow-y: auto;
z-index: 1999;
opacity: 0;
transform: translateX(100%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
visibility: hidden;
padding: 45px 0 25px 0;
box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
}
.mobile-nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 55px;
}
.mobile-nav-menu li {
opacity: 0;
transform: translateX(-20px);
transition: all 0.3s ease;
width: 100%;
}
.mobile-nav-menu.active li {
opacity: 1;
transform: translateX(0);
}
.mobile-nav-menu li:nth-child(1) {
transition-delay: 0.1s;
}
.mobile-nav-menu li:nth-child(2) {
transition-delay: 0.15s;
}
.mobile-nav-menu li:nth-child(3) {
transition-delay: 0.2s;
}
.mobile-nav-menu li:nth-child(4) {
transition-delay: 0.25s;
}
.mobile-nav-menu li:nth-child(5) {
transition-delay: 0.3s;
}
.mobile-nav-menu li:nth-child(6) {
transition-delay: 0.35s;
}
.mobile-nav-menu li:nth-child(7) {
transition-delay: 0.4s;
}
.mobile-nav-menu li:nth-child(8) {
transition-delay: 0.45s;
}
.mobile-nav-menu li:nth-child(9) {
transition-delay: 0.5s;
}
.mobile-nav-menu li:nth-child(10) {
transition-delay: 0.55s;
}
.mobile-nav-menu li:nth-child(11) {
transition-delay: 0.6s;
}
.mobile-nav-menu a {
display: block;
padding: 15px 25px;
color: #333;
text-decoration: none;
font-size: 1rem;
font-weight: 500;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.mobile-nav-menu a:hover {
background: #f5f5f5;
color: #ff6b35;
padding-left: 30px;
}
.mobile-nav-menu a.active {
background: #fff3e0;
color: #ff6b35;
font-weight: 700;
}
.mobile-nav-menu.active {
opacity: 1;
transform: translateX(0);
pointer-events: auto;
visibility: visible;
} .navbar {
position: relative;
padding: 20px 0;
z-index: 999;
width: 100%;
background: #fff;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.nav-container {
display: flex;
justify-content: center;
align-items: center;
width: calc(90% - (var(--base-width) - 100vw) * var(--container-width-ratio));
max-width: 1400px;
min-width: auto;
position: relative;
z-index: 1001;
} .hamburger {
display: none;
flex-direction: column;
cursor: pointer;
padding: 10px;
background: none;
border: none;
position: absolute;
right: 0;
top: 0;
transform: translateY(-50%);
z-index: 9999;
}
.hamburger span {
width: 25px;
height: 3px;
background-color: #fff;
margin: 3px 0;
transition: 0.3s;
border-radius: 2px;
}
.hamburger.active span:nth-child(1) {
transform: rotate(-45deg) translate(-5px, 5px);
background-color: #fff;
}
.hamburger.active span:nth-child(2) {
opacity: 0;
transform: scale(0);
}
.hamburger.active span:nth-child(3) {
transform: rotate(45deg) translate(-5px, -5px);
background-color: #fff;
}   .nav-menu {
display: flex;
list-style: none;
gap: 0.4rem;
flex: 1;
margin: 0;
padding: 0
calc(33.6px + (var(--base-width) - 100vw) * var(--menu-padding-ratio));
flex-wrap: nowrap;
justify-content: center; max-height: none !important;
opacity: 1 !important;
transform: none !important;
position: static !important;
width: auto !important;
height: auto !important;
background: transparent !important;
box-shadow: none !important;
}
.nav-menu li {
margin: 0;
}
.nav-menu a {
color: #333;
text-decoration: none;
font-weight: 500;
padding: 8px 16px;
border-radius: 6px;
transition: all 0.3s ease;
font-size: 18px;
display: block;
white-space: nowrap;
transform-origin: center;
min-width: fit-content;
}
.nav-menu a:hover {
color: #ff6b35;
transform: scale(1.1);
font-weight: 600;
}
.nav-menu a.active {
color: #ff6b35;
font-weight: 700;
position: relative;
} .logo-container {
position: fixed;
top: 10px;
right: calc(10% + (100vw - var(--base-width)) * var(--logo-distance-ratio));
z-index: 1001;
padding: 0;
pointer-events: none; }
.logo-link {
display: block;
text-decoration: none;
pointer-events: auto; }
.cx-logo {
height: 66px;
width: auto;
max-width: 132px;
background: transparent;
padding: 8px 12px;
border-radius: 8px;
box-shadow: none;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
}
.cx-logo:hover {
transform: scale(1.05);
} .main-content {
min-height: 70vh;
padding: 1rem 0;
margin-top: 2rem; } .page-title {
text-align: center;
margin-bottom: 2rem;
color: #2c3e50;
font-size: 2.5rem;
} .card {
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 2rem;
margin-bottom: 2rem;
} .btn {
display: inline-block;
padding: 0.8rem 1.5rem;
background-color: #3498db;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #2980b9;
} .footer {
background-color: transparent;
color: white;
text-align: center;
padding: 0;
margin-top: 0;
}  @media (min-width: 1600px) {
:root {
--base-width: 1920px;
--logo-distance-ratio: 0.02;
--container-width-ratio: 0.05;
--menu-padding-ratio: 0.02;
}
} @media (max-width: 1599px) and (min-width: 1200px) {
:root {
--base-width: 1440px;
--logo-distance-ratio: 0.025;
--container-width-ratio: 0.06;
--menu-padding-ratio: 0.025;
}
.nav-menu a {
font-size: 16px;
padding: 6px 10px;
}
.cx-logo {
height: 60px;
max-width: 120px;
}
} @media (max-width: 1199px) and (min-width: 992px) {
:root {
--base-width: 1200px;
--logo-distance-ratio: 0.03;
--container-width-ratio: 0.07;
--menu-padding-ratio: 0.03;
}
.nav-menu a {
font-size: 14px;
padding: 6px 8px;
}
.cx-logo {
height: 55px;
max-width: 110px;
}
} @media (max-width: 991px) and (min-width: 769px) {
:root {
--base-width: 1000px;
--logo-distance-ratio: 0.04;
--container-width-ratio: 0.08;
--menu-padding-ratio: 0.04;
}
.nav-menu a {
font-size: 12px;
padding: 5px 6px;
}
.cx-logo {
height: 50px;
max-width: 100px;
}
.nav-menu {
gap: 0.2rem;
}
.logo-container {
right: calc(2% + (100vw - var(--base-width)) * var(--logo-distance-ratio));
}
} @media (max-width: 768px) {
.site-header {
background-color: #fff;
}
.navbar {
position: relative;
background: #fff;
box-shadow: none !important;
padding: 0;
}
.nav-container {
width: 100%;
min-width: auto;
padding: 0;
border-radius: 15px;
position: relative;
flex-direction: column;
align-items: flex-start;
background: transparent;
box-shadow: none;
min-height: auto;
overflow: visible;
}
.hamburger {
display: flex;
background: #ff6b35;
border-radius: 0;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
transition: all 0.3s ease;
border: none;
cursor: pointer;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
} .hamburger:hover {
transform: none !important;
box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
} .hamburger:not(:hover):not(:active) {
transform: none !important;
}    .menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
opacity: 0;
pointer-events: none;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1000;
visibility: hidden;
}
.menu-overlay.active {
background: rgba(0, 0, 0, 0.5);
opacity: 1;
pointer-events: auto;
visibility: visible;
} .nav-menu {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
width: 85%;
max-width: 350px;
height: 100vh;
gap: 0;
padding: 0;
border-top: none;
overflow: hidden;
opacity: 0;
transform: translateX(100%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(5px);
border-radius: 0;
margin-top: 0;
box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
z-index: 1001;
pointer-events: none;
visibility: hidden;
}
.nav-menu.active {
opacity: 1;
transform: translateX(0);
padding: 70px 0 25px 0;
gap: 0.8rem;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(255, 107, 53, 0.5) transparent;
pointer-events: auto;
visibility: visible;
} .nav-menu.active::-webkit-scrollbar {
width: 6px;
}
.nav-menu.active::-webkit-scrollbar-track {
background: transparent;
border-radius: 3px;
}
.nav-menu.active::-webkit-scrollbar-thumb {
background: rgba(255, 107, 53, 0.5);
border-radius: 3px;
transition: background 0.3s ease;
}
.nav-menu.active::-webkit-scrollbar-thumb:hover {
background: rgba(255, 107, 53, 0.8);
}
.nav-menu li {
width: 100%;
text-align: left;
opacity: 0;
transform: translateX(-20px);
transition: all 0.3s ease;
transition-delay: 0.1s;
}
.nav-menu.active li {
opacity: 1;
transform: translateX(0);
}
.nav-menu li:nth-child(1) {
transition-delay: 0.1s;
}
.nav-menu li:nth-child(2) {
transition-delay: 0.15s;
}
.nav-menu li:nth-child(3) {
transition-delay: 0.2s;
}
.nav-menu li:nth-child(4) {
transition-delay: 0.25s;
}
.nav-menu li:nth-child(5) {
transition-delay: 0.3s;
}
.nav-menu li:nth-child(6) {
transition-delay: 0.35s;
}
.nav-menu li:nth-child(7) {
transition-delay: 0.4s;
}
.nav-menu li:nth-child(8) {
transition-delay: 0.45s;
}
.nav-menu li:nth-child(9) {
transition-delay: 0.5s;
}
.nav-menu a {
display: block;
padding: 18px 20px;
font-size: 16px;
border-radius: 12px;
margin: 2px 15px;
background: linear-gradient(
135deg,
rgba(255, 107, 53, 0.08),
rgba(255, 107, 53, 0.03)
);
border: 1px solid rgba(255, 107, 53, 0.15);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
color: #333;
text-decoration: none;
font-weight: 500;
}
.nav-menu a::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 107, 53, 0.1),
transparent
);
transition: left 0.5s ease;
}
.nav-menu a:hover {
color: #ff6b35;
font-weight: 600;
}
.nav-menu a:hover::before {
left: 100%;
} .nav-menu a.active {
color: #ff6b35;
font-weight: 700;
position: relative;
}
.logo-container {
display: none;
}
.cx-logo {
display: none;
} .mobile-logo-container {
display: block;
position: fixed;
top: 40px;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1003;
}
.page-title {
font-size: 2rem;
}
.main-content {
margin-top: 90px;
} .site-header.scrolled {
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition:
background 0.3s ease,
padding 0.3s ease;
} .site-header.scrolled .mobile-logo-container { padding: 0; background: transparent; } .site-header.scrolled .hamburger {
position: fixed; right: 0; top: 0; background: #ff6b35;
border-radius: 0;
padding: 25px;
z-index: 10000; }
.site-header.scrolled .hamburger span {
background-color: #ffffff;
} .site-header.scrolled .hamburger:hover {
transform: none !important;
background: #ff6b35 !important;
}
}   @media (min-width: 769px) { .site-header.desktop-content {
display: flex !important;
} .site-header.mobile-header {
display: none !important;
} body {
padding-top: 0;
}
}   @media (max-width: 768px) {
.body {
padding-top: 45px;
} .site-header.desktop-content {
display: none !important;
} .site-header.mobile-header {
display: flex !important;
}
}
@media (max-width: 576px) {
.nav-container {
width: 100%;
padding: 0;
overflow: visible;
}
.nav-menu a {
font-size: 15px;
padding: 16px 15px;
margin: 1px 10px;
}
.nav-menu.active {
max-height: 75vh;
padding: 70px 0 20px 0;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(255, 107, 53, 0.5) transparent;
} .nav-menu.active::-webkit-scrollbar {
width: 4px;
}
.nav-menu.active::-webkit-scrollbar-track {
background: transparent;
border-radius: 2px;
}
.nav-menu.active::-webkit-scrollbar-thumb {
background: rgba(255, 107, 53, 0.5);
border-radius: 2px;
transition: background 0.3s ease;
}
.nav-menu.active::-webkit-scrollbar-thumb:hover {
background: rgba(255, 107, 53, 0.8);
}
.logo-container {
display: none;
}
.cx-logo {
display: none;
} .mobile-logo-container {
display: block;
}
.page-title {
font-size: 1.8rem;
}
.main-content {
margin-top: 0;
}
}  @media screen and (max-width: 320px) {
.consultation-button-container {
margin-top: 0;
}
.consultation-button {
padding: 5px 35px;
font-size: 0.85rem;
}
.button-decoration {
width: 30px;
height: 30px;
bottom: -6px;
right: -6px;
}
} @media screen and (min-width: 321px) and (max-width: 480px) {
.consultation-button-container {
margin-top: 0;
padding: 10px 40px;
}
.consultation-button {
font-size: 0.9rem;
padding: 5px 35px;
}
.button-decoration {
width: 30px;
height: 30px;
}
} @media screen and (min-width: 481px) and (max-width: 768px) {
.consultation-button-container {
margin-top: 0;
}
.consultation-button {
padding: 5px 35px;
font-size: 0.95rem;
}
.button-decoration {
width: 30px;
height: 30px;
}
} @media screen and (min-width: 769px) and (max-width: 1024px) {
.consultation-button-container {
margin-top: 0;
text-align: center;
}
.consultation-button {
padding: 5px 35px;
font-size: 1rem;
}
} @media screen and (min-width: 1025px) and (max-width: 1366px) {
.consultation-button-container {
margin-top: 0;
}
.consultation-button {
padding: 5px 35px;
font-size: 20px;
}
} @media screen and (min-width: 1367px) {
.consultation-button-container {
margin-top: 0;
}
.consultation-button {
padding: 5px 35px;
font-size: 20px;
}
}  @media screen and (max-width: 320px) {
.content-section {
padding: 1.5rem 0.75rem;
}
.subtitle {
font-size: 0.9rem;
margin-bottom: 1.5rem;
text-align: center;
}
.content-blocks {
flex-direction: column;
gap: 1.5rem;
}
.text-block {
margin-left: 0 !important;
}
.text-title {
font-size: 0.95rem;
padding: 0.6rem 1rem;
}
.text-content li {
font-size: 0.85rem;
}
.content-img {
max-width: 65%;
width: 100%;
}
} @media screen and (min-width: 321px) and (max-width: 480px) {
.content-section {
padding: 1.8rem 1rem;
}
.subtitle {
font-size: 0.95rem;
margin-bottom: 1.8rem;
}
.content-blocks {
flex-direction: column;
gap: 1.8rem;
}
.text-block {
margin-left: 0 !important;
text-align: center;
}
.text-title {
font-size: 1rem;
margin-left: auto;
margin-right: auto;
}
.text-content {
text-align: left;
padding-left: 0;
}
.text-content li {
font-size: 0.9rem;
}
.content-img {
max-width: 75%;
width: 100%;
justify-self: center;
}
} @media screen and (min-width: 481px) and (max-width: 768px) {
.content-section {
padding: 2.5rem 1.5rem;
}
.subtitle {
font-size: 1.05rem;
margin-bottom: 2.5rem;
}
.content-blocks {
flex-direction: column;
gap: 2.5rem;
}
.text-block {
margin-left: 0 !important;
}
.text-title {
font-size: 1.08rem;
}
.text-content li {
font-size: 0.95rem;
}
.text-content {
padding-left: 0;
}
.content-img {
max-width: 85%;
width: 100%;
}
} @media screen and (min-width: 769px) and (max-width: 1024px) {
.content-section {
padding: 2.8rem 1.8rem;
}
.subtitle {
font-size: 1.15rem;
margin-bottom: 2.8rem;
}
.content-blocks {
align-items: center;
}
.text-block {
margin-left: 0px;
}
.text-title {
font-size: 1.15rem;
}
.text-content li {
font-size: 0.98rem;
}
.text-content {
padding-left: 0;
}
.content-img {
max-width: 320px;
}
} @media screen and (min-width: 1025px) and (max-width: 1366px) {
.content-section {
padding: 3rem 2rem;
}
.subtitle {
font-size: 1.2rem;
margin-bottom: 3rem;
}
.text-block {
margin-left: 0;
}
.content-img {
max-width: 380px;
}
} @media screen and (min-width: 1367px) {
.content-section {
padding: 3.5rem 3rem;
}
.subtitle {
font-size: 1.25rem;
}
.text-block {
margin-left: 0;
}
.content-img {
max-width: 450px;
}
}    .related-articles-section {
background: #fff;
padding: 80px 0;
max-width: 1200px;
margin: 0 auto;
}
.related-articles-header {
text-align: center;
margin-bottom: 50px;
}
.related-articles-title {
font-size: 32px;
font-weight: bold;
color: #f8751b;
margin: 0;
position: relative;
display: inline-block;
padding-bottom: 12px;
}
.related-articles-title::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background-color: #ffb366;
border-radius: 3px;
}
.articles-container {
max-width: 1560px;
margin: 0 auto;
padding: 0 20px;
}
.related-articles-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
width: 100%;
justify-content: center;
}
.related-articles-grid .article-card {
background: #fff;
border-radius: 0;
box-shadow:
0 8px 30px rgba(0, 0, 0, 0.15),
0 4px 15px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
height: 100%;
display: none;
border-radius: 20px;
flex-direction: column;
min-height: 450px;
}
.related-articles-grid .article-card.active {
display: flex;
}
.related-articles-grid .article-card:hover {
transform: translateY(-8px);
box-shadow:
0 15px 45px rgba(0, 0, 0, 0.2),
0 8px 25px rgba(0, 0, 0, 0.15);
}
.article-image-container {
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
}
.article-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.article-card:hover .article-image {
transform: scale(1.05);
}
.article-year {
position: absolute;
top: 15px;
left: 15px;
background: rgba(255, 107, 53, 0.9);
color: white;
padding: 5px 12px;
border-radius: 15px;
font-size: 14px;
font-weight: bold;
z-index: 2;
}
.article-content {
padding: 30px 25px;
flex: 1;
display: flex;
flex-direction: column;
text-align: start;
}
.article-title {
font-size: 28px;
font-weight: bold;
color: #fbb03b;
margin: 0 0 20px 0;
line-height: 1.5;
text-decoration-line: none;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.article-title-link {
text-decoration: none;
color: inherit;
}
.article-title-link:hover {
text-decoration: none;
}
.article-excerpt {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 0 0 30px 0;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.article-footer {
margin-top: auto;
text-align: end;
padding-bottom: 10px;
}
.read-more-btn {
display: inline-block;
color: #fff;
font-size: 16px;
background: #fbb03b;
font-weight: bold;
border-radius: 20px;
text-decoration: none;
transition: color 0.3s ease;
padding: 5px 25px;
}
.read-more-btn:hover {
color: #ccc;
text-decoration: none;
} @media (max-width: 768px) {
.related-articles-section {
padding: 60px 0;
}
.related-articles-header {
margin-bottom: 40px;
}
.related-articles-title {
font-size: 26px;
padding-bottom: 10px;
}
.related-articles-title::after {
height: 5px;
}
.articles-container {
padding: 0 15px;
max-width: 100%;
}
.related-articles-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.related-articles-grid .article-card {
min-height: 400px;
display: none;
opacity: 0;
}
.related-articles-grid .article-card.active {
display: flex;
opacity: 1;
}
.article-image-container {
height: 250px;
}
.article-content {
padding: 25px 20px;
text-align: center;
}
.article-title {
font-size: 19px;
color: #ffb366;
margin-bottom: 18px;
}
.article-excerpt {
font-size: 15px;
margin-bottom: 25px;
} .article-pagination .page-number {
background-color: transparent;
border: none;
color: #000;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 8px;
transition: color 0.3s ease;
}
.article-pagination .page-number:hover {
color: #ff6b35;
}
.article-pagination .page-number.active {
color: #ff6b35;
}
} .article-pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 35px;
}
.article-pagination .dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ddd;
cursor: pointer;
transition: all 0.3s ease;
border: none;
padding: 0;
}
.article-pagination .dot.active {
background-color: #ff6b35;
width: 12px;
height: 12px;
} .article-pagination .page-number {
background-color: transparent;
border: none;
color: #000;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 8px;
transition: color 0.3s ease;
}
.article-pagination .page-number:hover {
color: #ff6b35;
}
.article-pagination .page-number.active {
color: #ff6b35;
} @media (max-width: 480px) {
.related-articles-section {
padding: 0;
}
.related-articles-header {
margin-bottom: 30px;
}
.related-articles-title {
font-size: 22px;
padding-bottom: 8px;
}
.related-articles-title::after {
height: 4px;
}
.articles-container {
padding: 0 10px;
}
.related-articles-grid {
grid-template-columns: 1fr;
gap: 25px;
position: relative;
} .related-articles-grid .article-card {
display: none;
opacity: 0;
}
.related-articles-grid .article-card.active {
display: flex;
opacity: 1;
animation: slideIn 0.3s ease-in-out;
} @keyframes slideIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .article-pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 35px;
}
.article-pagination .dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ddd;
cursor: pointer;
transition: all 0.3s ease;
border: none;
padding: 0;
}
.article-pagination .dot.active {
background-color: #ff6b35;
width: 12px;
height: 12px;
} .article-pagination .page-number {
background-color: transparent;
border: none;
color: #000;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 0 8px;
transition: color 0.3s ease;
}
.article-pagination .page-number:hover {
color: #ff6b35;
}
.article-pagination .page-number.active {
color: #ff6b35;
}
.article-image-container {
height: 220px;
}
.article-year {
top: 10px;
left: 10px;
padding: 4px 10px;
font-size: 12px;
}
.article-content {
padding: 22px 18px;
text-align: center;
}
.article-title {
font-size: 17px;
color: #ffb366;
margin-bottom: 15px;
}
.article-excerpt {
font-size: 14px;
margin-bottom: 20px;
}
}    .cost-section {
background-color: #ffffff;
padding: 60px 0;
margin: 40px 0;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.cost-section > .container {
text-align: center;
} .cost-grid {
max-width: 100%;
margin: 0 auto;
padding: 25px 15px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} .cost-row {
display: flex;
justify-content: center;
gap: 80px;
margin-bottom: 65px;
flex-wrap: nowrap;
width: 100%;
}
.cost-row:last-child {
margin-bottom: 0;
} .cost-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px 30px;
max-width: 900px;
justify-items: center;
margin: 0 auto;
padding: 0 20px;
} .cost-item {
display: flex;
justify-content: center;
} .cost-circle {
width: 180px;
height: 180px;
background-color: #fff7e0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} .circle-content {
text-align: center;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .cost-label {
font-size: 22px;
color: #2c3e50;
font-weight: 500;
} .cost-value {
font-size: 1.4rem;
color: #f8751b;
font-weight: bold;
margin-bottom: 5px;
white-space: nowrap;
} .cost-amount {
font-size: 1.4rem;
color: #f8751b;
font-weight: bold;
margin-bottom: 5px;
white-space: nowrap;
} .cost-note {
font-size: 18px;
color: #000;
font-weight: 400;
}    @media screen and (max-width: 320px) {
.cost-section {
padding: 30px 0;
}
.cost-items {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
justify-content: center;
padding: 0 5px;
}
.cost-grid {
max-width: 400px;
padding: 0 10px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
width: 100%;
}
.cost-row {
display: contents;
}
.cost-item,
.cost-circle {
width: 130px;
height: 130px;
}
.circle-content {
padding: 10px;
}
.cost-label {
font-size: 0.8rem;
margin-bottom: 5px;
}
.cost-value,
.cost-amount {
font-size: 0.95rem;
margin-bottom: 3px;
}
.cost-note {
font-size: 0.7rem;
}
} @media screen and (min-width: 321px) and (max-width: 480px) {
.cost-section {
padding: 40px 1rem;
}
.cost-items {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
justify-content: center;
padding: 0 10px;
}
.cost-section > .container {
text-align: center;
}
.cost-grid {
max-width: 450px;
padding: 0 12px;
display: grid;
justify-items: center;
grid-template-columns: 1fr 1fr;
gap: 25px;
width: 100%;
}
.cost-row {
display: contents;
}
.cost-item,
.cost-circle {
width: 145px;
height: 145px;
}
.circle-content {
padding: 12px;
}
.cost-label {
font-size: 18px;
margin-bottom: 6px;
}
.cost-value,
.cost-amount {
font-size: 1.1rem;
margin-bottom: 3px;
}
.cost-note {
font-size: 0.75rem;
}
} @media screen and (min-width: 481px) and (max-width: 768px) {
.cost-section {
padding: 50px 1.5rem;
}
.cost-items {
grid-template-columns: repeat(2, 1fr);
gap: 30px 20px;
justify-content: center;
justify-items: center;
padding: 0 15px;
}
.cost-section > .container {
text-align: center;
}
.cost-grid {
max-width: 520px;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
}
.cost-row {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 18px;
flex-wrap: nowrap;
width: 100%;
}
.cost-item,
.cost-circle {
width: 160px;
height: 160px;
}
.circle-content {
padding: 14px;
}
.cost-label {
font-size: 18px;
margin-bottom: 8px;
}
.cost-value,
.cost-amount {
font-size: 1.2rem;
margin-bottom: 4px;
}
.cost-note {
font-size: 0.8rem;
}
} @media screen and (min-width: 769px) and (max-width: 1024px) {
.cost-section {
padding: 55px 2rem;
}
.cost-items {
grid-template-columns: repeat(3, 1fr);
gap: 30px 20px;
padding: 0 15px;
}
.cost-grid {
max-width: 600px;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
}
.cost-row {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 22px;
flex-wrap: nowrap;
width: 100%;
}
.cost-item,
.cost-circle {
width: 170px;
height: 170px;
}
.circle-content {
padding: 15px;
}
.cost-label {
font-size: 0.95rem;
margin-bottom: 10px;
}
.cost-value,
.cost-amount {
font-size: 1.3rem;
margin-bottom: 5px;
}
.cost-note {
font-size: 0.85rem;
}
} @media screen and (min-width: 1025px) and (max-width: 1366px) {
.cost-section {
padding: 60px 2rem;
}
.cost-items {
grid-template-columns: repeat(3, 1fr);
gap: 40px 30px;
padding: 0 20px;
}
.cost-grid {
max-width: 100%;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
}
.cost-row {
display: flex;
justify-content: center;
gap: 70px;
flex-wrap: nowrap;
width: 100%;
}
.cost-item,
.cost-circle {
width: 180px;
height: 180px;
}
.circle-content {
padding: 18px;
}
.cost-label {
font-size: 1rem;
margin-bottom: 10px;
}
.cost-value,
.cost-amount {
font-size: 1.4rem;
margin-bottom: 5px;
}
.cost-note {
font-size: 0.9rem;
}
} @media screen and (min-width: 1367px) {
.cost-section {
padding: 65px 3rem;
}
.cost-items {
grid-template-columns: repeat(3, 1fr);
gap: 40px 30px;
padding: 0 20px;
}
.cost-item,
.cost-circle {
width: 190px;
height: 190px;
}
.circle-content {
padding: 20px;
}
.cost-value,
.cost-amount {
font-size: 1.4rem;
margin-bottom: 5px;
}
}    .mobile-process-steps {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin: 2rem 0;
} .process-step {
display: flex;
gap: 1rem;
align-items: center;
padding: 1rem;
border-radius: 8px;
}
.step-image {
flex: 0 0 60px;
display: flex;
align-items: center;
justify-content: center;
}
.step-number {
width: 50px;
height: auto;
display: block;
object-fit: contain;
}
.step-text {
flex: 1;
display: flex;
align-items: center;
}
.step-text p {
font-size: 14px;
line-height: 1.6;
color: #333;
margin: 0;
font-weight: 500;
}
.step-detail {
display: block;
font-size: 12px;
color: #000;
font-weight: 400;
margin-left: 10px;
} .process-character-image {
text-align: right;
}
.character-img {
width: 100%;
max-width: 300px;
height: auto;
object-fit: contain;
}    @media (max-width: 768px) {
.mobile-process-steps {
gap: 0.6rem;
margin: 1.5rem 0;
}
.process-step {
gap: 0.8rem;
padding: 0.8rem;
}
.step-image {
flex: 0 0 50px;
}
.step-number {
width: 45px;
}
.step-text p {
font-size: 13px;
}
.step-detail {
font-size: 11px;
}
.character-img {
max-width: 100px;
position: absolute;
right: 20px;
bottom: -5px;
}
} @media (max-width: 480px) {
.mobile-process-steps {
gap: 0.6rem;
margin: 1.2rem 0;
}
.process-step {
gap: 0.6rem;
padding: 0.6rem;
}
.step-image {
flex: 0 0 45px;
}
.step-number {
width: 35px;
}
.step-text p {
font-size: 0.9rem;
}
.step-detail {
font-size: 13px;
margin-left: 5px;
}
.character-img {
max-width: 100px;
position: absolute;
right: 20px;
bottom: -5px;
}
}