.template-05 a{
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
background: white;
padding: 15px;
border-radius: 100px;
text-decoration: unset !important;
border: 2px solid #707070;
position: relative;
overflow: hidden;
transition: all .5s;
width: 100%;
max-width: 490px;
margin: 0 auto;
margin-top:10px;
text-align: center;
}
.template-05 a span {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: black;
z-index: 1;
transition: all .5s;
line-height: 1.2em;
}
.template-05 a svg {
height: var(--xd-19px);
z-index: 1;
transition: all .5s;
}
.template-05 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;
}
.template-05 a svg line {
stroke: black;
}
.template-05 a:hover {
border: 2px solid var(--main-color);
}
.template-05 a:hover::before {
top: -10%;
}
.template-05 a:hover span {
color: white;
}
.template-05 a:hover svg line {
stroke: white;
}
.banner-nav-anchor a span{
line-height: 1.4em;
}
.banner-nav-anchor a svg{
width: 15px;
}
.banner-nav-anchor {
grid-template-columns: auto auto auto;
}
.management{
padding-right: var(--pad-space);
padding-top: 2.4vw;
}
.management>div{
width: 100%;
max-width: calc( (100vw - (100vw - 1250px) / 2 ) - 8px);
margin-right: auto;
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 10%;
align-items: center;
}
.management-img{
position: relative;
aspect-ratio: 952 / 738;
}
.management-img img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
overflow: hidden;
}
.management-img h6{
position: absolute;
font-family: var(--en-font);
font-size: var(--xd-65px);
font-size: clamp(16px, 4vw, var(--xd-65px));
font-weight: 600;
margin: 0;
color: var(--main-color);
line-height: 0.7em;
z-index: 2;
}
.management-img>h6:nth-child(2){
left: 80%;
top: 20px;
width: 100%;
}
.management-img>h6:nth-child(1){
left: 40%;
top: 0;
transform: translateY(-100%);
width: max-content;
}
.management-content{
width: 100%;
max-width: 516px;
}
.management-content p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
line-height: 2em;
}
.management-content h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 600;
margin: 0;
color: var(--main-color);
margin-bottom: 30px;
}
.management-img::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(-120deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
z-index: 1;
}
.template-04{
padding: 0 var(--pad-space);
margin-top: var(--section-gap);
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/beautiful-view-raindrops-rolling-down-window-skyscrapers-surface.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.template-04>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
padding: var(--section-gap) 0;
}
.template-04-header{
margin-bottom: 80px;
}
.template-04-header h6 {
font-family: var(--en-font);
font-size: var(--xd-65px);
color: white;
margin: 0;
font-weight: 600;
line-height: 1.1em;
margin-bottom: 2px;
}
.template-04-header h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
color: white;
margin: 0;
font-weight: 400;
}
.template-04-topbar{
display: none;
margin-bottom: 40px;
}
.template-04-topbar>div{
display: flex;
gap: 10px;
align-items: center;
background: #E8E8E8;
border-radius: 200px;
padding: 10px;
}
.template-04-topbar>div>div{
width: calc(100% - 100px);
}
.template-04-topbar button{
width: 40px;
padding: 0px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
background: transparent !important;
outline: unset !important;
border: unset !important;
}
.template-04-topbar p {
font-family: var(--ch-font);
font-size: 16px;
font-weight: 500;
text-align: center;
margin: 0px;
border-radius: 50px;
padding: 0px 15px;
line-height: 1em;
transition: all .5s;
width: 100%;
cursor: pointer;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.template-04-topbar span {
display: block;
font-size: 14px;
padding-top: 5px;
font-weight: 400;
}
.template-04-topbar button svg {
height: 40px;
width: 13px;
}
.template-04-body{
display: flex;
}
.template-04-body,
.template-04-body-aside{
gap: 30px;
grid-gap: 30px;
}
.template-04-body-aside{
width: 240px;
height: inherit;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
}
.template-04-body-aside>div{
background: white;
cursor: pointer;
border:2px solid #AFAFAF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 20px;
padding: 20px;
overflow: hidden;
transition: all .5s;
}
.template-04-body-aside p{
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 500;
color: #707070;
margin: 0;
margin-bottom: 0px;
text-align: center;
}
.template-04-body-aside span{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 500;
color: #AFAFAF;
margin: 0;
}
.template-04-body-aside>div.active{
background: var(--main-color);
border:2px solid white;
}
.template-04-body-aside>div.active span,
.template-04-body-aside>div.active p{
color: white;
}
.template-04-body-content{
background: var(--main-color);
border-radius: var(--box-radius);
padding: 60px;
width: calc( 100% - 240px - 40px);
}
.template-04-body-content-slick .slick-track{
display: flex !important;
}
.template-04-body-content-slick .slick-track .slick-slide{
height: inherit !important;
}
.template-04-body-content-top{
border-bottom: 0px solid white;
padding-bottom: 100px;
margin-bottom: 25px;
}
.template-04-body-content-top h5{
font-family: var(--en-font);
font-size: var(--xd-65px);
font-weight: 600;
color: white;
line-height: 1.1em;
margin: 0;
text-align: left;
margin-bottom: 80px;
}
.template-04-body-content-top h6{
font-family: var(--ch-font);
font-size: var(--xd-48px);
font-weight: 500;
color: white;
margin: 0;
text-align: left;
margin-bottom: 25px;
}
.template-04-body-content-top p{
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
color: white;
margin: 0;
text-align: left;
line-height: 1.7em;
width: 100%;
}
.template-04-body-content-bottom p.mobile-mode{
display: none;
}
.template-04-body-content-bottom{
display: grid;
grid-template-columns: 1fr 120px;
grid-gap: 40px;
}
.template-04-body-content-bottom>p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 500;
color: white;
margin: 0;
text-align: left;
line-height: 2em;
width: 100%;
}
.template-04-body-content-control>div{
display: flex;
align-items: flex-end;
justify-content: flex-end;
gap:30px;
position: absolute;
right: 0;
bottom: 0;
}
.template-04-body-content-control button{
background: white !important;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border: unset !important;
outline: unset !important;
border-radius: 100%;
cursor: pointer;
}
.template-04-body-content-control button:first-child svg{
transform: translateX(-20%);
}
.template-04-body-content-control button:last-child svg{
transform: translateX(10%);
} .template-05{
padding: var(--section-gap) var(--pad-space) 0 var(--pad-space)
}
.template-05>div{
width: 100%;
max-width: 1250px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
grid-gap: 70px;
}
.template-05-header{
display: grid;
grid-template-columns: 1fr;
grid-gap: 40px;
}
.template-05-header h5{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
color: var(--main-color);
margin: 0;
line-height: 1.5em;
}
.template-05-header h6{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 500;
color: #000000;
margin: 0;
line-height: 2em;
}
.template-05-header p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: #000000;
margin: 0;
line-height: 2em;
width: 100%;
max-width: 630px;
}
.template-05-content th,
.template-05-content 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;
}
.template-05-content th{
color: white;
font-weight: 500;
}
.template-05-content 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;
}
.template-05-content table{
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
margin: 0;
}
.template-05-content th,
.template-05-content td{
border: unset;
border-block-start:unset !important;
}
.template-05-content thead tr th:nth-child(1){
width: 60%;
}
.template-05-content thead tr th:nth-child(2){
width: 40%;
}
.template-05-content th{
background: var(--main-color);
}
.template-05-content tbody tr td:nth-child(odd) {
background-color: #F7F7F7;
}
.template-05-content tbody tr td:nth-child(even) {
background-color: #E8E8E8;
}
.template-05-content thead th:first-child{
border-radius: 20px 0 0 0;
}
.template-05-content thead th:last-child{
border-radius: 0 20px 0 0;
}
.template-05-content tbody tr:last-child td:first-child{
border-radius: 0 0 0 20px;
}
.template-05-content tbody tr:last-child td:last-child{
border-radius: 0 0 20px 0;
}
.template-05-content thead tr th:not(:last-child){
border-right:2px solid white;
}
.template-05-content tbody tr td{
border-right: 2px solid #DBDBDB;
}
.template-05-content tbody tr td:first-child{
border-left: 2px solid #DBDBDB;
}
.template-05-content tbody tr td{
border-bottom: 2px solid #DBDBDB;
}
.template-05-data {
display: grid;
grid-template-columns: 1fr;
}
.template-05-data>div{
display: grid;
grid-template-columns: 40% 30% 30%;
align-items: center;
}
.template-05-data>div:first-child p{
text-align: center;
}
.template-05-data>div:not(:first-child){
padding-bottom: 8px;
border-bottom: 2px solid #AFAFAF;
margin-top: 50px;
}
.template-05-data>div:nth-child(2){
margin-top: 35px;
}
.template-05-data:nth-child(3){
margin-top: 50px;
}
.template-05-data p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
margin: 0;
color: #000000;
}
.template-05-data>div:not(:first-child){
padding-bottom: 25px;
border-bottom: 2px solid #AFAFAF;
}
.template-05-data h6{
font-family: var(--en-font);
font-size: var(--xd-80px);
font-weight: 600;
margin: 0;
color: var(--main-color);
display: flex;
align-items: flex-end;
text-align: center;
justify-content: center;
gap: 15px;
line-height: 0.8em;
}
.template-05-data h6 span{
font-family: var(--ch-font);
font-size: var(--xd-28px);
transform: translateY(0.5em);
}
.template-05-data-mobile{
grid-template-columns: 1fr;
grid-gap: 25px;
display: none;
}
.template-05-data-mobile>div{
display: grid;
grid-template-columns: 1fr 1fr;
border-bottom: 2px solid #AFAFAF;
padding-bottom: 10px;
}
.template-05-data-mobile h6{
font-family: var(--en-font);
font-size: 50px;
font-weight: 600;
margin: 0;
color: var(--main-color);
display: flex;
align-items: flex-end;
gap: 5px;
}
.template-05-data-mobile h6 span{
font-family: var(--ch-font);
font-size: var(--xd-28px);
transform: translateY(-0.4em);
}
.template-05-data-mobile p{
font-family: var(--ch-font);
font-size: 17px;
font-weight: 400;
margin: 0;
color: #000000;
}
.template-05-data-mobile>div>div>p{
margin-bottom: 7px;
}
@media only screen and (max-width:1600px){
.management-img>h6{
font-size: clamp(16px, 3.5vw, var(--xd-65px));
}
.banner-nav-anchor{
grid-template-columns: auto auto;
grid-gap: 20px 4vw;
}
.management-content p{
line-height: 1.8em;
}
}
@media only screen and (max-width:1450px){
.management-content{
margin-top:60px;
}
}
@media only screen and (max-width:1365px){
.management>div{
max-width: unset;
}
}
@media only screen and (max-width:1200px){
.management-content{
margin-top:0px;
}
.management>div{
grid-template-columns: 1fr;
}
.management{
padding: 0 var(--pad-space);
}
.management-img img{
border-radius: var(--box-radius);
}
.management-img{
height: 60vh;
aspect-ratio: unset;
}
.management-content{
max-width: unset;
}
.management-img>h6:nth-child(2){
top: unset;
left: 0;
bottom: 0;
}
.management-img>h6:nth-child(1){
left: 0;
top: unset;
bottom: 0;
transform: translateY( calc(-100% - 10px));
}
.management-img::before {
background-image: linear-gradient(60deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
}
.management-img h6{
font-size: clamp(16px, 4.5vw, var(--xd-65px));
}
}
@media only screen and (max-width:1350px){
.management>div{
grid-gap: var(--pad-space);
}
}
@media only screen and (max-width:1100px){
.banner-nav-anchor{
max-width: 90%;
}
}
@media only screen and (max-width:1024px){
.template-04-topbar{
display: block;
}
.template-04-body-aside{
display: none;
}
.template-04-body-content{
width: 100%;
}
.template-04-body-content-top {
padding-bottom: 40px;
}
.template-04-body-content-top h5{
margin-bottom: 40px;
}
}
@media only screen and (max-width:767px){
.banner-nav-anchor {
grid-template-columns: auto;
grid-gap: 15px 4vw;
}
.management-img h6{
font-size: clamp(16px, 5.5vw, var(--xd-65px));
}
.banner-nav-anchor{
grid-template-columns: auto;
max-width:calc( 100% - var(--pad-space) );
}
.banner-nav-anchor a span{
width:100%;
}
.template-04-topbar {
margin-bottom: 30px;
}
.template-04-header{
margin-bottom: 60px;
}
.template-04-body-content{
padding: var(--pad-space);
}
.template-04-body-content-top h5{
text-align: left;
margin-bottom: 20px;
}
.template-04-body-content-top h6{
margin-bottom: 25px;
}
.template-04-body-content  p{
line-height: 1.6em;
font-size: 15px;
}
.template-04-body-content-control>div{
gap: 15px;
}
.template-04-body-content-control button{
width: 35px;
height: 35px;
padding: 13px;
}
.template-04-body-content-bottom{
grid-template-columns: 1fr 85px;
}
.template-05-header p,
.template-05-header h6{
line-height: 1.8em;
font-size: 14px;
}
.template-05-header{
grid-gap: 20px;
}
.template-05>div{
grid-gap: 30px;
}
.template-05-content th, .template-05-content td{
padding: 15px 5px;
height: auto;
font-size: 14px;
}
.template-05-data p{
font-size: 17px;
}
.template-05-data>div:nth-child(2) {
margin-top: 20px;
}
.template-05-data>div:nth-child(3) {
margin-top: 25px;
}
}
@media only screen and (max-width:650px){
.template-05-data-mobile{
display: grid;
}
.template-05-data{
display: none;
}
.template-05>div {
grid-gap: 40px;
}
}
@media only screen and (max-width:600px){
.template-04-body-content-top {
padding-bottom: 0px;
}
.management-img {
height: 35vh;
min-height: 233px;
}
.management-img img{
border-radius: 20px;
}
.management-content p{
line-height: 1.7em;
}
.management>div{
grid-gap: 20px;
}
.management-content h5{
margin-bottom: 20px;
}
.management-img h6 {
font-size: clamp(16px, 6.2vw, var(--xd-65px));
}
.template-04-body-content-bottom{
grid-template-columns: 1fr;
grid-gap: 60px;
}
.template-04-body-content-control>div{
position: relative;
}
.template-04-body-content-bottom{
grid-gap: 20px;
}
.template-04-body-content-slick .slick-track{
display:  block !important;
}
.template-04-body-content-slick .slick-track .slick-slide{
height: 100% !important;
}
}
@media only screen and (max-width:440px){
.template-05-data-mobile>div {
grid-template-columns: 1fr;
grid-gap: 20px;
}
.template-05-data-mobile>div{
padding-bottom: 20px;
}
}