@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.process{
padding: 0 var(--pad-space);
}
.process>div{
width: 100%;
max-width: 1360px;
margin: 0 auto;
}
.process-body-grid-box{
background: #E8E8E8;
border-radius: 20px;
}
.process-head{
padding-bottom: 120px;
}
.process-body{
display: flex;
flex-direction: column;
gap: 110px;
}
.process-head>h6{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
line-height: 1.1em;
color: var(--main-color);
margin-bottom: 5px;
}
.process-head>h5{
font-family: var(--ch-font);
font-size: var(--xd-42px);
font-weight: 600;
margin: 0;
line-height: 1.5em;
color: var(--main-color);
margin-bottom: 10px;
}
.process-head>p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
line-height: 2em;
color: #000000;
position: relative;
width: 100%;
max-width: 850px;
}
.process-body-grid{
display: flex;
flex-wrap: wrap;
gap: 110px 25px;
}
.process-body-grid-box-2{
width: calc( 50% - 13px);
}
.process-body-grid-box-3{
width: calc( 33.333% - 17px );
}
.process-body-grid-box-2 .process-body-grid-box-img{
aspect-ratio: 667 / 300;
position: relative;
z-index:1;
}
.process-body-grid-box-3 .process-body-grid-box-img{
aspect-ratio: 434 / 300;
position: relative;
z-index:1;
}
.process-body-grid-box-img img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius:20px;
}
.process-body-grid-box-img>div:nth-child(1) {
position: absolute;
top: 0;
left: 0;
transform: translateY(-50%);
padding: 20px 15px;
border-radius: 10px;
z-index:1;
}
.process-body-grid-box-img h6{
font-size: 45px;
font-family: var(--en-font);
color: white;
line-height: 0.7em;
margin: 0;
font-weight: 600;
}
.process-body-grid-box-img>div:nth-child(3) {
position: absolute;
bottom: 0;
left: 0;
transform: translateY(50%);
padding: 20px 30px;
border-radius: 0 10px 10px 0;
z-index:1;
max-width: 100%;
}
.process-body-grid>.process-body-grid-box:nth-child(odd) .process-body-grid-box-img>div:nth-child(1),
.process-body-grid>.process-body-grid-box:nth-child(odd) .process-body-grid-box-img>div:nth-child(3){
background: var(--main-color);
}
.process-body-grid>.process-body-grid-box:nth-child(even) .process-body-grid-box-img>div:nth-child(1),
.process-body-grid>.process-body-grid-box:nth-child(even) .process-body-grid-box-img>div:nth-child(3){
background: #4B4A4A;
}
.process-body-grid-box-img h5{
font-size: var(--xd-33px);
font-family: var(--en-font);
color: white;
line-height: 0.7em;
margin: 0;
font-weight: 600;
overflow-wrap: break-word;
}
.process-body-grid-box-text{
background: #E8E8E8;
padding: var(--pad-space);
padding-top: calc( var(--pad-space) + 15px);
position: relative;
z-index:0;
border-radius: 0 0 20px 20px;
}
.process-body-grid-box-text:before{
position: absolute;
content:"";
top:0;
left:0;
width:100%;
height:40px;
background:#E8E8E8;
transform:translateY(-100%);
z-index:-1;
}
.process-body-grid-box-text h6{
font-size: var(--xd-28px);
font-family: var(--ch-font);
line-height: 1.7em;
font-weight: 600;
margin:0;
color: #2E2E2E;
margin-bottom: 5px;
}
.process-body-grid-box-text p{
font-size: var(--xd-16px);
font-family: var(--ch-font);
line-height: 2em;
font-weight: 400;
margin:0;
color: #2E2E2E;
}
.process-body-grid-box-text p.mobile-mode{
display:none;
}
.process-footer{
width: 100%;
max-width: 930px;
margin: 0 auto;
display: flex;
gap: 50px;
align-items: center;
}
.process-footer>div{
display: grid;
grid-template-columns: 15px 1fr;
grid-gap: 19px;
}
.process-footer>div>div{
width: 100%;
height: 15px;
background: var(--main-color);
margin-top: 7px;
}
.process-footer h6{
font-family: var(--ch-font);
font-size: var(--xd-33px);
color: var(--main-color);
margin: 0;
font-weight: 600;
}
.process-footer p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: #000000;
margin: 0;
font-weight: 400;
}
.maintenance>div{
display: flex;
gap: var(--pad-space);
}
.maintenance-img{
flex: 0 0 40%;
overflow: hidden;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.maintenance-img img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.maintenance-body {
flex: 1;
border-radius: var(--box-radius) 0 0 var(--box-radius);
background: #E8E8E8;
padding: var(--pad-space);
display: flex;
align-items: center;
justify-content: center;
}
.maintenance-body>div{
width: 100%;
max-width: 700px;
}
.maintenance-body h6{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
line-height: 1.1em;
color: var(--main-color);
}
.maintenance-body h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
line-height: 1.5em;
color: var(--main-color);
margin-bottom: 20px;
}
.maintenance-body p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
line-height: 2em;
color: #000000;
position: relative;
padding-left: 35px;
}
.maintenance-body p:before {
position: absolute;
content: "";
background: var(--main-color);
width: 15px;
height: 15px;
top: 12px;
left: 0;
}
.blank-gap {
width: 100%;
height: var(--section-gap);
background: white;
}
.banner-img-box{
position: relative;
background: white;
}
.banner-title-box>h3>span{
font-size: 45px;
padding-left: 15px;
}
.banner-img-box-text .banner-img-box-text-brand {
font-size: 30px;
color: var(--main-color);
padding-bottom: 10px;
}
.banner-img-box picture {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.banner-img-box picture.active {
opacity: 1;
transition: opacity 0.5s ease-in-out;
}
.banner-img-box picture.default {
transition: unset;
opacity: 1;
}
.banner-img-box img {
position: absolute;
top: 0;
left: 0;
}
.blank-gap-first {
height: 60px;
}
.product-presentation {
padding: 0 var(--pad-space);
display: none;
}
.product-presentation.active {
display: block;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.product-presentation>div {
display: flex;
border-radius: var(--box-radius);
overflow: hidden;
}
.product-presentation-slick {
width: 55%;
}
.product-presentation-text {
width: 45%;
}
.product-presentation-slick .slick-list {
height: 100%;
}
.product-presentation-slick .slick-list .slick-track {
height: 100%;
}
.product-presentation-slick-box {
height: 100%;
}
.product-presentation-slick-box img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.product-presentation-slick .slick-dots {
position: absolute;
bottom: 3vw;
left: 50%;
padding-inline-start: 0px;
transform: translateX(-50%);
display: flex;
align-items: center;
gap: 35px;
}
.product-presentation-slick .slick-dots li {
display: block;
text-align: center;
}
.product-presentation-slick .slick-dots li button {
border: unset;
width: 100%;
padding: 0;
outline: unset !important;
border: unset !important;
background: transparent !important;
}
.product-presentation-slick .slick-dots li button>div {
width: 13px;
height: 13px;
border-radius: 100%;
background: white;
margin: 0 auto;
opacity: 0.5;
}
.product-presentation-slick .slick-dots li.slick-active button>div {
opacity: 1;
}
.product-presentation-text {
background: #E8E8E8;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 6vw;
gap: 30px;
}
.product-presentation-text h5 {
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
margin: 0;
color: var(--main-color);
margin-bottom: 15px;
}
.product-presentation-text h4 {
font-family: var(--ch-font);
font-size: var(--xd-48px);
font-weight: 600;
margin: 0;
color: #2E2E2E;
margin-bottom: 30px;
}
.product-presentation-text h6 {
font-family: var(--ch-font);
font-size: var(--xd-22px);
font-weight: 400;
margin: 0;
color: #2E2E2E;
line-height: 1.6em;
width: 100%;
max-width: 500px;
}
.product-presentation-text-grid {
display: grid;
grid-template-columns: 1fr;
grid-gap: 15px;
}
.product-presentation-text-grid>div {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 30px;
}
.product-presentation-text-grid p {
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
margin: 0;
color: #2E2E2E;
}
.product-presentation-text-link {
display: flex;
justify-content: flex-start;
}
.product-presentation-text-link a {
padding: 6px 30px;
border: 1px solid #4B4A4A;
border-radius: 50px;
min-width: 200px;
display: flex;
justify-content: center;
position: relative;
overflow: hidden;
text-decoration: unset !important;
}
.product-presentation-text-link a::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: #4B4A4A;
left: 0;
top: 100%;
z-index: 0;
transition: all .3s ease;
}
.product-presentation-text-link a span {
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
margin: 0;
color: #707070;
position: relative;
z-index: 1;
transition: all .3s ease;
}
.product-presentation-text-link a:hover {
background-color: #4B4A4A;
transition: all 1s ease;
}
.product-presentation-text-link a:hover::before {
top: 0%;
}
.product-presentation-text-link a:hover span {
color: white;
}
.other-product {
padding-left: var(--pad-space);
background:white;
}
.other-product>div {
width: 95%;
margin-left: auto;
padding-top: 80px;
padding-bottom: 80px;
padding-left: 7.5%;
background-color: #E8E8E8;
border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.other-product-head {
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-right: 15%;
margin-bottom: 80px;
}
.other-product-head-control {
display: flex;
align-items: center;
gap: 25px;
}
.other-product-head-control button {
border: unset !important;
outline: unset !important;
padding: 0;
background: transparent !important;
}
.other-product-head-control button svg {
width: 45px;
}
.other-product-head-control button:first-child {
opacity: 0.5;
}
.other-product-head h6 {
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
color: var(--main-color);
text-align: right;
margin-bottom: 5px;
}
.other-product-head h5 {
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
margin: 0;
color: var(--main-color);
text-align: right;
}
.other-product-body-slick .slick-list {
padding-right: 20vw;
}
.other-product-body-slick-box {
aspect-ratio: 600 / 500;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-right: 25px;
border-radius: var(--box-radius);
overflow: hidden;
gap: 5px;
background: black;
}
.other-product-body-slick a {
text-decoration: unset !important;
}
.other-product-body-slick-box h6 {
z-index: 2;
position: relative;
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
color: white !important;
text-decoration: unset !important;
}
.other-product-body-slick-box h5 {
z-index: 2;
position: relative;
font-family: var(--ch-font);
font-size: var(--xd-48px);
font-weight: 600;
margin: 0;
color: white !important;
text-decoration: unset !important;
text-align: center;
line-height:1.5em;
}
.other-product-body-slick-box img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0.6;
transition: all .5s;
}
.other-product-body-slick-box>div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0px solid var(--main-color);
transition: all .5s;
border-radius: var(--box-radius);
z-index: 2;
}
.other-product-body-slick-box:hover img {
opacity: 1;
}
.other-product-body-slick-box:hover>div {
border: clamp(5px, 1vw, 20px) solid var(--main-color);
}
.other-product-body-slick .slick-slide {
opacity: 0.5;
transition: all .5s;
}
.other-product-body-slick .slick-slide.slick-active {
opacity: 1;
}
.product-contact {
background-image: linear-gradient(rgb(0, 0, 0, 0.35), rgb(0, 0, 0, 0.35)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/07/elements-fashion-designing-studio-723.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 80px var(--pad-space);
min-height: 430px;
}
.product-contact>div {
width: 100%;
max-width: 1250px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.product-contact h6 {
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 400;
margin: 0;
color: white;
margin-bottom: 10px;
}
.product-contact h5 {
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
color: white;
margin-bottom: 40px;
}
.product-contact a span {
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
margin: 0;
color: #000000;
position: relative;
z-index: 1;
transition: all .3s ease;
}
.product-contact a {
padding: 6px 30px;
border: 2px solid #707070;
border-radius: 50px;
min-width: 200px;
display: flex;
justify-content: center;
position: relative;
overflow: hidden;
background-color: #FFFFFF;
text-decoration: unset !important;
}
.product-contact a::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: var(--main-color);
left: 0;
top: 100%;
z-index: 0;
transition: all .3s ease;
}
.product-contact a:hover {
background-color: var(--main-color);
border: 2px solid var(--main-color);
transition: background-color 1s ease, border 0.3s ease;
}
.product-contact a:hover::before {
top: 0%;
}
.product-contact a:hover span {
color: white;
}
@media only screen and ( max-width:1600px) {
.process-body-grid-box-img h5{
font-size: 25px;
line-height: 1em;
}
}
@media only screen and ( max-width:1300px) {
.other-product-head {
padding-right: var(--pad-space);
}
}
@media only screen and ( max-width:1200px) {
.process-body-grid-box-img h5{
font-size: 20px;
}
}
@media only screen and ( max-width:1150px) {
.product-presentation-slick {
width: 60%;
}
.product-presentation-text {
width: 40%;
padding: 40px;
}
}
@media only screen and ( max-width:1024px) {
.maintenance>div{
flex-direction: column;
padding: var(--pad-space);
gap:0;
}
.maintenance-body{
border-radius: 0 0 var(--box-radius) var(--box-radius);
justify-content: flex-start;
padding: var(--section-gap) var(--pad-space);
}
.maintenance-body>div{
max-width:unset;
}
.maintenance-img {
border-radius: var(--box-radius) var(--box-radius) 0 0;
aspect-ratio: 1 / 0.6;
}
.blank-gap-first {
height: calc(var(--section-gap) + 20px);
}
.banner-img-box-text .banner-img-box-text-brand {
font-size: 25px;
}
.product-presentation>div {
flex-direction: column;
gap: 30px;
}
.product-presentation-slick, .product-presentation-text {
width: 100%;
}
.product-presentation>div {
flex-direction: column;
padding: 0 0 60px 0;
background: #E8E8E8;
}
.product-presentation-slick-box {
aspect-ratio: 1080 / 990;
}
.product-presentation-slick-box img {
overflow: hidden;
}
.product-presentation-text {
padding: 0 var(--pad-space);
gap: 40px;
}
.other-product {
padding: 0 var(--pad-space);
}
.other-product>div {
width: 100%;
margin-left: unset;
border-radius: var(--box-radius);
padding: var(--section-gap) var(--pad-space);
padding-right: 0;
}
.other-product-head {
align-items: flex-start;
padding-right: 0%;
margin-bottom: 30px;
flex-direction: column-reverse;
gap: 30px;
padding-right: var(--pad-space);
}
.other-product-head h5, .other-product-head h6 {
text-align: left;
}
.other-product-body-slick .slick-list {
padding-right: 10vw;
}
.process-body-grid-box-2,
.process-body-grid-box-3{
width: calc( 50% - 13px);
}
.process-body-grid-box-3 .process-body-grid-box-img {
aspect-ratio: 667 / 300;
}
.process-head {
padding-bottom: 90px;
}
.process-body-grid-box-img h6{
font-size: 35px;
}
.process-body-grid-box-img>div:nth-child(3) {
padding: 15px 20px;
}
.process-body-grid {
gap: 100px 25px;
}
.process-footer {
gap: 20px;
flex-direction: column;
}
}
@media only screen and ( max-width:767px) {
.process-body-grid-box-img>div:nth-child(3) {
padding: 13px 20px;
}
.process-body-grid-box-img h6{
font-size: 30px;
}
.process-body-grid-box-img>div:nth-child(1) {
padding: 16px 15px;
}
.process-body-grid-box-text {
padding: 20px;
padding-top: 25px;
}
.process-body-grid-box-text p {
line-height: 1.7em;
}
.process-body-grid-box-text {
padding-top: 44px;
padding-bottom: 35px;
}
.process-head>p {
line-height: 1.8em;
}
.process-head {
padding-bottom: 70px;
}
.process-body-grid {
gap: 80px 25px;
}
.process-body-grid-box-text p.mobile-mode {
display: block;
width: 100%;
max-width: 250px;
}
.process-body-grid-box-text p.desk-mode {
display: none;
}
.maintenance-body{
padding: var(--pad-space);
}
.maintenance-body p {
padding-left: 25px;
}
.maintenance-body p:before {
width: 10px;
height: 10px;
top: 10px;
}
.banner-title-box>h3>span {
font-size: 35px;
padding-left: 10px;
}
.banner-img-box-text .banner-img-box-text-brand {
font-size: 20px;
padding-bottom: 5px;
}
.product-presentation>div {
padding-bottom: var(--pad-space);
}
.product-presentation-text {
gap: 30px;
}
.product-presentation-text h5 {
margin-bottom: 5px;
}
.product-presentation-text h4 {
margin-bottom: 20px;
}
.product-presentation-text-grid {
gap: 5px;
margin-bottom: 5px;
}
.product-presentation-text h6 {
font-size: 15px;
}
.product-presentation-slick-box {
aspect-ratio: 1080 / 990;
}
.other-product>div {
padding: var(--pad-space) 0 var(--pad-space) var(--pad-space);
}
.product-contact {
min-height: 300px;
}
}
@media only screen and ( max-width:600px) {
.process-body-grid-box-2, .process-body-grid-box-3 {
width: 100%;
}
.process-footer>div>div{
height: 12px;
margin-top: 5px;
}
.process-footer>div {
grid-template-columns: 12px 1fr;
grid-gap: 10px;
}
.maintenance-body p{
line-height: 1.8em;
}
.maintenance-body p:before{
top: 9px;
}
.banner-title-box>h3>span {
font-size: 25px;
padding-left: 5px;
}
.banner-img-box-text .banner-img-box-text-brand {
font-size: 18px;
}
.product-presentation>div {
gap: 25px;
}
.product-presentation-text {
gap: 25px;
}
.product-presentation-text-grid {
margin-bottom: 0px;
}
.product-presentation-text-link {
justify-content: center;
margin-bottom: 5px;
}
.product-presentation-slick .slick-dots {
gap: 10px;
}
.product-presentation-slick .slick-dots li button>div {
width: 10px;
height: 10px;
}
.other-product-body-slick-box {
margin-right: 10px;
border-radius: 20px;
gap: 5px;
}
.other-product-body-slick-box>div {
display: none;
}
.other-product-body-slick-box:hover img {
opacity: 0.6;
}
.other-product-head-control button svg {
width: 35px;
}
.other-product-head {
margin-bottom: 10px;
gap: 10px;
}
.other-product-head-control {
gap: 15px;
}
.product-contact {
padding: var(--section-gap) var(--pad-space);
}
.product-contact h6 {
margin-bottom: 5px;
}
.product-contact h5 {
margin-bottom: 20px;
}
}
@media only screen and ( max-width:450px) {
.maintenance-body h6{
font-size: 35px;
}
.maintenance-body h5{
line-height: 1.3em;
}
}