:root{
--ch-font: "Noto Sans JP", serif;
}
.banner-title-box h1{
font-family: var(--ch-font);
}
.banner-img-box picture{
transition: unset;
opacity:1;
}
.banner-product-link button {
min-width: 13vw;
}
.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/office-desk-still-life.png);
}
.product-presentation-text h4{
margin-bottom: 0px;
}
.product-presentation-text-grid>div{
grid-template-columns: 75px 1fr;
}
.advantages>div{
width: 100%;
max-width: calc(50% + 680px);
margin-left: auto;
display: flex;
grid-gap: 7vw;
align-items: flex-start;
}
.advantages-content{
flex-grow: 1;
position: relative;
padding-bottom: 150px;
}
.advantages-content::before{
position: absolute;
content: "";
width: 55vw;
height: calc( 100% - 57px );
background: #E8E8E8;
top: 57px;
left: 0;
z-index: -1;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.advantages-content::after{
position: absolute;
content: "";
width: 7vw;
height: calc( 100% - 57px );
background: #E8E8E8;
top: 57px;
left: 0;
transform: translateX(-99%);
z-index: -1;
border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.advantages-slideshow{
width: 60%;
position: relative;
padding-top: 130px;
}
.advantages-slick-box{
aspect-ratio: 1050 / 780;
width: 100%;
overflow: hidden;
position: relative;
border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.advantages-slick-box img{
width: 100%;
height: 100%;
display: block;
object-position: center;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate( -50%, -50%);
z-index: 1;
}
.advantages-slick-box::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
background: linear-gradient(to top, #333, transparent 40%);
opacity: 0.5;
z-index: 2;
}
.advantages h4{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
color: var(--main-color);
line-height: 1.2em;
}
.advantages h5{
font-family: var(--ch-font);
font-size: var(--xd-42px);
font-weight: 700;
margin: 0;
color: var(--main-color);
margin-top: 7px;
margin-bottom: 35px;
}
.advantages h6{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
color: white;
position: absolute;
z-index: 3;
left: 55px;
bottom: 50px;
}
.advantages p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: black;
line-height: 2em;
}
.advantages-control{
position: absolute;
bottom: 43px;
right: 55px;
display: flex;
align-items: center;
gap: 25px;
z-index: 4;
}
.advantages-control button {
border: unset !important;
outline: unset !important;
padding: 0;
background: transparent !important;
display: flex;
}
.advantages-control button svg {
width: 45px;
}
.processing>div{
width: 100%;
max-width: calc(50% + 680px);
margin-right: auto;
display: flex;
grid-gap: 7vw;
align-items: flex-start;
}
.processing-content{
flex-grow: 1;
position: relative;
padding-bottom: 150px;
}
.processing-content::before{
position: absolute;
content: "";
width: 55vw;
height: calc( 100% - 57px );
background: #E8E8E8;
top: 57px;
right: 0;
z-index: -1;
border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.processing-content::after{
position: absolute;
content: "";
width: 7vw;
height: calc( 100% - 57px );
background: #E8E8E8;
top: 57px;
right: 0;
transform: translateX(99%);
z-index: -1;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.processing-slideshow{
width: 60%;
position: relative;
padding-top: 130px;
}
.processing-slick-box{
aspect-ratio: 1050 / 780;
width: 100%;
overflow: hidden;
position: relative;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.processing-slick-box img{
width: 100%;
height: 100%;
display: block;
object-position: center;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate( -50%, -50%);
z-index: 1;
}
.processing-slick-box::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
background: linear-gradient(to top, #333, transparent 40%);
opacity: 0.5;
z-index: 2;
}
.processing h4{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
color: var(--main-color);
line-height: 1.2em;
}
.processing h5{
font-family: var(--ch-font);
font-size: var(--xd-42px);
font-weight: 700;
margin: 0;
color: var(--main-color);
margin-top: 7px;
margin-bottom: 35px;
line-height: 1.7em;
}
.processing h6{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
color: white;
position: absolute;
z-index: 3;
left: 55px;
bottom: 50px;
}
.processing p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: black;
line-height: 2em;
}
.processing-control{
position: absolute;
bottom: 43px;
right: 55px;
display: flex;
align-items: center;
gap: 25px;
z-index: 4;
}
.processing-control button {
display: flex;
border: unset !important;
outline: unset !important;
padding: 0;
background: transparent !important;
}
.processing-control button svg {
width: 45px;
}
.pp-feature{
padding: 0 var(--pad-space);
}
.pp-feature>div{
width: 100%;
max-width: 1360px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 80px;
}
.pp-feature-box{
display: grid;
grid-template-columns: 29% 1fr;
align-items: center;
grid-gap: 30px;
}
.pp-feature-box-svg{
background: #E8E8E8;
border-radius: 20px;
padding: 23%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
}
.pp-feature-box-svg svg{
width: 100%;
height: auto;
}
.pp-feature-box-text h6{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 600;
color: var(--main-color);
margin: 0;
margin-bottom: 10px;
}
.pp-feature-box-text p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: #000000;
margin: 0;
line-height: 2em;
}
.faq{
padding: 0 var(--pad-space);
}
.faq>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
.faq h5{
font-family: var(--ch-font);
font-size: var(--xd-42px);
font-weight: 700;
color: var(--main-color);
margin: 0;
text-align: center;
margin-bottom: 30px;
}
.faq h6{
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
color: #2E2E2E;
margin: 0;
transition: all .3s;
}
.faq h6.active{
font-weight: 700;
color: var(--main-color);
}
.fap-lsit{
display: grid;
grid-template-columns: 1fr;
grid-gap: 17px;
}
.fap-lsit-main{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #AFAFAF;
padding-bottom: 20px;
}
.fap-lsit-main button svg {
width: 45px;
}
.fap-lsit-main button {
position: relative;
width: 45px;
height: 45px;
cursor: pointer;
border: unset !important;
outline: unset !important;
padding: 0;
background: #AFAFAF !important;
border-radius: 100%;
}
.fap-lsit-main button .line {
position: absolute;
width: 45%;
height: 2px;
background-color: white;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.fap-lsit-main button .horizontal {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.fap-lsit-main button .vertical {
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(90deg);
}
.fap-lsit-main button.active .horizontal {
transform: translate(-50%, -50%) rotate(45deg);
left: 50%;
}
.fap-lsit-main button.active .vertical {
transform: translate(-50%, -50%) rotate(-45deg);
}
.fap-lsit-sub p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: #000000;
margin: 0;
line-height:2em;
}
.fap-lsit-sub{
padding-top: 20px;
padding-bottom: 20px;
display:none;
}
.fap-lsit-sub p.mobile-mode{
display:none;
}
.fap-lsit-sub>div{
display:flex;
gap: 30px;
}
.fap-lsit-sub>div>div{
flex: 0 0 300px;
display: flex;
justify-content: center;
align-items: center;
gap:30px;
}
.tem-table{
padding: 0 var(--pad-space) ;
padding-top: 100px;
padding-bottom: 80px;
}
.tem-table>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
.tem-table-header{
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
grid-gap: 20px;
grid-gap: 0px;
}
.tem-table-header h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
color: var(--main-color);
}
.tem-table-header>div{ background: var(--main-color);
border-radius: 100px;
position: relative;
}
.tem-table-header select {
padding: 7px 20px;
font-size: var(--xd-16px);
margin: 0;
border: unset;
background: transparent;
color: white;
font-weight: 500;
outline: unset;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 100px;
}
.tem-table-header select:hover{
background: var(--main-color);
}
.tem-table-header select option{
color: black;
background-color: white;
}
.tem-table-header svg{
position: absolute;
right: 20px;
top: calc(50% + 2px);
transform: translateY(-50%);
width: 13px;
transition: all .5s;
}
.tem-table-header svg line{
stroke: white;
}
.tem-table-header{
margin-bottom: 50px;
}
.tem-table-body {
overflow: auto; width: 100%;
max-width: 1250px;
border-radius: 20px;
border: 2px solid #DBDBDB;
}
.tem-table-body th,
.tem-table-body td{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
text-align: center;
vertical-align: middle;
color: #4B4A4A;
height: 95px;
}
.tem-table-body tr th:first-child,
.tem-table-body tr td:first-child{
width: 170px !important;
position:sticky;  
left: 0;
z-index:2;
}
.tem-table-body thead{
position:sticky;  
top: 0;
z-index:3;
}
.tem-table-body tr th:not(:first-child),
.tem-table-body tr td:not(:first-child){
width: 160px !important;
}
.tem-table-body th{
color: white;
font-weight: 500;
}
.tem-table-body a{
background: white;
border: 1px solid #707070;
padding: 8px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
margin: 0 auto;
}
.tem-table-body table{
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
margin: 0;
}
.tem-table-body th,
.tem-table-body td{
border: unset;
border-block-start:unset !important;
}
.tem-table-body th{
background: var(--main-color);
}
.tem-table-body tbody tr td:nth-child(odd) {
background-color: #F7F7F7;
}
.tem-table-body tbody tr td:nth-child(even) {
background-color: #E8E8E8;
}
.tem-table-body thead tr th:not(:last-child){
border-right:2px solid white;
}
.tem-table-body tbody tr td:not(:last-child){
border-right: 2px solid #DBDBDB;
}
.tem-table-body tbody tr:not(:last-child) td{
border-bottom: 2px solid #DBDBDB;
}
.tem-table-body::-webkit-scrollbar {
width: 9px;
height: 9px;
}
.tem-table-body::-webkit-scrollbar-button {
display: none;
}
.tem-table-body::-webkit-scrollbar-track{
background: white;
border-radius: 10px;
}
.tem-table-body::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #AFAFAF;
}
.tem-table-body tr td.custom-width,
.tem-table-body tr th.custom-width{
width: 410px !important;
text-align: left;
padding: 20px 50px;
}
.tem-table-body tr th.custom-width{
text-align: center;
}
.pp-card{
padding: 0 var(--pad-space);
}
.pp-card>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 8%;
}
.pp-card-content{
flex: 1;
display: flex;
flex-wrap: wrap;
gap: 10px 0;
}
.pp-card-content>div{
flex: 0 1 33.333%;
min-width: 160px;
}
.pp-card-content p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
position: relative;
padding-left: 35px;
}
.pp-card-content p:before{
width: 15px;
height: 15px;
position: absolute;
background: var(--main-color);
top: 6px;
left: 0;
content: "";
}
.other-app{
padding: 0 var(--pad-space);
}
.other-app>div{
width: 100%;
max-width: 1360px;
margin: 0 auto;
position: relative;
padding-bottom: 70px;
}
.other-app h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 700;
margin: 0;
color: var(--main-color);
margin-top: 5px;
margin-bottom: 50px;
}
.other-app h6{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
margin: 0;
color: var(--main-color);
line-height: 1.1em;
}
.other-app-list{
display: flex;
margin-bottom: 65px;
gap: 25px;
}
.other-app-list>div{
flex: 1 1 33.33%;
display: flex;
flex-direction: column;
gap: 7px;
}
.other-app>div:before {
position: absolute;
bottom: 0;
left: -7vw;
content: '';
background: #e8e8e8;
width: calc(100% + 14vw);
height: calc(100% - 53px);
z-index: -1;
border-radius: 20px;
}
.other-app-list > div:not(:first-child) {
border-left: 2px solid white;
padding-left: 25px;
}
.other-app-list p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
position: relative;
padding-left: 36px;
}
.other-app-list p:before {
width: 13px;
height: 13px;
position: absolute;
background: var(--main-color);
top: 8px;
left: 0;
content: "";
}
.other-app-img {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.other-app-img>div{
flex: 0 1 calc(25% - 15px);
aspect-ratio: 322 / 220;
border-radius: 20px;
overflow: hidden;
}
.other-app-img>div img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.other-app-list-m{
display: none;
flex-wrap: wrap;
margin-bottom: 65px;
gap: 10px 25px;
}
.other-app-list-m p:before {
width: 13px;
height: 13px;
position: absolute;
background: var(--main-color);
top: 8px;
left: 0;
content: "";
}
.other-app-list-m p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
position: relative;
padding-left: 36px;
flex: 1 1 calc( 50% - 13px);
}
.other-app-img-m{
display: none;
margin-top: 25px;
margin-bottom: 5px;
position: relative;
}
.other-app-img-slick-box{
display: grid;
grid-template-columns: 1fr;
align-items: center;
}
.other-app-img-slick-box>div{
aspect-ratio: 322 / 220;
border-radius: 20px;
overflow: hidden;
}
.other-app-img-slick-box>div>img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.other-app-img-m-control{
position: absolute;
bottom: 10px;
right: 10px;
display: flex;
align-items: center;
gap: 15px;
z-index: 4;
}
.other-app-img-m-control button {
display: flex;
border: unset !important;
outline: unset !important;
padding: 0;
background: transparent !important;
}
.other-app-img-m-control button svg {
width: 35px;
height: 35px;
}
.advantages-slick-box h6.mobile-mode{
display: none;
}
@media only screen and ( max-width: 1800px ){
.advantages-content::after {
width: calc((100vw - (50vw + 680px)) / 2);
}
.advantages>div{
grid-gap: calc((100vw - (50vw + 680px)) / 2);
}
.processing-content::after {
width: calc((100vw - (50vw + 680px)) / 2);
}
.processing>div{
grid-gap: calc((100vw - (50vw + 680px)) / 2);
}
.other-app>div:before {
left:50%;
width: calc(100% + (100vw - (50vw + 680px)));
transform: translateX( -50% );
}
}
@media only screen and ( max-width: 1600px ){
.advantages{
padding-left: var(--pad-space);
}
.advantages>div{
max-width: unset;
grid-gap: var(--pad-space);
}
.advantages-content{
padding-left: var(--pad-space);
}
.advantages-content::after{
display: none;
}
.advantages-content::before{
border-radius: var(--box-radius);
}
.processing{
padding-right: var(--pad-space);
}
.processing>div{
max-width: unset;
grid-gap: var(--pad-space);
}
.processing-content{
padding-right: var(--pad-space);
}
.processing-content::after{
display: none;
}
.processing-content::before{
border-radius: var(--box-radius);
}
.other-app>div:before{
left: 0%;
width: 100%;
transform: translateX( 0% );
}
.other-app>div{
max-width:unset;
padding:0 var(--pad-space);
padding-bottom: 70px;
}
}
@media only screen and ( max-width: 1500px ){
.advantages-slideshow {
width: 55%;
}
.advantages-content {
padding-bottom: 57px;
}
.processing-slideshow {
width: 55%;
}
.processing-content {
padding-bottom: 57px;
}
.product-presentation-text h4{
font-size: 40px;
}
.other-product-body-slick-box h5{
font-size:35px;
}
}
@media only screen and (max-width: 1400px) {
.advantages p,
.processing p,
.other-app-list p,
.other-app-list-m p{
font-size: 15px;
}
.other-app-list-m p::before{
top: 5px;
}
.other-app-list p:before {
top: 5px;
}
.fap-lsit-sub p{
font-size: 15px;
}
}
@media only screen and (max-width: 1350px) {
.pp-card-content p:before{
top: 5px;
}
.pp-card-content p{
font-size: 15px;
}
.product-presentation-text h4{
font-size: 35px;
}
}
@media only screen and ( max-width: 1200px ){
.advantages{
padding: 0 var(--pad-space);
}
.advantages>div{
flex-direction: column;
padding: var(--pad-space);
background: #E8E8E8;
border-radius: var(--box-radius);
}
.advantages-content{
padding: 0;
}
.advantages-slideshow{
padding: 0;
width: 100%;
}
.advantages-content::before{
display: none;
}
.advantages-slick-box{
border-radius: var(--box-radius);
}
.advantages h6{
left: var(--pad-space);
bottom: var(--pad-space);
}
.advantages-control {
bottom: var(--pad-space);
right: var(--pad-space);
}
.processing{
padding: 0 var(--pad-space);
}
.processing>div{
flex-direction: column-reverse;
padding: var(--pad-space);
background: #E8E8E8;
border-radius: var(--box-radius);
}
.processing-content{
padding: 0;
}
.processing-slideshow{
padding: 0;
width: 100%;
}
.processing-content::before{
display: none;
}
.processing-slick-box{
border-radius: var(--box-radius);
}
.processing h6{
left: var(--pad-space);
bottom: var(--pad-space);
}
.processing-control {
bottom: var(--pad-space);
right: var(--pad-space);
}
.pp-feature>div{
grid-gap: var(--pad-space);
grid-template-columns: 1fr;
max-width: 730px;
}
.other-app>div:before{
display:none;
}
.other-app>div{
padding:var(--pad-space);
background: #e8e8e8;
border-radius: var(--box-radius);
}
.other-app-list-m{
margin-bottom: 50px;
}
.other-app h5 {
margin-bottom: 40px;
}
.tem-table-body th, .tem-table-body td{
font-size: 15px;
}
.pp-card-content{
flex: 0 0 616px;
}
.pp-card-img{
flex: 1;
}
.product-presentation-text h4{
font-size: 30px;
}
.other-product-body-slick-box h5{
font-size:30px;
}
}
@media only screen and ( max-width: 1024px ){
.banner-product-link button {
min-width: unset;
font-size: 15px;
}
.blank-gap-first {
height: calc(var(--section-gap) + 0px);
}
.other-app-img>div {
flex: 0 1 calc(50% - 15px);
}
.other-app-list{
display:none;
}
.other-app-list-m{
display:flex;
}
.fap-lsit-sub>div{
flex-direction: column;
gap: 10px;
}
.fap-lsit-sub>div>div{
justify-content: flex-start;
}
.tem-table{
padding-top: 50px;
padding-bottom: 40px;
}
.pp-card>div {
flex-direction: column;
}
.pp-card-content {
flex: 1;
}
.pp-card-content>div {
flex: 0 1 25%;
}
.fap-lsit-sub>div>div{
flex: 1;
}
.product-presentation-text h4{
font-size: var(--xd-48px);
}
}
@media only screen and (max-width: 950px) {
.pp-card-content>div {
flex: 0 1 33.333%;
min-width: unset;
}
}
@media only screen and (max-width: 850px) {
.other-product-body-slick-box h5{
font-size:25px;
}
}
@media only screen and ( max-width: 767px ){
.advantages h5{
margin-top: 4px;
margin-bottom: 25px;
}
.advantages h4{
line-height: 1.2em;
}
.advantages p {
line-height: 1.7em;
}
.advantages>div {
grid-gap: 30px;
}
.advantages-slick-box {
border-radius: 25px;
}
.processing h5{
margin-top: 4px;
margin-bottom: 25px;
}
.processing h4{
line-height: 1.2em;
}
.processing p {
line-height: 1.7em;
}
.processing>div {
grid-gap: 30px;
}
.processing-slick-box {
border-radius: 25px;
}
.tem-table-header{
margin-bottom: 25px;
grid-gap: 15px;
}
.tem-table-body{
grid-gap: 15px;
}
.pp-card-content>div {
flex: 0 1 33.33%;
}
.fap-lsit-sub p.desk-mode{
display:none;
}
.fap-lsit-sub p.mobile-mode{
display:block;
}
.other-product-body-slick-box h5{
font-size:25px;
}
}
@media only screen and (max-width: 700px) {
.pp-card-content>div {
flex: 0 1 50%;
}
}
@media only screen and ( max-width:600px ) {
.banner-product-link button {
font-size: 14px;
}
.advantages>div{
grid-gap: 25px;
}
.advantages h5{
margin-bottom: 20px;
}
.advantages h6{
font-size: 17px;
left: 15px;
bottom: 16px;
}
.advantages-control button svg{
width: 35px;
height: 35px;
}
.advantages-control{
gap: 15px;
}
.processing>div{
grid-gap: 25px;
}
.processing h5{
margin-bottom: 20px;
}
.processing h6{
font-size: 17px;
left: 15px;
bottom: 16px;
}
.processing-control button svg{
width: 35px;
height: 35px;
}
.processing-control{
gap: 15px;
}
.pp-feature-box-text p{
line-height: 1.6em;
}
.pp-feature-box{
grid-gap: 20px;
grid-template-columns: 20% 1fr;
align-items: flex-start;
}
.pp-feature-box-svg{
border-radius: 13px;
}
.pp-feature>div{
grid-gap: 50px var(--pad-space);
}
.pp-feature-box-text h6{
margin-bottom: 3px;
}
.fap-lsit-sub p{
line-height: 1.7em;
}
.fap-lsit-main button{
width: 30px;
height: 30px;
}
.fap-lsit-sub{
padding-top: 15px;
}
.fap-lsit-main{
padding-bottom: 15px;
}
.faq h6{
font-size:17px;
}
.tem-table-body thead th:first-child{
border-radius: 10px 0 0 0;
}
.tem-table-body thead th:last-child{
border-radius: 0 10px 0 0;
}
.tem-table-body tbody tr:last-child td:first-child{
border-radius: 0 0 0 10px;
}
.tem-table-body tbody tr:last-child td:last-child{
border-radius: 0 0 10px 0;
}
.tem-table-body th,
.tem-table-body td{
padding: 15px 5px;
height: auto;
font-size: 13px;
}
.tem-table-body tr th:first-child,
.tem-table-body tr td:first-child{
width: 140px !important;
}
.tem-table-body tr th:not(:first-child),
.tem-table-body tr td:not(:first-child) {
width: 140px !important;
}
.tem-table-body tr td.custom-width,
.tem-table-body tr th.custom-width{
width: 320px !important;
padding: 20px 20px;
}
.other-app-list-m p{
flex: 0 1 100%;
}
.other-app-img>div {
flex: 0 1 100%;
}
.other-app h5 {
margin-bottom: 30px;
}
.other-app-list-m{
margin-bottom: 40px;
margin-bottom: 0px;
}
.other-app-img{
display:none;
}
.other-app-img-m{
display: block;
}
.tem-table {
padding-top: 30px;
padding-bottom: 25px;
}
.banner-title-box h3{
font-size: 35px;
}
.product-presentation-text-grid>div {
grid-template-columns: 77px 1fr;
}
.pp-card-content p{
font-size: 14px;
}
}
@media only screen and (max-width: 550px) {
.banner-product-link{
grid-template-columns: 1fr;
}
.banner-product-link button:after{
display: none;
}
.blank-gap-first {
height: calc(var(--section-gap) + 60px);
}
.banner-product-link button::before {
height: 2px;
bottom: -2px;
background: #E8E8E8;
}
}
@media only screen and (max-width: 480px) {
.pp-card-content>div {
flex: 0 0 calc(50% - 5px);
}
.pp-card-content{
gap: 10px;
}
.pp-card-content p{
padding-left: 20px;
}
.pp-card-content p:before {
width: 10px;
height: 10px;
}
}
@media only screen and ( max-width:450px ) {
.banner-product-link button{
font-size: 14px;
}
}
@media only screen and ( max-width:400px ) {
.advantages-control{
right: 10px;
bottom: 10px;
}
.advantages h4{
font-size: 10vw;
}
.processing-control{
right: 10px;
bottom: 10px;
}
.processing h4{
font-size: 8vw;
}
.product-presentation-text-grid p{
font-size: 14px;
}
.advantages p,
.pp-feature-box-text p,
.processing p{
font-size: 14px;
}
.product-presentation-text-grid>div {
grid-gap: 20px;
}
.product-presentation-text-link a span{
font-size: 14px;
text-align: center;
}
.advantages-slick-box h6.desk-mode{
display: none;
}
.advantages-slick-box h6.mobile-mode{
display: block;
}
.other-app-list-m p{
font-size: 14px;
}
.fap-lsit-sub p{
font-size: 14px;
}
.processing h5{
line-height: 1.5em;
}
.other-product-body-slick-box h5{
font-size:20px;
}
}