.top-section {
padding: 0 var(--pad-space);
padding-top: 185px;
}
.top-section>div {
position: relative;
}
.global-blank-gap{
width: 100%;
height: var(--section-gap);
}
.banner-title-box {
position: absolute;
top: 0px;
left: 0;
z-index: 1;
background: white;
padding: 0 60px 45px 80px;
border-radius: 0 0 var(--box-radius) 0;
transition: all .5s;
}
.banner-title-mobile {
display: none;
}
.banner-img-box-text {
position: absolute;
top: 60%;
left: 10%;
transform: translateY(-50%);
}
.banner-img-box-text h5 {
font-family: var(--ch-font);
font-size: var(--xd-48px);
font-weight: 600;
margin: 0;
color: white;
}
.banner-img-box-text p {
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
margin: 0;
color: white;
}
.banner-product-link {
position: absolute;
right: 0;
bottom: 0;
background: white;
display: grid;
grid-template-columns: repeat(6, auto);
grid-gap: 0;
min-height: unset;
padding: 20px calc(3vw + 55px) 0px 0px;
border-top-left-radius: 25px;
}
.banner-product-link button {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: #2E2E2E !important;
margin: 0;
text-align: center;
text-decoration: unset !important;
padding: 0px 2.7vw;
border: unset !important;
outline: unset !important;
background: transparent !important;
border-radius: 0 !important;
position: relative;
border-right: 1px solid #707070 !important;
padding-bottom: 18px;
}
.banner-product-link button span {
position: relative;
z-index: 1;
}
.banner-product-link button.active {
color: var(--main-color) !important;
font-weight: 700;
background: var(--main-color);
}
.banner-product-link button::before {
content: "";
position: absolute;
width: 80%;
height: 5px;
bottom: -5px;
left: 50%;
z-index: 0;
transition: all .5s;
transform: translateX(-50%);
border-radius: 0px;
top: unset;
}
.banner-product-link button.active::before {
background: var(--main-color);
}
.banner-title-box.scroll_down {
opacity: 0;
}
.banner-img-box {
width: 100%;
border-radius: var(--box-radius);
overflow: hidden;
background: black;
height: calc( 100vh - 220px - 30px);
}
.banner-img-box img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.banner-title-box h3 {
font-size: var(--xd-80px);
color: var(--main-color);
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 600;
margin: 0;
line-height: 0.7em;
margin-bottom: 30px;
margin-top: 0px;
}
.banner-title-box h1 {
font-size: var(--xd-48px);
color: var(--main-color);
font-family: "Noto Sans TC", sans-serif;
margin: 0;
font-weight: 600;
line-height: 1em;
}
.banner-nav-anchor {
position: absolute;
bottom: 0;
right: 0;
background: white;
padding: 50px 0 20px 7vw;
border-top-left-radius: var(--box-radius);
display: flex;
gap: 45px;
flex-direction: column;
min-height: 110px;
justify-content: center;
} .banner-nav-anchor a { font-family: var(--ch-font);
text-decoration: unset !important;
color: #000000;
font-weight: 400;
font-size: var(--xd-19px);
display: flex;
transition: all .3s;
align-items: center;
gap: 10px;
}
.banner-nav-anchor a span {
line-height: 1em;
}
.banner-nav-anchor a svg {
transform: translateY(2px);
transition: all .3s;
flex: 0 0 9px;
height: 16px;
}
.banner-nav-anchor a:hover {
color: var(--main-color);
font-weight: 500;
}
.banner-nav-anchor a:hover svg {
transform: translate(2vw, 2px);
}
.banner-nav-anchor a:hover svg line {
stroke: var(--main-color);
}
.banenr-contact {
background: #E8E8E8;
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%, 50%);
width: calc(100% - 20px);
max-width: 1250px;
border-radius: var(--box-radius);
overflow: hidden;
}
.banenr-contact>div {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
position: relative;
}
.banenr-contact>div::before {
content: "";
width: 33.33%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: var(--main-color);
border-radius: var(--box-radius);
z-index: 0;
transition: all .5s;
}
.banenr-contact>div.active-0::before {
left: 0;
}
.banenr-contact>div.active-1::before {
left: 33.333%;
}
.banenr-contact>div.active-2::before {
left: 66.66666%;
}
.banenr-contact>div>div {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 50px 15px;
z-index: 1;
cursor: pointer;
}
.banenr-contact h6 {
font-family: var(--en-font);
line-height: 1em;
margin: 12px 0;
font-size: var(--xd-28px);
font-weight: 600;
text-align: center;
}
.banenr-contact p {
font-family: var(--ch-font);
line-height: 1em;
margin: 0;
font-size: var(--xd-19px);
font-weight: 400;
}
.banenr-contact>div>div svg {
height: 57px;
}
.banenr-contact>div>div svg path {
fill: black;
}
.banenr-contact>div>div.active svg path {
fill: white;
}
.banenr-contact>div>div.active h6, .banenr-contact>div>div.active p {
color: white;
}
.banenr-contact>div>div>h6:nth-child(2) {
display: block;
}
.banenr-contact>div>div>h6:nth-child(3) {
display: none;
line-height: 1.1em;
}
.banner-dowload { position: absolute;
bottom: 0;
right: 0;
background: white;  padding: 25px calc(3vw + 55px) 0px 3vw;  border-radius: 25px 0 0 0; }
.banner-dowload p {
font-family: var(--ch-font);
font-weight: 400;
font-size: 15px;
margin: 0;
line-height: 1em; margin-bottom: 10px;
}
.banner-dowload>div {
display: flex;
align-items: center; gap: 3vw;
justify-content: space-between;
}
.banner-dowload h6 {
font-family: var(--ch-font);
font-size: 26px;
color: var(--main-color);
font-weight: 400;
margin: 0;
line-height: 1em;
}
.banner-dowload a {
display: flex;
justify-content: center;
align-items: center;
}
.banner-description-box {
position: absolute;
bottom: 0;
right: 0;
background: white;
padding: 25px calc(3vw + 55px) 0px 3vw;
border-radius: 25px 0 0 0; }
.banner-description-box p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: #000000;
margin: 0;
font-weight: 400;
max-width: 500px;
line-height: 1.6em;
}
.slick-template-btn {
padding: 0;
border: unset;
background: white;
outline: unset;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.slick-template-btn:hover, .slick-template-btn:active, .slick-template-btn:focus {
background: white;
outline: unset;
}
.slick-template-btn svg {
width: 15px;
height: 22px;
}
.slick-template-btn.left {
padding-right: 5px;
}
.slick-template-btn.right {
padding-left: 2px;
} .teamplate-01 {
width: 100%;
max-width: 1645px;
margin-left: auto;
padding-left: var(--pad-space);
}
.teamplate-01-header {
width: 100%;
margin-bottom: 70px;
padding-right: var(--pad-space);
}
.teamplate-01-header p {
font-family: var(--ch-font);
font-size: var(--xd-28px);
font-weight: 400;
width: 100%;
line-height: 1.6em;
color: black;
margin-bottom: 70px;
}
.teamplate-01-header button {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background: transparent !important;
padding: 10px;
width: 45px;
height: 45px;
border-radius: 100%;
border: 2px solid #707070;
outline: unset !important;
}
.teamplate-01-header>div {
display: flex;
gap: 30px;
}
.teamplate-01 .teamplate-01-box {
aspect-ratio: 1 / 0.9;
overflow: hidden;
border-radius: var(--box-radius);
background: black;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.teamplate-01-box img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
display: block;
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
transition: all .5s;
z-index: 1;
}
.teamplate-01-box::after {
content: "";
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;
}
.teamplate-01-box:hover img {
opacity: 1;
}
.teamplate-01-box:hover:after {
border: 20px solid var(--main-color);
}
.teamplate-01-box>div {
position: relative;
z-index: 3;
transition: .5s all;
}
.teamplate-01-box:hover>div {
opacity: 0;
}
.teamplate-01-box h6 {
font-family: var(--en-font);
font-weight: 600;
font-size: var(--xd-48px);
color: white;
text-align: center;
margin: 0;
line-height: 1em;
margin-bottom: 15px
}
.teamplate-01-box h5 {
font-family: var(--ch-font);
font-weight: 500;
font-size: var(--xd-33px);
color: white;
text-align: center;
margin: 0;
line-height: 1em;
}
.teamplate-01-box button {
position: relative;
z-index: 3;
transition: .5s all;
background: transparent !important;
border: unset;
outline: unset !important;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate( -50%, -50%);
}
.teamplate-01-box button svg {
width: 60px;
}
.teamplate-01-box:hover button {
opacity: 1;
}
.teamplate-01-body .slick-list {
padding-right: 55vw;
}
.teamplate-01-body .slick-slide {
padding: 15px 30px 0px 0px;
opacity: 0.5;
transition: all .5s;
} .teamplate-01-body .slick-current, .teamplate-01-body .slick-current+.slick-slide {
opacity: 1;
} .template-02 {
display: flex;
width: calc(100% - var(--pad-space));
max-width: 1550px;
margin-right: auto;
}
.template-02>div:first-child {
flex: 0 0 50%;
position: relative;
aspect-ratio: 840 / 650;
}
.template-02>div:last-child {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.template-02 h3 {
position: absolute;
line-height: 0.7em;
margin: 0;
z-index: 2;
}
.template-02>div:first-child>h3:nth-child(1) {
top: 0;
right: -20px;
transform: translateY(-100%);
}
.template-02>div:first-child>h3:nth-child(2) {
top: 15px;
right: 0;
transform: translateX(40%);
}
.template-02>div:first-child img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
display: block;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.template-02>div:first-child::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(-130deg, white, rgba(255, 255, 255, 0) 50%);
z-index: 1;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.template-02 h2 {
margin: 0;
margin-bottom: 20px;
}
.template-02>div:nth-child(2)>div {
width: 100%;
}
.template-02 p {
font-size: 18px;
font-family: var(--ch-font);
line-height: 2em;
margin: 0;
} .template-03 h3 {
line-height: 0.7em;
margin: 0;
width: calc(100% - var(--pad-space));
max-width: 1650px;
margin-left: auto;
position: relative;
padding-right: var(--pad-space);
}
.template-03-blank {
display: flex;
height: 70px;
align-items: flex-end;
position: relative;
}
.template-03-blank::before {
content: "";
position: absolute;
width: 93%;
height: 100%;
background: #E8E8E8;
}
.template-03-blank.top::before {
border-radius: 0 var(--box-radius) 0 0;
}
.template-03-blank.bottom::before {
border-radius: 0 0 var(--box-radius) 0;
}
.template-03-body {
position: relative;
}
.template-03-body::before {
content: "";
position: absolute;
width: 93%;
height: 100%;
background: #E8E8E8;
}
.template-03-body>div {
width: calc(100% - var(--pad-space));
max-width: 1650px;
margin-left: auto;
position: relative;
display: flex;
}
.template-03-content {
flex: 0 0 40%;
width: 40%;
padding-top: 25px;
padding-right: var(--pad-space);
}
.template-03-img-slick {
flex: 1;
width: 60%;
padding-top: 25px;
}
.template-03-img-slick-box {
aspect-ratio: 920 / 650;
border-radius: var(--box-radius) 0 0 var(--box-radius);
overflow: hidden;
}
.template-03-img-slick-box img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
display: block;
}
.template-03-control {
display: flex;
gap: 30px;
}
.template-03-control button {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background: white;
padding: 10px;
width: 45px;
height: 45px;
border-radius: 100%;
border: unset !important;
outline: unset !important;
}
.template-03-control button:hover, .template-03-control button:focus {
background: white;
}
.template-03-control {
margin-top: 70px;
margin-bottom: 70px;
}
.template-03-tslick-box h2 {
margin-bottom: 30px;
padding-right: var(--pad-space);
}
.template-03-tslick-box p {
font-family: var(--ch-font);
line-height: 2em;
margin-bottom: 65px;
width: 100%;
max-width: 410px;
font-size: 18px;
font-weight: 400;
}
.template-03-tslick-box .global_btn_style {
padding: 10px 40px;
background: white;
}
.template-03-tslick-box .global_btn_style:focus {
outline: unset;
}
.template-03-tslick-box .global_btn_style:focus::before {
top: 0;
}
.banner-nav-anchor {
display: grid;
grid-template-columns: auto auto auto auto;
grid-gap: 4vw;
min-height: unset;
padding: 30px calc(6vw + 55px) 10px 4.2vw;
border-top-left-radius: 25px;
}
.banner-nav-anchor.three-items {
grid-template-columns: auto auto auto;
}
.banner-nav-anchor.five-items {
grid-template-columns: auto auto auto auto auto;
}
.banner-nav-anchor.six-items {
grid-template-columns: auto auto auto auto auto auto;
}
.banner-nav-anchor a {
width: auto; }
.banner-nav-anchor a:hover svg {
transform: translate(1.5vw, 2px);
}
.investor-scroll-tem {
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/06/compnay-history-tablet-t.jpg);
;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.investor-scroll-tem>div {
width: 100%;
max-width: 1250px;
margin: 0 auto;
padding: var(--section-gap) 0;
}
.investor-scroll-tem .scroll-header-01 {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 8%;
margin-bottom: 100px;
}
.investor-scroll-tem .scroll-header-01 .sec-en-title {
color: white;
}
.investor-scroll-tem .scroll-header-01 h5 {
font-family: var(--ch-font);
font-size: var(--xd-33px);
color: white;
margin: 0;
font-weight: 500;
}
.investor-scroll-tem .scroll-header-01 h6 {
font-family: var(--ch-font);
font-size: var(--xd-28px);
color: white;
margin: 0;
font-weight: 400;
}
.investor-scroll-tem .scroll-header-01 p, .investor-scroll-tem .scroll-header-01 span {
font-family: var(--ch-font);
font-size: var(--xd-19px);
color: white;
margin: 0;
font-weight: 300;
}
.investor-scroll-tem .scroll-header-01 p {
line-height: 2em;
}
.investor-scroll-tem .scroll-header-01-dow-list a {
text-decoration: none !important;
}
.investor-scroll-tem .scroll-header-01>div>h5 {
margin-bottom: 40px;
}
.investor-scroll-tem .scroll-header-01>div>p {
margin-bottom: 25px;
}
.investor-scroll-tem .scroll-header-01-line {
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 30px;
padding: 15px 0;
align-items: center;
border-bottom: 1.5px solid white;
}
.investor-scroll-tem .scroll-header-01-line span {
font-size: 25px;
}
.investor-scroll-tem .scroll-header-01-line a {
display: flex;
align-items: center;
}
.investor-scroll-tem .scroll-header-01-line a img {
height: 25px;
}
.investor-scroll-tem .scroll-header-01-dow-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 10px;
margin-bottom: 25px;
}
.investor-scroll-tem .scroll-header-01-dow-list a {
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.investor-scroll-tem .scroll-header-01-dow-list a img {
height: 15px;
}
.investor-scroll-tem .scroll-body {
display: flex;
grid-template-columns: 280px 1fr;
gap: 40px;
align-items: flex-start;
}
.investor-scroll-tem .scroll-body-content .slick-track {
display: flex !important;
}
.investor-scroll-tem .scroll-body-content .slick-list .slick-slide {
height: inherit !important;
}
.investor-scroll-tem .scroll-body-content-box {
height: 100%;
position: relative;
}
.investor-scroll-tem .scroll-body-nav-desk {
width: 280px;
}
.investor-scroll-tem .scroll-body-content {
width: calc( 100% - 280px - 40px);
}
.investor-scroll-tem .scroll-body-nav-desk .slick-list {
overflow: unset !important;
overflow-y: scroll !important;
overflow-x: hidden !important;
}
.investor-scroll-tem .scroll-body-content {
background: var(--main-color);
border-radius: var(--box-radius);
padding: 60px;
}
.investor-scroll-tem .scroll-body-content-box-top {
border-bottom: 1.5px solid white;
padding-bottom: 40px;
margin-bottom: 30px;
}
.investor-scroll-tem .scroll-body-content-box-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: right;
}
.investor-scroll-tem .scroll-body-content-box-top h4 {
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
color: white;
margin: 0;
text-align: right;
}
.investor-scroll-tem .scroll-body-content-box-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;
}
.investor-scroll-tem .scroll-body-content-box-top h6>span {
font-size: var(--xd-28px);
font-weight: 500;
color: white;
margin: 0;
padding-left: 15px;
}
.investor-scroll-tem .scroll-body-content-box-top p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: white;
margin: 0;
text-align: left;
line-height: 2em;
width: 100%;
max-width: 620px;
}
.investor-scroll-tem .scroll-body-content-box-bottom {
display: grid;
grid-template-columns: 50%;
grid-gap: 40px;
}
.investor-scroll-tem .scroll-body-content-list>div {
display: grid;
grid-template-columns: 1fr 95px;
border-bottom: 1.5px solid white;
padding: 10px 0;
}
.investor-scroll-tem .scroll-body-content-list p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 500;
color: white;
margin: 0;
}
.investor-scroll-tem .scroll-body-content-control {
position: absolute;
display: flex;
align-items: flex-end;
justify-content: flex-end;
gap: 20px;
right: 0;
bottom: 0;
}
.investor-scroll-tem .scroll-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;
}
.investor-scroll-tem .scroll-body-content-control button:first-child svg {
transform: translateX(-20%);
}
.investor-scroll-tem .scroll-body-content-control button:last-child svg {
transform: translateX(10%);
}
.investor-scroll-tem .scroll-body-nav-desk-box {
background: white;
cursor: pointer;
border: 2px solid #AFAFAF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 20px;
margin-right: 50px;
border-radius: 20px;
padding: 20px;
overflow: hidden;
transition: all .5s;
}
.investor-scroll-tem .scroll-body-nav-desk-box p {
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 500;
color: #707070;
margin: 0;
}
.investor-scroll-tem .scroll-body-nav-desk-box span {
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
color: #AFAFAF;
margin: 0;
}
.investor-scroll-tem .slick-slide.active .scroll-body-nav-desk-box {
background: var(--main-color);
border: 2px solid white;
}
.investor-scroll-tem .slick-slide.active .scroll-body-nav-desk-box p, .investor-scroll-tem .slick-slide.active .scroll-body-nav-desk-box span {
color: white;
}
.investor-scroll-tem .scroll-body-nav-desk .slick-list::-webkit-scrollbar {
width: 9px;
}
.investor-scroll-tem .scroll-body-nav-desk .slick-list::-webkit-scrollbar-button {
display: none;
}
.investor-scroll-tem .scroll-body-nav-desk .slick-list::-webkit-scrollbar-track {
background: white;
border-radius: 10px;
}
.investor-scroll-tem .scroll-body-nav-desk .slick-list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #AFAFAF;
}
.investor-scroll-tem .scroll-nav-mobile {
margin-bottom: 60px;
}
.investor-scroll-tem .scroll-nav-mobile>div {
display: flex;
gap: 10px;
align-items: center;
background: #E8E8E8;
border-radius: 200px;
padding: 10px;
}
.investor-scroll-tem .scroll-nav-mobile 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;
}
.investor-scroll-tem .scroll-nav-mobile>div>div {
width: calc(100% - 100px);
}
.investor-scroll-tem .scroll-nav-mobile p {
font-family: var(--ch-font);
font-size: 16px;
font-weight: 500;
text-align: center;
margin: 0px;
border-radius: 50px;
padding: 10px 15px;
line-height: 1em;
transition: all .5s;
width: 100%;
cursor: pointer;
}
.investor-scroll-tem .scroll-nav-mobile .slick-slide p span {
display: block;
font-size: 14px;
padding-top: 5px;
font-weight: 400;
}
.investor-scroll-tem .scroll-nav-mobile .slick-slide.slick-current p {
background: var(--main-color);
color: white;
}
.investor-scroll-tem .scroll-nav-mobile button svg {
height: 40px;
width: 13px;
}
.investor-scroll-tem .scroll-nav-mobile {
display: none;
} @media only screen and ( max-width:1500px) {
.template-02>div:nth-child(2)>div {
padding-left: var(--pad-space);
}
} @media only screen and (max-width:1300px) {
.template-03-img-slick-box {
aspect-ratio: 920 / 830;
}
.investor-scroll-tem .scroll-header-01 {
grid-gap: 60px;
}
.banner-nav-anchor.six-items {
grid-template-columns: auto auto auto;
gap: 20px 6vw;
}
} @media only screen and ( max-width:1200px) {
.template-02 {
flex-direction: column;
width: 100%;
padding: 0 var(--pad-space);
}
.template-02>div:first-child {
flex: 1;
width: 100%;
aspect-ratio: 840 / 400;
}
.template-02>div:first-child>h3:nth-child(1) {
top: 0;
right: 0px;
transform: translateY(-100%);
}
.template-02>div:first-child>h3:nth-child(2) {
top: 15px;
right: 0;
transform: translateX(0%);
}
.template-02>div:last-child {
align-items: flex-start;
}
.template-02>div:nth-child(2)>div {
margin-top: 30px;
}
.template-02>div:first-child img {
border-radius: var(--box-radius);
}
.template-02>div:first-child>h3:nth-child(1), .template-02>div:first-child>h3:nth-child(2) {
right: unset !important;
left: 0;
}
.template-02>div:first-child::before {
background-image: linear-gradient(-200deg, white, rgba(255, 255, 255, 0) 50%);
}
.template-02>div:last-child {
padding-left: 0 !important;
}
} @media only screen and (max-width:1024px) {
.banner-product-link {
padding: 10px 0 20px 0;
transform: translate( 50%, 50%);
right: 50%;
width: 90%;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 5px 0;
border-radius: 20px;
padding: 0px 0px;
}
.banner-product-link button{
padding: 10px 0;
line-height: 1.3em;
border-right: unset !important;
}
.banner-product-link button:after{
content: "";
position: absolute;
width: 1px;
height: 65%;
background: #8d8d8d;
top: 50%;
right: 0;
z-index: 0;
transform: translateY(-50%);
border-radius: 0px;
}
.banner-product-link button:nth-child(3n):after{
display: none;
}
.banner-img-box-text {
top: 50%;
left: 5%;
}
.top-section {
padding-top: 150px;
}
.banner-img-box {
height: calc( 100vh - 170px - 30px);
}
.banner-title-box {
padding: 0px 35px 40px 40px;
} .teamplate-01-header {
margin-bottom: 40px;
}
.teamplate-01-header p {
margin-bottom: 40px;
}
.template-03 {
background: #E8E8E8;
padding: var(--section-gap) var(--pad-space);
border-radius: var(--box-radius);
overflow: hidden;
}
.template-03-body>div {
flex-direction: column;
}
.template-03-blank::before, .template-03-body::before, .template-03-blank.bottom {
display: none;
}
.template-03 h3 {
width: 100%;
max-width: unset;
padding-right: 0px;
line-height: 1em;
}
.template-03-body>div {
width: 100%;
max-width: unset;
}
.template-03-img-slick-box {
border-radius: var(--box-radius);
}
.template-03-content {
padding-right: 0px;
padding-top: 5px;
}
.template-03-blank {
height: auto;
}
.template-03-tslick-box h2 {
margin-bottom: 10px;
}
.template-03-img-slick-box {
aspect-ratio: 920 / 550;
}
.template-03-control {
margin-top: 40px;
margin-bottom: 40px;
}
.template-03-tslick-box p {
margin-bottom: 40px;
}
.template-03-body::before, .template-03-blank::before {
width: calc(100% - var(--pad-space));
}
.template-03-img-slick {
padding-top: 35px;
}
.template-03-content {
width: 100%;
}
.template-03-img-slick {
width: 100%;
}
.template-03-tslick-box {
padding-right: var(--pad-space);
}
.template-03-tslick-box h2 {
padding-right: 0px;
}
.template-03-tslick-box {
padding-right: 0px;
}
.template-03-tslick-box p {
width: 100%;
max-width: unset;
}
.teamplate-01-box:hover:after {
border: 10px solid var(--main-color);
}
.teamplate-01-body .slick-slide {
padding: 0px 15px 0px 0px;
} .investor-scroll-tem .scroll-header-01 {
grid-template-columns: 1fr;
}
.investor-scroll-tem .scroll-header-01 {
grid-gap: 0px;
}
.investor-scroll-tem .scroll-header-01 .sec-en-title {
margin-bottom: 0px;
}
.investor-scroll-tem .scroll-nav-mobile {
display: block;
}
.investor-scroll-tem .scroll-body-nav-desk {
display: none;
}
.investor-scroll-tem .scroll-body-content {
width: 100%;
}
.investor-scroll-tem .scroll-body-content .slick-track {
display: block !important;
}
.investor-scroll-tem .scroll-body-content .slick-list .slick-slide {
height: 100% !important;
}
.investor-scroll-tem .scroll-body-content-control {
position: relative;
}
.investor-scroll-tem .scroll-body-content-box-bottom {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width:900px) {
.banner-nav-anchor.five-items, .banner-nav-anchor.six-items {
grid-template-columns: auto auto auto;
gap: 20px 6vw;
}
} @media only screen and (max-width:767px) {
.banner-title-mobile {
display: block;
}
.banner-title-desk {
display: none;
}
.teamplate-01-body .slick-list {
padding-right: 40vw;
}
.teamplate-01-body .slick-current+.slick-slide {
opacity: 0.5;
}
.top-section {
padding: 0;
padding-top: 115px;
}
.banner-title-box h3 {
margin-bottom: 20px;
}
.banner-img-box {
height: calc( 100vh - 170px - 30px);
}
.banner-title-box {
position: relative;
padding: 0px var(--pad-space) 25px var(--pad-space);
}
.banner-title-box.scroll_down {
opacity: 1;
}
.banner-img-box {
border-radius: 0;
}
.banner-nav-anchor {
bottom: 40px; padding: 25px 0 25px 6vw;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
gap: 25px; } .banenr-contact>div>div h6 {
font-size: 2.5vw;
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}
.banenr-contact>div>div p {
font-size: 14px;
}
.banenr-contact>div>div {
padding: 20px 10px;
}
.banenr-contact>div>div svg {
height: 30px;
}
.banenr-contact>div>div>h6:nth-child(2) {
display: none;
}
.banenr-contact>div>div>h6:nth-child(3) {
display: block;
}
.banner-dowload p {
margin-bottom: 10px;
}
.banner-dowload {
bottom: 40px;  padding: 20px 4vw 20px 6vw;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
min-height: unset;
}
.banner-dowload>div {
gap: 40px;
}
.banner-description-box {
max-width: calc(100% - var(--pad-space));
bottom: 40px;
padding: 20px 4vw 20px 4vw;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
min-height: unset;
}
.banner-nav-anchor, .banner-nav-anchor.three-items, .banner-nav-anchor.five-items, .banner-nav-anchor.six-items {
grid-template-columns: auto auto;
padding: 20px 6vw;
gap: 20px 6vw;
border-radius: 10px 0 0 10px;
}
.investor-scroll-tem .scroll-nav-mobile {
margin-bottom: 30px;
}
.investor-scroll-tem .scroll-nav-mobile .slick-slide.slick-current p {
background: transparent;
color: black;
}
.investor-scroll-tem .scroll-header-01 {
margin-bottom: 70px;
}
.investor-scroll-tem .scroll-body-content {
padding: var(--pad-space);
}
.investor-scroll-tem .scroll-body-content-box-top h5 {
text-align: left;
margin-bottom: 0px;
}
.investor-scroll-tem .scroll-body-content-box-top h4 {
text-align: left;
margin-bottom: 50px;
}
.investor-scroll-tem .scroll-body-content-box-top h6 {
text-align: left;
margin-bottom: 20px;
}
.investor-scroll-tem .scroll-body-content-box-top p {
line-height: 1.6em;
font-size: 15px;
}
.investor-scroll-tem .scroll-body-content-list p {
font-size: 15px;
}
.investor-scroll-tem .scroll-body-content-box-top {
padding-bottom: 30px;
margin-bottom: 25px;
}
.investor-scroll-tem .scroll-body-content-box-bottom {
grid-template-columns: 1fr 0.5fr;
}
} @media only screen and (max-width:600px) {
.banner-product-link button::before {
height: 2px;
bottom: -2px;
}
.banner-product-link{
grid-gap: 2px;
}
.teamplate-01-box:hover:after {
border: 0px;
}
.teamplate-01-box:hover img {
opacity: 0.5;
}
.teamplate-01-box:hover>div {
opacity: 1;
}
.teamplate-01-body .slick-list {
padding-right: 20vw;
}
.top-section {
padding-top: 95px;
}
.banner-img-box {
height: calc( 100vh - 190px - 30px);
}
.banner-title-box {
padding-bottom: 20px;
}
.banenr-contact>div>div h6 {
font-size: 3vw;
}
.banner-nav-anchor {
overflow: hidden;
}
.banner-nav-anchor a svg {
flex:0 0 6px;
height: 13px;
transform: translateY(1px);
}
.teamplate-01-header button {
width: 40px;
height: 40px;
}
.teamplate-01-header>div {
gap: 20px;
}
.template-02>div:nth-child(2)>div {
margin-top: 20px;
}
.template-02 p {
line-height: 1.7em;
}
.teamplate-01 .teamplate-01-box {
border-radius: 20px;
}
.teamplate-01-box::after {
border-radius: 20px;
}
.slick-template-btn {
width: 45px;
height: 45px;
}
.slick-template-btn svg {
width: 10px;
height: 18px;
}
.teamplate-01-header {
margin-bottom: 20px;
}
.teamplate-01-header p {
margin-bottom: 20px;
}
.teamplate-01-box h6 {
margin-bottom: 10px;
}
.template-02>div:first-child {
aspect-ratio: 840 / 650;
}
.template-02 p {
font-size: 15px;
}
.template-02 h3 {
font-size: 30px;
}
.template-03-img-slick-box {
aspect-ratio: 920 / 780;
}
.template-03 h3 {
font-size: 30px;
line-height: 1.1em;
}
.template-03-blank {
height: unset;
}
.template-03-content {
padding-top: 0%;
}
.template-03-tslick-box p {
font-size: 15px;
}
.template-03 {
padding: var(--pad-space);
}
.template-03-control {
margin: 20px 0;
gap: 20px;
}
.template-03-tslick-box p {
line-height: 1.7em;
margin-bottom: 20px;
}
.template-03-control button {
width: 40px;
height: 40px;
}
.template-03-img-slick {
padding-top: 20px;
}
.template-03-img-slick-box {
border-radius: 20px;
}
.banner-dowload p {
font-size: 15px;
}
.banner-dowload h6 {
font-size: 20px;
}
.banner-dowload svg {
height: 20px;
}
.template-02 h2 {
line-height: 1.4em;
}
.banner-dowload>div {
gap: 25px;
}
.investor-scroll-tem .scroll-header-01>div>h6 {
margin-bottom: 25px;
}
.investor-scroll-tem .scroll-header-01 h6 {
font-size: 20px;
}
.investor-scroll-tem .scroll-header-01-line {
padding: 10px 0;
}
.investor-scroll-tem .scroll-header-01>div>p {
margin-bottom: 10px;
}
.investor-scroll-tem .scroll-header-01-dow-list {
grid-template-columns: 1fr 1fr;
margin-bottom: 20px;
}
.investor-scroll-tem .scroll-header-01-line a img {
height: 18px;
}
.investor-scroll-tem .scroll-header-01-line span {
font-size: 18px;
}
.investor-scroll-tem .scroll-header-01 p {
line-height: 1.7em;
}
.investor-scroll-tem .scroll-body-content-box-top h4 {
margin-bottom: 40px;
}
.investor-scroll-tem .scroll-body-content-box-top h6 {
margin-bottom: 10px;
}
.investor-scroll-tem .scroll-body-content-box-top {
padding-bottom: 20px;
margin-bottom: 0px;
}
.investor-scroll-tem .scroll-body-content-box-bottom {
grid-template-columns: 1fr;
grid-gap: 20px;
}
.investor-scroll-tem .scroll-body-content-control button {
width: 35px;
height: 35px;
padding: 0;
}
.investor-scroll-tem .scroll-body-content-control {
gap: 15px;
}
.investor-scroll-tem .scroll-body-content-box-top h6>span {
font-size: 13px;
padding-left: 7px;
}
.investor-scroll-tem .scroll-nav-mobile .slick-slide.slick-current p {
padding: 0 10px;
}
.investor-scroll-tem .scroll-nav-mobile p {
padding: 0 15px;
}
.investor-scroll-tem .scroll-header-01 {
margin-bottom: 70px;
}
.investor-scroll-tem .scroll-header-01>div>h5 {
margin-bottom: 20px;
}
}