.banner_anchor_a {
grid-template-columns: 1fr 1fr 0.2fr;
}
.banner_anchor {
width: 50%;
}
.about_tahsin{
padding: var(--section-gap) var(--pad-space)  0 var(--pad-space);
}
.about_tahsin>div{
background-image: linear-gradient(rgba(215,25,33,0.8), rgba(215,25,33,0.8)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/06/compnay-history-pc-t.jpg);
border-radius: var(--box-radius);
padding: 80px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.about_tahsin>div>div{
width: 100%;
max-width: 1250px;
margin-left: auto;
margin-right: auto;
}
.about_tahsin_header{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
}
.about_tahsin_header>div{
flex-grow: 1;
}
.about_tahsin_header h3,
.philosophy h3,
.team h3{
font-family: var(--en-font);
font-size: 62px;
font-weight: 600;
color: white;
line-height: 1.1em;
margin: 0;
margin-bottom: 10px;
}
.about_tahsin_header h2,
.philosophy h2,
.team h2{
font-family: var(--ch-font);
font-size: var(--global-h2-size);
font-weight: 500;
color: white;
margin: 0;
}
.team h3,
.team h2{
color: var(--main-color);
}
.about_tahsin_header h4{
font-family: var(--ch-font);
font-size: 25px;
font-weight: 400;
color: white;
margin: 0;
margin-bottom: 15px;
}
.about_tahsin_header p{
font-family: var(--ch-font);
font-size: 70px;
color: white;
font-weight: 600;
margin: 0;
line-height: 1em;
}
.about_tahsin_header p span{
font-size: 38px;
margin-left: 5px;
}
.about_tahsin_header>div:nth-child(2),
.about_tahsin_header>div:nth-child(3){
border-left: 1.5px solid white;
padding: 5px;
padding-left: 30px;
padding-bottom: 10px;
}
.about_tahsin_body{
background: #E8E8E8;
border-radius: var(--box-radius);
padding: 40px 80px;
display: flex;
margin-top: 120px;
}
.about_tahsin_body>div{
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border-right:2px solid #AFAFAF;
}
.about_tahsin_body>div>div{
display: flex;
width: 100%;
}
.about_tahsin_body>div>div>p{
width: 50%;
}
.about_tahsin_body>div:nth-child(3){
flex-grow: 1.5;
}
.about_tahsin_body>div:last-child{
border-right:unset;
}
.about_tahsin_body>div>div{
display: flex;
text-align: center;
}
.about_tahsin_body h5{
font-family: var(--ch-font);
font-size: 17px;
font-weight: 400;
}
.about_tahsin_body p{
color: var(--main-color);
font-family: var(--en-font);
font-size: 48px;
font-weight: 600;
}
.about_tahsin_body p>span{
font-family: var(--ch-font);
font-size: 20px;
display: block;
}
.company_structure,
.philosophy{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space);
}
.philosophy{
min-height: 85vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/06/corporate-philosophy-t.jpg);
padding: 30px var(--pad-space) 30px var(--pad-space);
display: flex;
align-items: center;
margin-top: calc(var(--section-gap) - 4% - 20px);
}
.company_structure>div,
.philosophy>div{
padding: 0 80px;
width: 100%;
}
.company_structure>div>div,
.philosophy>div>div{
max-width: 1250px;
margin-left: auto;
margin-right: auto;
}
.company_structure h3{
font-family: var(--en-font);
font-size: 62px;
font-weight: 600;
color: var(--main-color);
line-height: 1.1em;
margin: 0;
margin-bottom: 30px;
}
.company_structure h2 {
font-family: var(--ch-font);
font-size: var(--global-h2-size);
font-weight: 500;
color: var(--main-color);
margin: 0;
}
.philosophy h4 {
font-family: var(--ch-font);
font-size: var(--global-h2-size);
font-weight: 700;
color: white;
margin: 0;
text-align: left;
width: 100%;
margin-bottom: 20px;
margin-top: 120px;
line-height: 1.6em;
}
.philosophy p{
color: white;
font-family: var(--ch-font);
margin: 0;
font-weight: 400;
text-align: left;
width: 100%;
line-height: 2em;
}
.company_structure img{ width: 100%;
}
.team_control{
display: flex;
align-items: center;
gap: 25px;
margin-top: 55px;
margin-bottom: 55px;
}
.team_control button{
display: flex;
align-items: center;
border-radius: 100%;
border: 2px solid #707070 !important;
padding: 0px;
background: transparent !important;
outline: unset !important;
width: 50px;
height: 50px;
justify-content: center;
}
.team_control button svg {
width: 15px;
height: 22px;
}
.team_control button:first-child {
padding-right: 5px;
opacity: 0.5;
}
.team_control button:last-child {
padding-left: 2px;
}
.team_slcik .slick-list{
padding-right: 55vw;
}
.team_box{
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 40px;
background: #E8E8E8;
border-radius: var(--box-radius);
margin-right:30px;
transition: .5s all;
}
.team_slcik .slick-current .team_box{
background: var(--main-color);
}
.team_header{
padding: 0 var(--pad-space) 0 var(--pad-space);
margin-top: var(--section-gap);
}
.team_header>div{
padding: 0 80px;
width: 100%;
}
.team_header>div>div{
max-width: 1250px;
margin-left: auto;
margin-right: auto;
}
.team_box h6{
font-family: var(--ch-font);
font-size: 20px;
font-weight: 400;
margin: 0;
margin-bottom: 20px;
color: var(--main-color);
}
.team_box h5{
font-family: var(--ch-font);
font-size: 33px;
font-weight: 600;
margin: 0;
color: var(--main-color);
margin-bottom: 30%;
}
.team_box p{
font-family: var(--ch-font);
font-size: 15px;
font-weight: 400;
margin: 0;
line-height: 2em;
width: 100%;
color: #000000;
}
.team_slcik .slick-current h5,
.team_slcik .slick-current h6,
.team_slcik .slick-current p{
color: white;
}
.team_slcik .slick-track{
display: flex !important;
}
.team_slcik .slick-slide{
height: inherit !important;
}
.team_slcik .team_box{
height: 100%;
}
.related{
padding-top: var(--section-gap);
padding-bottom: var(--section-gap);
}
.related .slick-slide{
opacity: 0.2;
transition: all .5s;
cursor: pointer;
}
.related .slick-current{
opacity: 1;
}
.related_header{
padding: 0 var(--pad-space);
margin-bottom: 50px;
}
.related_header h3{
font-family: var(--en-font);
font-size: 62px;
font-weight: 600;
color: var(--main-color);
line-height: 1.1em;
margin: 0;
margin-bottom: 10px;
text-align: center;
}
.related_header h2{
font-family: var(--ch-font);
font-size: var(--global-h2-size);
font-weight: 500;
color: var(--main-color);
margin: 0;
text-align: center;
}
.related_body .slick-slide{
padding: 15px;
}
.related_body .slick-slide>div{ position: relative;
background: #e8e8e8;
border-radius: var(--box-radius);
overflow: hidden;
}
.related_body_top{
background: var(--main-color);
padding: 30px;
display: grid;
grid-template-columns: auto 1fr;
border-radius: var(--box-radius);
grid-gap: 60px;
position: relative;
}
.related_body_top.gray_version{
background: #707070;
}
.related_body_top>div:first-child{
aspect-ratio: 600 / 550;
width: 100%;
max-width: 400px;
border-radius: var(--box-radius);
overflow: hidden;
}
.related_body_top>div:first-child img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.related_body_top h6{
font-family: var(--en-font);
color: white;
margin: 0;
line-height: 1em;
}
.related_body_top>div:nth-child(2)>h6:nth-child(1){
font-size: 25px;
margin-bottom: 15px;
}
.related_body_top>div:nth-child(2)>h6:nth-child(2){
font-size: 37px;
margin-bottom: 35px;
}
.related_body_top>div:nth-child(2)>p{
font-family: var(--ch-font);
color: white;
margin: 0;
font-size: 15px;
font-weight: 300;
margin-bottom: 20px;
display: grid;
grid-template-columns: 136px 1fr;
grid-gap:15px;
line-height: 2em;
}
.related_body_top>div:nth-child(2)>p>b{
font-weight: 500;
}
.related_body_top>div:nth-child(2)>p>span{
width: 100%;
max-width: 530px;
}
.related_body_top>div:nth-child(2)>div{
display: flex;
justify-content: flex-end;
}
.related_body_top>div:nth-child(2)>div a{
padding: 12px 40px 12px 40px;
}
.related_body_top>div:nth-child(2)>div a svg{
transform: translateY(1px);
margin-left: 5px;
width: 9px;
}
.related_body_top>div:nth-child(2)>div a svg line{
stroke: white;
}
.related_body_top>div:nth-child(2)>div a:hover svg line{
stroke: var(--main-color);
}
.related_body_top.gray_version>div:nth-child(2)>div a:hover svg line{
stroke: #707070;
}
.related_body_top.gray_version .global_btn_style.white_bg_ver:hover{
color: #707070 !important;
}
.related_body_top>div:last-child{
display: flex;
flex-direction: column;
}
.related_body_top>div:last-child>div{
height: 100%;
align-items: flex-end;
padding-right: 25px;
}
.related-body-more{
background: #e8e8e8;
padding: 35px;
}
.related_body_bottom{
display: flex;
gap:10px;
align-items: flex-start;
}
.related_body_bottom>div:nth-child(1){
width: 30%;
}
.related_body_bottom>div:nth-child(2){
width: 70%;
}
.related_body_bottom.three-grid>div:nth-child(2){
width: 35%;
}
.related_body_bottom.three-grid>div:nth-child(3){
width: 35%;
}
.related_body_bottom h5{
font-family: var(--en-font);
color: var(--main-color);
font-weight: 600;
margin: 0;
font-size: 25px;
}
.related_body_bottom h4{
font-family: var(--ch-font);
margin: 0;
font-size: 16px;
font-weight: 400;
color: black;
margin-top: 5px;
margin-bottom: 15px;
}
.related_body_bottom p{
font-family: var(--ch-font);
margin: 0;
font-size: 14px;
font-weight: 400;
color: black;
line-height: 1.8em;
}
.related_body_bottom p a{
color: black !important;
text-decoration: unset !important;
}
.related_body_bottom>div{
border-left: 2px solid #c5c5c5;
padding-left: 15px;
}
.related_body_bottom>div:first-child{
border-left: unset;
padding-left: 0px;
display: flex;
justify-content: center;
transform: translateX(-10%);
}
.related-bar{
width: 80%;
height: 5px;
background: #e8e8e8;
border-radius: 10px;
max-width: 600px;
margin: 0 auto;
margin-top: 40px;
position: relative;
}
.related-bar>div{
width: 25%;
height: 5px;
background: var(--main-color);
border-radius: 10px;
position: absolute;
top:0;
left: 0;
transition: all .5s;
}
.related-group{
position: relative;
}
.related-group>button{
display: flex;
align-items: center;
border-radius: 100%;
border: 2px solid #707070 !important;
padding: 0px;
background: transparent !important;
outline: unset !important;
width: 50px;
height: 50px;
justify-content: center;
position: absolute;
top:50%;
background: white !important;
}
.related-group>button svg {
width: 15px;
height: 22px;
}
#related-next-btn {
padding-left: 2px;
right: calc(7vw + 15px);
transform: translate(50%, -50%);
}
#related-prev-btn {
padding-right: 2px;
left: calc(7vw + 15px);
transform: translate(-50%, -50%);
display: none;
}
.related-body-more>button{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
border:unset !important;
background: transparent !important;
outline: unset !important;
gap: 10px;
padding: 0;
}
.related-body-more>button.active svg{
transform: rotate(-90deg);
transition: all .5s;
}
.related-body-more>button span{
font-size: 16px;
font-family: var(--ch-font);
font-weight: 600;
margin: 0;
color: var(--main-color);
}
.related-body-more>button svg{
transform: rotate(90deg);
height: 14px;
}
.related-body-more>button svg line{
stroke: var(--main-color);
}
@media only screen and (max-width: 1600px){
.related_body_top>div:nth-child(2)>p{
grid-template-columns: 1fr;
grid-gap: 0px;
}
}
@media only screen and (max-width: 1400px){
.related_body_top {
grid-gap: 30px;
}
}
@media only screen and (max-width: 1300px){
.about_tahsin_body {
padding: 30px;
margin-top: 70px;
}
.about_tahsin_body p {
font-size: 38px;
line-height: 1.4em;
}
.about_tahsin_body p>span {
font-size: 15px;
line-height: 1em;
}
.related_body_top>div:first-child{
aspect-ratio: 1 / 0.7;
max-width: unset;
}
.related_body_top{
grid-gap:unset;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
gap:30px;
}
.related_body_top>div:last-child{
display: flex;
flex-direction: column;
}
.related_body_top>div:nth-child(2)>div{
height: 100%;
justify-content: center;
align-items: center;
}
.related-body-more{
padding: 30px;
}
.related_body_bottom{
flex-direction: column;
}
.related_body_bottom>div{
width: 100% !important;
border-left: unset;
padding: 0;
border-bottom:2px solid #c5c5c5;;
}
.related_body_bottom>div:first-child {
justify-content: flex-start;
transform:unset;
padding-bottom: 10px;
}
.related_body_bottom h4{
margin: 0;
margin-bottom: 10px;
margin-top: 5px;
}
.related_body_bottom p{
margin-bottom: 10px;
}
.related-group>button{
top: 450px;
}
.related_body_top>div:last-child>div{
padding-right:0px;
}
.about_tahsin_header p span{
font-size:25px;
}
}
@media only screen and (max-width:1024px){
.about_tahsin>div {
padding: 50px;
background-image: linear-gradient(rgba(215,25,33,0.8), rgba(215,25,33,0.8)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/06/compnay-history-tablet-t.jpg);
}
.company_structure>div,
.philosophy>div{
padding: 0 0px;
}
.about_tahsin_header h3,
.company_structure h3,
.philosophy h3,
.team h3{
font-size: 50px;
}
.related_header h3{
font-size: 50px;
}
.about_tahsin_header p {
font-size: 40px;
}
.about_tahsin_body>div {
width: 50%;
}
.about_tahsin_body {
flex-wrap: wrap;
}
.about_tahsin_body>div:nth-child(1) {
border-bottom: 2px solid #AFAFAF;
}
.about_tahsin_body>div:nth-child(2) {
border-right: unset;
border-bottom: 2px solid #AFAFAF;
}
.about_tahsin_body>div:nth-child(3),
.about_tahsin_body>div:nth-child(4) {
padding-top: 20px;
}
.team_header>div{
padding: 0px;
}
.team_box{
padding: 30px;
}
#related-next-btn{
right: calc(5vw + 7px);
}
#related-prev-btn{
left: calc(5vw + 7px);
}
.related_body_bottom>div:last-child{
margin-bottom: 25px;
}
.team_slcik .slick-list{
padding-right: 10vw;
}
}
@media only screen and (max-width: 1200px){
.about_tahsin_body {
flex-wrap: wrap;
}
.about_tahsin_body>div {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.about_tahsin_body>div:nth-child(1) {
border-bottom: 2px solid #AFAFAF;
}
.about_tahsin_body>div:nth-child(2) {
border-right: unset;
border-bottom: 2px solid #AFAFAF;
}
.about_tahsin_body>div:nth-child(3), .about_tahsin_body>div:nth-child(4) {
padding-top: 20px;
}
.about_tahsin_body h5 {
text-align: center;
}
}
@media only screen and (max-width: 1024px) {
.banner-nav-anchor{
grid-template-columns: auto auto;
grid-gap: 20px 4vw;
}
}
@media only screen and (max-width: 767px) {
.company_structure h3 {
margin-bottom: 10px;
}
.about_tahsin_body p>span {
margin-bottom: 10px;
}
.about_tahsin>div>div{
flex-wrap: wrap;
}
.about_tahsin_header>div:nth-child(1){
width: 100%;
margin-bottom: 40px;
}
.about_tahsin_body {
margin-top: 40px;
padding: 0 20px;
}
.about_tahsin_body p {
font-size: 25px;
}
.about_tahsin_body>div {
width: 100%;
border-right:unset;
border-bottom:1px;
}
.about_tahsin_body h5{
margin: 0;
margin-bottom: 20px;
}
.about_tahsin_body p{
margin: 0;
line-height: 1em;
}
.about_tahsin_body>div:nth-child(3), .about_tahsin_body>div:nth-child(4){
padding-top: 20px;
}
.about_tahsin_body>div:nth-child(3){
border-bottom: 2px solid #AFAFAF;
}
.about_tahsin_body>div{
padding: 20px;
}
.philosophy h4{
font-size: clamp(15px, 3.3vw, 25px);
}
.philosophy p{
line-height: 1.6em;
font-size: 14px;
}
.related-group>button{
top: 400px;
}
.company_structure img{
transform: translateY(0%);
padding-top: 20px;
}
.team_slcik .slick-list{
padding-right: 20vw;
}
}
@media only screen and (max-width: 600px) {
.banner-nav-anchor{
max-width: calc( 100% - var(--pad-space));
}
.banner_anchor {
width: 65%;
}
.related{
padding-top: calc( var(--section-gap) + var(--section-gap) / 2);
}
.about_tahsin_body h5{
margin-bottom: 10px;
}
.banner_anchor_a {
grid-template-columns: 1fr 1fr 0;
}
.about_tahsin>div{
padding: 30px;
}
.company_structure>div{
padding: 0 0px;
}
.about_tahsin_header>div:nth-child(1){
margin-bottom: 30px;
}
.about_tahsin_body{
margin-top: 20px;
}
.about_tahsin_header>div:nth-child(2){
margin-bottom: 0px;
}
.about_tahsin_header h4{
font-size: 17px;
}
.about_tahsin_header p{
font-size: 35px;
}
.about_tahsin_header p span {
font-size: 15px;
}
.about_tahsin_body>div{
padding: 15px 20px;
}
.about_tahsin_header>div:nth-child(2), .about_tahsin_header>div:nth-child(3){
width: 50%;
padding-left: 15px;
}
.philosophy{
margin-top: calc( var(--section-gap));
}
.about_tahsin_header h3,
.company_structure h3,
.philosophy h3,
.team h3{
font-size: 40px;
}
.related_header h3{
font-size: 40px;
}
.philosophy h4,
.philosophy p{
max-width: unset;
text-align: left;
}
.philosophy h4{
margin-top: 60px;
}
.team_box h6 {
font-size: 18px;
margin-bottom: 10px;
}
.team_box h5 {
font-size: 30px;
margin-bottom: 15%;
}
.team_box p {
line-height: 1.5em;
}
.team_control {
margin-top: 30px;
margin-bottom: 30px;
}
.team_control button {
width: 45px;
height: 45px;
}
.team_control button svg{
width: 10px;
height: 18px;
}
.team_box{
margin-right: 20px;
}
.related_body .slick-slide{
padding: 5px;
}
.related_body_top>div:nth-child(2)>h6:nth-child(2){
font-size: 25px;
margin-bottom: 20px;
}
.related_body_top{
gap:15px;
}
.related_body_top{
padding: 20px;
}
.related_body_top{
padding: 20px;
padding-bottom:35px;
}
.related_body_top>div:nth-child(2)>h6:nth-child(1),
.related_body_top>div:nth-child(2)>h6:nth-child(2){
font-size: 20px;
}
.related_body_top>div:nth-child(2)>h6:nth-child(1){
margin-bottom: 5px;
}
.related_body_top>div:nth-child(2)>p{
grid-template-columns: 1fr;
grid-gap:0px;
line-height: 1.6em;
font-size: 14px;
}
.related_body {
padding-left: 25px;
}
.related_body .slick-list {
padding-right: 25px;
}
.related-group>button{
top:300px;
}
.related-group>button{
width: 35px;
height: 35px;
}
.related-group>button svg {
width: 10px;
height: 18px;
}
#related-prev-btn{
left: 5px;
}
#related-next-btn{
right:5px;
}
#related-prev-btn,
#related-next-btn{
transform: translate(0 , -50%);
}
.about_tahsin_header h3, .philosophy h3, .team h3{
margin-bottom: 2px;
}
.philosophy{
min-height: unset;
padding: var(--section-gap) var(--pad-space);
}
.related_body_top h6{
line-height: 1.2em;
}
.related_body_top>div:nth-child(2)>h6:nth-child(1){
margin-bottom: 0px;
}
.related_body_top>div:nth-child(2)>p{
margin-bottom: 30px;
}
.related_body_top>div:nth-child(2)>h6:nth-child(2){
margin-bottom: 15px;
}
.related_body_bottom>div:nth-child(1) h4{
margin-bottom: 20px;
}
.related_body_top>div:first-child{
aspect-ratio: 1 / 0.8;
border-radius: 20px;
}
.related_header{
margin-bottom: 20px;
}
.related_body_top a{
display: flex;
align-items: center;
}
.related_body_top>div:nth-child(2)>div a{
padding: 10px 30px;
}
.related_body_top>div:nth-child(2)>div a svg{
transform: translateY(1px);
height:13px;
}
.related .slick-slide:not(.slick-current){
opacity: 0.5;
}
.team_slcik .slick-list{
padding-right: 10vw;
}
.related_body_top>div:nth-child(2)>div{
bottom: 35px;
}
}
@media only screen and (max-width:450px){
.about_tahsin_header p {
font-size: 25px;
}
}
@media only screen and (max-width: 400px) {
.banner-nav-anchor {
grid-template-columns: auto;
}
}