@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../fonts/Helvetica-Neue.ttf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeue Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue Condensed Bold';
    src: url('../fonts/Helvetica\ Neue\ Condensed\ Bold.ttf') format('opentype');
}

:root {
    --hover-text-color: #f50303;
    --text-color: #212529;
    --white-color: white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--text-color);
    background: var(--text-color);
}

.dx-texteditor.dx-editor-outlined {
    border-radius: 0!important;
    border-color: #212529;
}

.overflow-hidden {
    overflow-y: hidden!important;
}

.paginationjs-prev a, 
.paginationjs-next a {
    font-size: 32px;
}

.form-control,
.dx-texteditor-input {
    border-radius: 0!important;
    border-color: #212529;
}

.swal2-title {
    text-align: left;
}

.swal2-html-container {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f3f8fd;
    font-family: 'Helvetica Neue Regular', sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    line-height: 1;
    color: var(--text-color);
    transition: all .3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: var(--hover-text-color);
    transition: all .3s ease-in-out;
}

p {
    font-size: 16px;
    text-align: justify;
}

.banner-swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper a:hover {
    color: var(--text-color);
}

.swiper-scrollbar {
    background: white;
    cursor: pointer;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: white;
}

.banner-swiper .swiper-button-next {
    right: 100px;
}

.banner-swiper .swiper-button-prev {
    left: 100px;
}

.banner-swiper .swiper-button-next, 
.banner-swiper .swiper-button-prev {
    color: white;
}

.banner-swiper .swiper-button-next:after, 
.banner-swiper .swiper-button-prev:after{
    font-size: 64px;
}

.banner-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    width: 100%;
    height: 12px;
}

.t_banner {
    width: 100%;
    background-color: #212529;
    position: relative;
    display: flex;
}

.t_banner figure {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}

.t_banner figure img {
    width: 100%;
    height: 100%;
    will-change: transform;
    translate: none;
    rotate: none;
    scale: none;
    object-fit: cover;
    transform-origin: top center;
    display: block;
    vertical-align: middle;
    transition: all .1s ease-in-out;
}

.t_banner_slogan {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.t_banner img {
    width: 100%;
}

.t_banner h1 {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 84px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    text-align: center;
    color: white;
}

.t_banner_scroll {
    width: 100%;
    bottom: 40px;
    z-index: 8;
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    display: flex;
    justify-content: center;
}

.ml3 {
    display: inline-block;
    opacity: 1;
}

.ml3 .letter {
    display: inline-block;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.t_scroll_icon {
    width: 100%;
    max-width: 20px;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 40px;
    }

    50% {
        bottom: 30px;
    }
}

#AboutDiv {
    position: relative;
}

.t_home_about {
    margin: 160px 0 120px;
    padding: 0 160px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.t_home_about_left {
    width: 75%;
}

.t_home_about_left figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.t_home_about_left figure img {
    width: 100%;
    height: 100%;
    will-change: transform;
    max-width: unset;
    translate: none;
    rotate: none;
    scale: none;
    display: block;
    vertical-align: middle;
    object-fit: cover;
}

.t_section_label {
    font-size: 46px;
    letter-spacing: 4px;
    line-height: .9;
    color: var(--text-color);
    text-transform: uppercase;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_section_label_sm {
    font-size: 32px;
}

.t_home_about_right {
    width: 50%;
    padding-left: 30px;
    padding-top: 40px;
}

.t_home_about_right_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t_more_button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--text-color);
    border: 3px solid var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.t_more_button:hover {
    color: var(--text-color);
}

.t_more_button:hover i {
    color: var(--text-color);
    animation: RotateAni 1s ease-in-out;
}

.t_more_button i {
    font-size: 18px;
}

@keyframes RotateAni {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.t_home_about_greybox {
    right: 160px;
    bottom: 0;
    padding: 45px;
    width: 100%;
    height: 80%;
    max-width: 38.5%;
    background-color: rgba(136, 136, 136, 0.86);
    position: absolute;
}

.t_home_about_greybox h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: white;
    font-family: 'Helvetica Neue Bold';
}

.t_home_about_greybox p {
    margin-bottom: 15px;
    color: white;
}

.t_home_about_greybox p:last-child {
    margin-bottom: 0;
}

#BusinessDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.t_home_business {
    width: 100%;
    height: 800px;
    gap: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.t_home_business_item {
    width: 400px;
    height: 620px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: all .3s ease-in-out;
    position: relative;
}

.t_home_business_item:nth-child(2) {
    margin-bottom: 60px;
}

.t_home_business_item.active {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all .3s ease-in-out;
}

.t_home_business_item img {
    width: 100%;
    height: 120%;
    object-fit: cover;
}

.t_home_business_item figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.t_home_business_shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    position: absolute;
    display: flex;
    align-items: flex-end;
}

.t_home_business_item.active .t_home_business_shadow {
    background-color: rgba(0, 0, 0, 0.3);
}

.t_home_business_label {
    font-size: 32px;
    letter-spacing: 5px;
    color: white;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

#LastUpdateDiv {
    color: white;
}

.t_home_stock_updatetime {
    color: white;
    margin-top: 20px;
    position: absolute;
    right: 240px;
    bottom: 40px;
}

.t_home_stock {
    padding: 120px 240px;
    width: 100%;
    background-image: url(../img/iStock-1279020142.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.t_home_stock_row {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.t_home_stock .t_section_label {
    color: white;
    display: flex;
    align-items: center;
}

.t_home_stock_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.t_home_stock_price {
    width: 100%;
    max-width: 450px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.t_home_stock_updown_icon {
    margin-bottom: 25px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.t_home_stock_value_row {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

#StockPriceDiv {
    margin: 0 20px 0 10px;
    font-size: 72px;
    line-height: 1;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_home_stock_price2 {
    width: 80%;
    height: 40%;
    border-left: 2px solid rgba(255, 255, 255, .56);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.t_home_stock_price2_item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.t_home_stock_price2_uv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.t_home_stock_unit {
    color: white;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_home_stock_value_row .t_home_stock_unit {
    margin-bottom: 10px;
}

.t_home_stock_value {
    font-size: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_home_stock_value > span {
    margin-left: 3px;
    line-height: 1;
}

.odometer-value {
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

#HomeNewsDiv {
    width: 100%;
    padding: 100px 160px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#HomeNewsDiv .t_section_label {
    margin-bottom: 60px;
}

#HomeNewsDiv .swiper-wrapper {
    padding-bottom: 20px;
}

#HomeNewsDiv .t_more_button {}

.t_home_news_more {
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.t_home_news {
    width: 100%;
}

.t_home_news_content {
    margin-top: 20px;
}

.t_home_news_th {
    overflow: hidden;
}

.t_home_news_th img {
    width: 100%;
    transition: transform 0.3s ease;
}

.t_home_news_th:hover img {
    transform: scale(1.1);
}

.t_home_news_date {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_home_news_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.t_home_news_desc p {
    line-height: 1.5;
    padding-bottom: 2px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t_footer_inner {
    width: 100%;
    padding: 100px 160px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t_footer_logo {
    width: 100%;
    max-width: 360px;
}

.t_footer_sitemap {
    padding: 80px 0 0;
    width: 100%;
    gap: 50px;
    grid-template-columns: repeat(6, auto);
    display: grid;
}

.t_footer_sitemap_item:nth-child(3) {
    max-width: 300px;
}

.t_footer_sitemap_item ul {
}

.t_footer_sitemap_item li {
    margin-top: 15px;
}

.t_footer_sitemap_item a {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
}

.t_footer_sitemap_item a i {
    margin-right: 5px;
    margin-top: 1px;
}

.t_footer_sitemap_item img {
    margin-top: 10px;
    width: 100%;
    max-width: 150px;
}

.t_fsi_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.t_fsi_title2 {
    margin-top: 40px;
}

.t_footer_bottom {
    margin: 0;
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
}

/* Texwinca */

#InnerBannerDiv .t_banner,
#InnerBannerDiv .t_banner figure {
    height: 75vh;
    width: 100%;
}

#InnerMainDiv_Business figure img {
    object-position: center;
}

#InnerMainDiv_IR figure img {
    object-position: center;
}

#InnerMainDiv_CG figure img {
    object-position: center;
}

#InnerMainDiv_ESG figure img {
    object-position: center 15%;
}

#InnerMainDiv_News figure img {
    object-position: center 30%;
}

#InnerMainDiv_Join figure img {
    object-position: center;
}

.t_banner_title {
    bottom: 15%;
    width: 100%;
    position: absolute;
}

.t_iprpadding {
    padding: 160px;
}

.t_iprpadding_sm {
    padding: 80px;
}

.t_iprpadding.no-lr {
    padding-left: 0;
    padding-right: 0;
}

.t_iprpadding.big-lr {
    padding-left: 12vw;
    padding-right: 12vw;
}

.t_inner_page_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#AboutUsDiv figure {
    margin: 0;
    width: 100%;
    translate: none;
    rotate: none;
    scale: none;
    overflow: hidden;
}

.t_figure_row {
    width: 50%;
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_aboutus_figure_1 {
    width: 100%;
    max-width: 320px;
    height: 320px;
}

.t_aboutus_figure_2 {
    width: 100%;
}

.t_figure_row img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    max-width: unset;
    translate: none;
    rotate: none;
    scale: none;
    will-change: transform;
}

#AboutUsDiv .t_section_label {
    margin-bottom: 30px;
}

.t_content_row {
    padding-left: 160px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.t_content_row h2 {
    font-family: 'Helvetica Neue Bold', sans-serif;
    text-transform: uppercase;
}

.t_transition_box {
    position: relative;
}

.t_transition_bg {
    width: 100%;
    background-image: url(../img/微信图片_20240724171318.jpg);
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_transition_bg video {
    padding: 100px;
    width: 100%;
    max-width: 1200px;
}

.t_content_row_full {
    width: 100%;
}

.t_chairman_whitebox {
    padding-left: 40px;
    width: 100%;
    max-width: 900px;
    border-left: 2px solid #212529;
}

.t_chairman_whitebox .t_section_label {
    margin-bottom: 30px;
}

.t_chairman_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.t_chairman_row .t_report_box {
    margin-right: 40px;
}

.t_chairman_row .t_report_box img{
    width: 100%;
    max-width: 320px;
}

.t_chairman_row .t_report_box h6 {
    margin-top: 20px;
    text-align: center;
}

.t_sign {
    text-align: right;
    font-style: italic;
}

.container--sm {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    position: relative;
}

.container--sm2 {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#TBDiv .swiper img {
    width: 100%;
}

#TBDiv .t_section_label {
    margin-bottom: 60px;
}

#TBDiv .swiper-button-next {
    padding: 30px !important;
    border-radius: 50%;
    background-color: white;
}

#TBDiv .swiper-button-prev {
    left: auto;
    padding: 30px !important;
    border-radius: 50%;
    background-color: white;
}

#TBDiv .swiper-button-next:after,
#TBDiv .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-color);
}

#TBDiv .swiper-pagination {
    margin: 0 auto;
    bottom: -40px;
}

#TBDiv .swiper-pagination-bullet {
    background-color: grey;
}

#TBDiv .swiper-pagination-bullet-active {
    background-color: #212529;
}

.t_m_left_swiper {
    left: calc(-640px + 30px);
    bottom: 0;
    max-width: 640px;
    position: absolute;
}

.t_m_left_swiper::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    background-color: #49443a;
}

.t_m_bottom_swiper {
    margin-top: 20px;
}

.t_milestone_year {
    font-size: 36px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

#HADiv .t_section_label {
    margin-bottom: 60px;
}

.t_aw_container {
    width: 100%;
}

.t_aw_category_item {
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid var(--text-color);
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    background-color: white;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.t_aw_category_item.active {
    color: white;
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
}

.t_aw_category_item:hover {
    transition: all .3s ease-in-out;
    color: white;
    background-color: var(--text-color);
}

.t_aw_card {
    margin: 0 auto;
    max-width: 1240px;
    margin-top: 100px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.t_aw_card_item {
    margin: 0 40px;
    padding-bottom: 100px;
    width: calc((100% - 160px) / 2);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color: #fbfbfa;
    transition: all .3s ease-in-out;
}

.t_aw_card_item_content {
    transform: translate(80px, 40px);
    width: calc(100% - 120px);
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.t_aw_card_item:nth-child(2n) {
    margin-top: 480px;
}

.t_aw_card_desc {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.25;
    color: var(--text-color);
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    position: relative;
}

.t_aw_card_desc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -115px;
    width: 75px;
    height: 2px;
    background-color: var(--text-color);
}

.t_aw_card_year {
    padding: 5px 12.5px 3px;
    font-size: 16px;
    border-radius: 100px;
    line-height: 1;
    color: var(--text-color);
    border: 2px solid var(--text-color);
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_aw_card_img img {
    margin-top: 20px;
    width: 100%;
}

#TBDiv .t_section_label {
    margin-bottom: 60px;
    text-align: center;
}

.ml9 {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 40px;
    width: 100%;
    color: var(--text-color);
    transition: color 1s ease;
    font-family: 'Helvetica Neue Bold', sans-serif;
    display: inline-block;
}

.ml9 .letter {
    opacity: .1;
    display: inline-block;
    position: relative;
}

.ml10 {
    font-size: 40px;
    width: 100%;
    color: var(--text-color);
    transition: color 1s ease;
    font-family: 'Helvetica Neue Bold', sans-serif;
    display: inline-block;
}

.ml10 .letter {
    opacity: .1;
    display: inline-block;
    position: relative;
}

.t_tb_first_p {
    gap: 100px;
    text-align: center;
}

.t_tb_first_p .ml9 {
    font-size: 36px;
}

.t_tb_first_inner {
    margin-top: 60px;
    gap: 100px;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
}

.t_tb_first_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_tb_first_left figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.t_tb_first_left img {
    width: 100%;
    height: 120%;
    object-fit: cover;
}

.t_tb_first_right{
    display: flex;
    align-items: center;
}

.t_tb_first_right p {
    padding-right: 80px;
}

.t_tb2_container {
    width: 100%;
    background-image: url(../img/iStock-1485333957.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.t_tb2_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
    content: '';
    position: absolute;
}

.t_tb2_inner {
    padding: 80px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}

.t_tb2_title {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    text-align: center;
    color: white;
}

.t_tb2_row {
    margin: 60px auto;
    gap: 120px;
    width: 100%;
    max-width: 1400px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.t_tb2_head_label {
    font-size: 24px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    color: white;
}

.t_tb2_item {
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.t_tb2_item_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t_tb2_item_row i {
    font-size: 24px;
    color: white;
    transition: all .3s ease-in-out;
}

.t_tb2_item_label {
    font-size: 22px;
    color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_tb2_content {
    margin-bottom: 0;
    padding: 20px 0 0;
    color: white;
    display: none;
}

.t_tb2_item.active .t_tb2_content{
    display: flex;
}

.t_tb2_item.active i {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

#TB_Section_Div_3 {
    background-color: white;
    position: relative;
}

.t_tb3_company {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.t_tb3_company figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.t_tb3_company img {
    width: 100%;
    height: 120%;
    object-fit: cover;
}

.t_tb3_address {
    margin-top: 20px;
}

.t_tb3_address p {
    padding-left: 10px;
    margin-bottom: 0;
    text-align: center;
}

.t_tb_np_category {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.t_tb_np_item {
    margin: 0 10px;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid var(--text-color);
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    background-color: white;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.t_tb_np_item.active {
    color: white;
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
}

#Milestone_TB_Div .t_m_center_swiper{
    margin-top: 60px;
}

#Milestone_TB_Div .swiper {
    width: 100%;
    max-width: 1200px;
}

#Milestone_TB_Div .t_m_center_swiper .swiper-wrapper {
    align-items: center;
}

#Milestone_TB_Div .t_m_left_swiper .swiper-slide,
#Milestone_TB_Div .t_m_center_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Milestone_TB_Div .t_m_left_swiper img {
    max-width: 320px;
}

#Milestone_TB_Div .t_m_center_swiper img {
    max-width: 260px;
}

#Milestone_TB_Div .t_m_left_swiper .horz-img img{
    max-width: 90%;
}

#Milestone_TB_Div .t_m_center_swiper .horz-img img{
    max-width: 380px;
}

/* #Milestone_TB_Div .t_m_center_swiper .swiper-slide {
    filter: grayscale(1);
} */

#Milestone_TB_Div .t_m_center_swiper .swiper-slide img{
    max-width: 240px;
    transition: all 1.5s ease-in-out;
}

#Milestone_TB_Div .t_m_center_swiper .swiper-slide-active{
    filter: initial;
}


#Milestone_TB_Div .t_m_center_swiper .swiper-slide-active img{
    max-width: 340px;
}

#Milestone_TB_Div .t_m_center_swiper .swiper-slide-active.horz-img img {
    max-width: 540px;
}

.t_milestone_container {
    width: 100%;
}

#GBDiv .t_section_label{
    margin-bottom: 60px;
}

.t_gb_first_p {
    width: 100%;
    gap: 120px;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    align-items: center;
}

.t_gb_first_p .ml10 {
    margin-bottom: 40px;
    font-size: 26px;
}

.t_gb_first_p .ml10 span{
    color: var(--text-color);
}

.t_gb_first_p figure{
    width: 100%;
    transition: all .3s ease-in-out;
}

.t_gb_first_p img {
    width: 100%;
}

.t_gb_first_inner_p .t_sub_p {
    margin-left: 160px;
    text-align: right;
}

.t_gb_container2 {
    width: 100%;
    background-image: url(../img/iStock-1770318534-v2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.t_gb_container2 figure {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.t_gb_container2 > figure {
    height: 50vh;
}

.t_gb_container2 > figure::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.t_gb_container2 figure img {
    width: 100%;
    height: 140%;
    will-change: transform;
    max-width: unset;
    translate: none;
    rotate: none;
    scale: none;
    display: block;
    vertical-align: middle;
    object-fit: cover;
}

.t_gb_second_p {
    padding: 160px;
    z-index: 2;
    gap: 120px;
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
    display: grid;
}

.t_gb_second_left {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.t_gb_second_left p {
    color: white;
}

.t_gb_second_right p {
    font-size: 30px;
    color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_gb_second_right p:nth-child(2){
    margin-bottom: 0;
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
}

.t_gb_second_left p:last-child{
    margin-bottom: 0;
}

.t_gb_container3 {
    margin: 0 auto;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t_gb_container3 p {
    text-align: justify;
}

.t_gb_container3 p.ml10{
    font-size: 28px;
}

.t_gb_container3 .t_gb_cert {
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.t_gb_container3 .t_gb_cert img {
    width: 100%;
    max-width: 120px;
}

.t_gb_cert_img3 {
    max-width: 140px!important;
}

.t_brand_container {
    gap: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t_brand_container2 {
    gap: 160px;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}

.t_brand_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t_brand_left .ml10 {
    font-size: 24px;
}

.t_brand_title {
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 50px;
    border: 2px solid var(--text-color);
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_brand_container2 figure {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.t_brand_container2 figure:first-child{
    max-width: 360px;
}

.t_brand_container2 figure:nth-child(2){
    max-width: 280px;
}

.t_brand_container2 figure img {
    width: 100%;
    height: 140%;
    will-change: transform;
    max-width: unset;
    translate: none;
    rotate: none;
    scale: none;
    display: block;
    vertical-align: middle;
    object-fit: cover;
}

.t_brand_left2 {
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_brand_right2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t_brand_bg3 {
    background-image: url(../img/iStock-1770318534.jpg);
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.t_brand_bg4 {
    background-image: url(../img/iStock-1770319044.jpg);
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.t_brand_container3 {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.t_brand_container3 .t_brand_title {
    color: white;
    border-color: white;
}

.t_brand_container3 p {
    margin: 40px auto 0;
    max-width: 1400px;
    text-align: justify;
    color: white;
}

.t_brand_container4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.t_esg_container .t_section_label,
.t_ir_container .t_section_label {
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}

.t_committees_container .t_section_label {
    margin-bottom: 60px;
    text-align: center;
}

.t_committees_category {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.t_committees_c_item {
    margin: 0 10px;
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 50px;
    color: var(--text-color);;
    background-color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    cursor: pointer;
}

.t_committees_c_item.active{
    color: white;
    background-color: var(--text-color);
}

.t_committees_content {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 40px;
    flex-direction: column;
    display: none;
    background-color: white;
}

.t_committees_content.active{
    display: flex;
}

.t_committees_row {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.t_committees_row:last-child{
    margin-bottom: 0;
}

.t_committees_row h3 {
    margin-bottom: 40px;
}

.t_committees_title {
    padding: 0 0 10px 0;
    border-bottom: 1px solid lightgrey;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.t_committees_title:hover h4,
.t_committees_title:hover i {
    /* color: var(--hover-text-color); */
    transition: all .3s ease-in-out;
}

.t_committees_title i {
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.t_committees_bio {
    padding: 25px;
    background-color: rgb(245, 245, 245);
}

.t_committees_bio.active {
    display: block;
}

.t_committees_content_item {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.t_committees_title  i {
    display: none;
}

/* .t_committees_content_item:hover {
    transition: all .3s ease-in-out;
} */

.t_committees_content_item p{
    margin-bottom: 0;
}

.t_committees_content_item:last-child{
    margin-bottom: 0;
}

.t_committees_name {
    margin-bottom: 0;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.t_committees_people_group {
    margin: 20px 0 30px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.t_committees_people_group a {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.t_committees_people_group li:hover a,
.t_committees_people_group li:hover i {
    color: var(--hover-text-color)!important;
    transition: all .3s ease-in-out;
}

.t_policies_pdf {
    margin: 0 auto;
    max-width: 940px;
    display: flex;
    flex-direction: column;
}

.t_policies_pdf_item {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .3s ease-in-out;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t_policies_pdf_item:hover {
    transition: all .3s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.t_policies_pdf_item i{
    font-size: 24px;
}

.t_policies_pdf_item span{
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
}


.news-center-pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t_news_container .t_section_label{
    margin-bottom: 40px;
    text-align: center;
}

.t_news_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t_news_content {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.t_news_item {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: all .3s ease-in-out;
    background-color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.t_news_item:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all .3s ease-in-out;
}

.t_news_item h6 {
    margin: 20px 0 10px;
    line-height: 1.5;
}

.t_news_item span {
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

#NewsMasterDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#NewsContentDesc_Div .swiper-slide {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#NewsContentDesc_Div .swiper-button-next, 
#NewsContentDesc_Div .swiper-button-prev {
    padding: 30px !important;
    border-radius: 50%;
    background-color: white;
}

#NewsContentDesc_Div .swiper-button-prev {
    left: auto;
}

#NewsContentDesc_Div .swiper-button-next:after, 
#NewsContentDesc_Div .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-color);
}

#NewsContentDesc_Div .swiper-pagination {
}

#NewsContentDesc_Div .swiper-pagination-bullet{
    border: 2px solid var(--text-color);
    background-color: grey;
}

#NewsContentDesc_Div .swiper-pagination-bullet-active {
    background-color: #212529;
}

#NewsContentLabel_Div {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.t_news_content_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.t_news_content_inner .single-img {
    width: 100%;
    max-width: 520px;
}

.t_news_content_inner p {
    margin-bottom: 40px;
    font-size: 18px;
}

.t_news_content_container {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#NmDiv .swiper{
    margin: 0 auto 40px; 
    width: 100%;
    max-width: 680px;
}

#NmDiv .swiper img {
    width: 100%;
    height: 280px;
    max-width: 520px;
    object-fit: cover;
}

.t_news_content_button {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.t_news_content_button > a {
    padding: 10px 30px;
    border: 2px solid var(--text-color);
    transition: all .3s ease-in-out;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    cursor: pointer;
}

.t_news_content_button > a:hover {
    transition: all .3s ease-in-out;
    background-color: var(--text-color);
    color: white!important;
}

.t_ir_contact_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.t_ir_ci_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.t_ir_ci_left p {
    margin: 20px 0 30px;
    font-size: 24px;
    line-height: 1.35;
}

.t_ir_ci_right img {
    width: 100%;
    max-width: 600px;
}

.t_ir_ci_number {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.35;
    border-bottom: 1px solid var(--text-color);
    display: flex;
    flex-direction: column;
}

.t_ir_ci_item {
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.t_ir_ci_icon i {
    font-size: 24px;
}

.t_ir_ci_row {
    gap: 40px;
    display: flex;
    flex-direction: row;
}

.t_ci_inner {
    margin: 60px auto 0;
    width: 100%;
    max-width: 800px;
    flex-direction: column;
    display: flex;
}

.t_ci_label {
    font-weight: bold;
}

.t_ci_item {
    padding: 20px;
    border-bottom: 1px solid lightgrey;
    gap: 40px;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
}

.t_ci_text {
    flex-direction: column;
    display: flex;
}

.t_ci_text a{
    line-height: 1.5;
}

.t_notice_inner {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
}

.t_notice_inner h6 {
    font-size: 18px;
    font-weight: bold;
}

.t_notice_item{
    margin-top: 30px;
}

.t_dcc_inner {
    margin-top: 60px;
}

.t_dcc_inner ul {
    margin-left: 20px;
}

.t_dcc_inner ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    list-style-type: decimal;
}

.t_dcc_inner p {
    margin-bottom: 30px;
}

.t_dcc_inner ul li:nth-child(2){
    margin-top: 30px;
}

.t_dcc_inner p a {
    font-weight: bold;
}

.t_foot_note_p {
    margin-top: 60px!important;
    font-size: 16px;
    font-style: italic;
}

.t_dcc_inner .t_foot_note_ul li {
    margin-top: 10px!important;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.t_dcc_inner .t_foot_note_ul  {
    margin-top: 0!important;
}

.t_gallery_box {
    margin-top: 60px;
}

.t_pdf_btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_pdf_btn a {
    padding: 15px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: var(--text-color);
    color: white;
}

.t_pdf_btn a:hover {
    color: var(--text-color);
    background-color: white;
}

#GB2Div {
    background-color: white;
    position: relative;
}

#GB2Div .ml10{
    font-size: 32px;
}

#GB2Div .t-layout-grid {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 160px;
    display: grid;
}

.t-layout-right {
    width: 100%;
    margin-top: 17.7777777778vw;
    all: unset;
    display: revert;
}

#GB2Div .t-layout-left p {
    font-size: 26px;
    width: 100%;
    font-weight: 300;
    color: var(--text-color);
    text-align: justify;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.t-layout-left {
    top: calc(100% / 3.5);
    align-items: flex-start;
    align-self: start;
    display: flex;
    flex-direction: column;
    position: sticky;
}

:root {
    --layout-columns-count: 12;
    --layout-columns-gap: 1.6666666667vw;
    --layout-margin: 2.7777777778vw;
    --layout-width: calc(100vw -(2* var(--layout-margin)));
    --layout-column-width: calc((var(--layout-width) -((var(--layout-columns-count) - 1)* var(--layout-columns-gap))) / var(--layout-columns-count));
}

.t-brand-d-item {
    width: 100%;
    flex-direction: column;
    display: flex;
}

.t-brand-d-item:not(:first-child){
    margin-top: 10vw;
}

.t-brand-d-item img {
    width: 100%;
    max-width: 240px;
}

.t-brand-d-item h2 {
    margin-top: 40px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t-brand-d-item p {
    margin-bottom: 0;
    text-align: justify;
}

#BrandDiv .ml10 {
    font-size: 32px;
    text-align: left;
}

#BrandDiv .t_section_label {
    margin-bottom: 40px;
}

.t_brand_shop_button {
    background-color: white;
    color: #212529;
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.t_brand_shop_button.active i {
    transform: rotate(180deg);
}

.t_brand_shop_button img{
    width: 100%;
    max-width: 24px;
}

.t_brand_shop_button:hover {
    color: white;
    background-color: #212529;
    transition: all .3s ease-in-out;
}

.t_brand_shop_button:hover span {
    color: white;
}

.t_brand_shop_button:hover img {
    animation: shopButtonAni 1s infinite alternate;
}

.t_brand_shop_button span {
    margin-right: 5px;
}

.t_brand_shop_button i {
    font-size: 18px;
}

@keyframes shopButtonAni {
    from {
        transform: translateX(-5px);
    }
    to {
        transform: translateX(5px);
    }
}

.t_rn_row {
    padding: 80px 70px;
    gap: 120px;
    grid-template-columns: 2fr 1fr;
    display: grid;
    align-items: center;
}

.t_rn_col p {
    text-align: justify;
}

.t_rn_animate_digit {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_rn_animate_label {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 42px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    color: white;
}

.t_rn_animate_digit h5,
.t_rn_animate_digit span {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 96px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    color: white;
}

#GB2_AnimateNumber_Div {
    padding-right: 20px;
    font-size: 140px;
    line-height: .6;
    color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

#JoinUsDiv .t_section_label{
    text-align: center;
}

#ContactUsDiv .t_section_label{
    margin-bottom: 60px;
    text-align: center;
}

.t_contactus_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t_contactus_row {
    margin: 60px 0;
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
}

.t_contact_col:nth-child(3){
    grid-column: span 2 / span 2;
}

.t_contact_col:nth-child(4){
    grid-column: span 2 / span 2;
    grid-row-start: 3;
}

.t_contact_col:nth-child(5){
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

.t_contact_col:nth-child(6){
    grid-column: span 2 / span 2;
    grid-row-start: 5;
}

.t_contact_col {
    margin-bottom: 20px;
}

.t_contact_col:last-child{
    margin-bottom: 0;
}

.t_contact_col label {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_send_button {
    width: 100%;
    max-width: 80%;
    padding: 10px 0;
    border: 1px solid transparent;
    background-color: #212529;
    color: white;
}

.t_send_button:hover {
    border: 1px solid #212529;
    background-color: white;
    color: #212529;
}

.t_jo_box {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1200px;
}

.t_jo_box > p {
    margin-bottom: 40px;
}

.t_jo_head {
    padding: 20px;
    border-bottom: 1px solid #212529;
}

.t_jo_table {
    display: flex;
    flex-direction: row;
}

.t_jo_table div{
    margin-right: 30px;
    font-size: 18px;
    font-weight: bold;
}

.t_jo_table div:first-child{
    min-width: 120px;
}

.t_jo_item {
    padding: 20px;
    border-bottom: 1px solid #212529;
    cursor: pointer;
}

.t_jo_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t_jo_title i {
    font-size: 22px;
}

.t_jo_title h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.t_jo_content {
    padding: 30px 0 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
}

.t_jo_item.active .t_jo_content{
    display: flex;
}

.t_jo_item.active i {
    transform: rotate(180deg);
}

.t_jo_content ul {
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 18px;
}

.t_jo_content ul li{
    font-size: 16px;
    list-style-type: disc;
}

.t_jo_label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.t_jo_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_jo_postdate {
    min-width: 120px;
    margin-right: 30px;
    font-size: 18px;
}

#InnerInvestorContactDiv .t_ir_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#NmDiv .t_news_container,
#InnerInvestorContactDiv .t_ir_container,
#InnerCalDiv .t_ir_container,
#InnerStockDiv .t_ir_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

#MapDiv {
    width: 60%;
    height: 600px;
}

/* For WebKit browsers */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the thumb on hover */
}

#AreaItem {
    padding-right: 20px;
    height: 420px;
    overflow-y: auto;
}

.t_shop_container {
    margin-top: 30px;
    background-color: white;
    display: none;
    flex-direction: row;
}

.t_shop_container.active{
    display: flex;
}

.t_shop_left_box {
    padding: 40px;
    padding-bottom: 140px;
    width: 40%;
    height: 600px;
    overflow-y: hidden;
}

.t_shop_item {
    padding: 20px 0;
    border-top: 1px solid var(--text-color);
    cursor: pointer;
}

.t_shop_item.repeated {
    padding-top: 0;
    border-top: 0;
}

.t_shop_no.hidden{
    display: none;
}

.t_shop_no {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
}

.t_shop_tel,
.t_shop_openinghours,
.t_shop_address {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 16px;
    display: flex;
}

.t_shop_tel div,
.t_shop_openinghours div,
.t_shop_address div {
    width: 20px;
}

.t_shop_tel span,
.t_shop_openinghours span,
.t_shop_address span {
    padding-left: 10px;
}

.t_shop_address span {
    line-height: 1.3;
}

.t_shop_navbar {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.t_shop_navbar button{
    margin-left: 40px;
    font-size: 14px;
}

.t_shop_navbar button:hover{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: white;
    color: var(--text-color);
}

#ShopDiv .t_section_label {
    margin-bottom: 40px;
    text-align: center;
}

.t_press_item:first-child{
    border-top: 1px solid #d7d7d7;
}

.t_press_item {
    padding: 15px 0;
    gap: 20px;
    grid-template-columns: .1fr 1fr;
    border-bottom: 1px solid #d7d7d7;
    align-items: flex-start;
    display: grid;
}

.t_press_date {
    min-width: 150px;
}

.t_press_item a {
    line-height: 1.5;
}

.t_tab_category {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.t_tab_item {
    margin: 0 10px;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background-color: white;
    font-family: 'Helvetica Neue Condensed Bold', sans-serif;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.t_tab_item.active {
    transition: all .3s ease-in-out;
    background-color: var(--text-color);
    color: white;
}

.t_tab_item:hover {
    transition: all .3s ease-in-out;
    background-color: var(--hover-text-color);
    color: white;
}


.t_tab_content {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    gap: 40px;
    padding: 40px 40px 0;
    flex-direction: column;
    display: none;
}

.t_tab_content.active {
    display: flex;
}

.t_tab_content_row {
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px 30px;
    border-left: 5px solid var(--text-color);
}

.t_tab_content_col {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.t_tab_content_col i {
    margin-top: 5px;
    margin-right: 10px;
}

.t_tab_content_col:last-child{
    margin-bottom: 0;
}

.t_tab_title {
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.t_tab_address,
.t_tab_phone {
    font-size: 18px;
}

.t_contact_group {
    margin-bottom: 120px;
    gap: 60px;
    grid-template-columns: 1fr 4fr;
    display: grid;
}

.t_contact_group:last-child{
    margin-bottom: 0;
}

.t_contact_group h6 {
    padding-right: 40px;
    font-size: 32px;
    font-weight: bold;
}

.t_contact_left {
    border-right: 1px solid var(--text-color);
}

.t_contact_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.t_contact_address {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.t_contact_phone {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.t_contact_phone:last-child{
    margin-bottom: 0;
}

.t_contact_address i {
    width: 16px;
    margin-top: 5px;
    margin-right: 10px;
}

.t_contact_phone i {
    margin-top: 5px;
    margin-right: 10px;
}

.t_contact_address p,
.t_contact_phone p {
    margin-bottom: 0;
}

#TexwincaGroupDiv .t_contact_right {
    gap: 20px;
    column-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.t_contact_item {
    padding-bottom: 10px;
}

.t_contact_item:nth-last-child(-n+2){
    padding-bottom: 0;
}

.t_contact_item:last-child {
    padding-bottom: 0;
}

.t_press_year {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
}

.t_press_pagination {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}