.test-zoom{
padding: 0 var(--pad-space);
padding-top: var(--section-gap);
}
.test-zoom>div{
width: 100%;
max-width: 1000px;
display: grid;
grid-template-columns: 1fr 1fr;
margin: 0 auto;
grid-gap:40px;
}
.test-zoom-img-box{
width: 100%;
aspect-ratio: 732 / 549;
overflow: hidden;
position: relative;
cursor: pointer;
}
.test-zoom-img-box img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
.test-zoom-img-box.zoom  img {
transform: scale(2);
}
.site-footer{
margin-top: var(--section-gap);
}
.board-directors{
padding: 0 var(--pad-space);
padding-top: var(--section-gap);
}
.board-directors>div{
display: grid;
grid-template-columns: 0.8fr 1fr;
align-items: flex-start;
width: 100%;
max-width: 1250px;
margin: 0 auto;
grid-gap: 12%;
}
.board-directors-header .sec-en-title{
margin-bottom: 4px;
}
.board-directors-header p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: #000000;
margin: 0;
font-weight: 400;
line-height: 2em;
margin-top: 50px;
}
.board-directors-body{
padding-top: 25px;
}
.board-directors-body>div {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
border-bottom: 2px solid #E8E8E8;
padding: 17px 0;
grid-gap: 15px;
}
.board-directors-body span {
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: #AFAFAF;
margin: 0;
font-weight: 400;
}
.board-directors-body p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: var(--main-color);
margin: 0;
font-weight: 600;
}
.board-directors-body a {
width: 45px;
height: 45px;
display: flex;
background: white;
border: 2px solid #707070;
border-radius: 100%;
padding: 10px;
align-items: center;
justify-content: center;
}
.director-independence{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space);
}
.director-independence>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.director-independence h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 600;
text-align: center;
margin: 0;
color: var(--main-color);
margin-bottom: 40px;
}
.director-independence p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
width: 100%;
max-width: 770px;
line-height: 2em;
text-align: center;
margin-bottom: 60px;
}
.director-independence a{
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
background: white;
padding: 11px 40px;
border-radius: 100px;
text-decoration: unset !important;
border: 2px solid #707070;
position: relative;
overflow: hidden;
transition: all .5s;
}
.director-independence a span{
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
margin: 0;
color: black;
z-index: 1;
transition: all .5s;
line-height: 1em;
}
.director-independence a::before{
content: "";
position: absolute;
width: 120%;
height: 120%;
z-index: 0;
background: var(--main-color);
top:120%;
left: 50%;
transform: translateX(-50%);
transition: all .5s;
}
.director-independence a svg{
height: 16px;
z-index: 1;
transition: all .5s;
}
.director-independence a svg line{
stroke: black;
}
.director-independence a:hover{
border: 2px solid var(--main-color);
}
.director-independence a:hover span{
color:white;
}
.director-independence a:hover svg line{
stroke:white;
}
.director-independence a:hover::before{
top:-10%;
}
.pdf-dow-grid{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space);
}
.pdf-dow-grid>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
.pdf-dow-grid-header{
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
grid-gap: 20px;
grid-gap: 0px;
}
.pdf-dow-grid-header h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
color: var(--main-color);
}
.pdf-dow-grid-header>div{
width: 130px;
background: var(--main-color);
border-radius: 100px;
position: relative;
}
.pdf-dow-grid-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;
}
.pdf-dow-grid-header select:hover{
background: var(--main-color);
}
.pdf-dow-grid-header select option{
color: black;
background-color: white;
}
.pdf-dow-grid-header svg{
position: absolute;
right: 20px;
top: calc(50% + 2px);
transform: translateY(-50%);
width: 13px;
transition: all .5s;
}
.pdf-dow-grid-header svg line{
stroke: white;
}
.pdf-dow-grid-header{
margin-bottom: 60px;
}
.pdf-dow-grid-body{
display: grid;
grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 25px;
}
.pdf-dow-grid-body-box{
border: 2px solid #707070;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 30px 25px;
position: relative;
overflow: hidden;
}
.pdf-dow-grid-body-box::before{
content: "";
position: absolute;
width: 100%;
height: 100%;
left: -100%;
top: 0%;
background-color: var(--main-color);
z-index: 0;
transition: .5s all;
}
.pdf-dow-grid-body-box:hover::before{
left: 0%;
}
.pdf-dow-grid-body-box p{
font-size: var(--xd-19px);
font-weight: 400;
color: black;
margin: 0;
z-index: 1;
transition: .5s all;
}
.pdf-dow-grid-body-box:hover p{
color: white;
}
.pdf-dow-grid-body-box a{
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
padding: 13px;
background: white;
border-radius: 100%;
z-index: 1;
}
.grade{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space);
width: 100%;
overflow: hidden;
}
.grade>div{
width: 100%;
max-width: 1250px;
padding: 120px 0 120px 100px;
margin: 0 auto;
position: relative;
}
.grade-bk{
position: absolute;
top: 0;
left: 0;
width: calc( 100vw - var(--pad-space) );
height: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/07/unknown-businessmen-woman-sitting-working-discussing-questions-meeting-modern-office-closeup.png);
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.grade-content{
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 20px;
align-items: flex-end;
}
.grade-content-text h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
margin: 0;
margin-bottom: 40px;
color: white;
}
.grade-content-text p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
line-height: 2em;
color: white;
}
.grade-content-a a{
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
text-decoration: none !important;
color: white;
background: var(--main-color);
padding: 12px 40px;
border-radius: 100px;
overflow: hidden;
border: 2px solid white;
}
.grade-content-a a::before{
content: "";
width: 110%;
height: 110%;
position: absolute;
background-color: white;
top: 100%;
left: -5%;
transition: .5s all;
z-index: 0;
}
.grade-content-a a:hover{
background: white;
transition: 1s all;
}
.grade-content-a a:hover::before{
top: -5%;
}
.grade-content-a a span{
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
margin: 0;
z-index: 1;
}
.grade-content-a a svg{
height: 20px;
z-index: 1;
}
.grade-content-a a:hover span{
color: var(--main-color);
}
.grade-content-a a:hover svg line{
stroke: var(--main-color);
}
.grade-content-text>p:nth-child(3){
display: none;
}
.evaluation{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space);
}
.evaluation>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
.evaluation-table-desk table{
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
margin: 0;
}
.evaluation-table-desk th,
.evaluation-table-desk 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;
}
.evaluation-table-desk th{
color: white;
font-weight: 500;
}
.evaluation-table-desk 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;
}
.evaluation-table-desk th,
.evaluation-table-desk td{
border: unset;
border-block-start:unset !important;
}
.evaluation-table-desk th{
background: var(--main-color);
}
.evaluation-table-desk tbody tr td:nth-child(odd) {
background-color: #F7F7F7;
}
.evaluation-table-desk tbody tr td:nth-child(even) {
background-color: #E8E8E8;
}
.evaluation-table-desk thead th:first-child{
border-radius: 20px 0 0 0;
}
.evaluation-table-desk thead th:last-child{
border-radius: 0 20px 0 0;
}
.evaluation-table-desk tbody tr:last-child td:first-child{
border-radius: 0 0 0 20px;
}
.evaluation-table-desk tbody tr:last-child td:last-child{
border-radius: 0 0 20px 0;
}
.evaluation-table-desk thead tr th:not(:last-child){
border-right:2px solid white;
}
.evaluation-table-desk tbody tr td{
border-right: 2px solid #DBDBDB;
}
.evaluation-table-desk tbody tr td:first-child{
border-left: 2px solid #DBDBDB;
}
.evaluation-table-desk tbody tr td{
border-bottom: 2px solid #DBDBDB;
}
.evaluation-table-desk thead tr th:first-child {
width: 20%;
}
.evaluation>div>h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 600;
margin: 0;
color: var(--main-color);
text-align: center;
margin-bottom: 55px;
}
.director-independence-m{
display: none;
}
@media only screen and (max-width:1300px){
.board-directors>div{
grid-gap: 60px;
}
}
@media only screen and (max-width:1100px){
.grade-content-text>p:nth-child(2){
display: none;
}
.grade-content-text>p:nth-child(3){
display: block;
}
.grade-content{
grid-template-columns: 1fr;
grid-gap: 40px;
}
.grade>div{
padding: var(--section-gap) var(--pad-space);
border-radius: var(--box-radius);
}
.grade-content-a {
display: flex;
justify-content: flex-end;
}
.grade-bk{
display: none;
}
.grade>div{
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/07/unknown-businessmen-woman-sitting-working-discussing-questions-meeting-modern-office-closeup.png);
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
}
}
@media only screen and (max-width:1024px){
.pdf-dow-grid.add-section-gap{
padding-top: calc(var(--section-gap) * 2);
}
.evaluation>div>h5{
margin-bottom: 35px;
}
}
@media only screen and (max-width:950px){
.board-directors>div{
grid-template-columns: 1fr;
grid-gap: 15px;
}
.board-directors-header p{
margin-top: 30px;
}
.board-directors-body{
padding-top: 0px;
}
.board-directors-body>div{
padding: 10px 0;
}
.board-directors-body>div a {
width: 40px;
height: 40px;
}
}
@media only screen and (max-width:767px){
.pdf-dow-grid-header{
margin-bottom: 25px;
grid-gap: 15px;
}
.pdf-dow-grid-header>div{
width: 110px;
}
.pdf-dow-grid-body{
grid-gap: 15px;
}
.grade-content-a {
justify-content: flex-start;
}
.director-independence-d{
display: none;
}
.director-independence-m{
display: block;
}
}
@media only screen and (max-width:600px){
.pdf-dow-grid-body-box{
padding: 20px;
align-items: center;
}
.pdf-dow-grid-body-box a{
width: 35px;
height: 35px;
padding: 10px;
}
.board-directors-body>div a {
width: 35px;
height: 35px;
}
.board-directors-header p {
margin-top: 20px;
}
.board-directors>div {
grid-gap: 5px;
}
.director-independence h5{
margin-bottom: 25px;
}
.director-independence p{
margin-bottom: 35px;
line-height: 1.6em;
}
.director-independence a{
padding: 10px 20px;
background: var(--main-color);
border:2px solid var(--main-color);
}
.director-independence a span{
color: white;
}
.director-independence a svg line{
stroke: white;
}
.grade-content-text h5{
margin-bottom: 20px;
}
.grade-content-text p{
line-height: 1.7em;
}
.grade-content{
grid-gap: 20px;
}
.grade-content-a a{
padding: 12px 15px;
gap: 10px;
} .evaluation>div>h5{
margin-bottom: 30px;
line-height: 1.2;
}
.evaluation-table-desk tbody td,
.evaluation-table-desk thead th{
font-size: 13px;
height: auto;
padding: 20px 5px;
}
.evaluation-table-desk thead>tr>th:first-child{
width: 55px;
}
.evaluation-table-desk table {
table-layout: fixed;
}
.evaluation-table-desk thead th:first-child{
border-radius: 10px 0 0 0;
}
.evaluation-table-desk thead th:last-child{
border-radius: 0 10px 0 0;
}
.evaluation-table-desk tbody tr:last-child td:first-child{
border-radius: 0 0 0 10px;
}
.evaluation-table-desk tbody tr:last-child td:last-child{
border-radius: 0 0 10px 0;
}
}