@charset "UTF-8";

/* -------------------------------------------------- Solarup -------------------------------------------------- */

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Regular-Latin.ttf');
}
@font-face {
    font-family: 'Dela Gothic One';
    src: url('../fonts/DelaGothicOne-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: Arimo;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    color: #000;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000;
}

button {
    border: none;
}

/* 超小屏幕（手机，小于 768px） */
header {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 64px;
    background: #50FF50;
} 

header .logo-main {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190.85px;
    height: 32px;
    margin: 16px 0;
}

header .logo-main > img {
    width: 100%;
    height: auto;
}

header ul.header-column {
    float: right;
    margin: 0;
    padding: 0;
}

header ul.header-column li {
    float: left;
    margin: 16px;
}

header ul.header-column li a {
    display: flex;
}

header ul.header-column li a .icon {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #000;
}

header ul.header-column li a .icon > svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

header ul.header-column li a .text {
    padding-left: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: inherit;
}

footer {
    position: relative;
    width: 100%;
    padding-top: 32px;
    background: #000;
}

footer ul.footer-column {
    margin: 0 0 24px 0;
    padding: 0;
}

footer ul.footer-column li:first-child {
    display: grid;
    gap: 16px;
}

footer ul.footer-column li a {
    display: block;
    width: 100%;
}

footer ul.footer-column li label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px; 
    color: #FFF;
}

footer ul.footer-column li p,
footer ul.footer-column li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9CA3AF;
}

footer ul.footer-copyright {
    padding-top: 32px;
    padding-bottom: 16px;
    border-top: 0.8px solid #1F2937;
}

footer ul.footer-copyright li p,
footer ul.footer-copyright li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; 
    color: #9CA3AF;
}

footer ul.footer-column li a.footer-logo {
    position: relative;
    display: block;
    width: 242.813px;
    height: 48px;
}

footer ul.footer-column li a.footer-logo > img {
    width: 100%;
    height: auto;
}

main {
    position: relative;
    width: 100%;
    padding-top: 64px;
    background: #FFF;
}

.swiper-slide {
    background: none;
}

.swiper-pagination-bullet {
    background: #FFF;
}

.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 4px;
    background: #50FF50;
}

.slide-section {
    position: relative;
    width: 100%;
    background: #F9FAFB;
}
.slide-section .slide-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 46px 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.slide-section .slide-item > img {
    width: 100%;
    height: auto;
}

.quote-section {
    position: relative;
    width: 100%;
    padding: 64px 0;
    background: 50% / cover no-repeat;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro {
    position: relative;
    width: 100%;
}

.intro > .tag {
    width: 100%;
    margin-bottom: 15px;

    /* display: inline-flex;
    padding: 5.8px 11.363px 10.2px 16px;
    justify-content: flex-end;
    align-items: center;
     */
}

.intro > .tag span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #50FF50;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: #000;
}

.intro > .title {
    width: 100%;
    margin-bottom: 32px;
}

.intro > .title > h1 {
    margin-bottom: 12px;
    font-family: "Dela Gothic One";
    font-size: 60px;
    font-weight: 400;
    line-height: 66px; 
    color: #FFF;
}

.intro > .title > p {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    color: #D1D5DB;
}

.intro-panel {
    position: relative;
    width: 100%;
    padding: 25px 28px;
    border-radius: 12px;
    border: 4px solid #50FF50;
    background: #50FF50;
}

.intro-panel > .mark {
    position: absolute;
    top: -15px;
    right: -15px;
    background: none;
}

.intro-panel > .mark .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.intro-panel > .mark .icon > svg {
    width: 28px;
    height: 28px;
}

.intro-panel > .panel-body {
    width: 100%;    
}

.intro-panel > .panel-body label {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
}

.intro-panel > .panel-body p {
    margin-bottom: 6.8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: #000;
}

.intro-panel > .panel-body p > span {
    font-size: inherit;
    font-weight: 700;
}

.intro-panel > .panel-body p.price {
    font-size: 30px;
    line-height: 36px;
}

.intro-panel > .panel-body p.price > span {
    font-size: inherit;
    font-weight: 700;
}

.intro > ul.intro-column {
    margin: 32px 0;
}

.intro > ul.intro-column > li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.intro > ul.intro-column > li:last-child {
    margin-right: 0;
}

.intro > ul.intro-column > li .icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #50FF50;
}

.intro > ul.intro-column > li .icon > svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.intro > ul.intro-column > li .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.intro > ul.intro-column > li .desc > label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; 
    color: #9CA3AF;
}

.intro > ul.intro-column > li .desc > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    color: #FFF;
}

.quote-form {
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.quote-form > h1 {
    margin-bottom: 24px;
    font-family: "Dela Gothic One";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px; 
    color: #111827;
}

.quote-form > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    gap: 16px;
}

.quote-form > form .form-group {
    width: 100%;
}

.quote-form > form .form-group input, 
.quote-form > form .form-group select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 0.8px solid #D1D5DB;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* color: rgba(10, 10, 10, 0.50); */
    /* color: #000; */
}

.quote-form > form .form-group select {
    position: relative;
    /* appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
}
.quote-form > form .form-group select option[disabled] {
    color: rgba(10, 10, 10, 0.50);
}

.quote-form > form .form-group select option:not([disabled]) {
    color: #000;
}

.quote-form > form .error-message {
    display: flex;
    width: 100%;
    align-items: center;
    align-self: stretch;
    font-family: Arimo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: rgb(220, 53, 69);
}

.quote-form > form .form-text {
    display: flex;
    width: 100%;
    /* padding-right: 421px; */
    align-items: center;
    align-self: stretch;
}

.quote-form > form .form-text > span {
    font-family: Arimo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    color: #374151;
}

.quote-form > form > button {
    display: flex;
    width: 100%;
    /* height: 59px; */
    padding: 16px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 8px;
    background: #50FF50;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.quote-form > form > button > span {
    width: 100%;
    font-family: "Dela Gothic One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    text-align: center;
    color: #000;
}

.quote-form .form-tips {
    display: flex;
    width: 100%;
    padding-right: 6px;
    align-items: center;
    flex-shrink: 0;
}

.quote-form .form-tips > p,
.quote-form .form-tips > span {
    font-family: Arimo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    color: #6B7280;
}

.slogan-section {
    position: relative;
    width: 100%;
    padding: 64px 0 32px;
    background: #F9FAFB;
}

.slogan-section .slogan-item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 96px;
    padding: 24px 12px;
    margin-bottom: 32px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.slogan-section .slogan-item .icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(80, 255, 80, 0.10);
}

.slogan-section .slogan-item .icon > svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.slogan-section .slogan-item p {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    color: #111827;
}

.why-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #FFF;
}

.why-section .why-title {
    margin-bottom: 64px;
}

.why-section .why-title > h1 {
    margin-bottom: 16px;
    font-family: "Dela Gothic One";
    font-size: 46px;
    font-weight: 400;
    line-height: 48px; 
    text-align: center;
    color: #000;
}

.why-section .why-title > h1 > span {
    font-family: "Dela Gothic One";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    color: #50FF50;
}

.why-section .why-title > p {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #4A5565;
}

.why-section .why-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding: 32px;
    margin-bottom: 32px;
    border-radius: 16px;
    border: 0.8px solid #E5E7EB;
    background: #F9FAFB;
}

.why-section .why-item .icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: #50FF50;
}

.why-section .why-item .icon > svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.why-section .why-item .desc {
    display: grid;
    gap: 8px;
}

.why-section .why-item .desc > label {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; 
    color: #000;
}

.why-section .why-item .desc > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    min-height: 48px;
    color: #4A5565;
}

.how-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
}

.how-section .how-title {
    margin-bottom: 64px;
}

.how-section .how-title > h1 {
    font-family: "Dela Gothic One";
    font-size: 46px;
    font-weight: 400;
    line-height: 57.6px; 
    text-align: center;
    color: #FFF;
}

.how-section .how-title > h1 > span {
    font-family: "Dela Gothic One";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; 
    text-align: center;
    color: #50FF50;
}

.how-section .how-title > p {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; 
    text-align: center;
    color: #D1D5DB;
}

.how-section ul.how-column {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.how-section ul.how-column > li {
    position: relative;
    padding: 20px 32px;
    flex: 1 1 calc(50% - 12px); /* 减去一半的gap */
    max-width: calc(50% - 12px);
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background: #F9FAFB;
    box-shadow: 0 4px 20px 0 rgba(80, 255, 80, 0.15);
    border: 1.6px solid rgba(80, 255, 80, 0.30);
    border-radius: 16px;
}

.how-section ul.how-column > li .icon {
    display: flex;
    width: 40%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: rgba(80, 255, 80, 0.10);
}

.how-section ul.how-column > li .icon > svg {
    width: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.how-section ul.how-column > li .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 18px;
}

.how-section ul.how-column > li .desc > p {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px; 
    text-align: center;
    color: #111827;
}

.how-section ul.how-column > li .mark {
    position: absolute;
    top: -15px;
    left: -15px;
    
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #50FF50;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.how-section ul.how-column > li .mark > span {
    display: block;
    width: 100%;
    font-family: Arimo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 42px; 
    color: #000;
}

.project-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #FFF;
}

.project-section .project-title {
    margin-bottom: 64px;
}

.project-section .project-title > h1 {
    margin-bottom: 16px;
    font-family: "Dela Gothic One";
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px; 
    text-align: center;
    color: #000;
}

.project-section .project-title > h1 > span {
    font-family: "Dela Gothic One";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; 
    text-align: center;
    color: #50FF50;
}

.project-section .project-title > p {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px; 
    text-align: center;
    color: #6B7280;
}

.project-section ul.project-column > li > a {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.project-section ul.project-column > li > a .cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 389 / 320;
}

.project-section ul.project-column > li > a .cover > img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.customer-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
}

.customer-section .customer-title {
    margin-bottom: 64px;
}

.customer-section .customer-title > h1 {
    margin-bottom: 16px;
    font-family: "Dela Gothic One";
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px; 
    text-align: center;
    color: #FFF;
}

.customer-section .customer-title > h1 > span {
    font-family: "Dela Gothic One";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; 
    text-align: center;
    color: #50FF50;
}

.customer-section .customer-title > p {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px; 
    text-align: center;
    color: #D1D5DB;
}

.customer-section .customer-item {
    width: 100%;
    height: 255px;
    padding: 24px;
    margin-bottom: 64px;
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.customer-section .customer-item .item-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.customer-section .customer-item .item-body {
    display: grid;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    padding-top: 16px;
}

.customer-section .customer-item .avatar {
    position: relative;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.customer-section .customer-item .avatar > img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.customer-section .customer-item .desc {
    display: grid;
}

.customer-section .customer-item .desc > h1 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-align: left;
    color: #111827;
}

.customer-section .customer-item .desc > p {    
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
    text-align: left;
    color: #6B7280;
}

.customer-section .customer-item .star-column {
    display: flex;
    gap: 4px;
    width: 100%;
}

.customer-section .customer-item .star-column > i {
    font-size: 20px;
    color: #FBBF24;
}

.customer-section .customer-item p {
    font-family: Arimo;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    text-align: justify;
    color: #374151;
}

.refer-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #FFF;
}

.refer-section .panel {
    width: 100%;
    padding: 64px;
    border-radius: 24px;
    background: linear-gradient(135deg, #50FF50 0%, #40EF40 100%);
}

.refer-section .panel .tag {
    width: 100%;
    margin-bottom: 24px;
}

.refer-section .panel .tag span {
    display: inline-flex;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.10);    
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: #000;
}

.refer-section .panel .tag .icon {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.refer-section .panel .tag .icon > svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.refer-section .panel .title {
    width: 100%;
    margin-bottom: 32px;
}

.refer-section .panel .title > h1 {
    margin-bottom: 22px;
    font-family: "Dela Gothic One";
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px; /* 120% */
    color: #000;
}

.refer-section .panel .title > p {    
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    color: rgba(0, 0, 0, 0.90);
}

.refer-section .panel ul.refer-column {
    display: grid;
    gap: 16px;
    width: 100%;
    margin: 32px 0;
}

.refer-section .panel ul.refer-column > li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.refer-section .panel ul.refer-column > li .icon {
    display: flex;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.10);
}

.refer-section .panel ul.refer-column > li .icon > svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.refer-section .panel ul.refer-column > li .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 1;
}

.refer-section .panel ul.refer-column > li .desc > p {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    color: #000;
}

.refer-section .panel .refer-btn {
    display: flex;
    width: 228.563px;
    height: 59px;
    padding: 16px 32px;
    margin-bottom: 32px;
    align-items: flex-start;
    border-radius: 8px;
    background: #000;
}

.refer-section .panel .refer-btn > span {    
    font-family: "Dela Gothic One";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    color: #50FF50;
}

.refer-section .img-box {
    width: 100%;
    max-width: 588px;
    aspect-ratio: 588 / 414;
    padding: 33px;
    position: relative;
    overflow: hidden;
    right: 0;
    border-radius: 16px;
    border: 1.6px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.20);
}

.refer-section .img-box > img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: lightgray 50% / cover no-repeat;
}




/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    footer {
        padding-top: 32px;
    }
    footer ul.footer-column {
        margin: 0 0 24px 0;
        padding: 0;
    }

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    footer {
        padding-top: 64px;
    }
    footer ul.footer-column {
        margin: 0 0 48px 0;
        padding: 0;
    }
    footer ul.footer-copyright li:last-child p {
        text-align: right;
    }
    .how-section ul.how-column > li {
        flex: 1 1 calc(25% - 24px);
        max-width: calc(25% - 24px);
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    footer {
        padding-top: 64px;
    }
    footer ul.footer-column {
        margin: 0 0 48px 0;
        padding: 0;
    }
    footer ul.footer-copyright li:last-child p {
        text-align: right;
    }
    .intro > ul.intro-column {
        display: flex;
        gap: 16px;
    }
    .how-section ul.how-column > li {
        flex: 1 1 calc(20% - 24px);
        max-width: calc(20% - 24px);
    }
}

/* -------------------------------------------------- Layer -------------------------------------------------- */

body .inquiry-form-layer {
    border-radius: 12px;
    border: 4px solid #50FF50;
    background: #50FF50;
}
body .inquiry-form-layer .layui-layer-title {
    background: none;
}
body .inquiry-form-layer .layui-layer-content {
    position: relative;
    overflow: unset;
    padding: 25px 28px;
}
body .inquiry-form-layer .layui-layer-content label {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
}
body .inquiry-form-layer .layui-layer-content p {
    margin-bottom: 6.8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: #000;
}
body .inquiry-form-layer .layui-layer-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: none;
    cursor: pointer;
}
body .inquiry-form-layer .layui-layer-close .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
body .inquiry-form-layer .layui-layer-close .icon > svg {
    width: 28px;
    height: 28px;
}