@charset "UTF-8";
:root {
    --bs-app-header-height: 67px;
    --bs-app-bg-color: #f7f8f9;
    --bs-app-header-base-bg-color: #f7f8f9;
    --bs-menu-dropdown-bg-color: #f7f8f9;
    --bs-form-check-bg: #42a9d1;
    --gcsa-red: #f47976;
    --gcsa-orange: #ffce78;
    --gcsa-green: #b0e867;
    --gcsa-blue: #6fdaf7;
    --gcsa-darkblue: #42a9d1;
    --bs-body-font-family: "Urbanist", sans-serif;
    --space-shell-min: 90px;
    --space-shell-max: 160px;
    --space-shell-fluid: clamp(90px, calc(90px + 70 * ((100vw - 1080px) / 160)), 160px);
    --space-shell-gutter-fluid: clamp(180px, calc(180px + 140 * ((100vw - 1080px) / 160)), 320px);
}
.btn {
    --bs-btn-font-family: "Urbanist", sans-serif;
    --bs-btn-font-size: 20px;
    --bs-btn-line-height: 26px;
    --bs-btn-border-radius: 0;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 12px;
    --bs-btn-color: #FFF;
}
.award-theme-bpa {
	--award-color: #7da735;
	--card-color: #98c628;
}
.award-theme-sra {
	--award-color: #256a9f;
	--card-color: #2ea7e0;
}
.bg-gcsa-red {
    --bs-btn-hover-bg: var(--gcsa-red);
    --bs-btn-active-bg: var(--gcsa-red);
    background: var(--gcsa-red);
}
.bg-gcsa-orange {
    --bs-btn-hover-bg: var(--gcsa-orange);
    --bs-btn-active-bg: var(--gcsa-orange);
    background: var(--gcsa-orange);
}
.bg-gcsa-green {
    --bs-btn-hover-bg: #ffbe06;
    --bs-btn-active-bg: #ffbe06;
    background: #ffbe06;
}
.bg-gcsa-blue {
    --bs-btn-hover-bg: var(--gcsa-blue);
    --bs-btn-active-bg: var(--gcsa-blue);
    background: var(--gcsa-blue);
}
.bg-gcsa-darkblue {
    --bs-btn-hover-bg: var(--gcsa-darkblue);
    --bs-btn-active-bg: var(--gcsa-darkblue);
    background: var(--gcsa-darkblue);
}
.gcsa-color-bar {
    height: 6px;
    background: linear-gradient(90deg, var(--gcsa-red) 0% 25%, var(--gcsa-orange) 25% 50%, var(--gcsa-green) 50% 75%, var(--gcsa-blue) 75% 100%);
}
.gx-45 {
    --bs-gutter-x: 45px;
}
.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.mt-50 {
    margin-top: 50px !important;
}

#kt_app_header::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 47px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
    top: var(--bs-app-header-height);
    pointer-events: none;
}
#kt_app_header > .container-xxl {
    padding-top: 8.75px;
    padding-bottom: 8.75px;
    --bs-gutter-x: 0;
	padding: 8.75px 90px;
	max-width: 100%;
}
#kt_app_header #web-menu .menu-item .menu-link {
    color: #595a5c;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
}
#kt_app_header #web-menu .menu-item {
    margin: 0 clamp(5px, calc(5px + 5 * ((100vw - 998px) / 82)), 10px) !important;
}
#kt_app_header #web-menu .menu-item > .menu-link {
    padding: 0 7px !important;
    line-height: 48px;
    position: relative;
}
#kt_app_header #web-menu .menu-item .menu-sub {
    padding: 6px 10px 17px;
}
#kt_app_header #web-menu .menu-item .menu-sub .menu-item {
    padding: 5px 0;
}
#kt_app_header #web-menu .menu-item .menu-sub .menu-item > .menu-link {
    line-height: 23px;
}
#kt_app_header #web-menu .menu-item .menu-sub-dropdown {
    box-shadow: none;
}
#kt_app_header #web-menu .menu-item:hover > .menu-link {
    color: #FFF;
}
#kt_app_header #web-menu .menu-item:hover > .menu-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: var(--gcsa-darkblue);
    left: 0;
    border-radius: 10px;
}
#kt_app_header #web-menu .menu-item:hover > .menu-link > .menu-arrow:after {
    background-color: #FFF;
}
#kt_app_header #web-menu .menu-item > .menu-link .menu-title {
    position: relative;
}
body.app-header-fixed .app-page {
    padding-top: var(--gcsa-header-h, 67px);
}
#member-block {
	min-width: 96.72px;
}
.member-icon {
    --bs-tooltip-bg: var(--gcsa-darkblue) !important;
    --bs-tooltip-color: #fff !important;
}
#member-block .member-icon:hover {
    background: #89d4e5 !important;
}
#member-block .member-icon:hover img {
    filter: brightness(0) invert(1);
}
#kt_app_content {
    padding: 0 !important;
    background: #f9f9f9;
}
#gcsa-content > .row {
    margin-top: 15px;
}
#gcsa-content .card {
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
}
#gcsa-content .card .card-header {
    font-size: 20px;
    color: #26628e;
    border: 0;
}
.page-header {
    position: relative;
    background: center 40% repeat url("../media/misc/web-topic-bg.png");
	padding: 0 90px 67px;
}
.page-header .breadcrumb {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
}
.page-header .breadcrumb .breadcrumb-item * {
    font-size: 11px;
}
.page-header > .container-xxl {
	padding: 0;
	max-width: 100%;
}
.page-header .home__head {
	margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}
.page-header .home__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 999px;
    background: #d1d3d4;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.page-header h4 {
	margin: 0 auto 50px;
	padding: 0;
	line-height: 25px;
	font-size: 25px;
	color: #256a9f;
	text-align: center;
	font-weight: normal;
}
.page-tab {
	margin-top: -70px;
	position: relative;
}
.page-tab > .container-xxl {
    max-width: 100% !important;
    padding: 0 90px;
}
.page-tab::before, .page-tab::after {
    position: absolute;
    top: 70px;
    display: block;
    width: 27px;
    height: 97px;
    content: "";
    pointer-events: none;
    background: no-repeat url(../media/misc/paper-shadow.png);
}
.page-tab::before {
    left: 63px;
}
.page-tab::after {
    right: 63px;
	transform: scaleX(-1);
}
.gcsa-panel {
    position: relative;
    background: #f9f9f9;
    padding: 65px 0;
}
.gcsa-panel .gcsa-color-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#gcsa-body {
    padding: 0 72px 30px;
}
.page-item {
	margin-right: 14px;
}
.page-item .page-link {
	box-sizing: border-box;
    border-radius: 999px;
    height: 36px;
    min-width: 36px;
    font-weight: 400;
    font-size: 13px;
	color: #42a9d1;
	border: 1px solid #42a9d1;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 999px;
}
.page-item.active .page-link {
	color: #FFF;
	background-color: #42a9d1;
}
.page-item:not(.disabled):hover .page-link {
	color: #FFF !important;
	background-color: rgba(66, 169, 209, 0.8);
}
.page-item.disabled .page-link {
	opacity: 0.8;
	pointer-events: none;
}
.page___head {
	text-align: center;
	margin: 0 auto 50px;
	border-bottom: 1px solid #bcbec0;
}
.page___head h1 {
    margin: 0;
    font-family: "Urbanist", sans-serif;
    padding: 0 0 30px;
    color: #231f20;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .25px;
}
.page___head .news_date {
	line-height: 17px;
	font-size: 12px;
	color: #808285;
	position: relative;
	display: block;
	padding-bottom: 30px;
}
.page___head .news_date::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-right: 10px;
	background: no-repeat left center url("../media/home/cal_blue.svg");
}
.page__content {
	font-size: 16px;
	line-height: 25px;
	color: #231f20;
	margin-bottom: 50px;
}
.page__content img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.page__footer {
	text-align: center;
}
.back__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    color: #42a9d1;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}
.back__btn:hover {
    background: #42a9d1;
    color: #fff;
}
/* NEWS PAGE */
.home-news__featured {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 35px;
}
.news-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.news-card__image {
    aspect-ratio: 230 / 170;
    overflow: hidden;
    background: #ddd;
}
.news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card__meta {
    margin-top: 12px;
    color: #808285;
    font-size: 11px;
    line-height: 17px;
}
.news-card__title {
    margin: 6px 0 0;
    min-height: 2.9em;
    overflow: hidden;
    color: #231f20;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card__more {
    margin-top: 35px;
    color: #42a9d1;
    font-size: 13px;
    line-height: 17px;
    text-align: right;
}
.news-card:hover .news-card__more {
    color: #0e2649;
}
.home-news__list {
    margin: 0 auto;
}
.news-list-item {
    border-bottom: 1px solid #bcbec0;
}
.news-list-item__link {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
}
.news-list-item__date {
    color: #808285;
    font-size: 11px;
    line-height: 17px;
}
.news-list-item__title {
    overflow: hidden;
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-item__link:hover {
    background: #f1f2f2;
}
.home-news__footer {
    margin-top: 42px;
    text-align: center;
}
/* 1) 外層 hero：高度由內容決定 */
.page-hero {
    position: relative;
    background: center 40% repeat url("../media/misc/web-topic-bg.png");
    padding-bottom: 67px;
}
.page-hero .breadcrumb {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 200px;
}
.page-hero .breadcrumb .breadcrumb-item * {
    font-size: 11px;
}
.page-hero > .container-xxl {
    padding: 0;
}
/* 3) 白紙（主視覺） */
.hero-paper {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: visible; /* 讓 tab 可以凸出 */
}
/* 4) 翻起頁籤（tab） */
.hero-tab {
    position: absolute;
    left: clamp(27px, calc(27px + 58 * ((100vw - 576px) / 192)), 85px);
    right: clamp(27px, calc(27px + 58 * ((100vw - 576px) / 192)), 85px);
    background: #f9f9f9;
}
.hero-tab::before, .hero-tab::after {
    position: absolute;
    content: '';
    display: block;
    width: 27px;
    height: 97px;
    bottom: -20px;
    background: no-repeat url("../media/misc/paper-shadow.png");
}
.hero-tab::before {
    left: -27px;
}
.hero-tab::after {
    right: -27px;
    transform: scaleX(-1);
}
/* breadcrumb */
.hero-breadcrumb {
    padding: 10px 14px;
    font-size: 13px;
    color: #333;
}
/* title */
.hero-title-wrap {
    text-align: center;
    padding-top: 10px;
}
.hero-title {
    margin: 0;
    font-family: "Urbanist", sans-serif;
    padding: 46px 0;
    color: #231f20;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .25px;
    color: #231f20;
}
.page-hero + .container-xxl {
    padding: 20px 100px 40px;
}
#gcsa-content #member-sidebar {
    font-family: "Urbanist", sans-serif;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    line-height: 26px;
}
#gcsa-content #member-content {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 20px;
}
#gcsa-content #member-sidebar .menu:first-child {
    background: #88c163;
}
#gcsa-content #member-sidebar .menu:last-child {
    background: #ffc466;
}
#gcsa-content #member-sidebar .menu-item {
    padding: 1px 1px 0;
}
#gcsa-content #member-sidebar .menu-item .menu-link {
    border-radius: 0;
}
#gcsa-content #member-sidebar .menu-item .menu-link * {
    color: #FFF;
}
#gcsa-content #member-sidebar .menu-item .menu-link.active, #gcsa-content #member-sidebar .menu-item:hover .menu-link {
    background: #f47976;
}
#gcsa-content #member-sidebar .menu-item .menu-link.active *, #gcsa-content #member-sidebar .menu-item:hover .menu-link * {
    color: #FFF;
}
#gcsa-content #member-sidebar .menu-item:first-child .menu-link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#gcsa-content .card .step-block {
    padding: 23px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}
#gcsa-content .card .step-block.step-2 {
    background: #ffc466;
}
#gcsa-content .card .step-block.step-3 {
    background: #88c163;
}
#gcsa-content .card .step-block.step-4 {
    background: #3ccde5;
}
#gcsa-content .card .step-block .step-title {
    font-size: 20px;
    line-height: 25px;
}
#gcsa-content .card .step-block * {
    color: #FFF;
}
#gcsa-content .card .card-header::after, #gcsa-content .card .step-block::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid #FFF;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    z-index: 1;
}
#gcsa-content .card .card-header::after {
    top: 70px;
}
#gcsa-content .card .card-body {
    padding: 0 20px 20px;
}
#gcsa-content .card .card-body .form-row {
    padding: 20px 0 5px;
}
#gcsa-content .form-row .form-label, #gcsa-content .form-row .form-check-label {
    color: #231f20;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 2px;
}
#gcsa-content .form-row .form-control, #gcsa-content .form-row .form-select {
    margin: 5px 0 0;
    padding: 5px 10px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 20px;
}
#gcsa-content .form-row .form-control:focus {
    background: #FFF;
}
#gcsa-content .form-row .form-control[type=file] {
    border: 1px solid #939598;
}
#gcsa-content .form-row .form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #939598;
    margin-left: 0;
    margin-right: 10px;
}
.form-text {
	color: #7F7F7F;
}
.form-check-label {
	color: #1e2129;
}
.form-check-label b {
	color: rgb(112, 102, 224);
}
#gcsa-content .card .step-block.step-1::after {
    border-top-color: var(--gcsa-red);
}
#gcsa-content .card .step-block.step-2::after {
    border-top-color: #ffc466;
}
#gcsa-content .card .step-block.step-3::after {
    border-top-color: #88c163;
}
#gcsa-content .register-msg {
    padding: 25px 0 55px;
    text-align: left;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.app-footer {
    background: #42a9d2;
    position: relative;
    display: block;
    height: auto !important;
}
.app-footer .container-xxl {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: var(--space-shell-fluid);
    padding-right: var(--space-shell-fluid);
}
.app-footer .container-xxl * {
    color: #FFF;
}
.app-footer .container-xxl .logo {
    padding: 0 10px;
    margin-top: 25px;
    width: 150px;
    height: 40px;
}
.app-footer .container-xxl .contact-info {
    padding: 30px 0 0 40px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
}
#org-tab {
    padding: 0 1px;
}
#org-tab > .nav {
    flex: 1 1 auto;
}
#org-tab > .nav .nav-item {
    margin: 0;
}
#org-tab > .nav .nav-item button {
    border-radius: 0;
    color: var(--gcsa-darkblue);
    padding: 0;
    line-height: 68px;
}
#org-tab > .nav .nav-item button.active {
    color: #FFF;
    background: var(--gcsa-darkblue);
}
#create-org-form {
    padding: 25px 0 55px;
}
.form-check-row {
    margin-top: 2px;
    line-height: 30px;
}
.form-check-row .form-check-input:checked {
    border-color: var(--gcsa-darkblue);
    background-color: var(--gcsa-darkblue);
}
#gcsa-content .card .card-body #stock-block {
    padding-top: 5px;
}
#gcsa-content .form-row .input-group-text {
    background: none;
    border-radius: 0;
    border: none;
}
#gcsa-content #org-search-row {
    margin-top: 10px;
}
#gcsa-content #org-search-row .input-group-text {
    border-left: 1px solid #939598;
}
#gcsa-content #org-search-row .input-group-text, #gcsa-content #org-search-row .form-control {
    border-top: 1px solid #939598;
    margin: 0;
}
.list-group .list-title {
    font-size: 16px;
    line-height: 25px;
}
.gcsa-table {
    --bs-table-bg: #f1f2f2;
    --bs-table-striped-bg: #f1f2f2;
}
.gcsa-table th, .gcsa-table td {
    padding: 13px 10px;
    font-size: 16px;
    line-height: 25px;
    background-color: transparent;
}
.gcsa-table:not(.table-bordered) th:last-child, .gcsa-table:not(.table-bordered) td:last-child, .gcsa-table:not(.table-bordered) th:first-child, .gcsa-table:not(.table-bordered) td:first-child {
    padding: 13px 10px;
}
.gcsa-table > :not(caption) > * > * {
    background-color: transparent;
}
.gcsa-table thead {
    background-color: #bcbec0;
    color: #FFF;
}
#entry-list tbody tr {
    background-color: #f1f2f2;
}
#entry-list tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
#entry-list tbody tr:hover {
    background-color: #ececec;
}
#award-checklist-table tbody tr, #award-checklist-table tbody tr th, #award-checklist-table tbody tr td {
    background-color: transparent !important;
}
#award-checklist-table > :not(caption) > * > * {
    background-color: transparent;
}
#award-checklist-table tbody > * > * {
    background-color: #f1f2f2 !important;
}
#award-checklist-table tbody:nth-child(even) > * > * {
    background-color: #f9f9f9 !important;
}
#sra-checklist-table tbody.sra-checklist-group-a1 > tr > td {
    background-color: #eaf5ff !important;
}
#sra-checklist-table tbody.sra-checklist-group-a2 > tr > td {
    background-color: #eefaf1 !important;
}
#sra-checklist-table tbody.sra-checklist-group-a3 > tr > td {
    background-color: #fff4e8 !important;
}
#entry-list .entry-view {
    --bs-btn-bg: #88c163;
    --bs-btn-hover-bg: #88c163;
    --bs-btn-active-bg: #88c163;
}
#entry-list .entry-del {
    --bs-btn-bg: #f47976;
    --bs-btn-hover-bg: #f47976;
    --bs-btn-active-bg: #f47976;
}
#gcsa-content .entry-stepper-nav .stepper-item .stepper-link {
    font-size: 20px;
    line-height: 26px;
    padding: 22px;
    background: #FFF;
    color: #42a9d1;
    font-weight: 400;
}
#gcsa-content .entry-stepper-nav .stepper-item.current .stepper-link {
    background: #42a9d1;
    color: #FFF;
}
.gcsa-title {
    color: #256a9f;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    display: block;
    padding: 20px 0;
    font-weight: 400;
}
.gcsa-topic {
    font-size: 20px;
    line-height: 25px;
    display: block;
    padding: 12px 12px 12px 18px;
    position: relative;
    font-weight: 400;
}
.gcsa-topic::before {
    content: '';
    display: block;
    width: 6px;
    height: 25px;
    background: #42a9d1;
    position: absolute;
    left: 0;
}
.gcsa-mobile-close {
    background-color: transparent !important;
}
.gcsa-mobile-menu {
    background-color: #f7f8f9;
}
.gcsa-mobile-menu .offcanvas-header {
    border: 0;
}
.gcsa-mobile-menu .offcanvas-body > div {
    padding: 0 25px;
}
.gcsa-mobile-menu .offcanvas-body > div .menu-item .menu-link {
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #58595b;
    text-decoration: none;
    display: block;
    padding: 9px 12px;
}
.gcsa-mobile-menu .offcanvas-body > div .menu-item button.menu-link {
    justify-content: center !important;
}
.gcsa-mobile-menu .offcanvas-body > div .menu-item button.menu-link .menu-title {
    flex: 0 0 auto;
}
.gcsa-mobile-menu .offcanvas-body > div .menu-item button.menu-link .menu-arrow {
    transform: rotate(90deg);
    transition: transform .2s ease;
}
.gcsa-mobile-menu .offcanvas-body > div .menu-item button.menu-link button[aria-expanded="true"] .menu-arrow {
    transform: rotate(180deg);
}
.gcsa-menu-title {
    color: #256a9f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.gcsa-mobile-menu .collapse {
    background-color: #89d4e5;
}
.gcsa-mobile-menu .offcanvas-body > div .collapse .menu-link {
    color: #FFF;
}
.gcsa-booklet-grid {
  padding: 45px 0 60px;
}

.gcsa-booklet-grid__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 330px);
  column-gap: 55px;
  row-gap: 45px;
}

.gcsa-booklet-card {
  width: 330px;
	position: relative;
}

.gcsa-booklet-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gcsa-booklet-card__image {
  width: 330px;
  aspect-ratio: 330 / 235;
  overflow: hidden;
  background: #ddd;
}

.gcsa-booklet-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gcsa-booklet-card__title {
  margin: 20px 0 30px;
  color: #231f20;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.gcsa-booklet-card__meta {
  color: #808285;
  font-size: 14px;
  line-height: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gcsa-booklet-card__date {
  position: relative;
}

.gcsa-booklet-card__date::before {
  content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-right: 10px;
	background: no-repeat left center url("../media/home/cal_gray.svg");
}
.gcsa-faq-block {
}

.gcsa-faq-tabs {
  margin-bottom: 36px;
}

.gcsa-faq-tab {
  min-width: 230px;
  height: 46px;
  padding: 0 24px;
  border: 1px solid #42a9d1;
  background: #fff;
  color: #42a9d1;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  transition: all .2s ease;
}

.gcsa-faq-tab.is-active {
  background: #42a9d1;
  color: #fff;
}

.gcsa-faq-panel {
  display: none;
}

.gcsa-faq-panel.is-active {
  display: block;
}

.gcsa-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gcsa-faq-item {
  background: transparent;
}

.gcsa-faq-question {
  width: 100%;
  min-height: 58px;
  padding: 16px 24px;
  border: 0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  color: #231f20;
  font-size: 16px;
  line-height: 25px;
}

.gcsa-faq-question span:first-child {
  flex: 1;
}

.gcsa-faq-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #42a9d1;
  position: relative;
}

.gcsa-faq-icon::before,
.gcsa-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform .2s ease;
}

.gcsa-faq-icon::before {
  transform: translate(-85%, -50%) rotate(45deg);
}

.gcsa-faq-icon::after {
  transform: translate(-15%, -50%) rotate(-45deg);
}

/* 展開時箭頭向上 */
.gcsa-faq-question:not(.collapsed) .gcsa-faq-icon {
  background: #fff;
  border: 1px solid #e7e7e7;
}
.gcsa-faq-question.collapsed {
	background: #FFF;
}
.gcsa-faq-question:not(.collapsed) .gcsa-faq-icon::before,
.gcsa-faq-question:not(.collapsed) .gcsa-faq-icon::after {
  background: #49a9d1;
}

.gcsa-faq-question:not(.collapsed) .gcsa-faq-icon::before {
  transform: translate(-85%, -50%) rotate(-45deg);
}

.gcsa-faq-question:not(.collapsed) .gcsa-faq-icon::after {
  transform: translate(-15%, -50%) rotate(45deg);
}
.gcsa-faq-question.(.collapsed) {
	background: #FFF;
}
.gcsa-faq-answer {
  background: #f1f2f2;
  color: #848484;
  padding: 18px 18px 20px;
  font-size: 16px;
  line-height: 25px;
}

/* 年份 tabs */
.gcsa-year-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.gcsa-year-tab {
  padding: 8px 18px;
  border: 1px solid #4aa3c7;
  background: #fff;
  color: #4aa3c7;
  text-decoration: none;
  font-size: 14px;
}

.gcsa-year-tab:hover {
  background: #4aa3c7;
  color: #fff;
}

.gcsa-year-tab.is-active {
  background: #4aa3c7;
  color: #fff;
}

/* panel */
.gcsa-year-panel {
  display: none;
}

.gcsa-year-panel.is-active {
  display: block;
}

/* section title */
.gcsa-section {
	margin-bottom: 50px;
}
.gcsa-section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 12px;
	justify-content: center;
}

.gcsa-section-title .bar {
  width: 4px;
  height: 22px;
  background: #4aa3c7;
  display: inline-block;
}

/* 卡片 */
.gcsa-panel-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.gcsa-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 40px;
}

.gcsa-member-item {
  flex: 0 0 180px;
  max-width: 180px;
}
.gcsa-card {
  text-align: center;
	width: 173px;
}

/* 頭像 */
.gcsa-avatar-wrapper {
  position: relative;
  width: 160px;
  margin: 0 auto 15px;
}

.gcsa-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #5ec2a5, #3c86c9);
}

.gcsa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gcsa-country {
  position: absolute;
  top: 124px;
  left: 0px;

  background: #ffde17;
  color: #231f20;

  font-size: 9px;
  line-height: 15px;
  padding: 0 7px;
  border-radius: 20px;

  font-weight: normal;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* 名字 */
.gcsa-name {
  font-size: 20px;
	line-height: 26px;
  margin-bottom: 10px;
	color: #231f20;
}

/* meta */
.gcsa-meta {
	text-align: left;
	line-height: 20px;
  font-size: 14px;
  color: #231f20;
	margin-bottom: 6px;
}

.gcsa-meta .label {
  color: #a7a9ac;
  font-size: 17px;
	line-height: 23px;
}
.pw-award-panel {
  display: block;
}

/* section title */
.pw-section-title {
  position: relative;
  margin: 0 0 46px;
  padding-left: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 1.3;
}

.pw-section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 42px;
  background: #49add8;
  margin-right: 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}

.pw-class-block + .pw-class-block {
  margin-top: 66px;
}

.pw-class-title {
  margin: 0 0 26px;
  text-align: center;
  color: #8a8a8a;
  font-size: 22px;
  font-weight: 400;
}

/* table */
.pw-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 46px;
}

.pw-row {
  display: grid;
  grid-template-columns: 1.1fr .7fr 1.4fr;
  align-items: start;
  background: #f1f2f2;
}

.pw-row:nth-child(even):not(.pw-head) {
  background: #f9f9f9;
}

.pw-cell {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  word-break: break-word;
}
.pw-row.gold .pw-cell {
	color: #e8740a;
}
.pw-row.silver .pw-cell {
	color: #707070;
}
.pw-row.bronze .pw-cell {
	color: #9b6932;
}
.pw-head {
  background: #cfcfd1;
}

.pw-head .pw-cell {
  color: #fff;
  font-weight: 300;
}

.pw-table--simple .pw-row {
  grid-template-columns: 1.2fr .7fr .8fr;
}

.pw-row--gold .pw-cell {
  color: #c58a3a;
}

.pw-row--bronze .pw-cell {
  color: #b38149;
}

/* =========================
   SRA Award Page
   命名全部以 award- 開頭
   ========================= */

.gcsa-award-page {
	padding: 0 0 70px;
}

.gcsa-award-wrap {
  width: min(100% - 32px, 1366px);
  margin: 0 auto;
  padding: 38px 0 0;
  position: relative;
}

/* tabs */
.gcsa-award-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.gcsa-award-tab {
  min-width: 250px;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #42a9d1;
  background: transparent;
  color: #42a9d1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s ease;
}

.gcsa-award-tab:hover {
  background: #f5fbfe;
  color: #2d90b3;
}

.gcsa-award-tab.is-active {
  background: #42a9d1;
  border-color: #42a9d1;
  color: #fff;
}

/* hero */
.award-hero {
  display: flex;
  gap: 40px 56px;
  align-items: start;
  margin-bottom: 92px;
}

.gcsa-award-visual {
  display: flex;
  align-items: center;
  gap: 24px;
}

.gcsa-award-trophy {
  width: 95px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.gcsa-award-title-block {
  position: relative;
  padding-top: 22px;
}

.gcsa-award-corner {
  position: absolute;
  top: 0;
  right: 0px;
    width: 80px;
    height: 35px;
    right: 0;
  border-top: 15px solid var(--award-color);
  border-right: 15px solid var(--award-color);
  box-sizing: border-box;
}

.gcsa-award-title {
  margin: 0 ;
	padding-right: 35px;
  color: var(--award-color);
  font-size: 60px;
  font-family: "Oswald", sans-serif;
	font-weight: normal;
  line-height: 60px;
}

/* section */
.award-section {
  margin-bottom: 72px;
}

.award-section-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #231f20;
}

.award-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #42a9d1;
}

.award-section-body {
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

.award-section-body p {
  margin: 0;
}

/* framework */
.award-framework-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.88fr);
  gap: 52px;
  align-items: start;
  margin-top: 54px;
}
.award-theme-bpa .award-framework-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.award-framework-card {
  position: relative;
  border: 4px solid var(--card-color);
  background: transparent;
  padding-top: 34px;
}

.award-framework-card-inner {
  padding: 15px 30px 20px;
}

.award-framework-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border: 5px solid var(--card-color);
  border-radius: 50%;
  background: #f9f9f9;
  font-family: "Urbanist", sans-serif;
  color: var(--card-color);
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-framework-title {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--card-color);
  color: var(--card-color);
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.award-framework-content {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.award-framework-content p {
  margin: 0;
}

.award-framework-group + .award-framework-group {
  margin-top: 6px;
}

.award-framework-group ul {
  list-style: none;
  margin: 0 0 0 47px;
  padding: 0;
}

.award-framework-code {
  color: var(--card-color);
  font-weight: normal;
}

/* list */
.award-dot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.award-dot-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}

.award-dot-list li::before {
  content: "◆";
  position: absolute;
  font-family: "Arial";
  left: 0;
  top: 0;
  color: #111;
  font-size: 11px;
  line-height: 2.2;
}

.award-dot-list a {
  color: #57bce5;
  text-decoration: none;
}

.award-dot-list a:hover {
  text-decoration: underline;
}

/* top button */
.award-top-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -12px;
}

.award-top-btn {
  width: 54px;
  height: 54px;
  border: 1px solid #7ecae0;
  border-radius: 50%;
  color: #7ecae0;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: transparent;
}

.award-top-icon {
  font-size: 16px;
  line-height: 1;
}

.award-top-text {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.gcsa-reg-steps {
  position: relative;
  padding: 56px 0 90px;
  overflow: hidden;
}

.gcsa-reg-steps__inner {
  position: relative;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 0;
}

.gcsa-reg-steps__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: #dfdfdf;
  z-index: 1;
  overflow: hidden;
}

.gcsa-reg-steps__line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #97db46;
  transition: height 0.08s linear;
}

.gcsa-reg-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 180px;
  z-index: 2;
}

.gcsa-reg-step:last-child {
  min-height: 120px;
}

.gcsa-reg-step__dot {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #d9d9d9;
  transition: background-color 0.2s ease;
  z-index: 3;
}

.gcsa-reg-step.is-active .gcsa-reg-step__dot {
  background: #595959;
}

.gcsa-reg-step__content {
  width: calc(50% - 54px);
}

.gcsa-reg-steps__inner > .gcsa-reg-step:nth-of-type(odd) .gcsa-reg-step__content {
  margin-right: auto;
}

.gcsa-reg-steps__inner > .gcsa-reg-step:nth-of-type(even) .gcsa-reg-step__content {
  margin-left: auto;
}

.gcsa-reg-step__title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  color: #231f20;
  letter-spacing: 0;
}

.gcsa-step-badge {
  position: relative;
  align-items: center;
	margin-right: 14px;
  height: 26px;
  padding: 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
	font-family: "Urbanist", sans-serif;
  flex-shrink: 0;
	vertical-align: bottom;

  background: linear-gradient(-55deg, #42a9d1 0%, #4eceb6 100%);
}

.gcsa-step-badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 14px solid #42a9d1;
}

.gcsa-step-badge strong {
  margin-left: 4px;
  color: #ffe34a;
	font-size: 25px;
}

.gcsa-reg-step__text {
  font-size: 16px;
  line-height: 25px;
  color: #231f20;
  word-break: break-word;
}

.gcsa-reg-step__text a {
  color: #4eb6df;
  text-decoration: none;
}

.gcsa-reg-step__text a:hover {
  text-decoration: underline;
}

.top-button {
  position: fixed;
  right: 25px;
  bottom: 50px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
}

.top-button.is-visible {
  display: flex;
}

.top-button__circle {
  width: 36px;
  height: 36px;
  border: 1px solid #42a9d1;
  border-radius: 50%;
  background: #f9f9f9;
  position: relative;
  transition: background-color 0.2s ease;
}

.top-button__circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.9148px;
  height: 8.9148px;
  border-top: 1px solid #42a9d1;
  border-right: 1px solid #42a9d1;
  transform: translate(-50%, -35%) rotate(-45deg);
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.top-button__text {
  margin: 0;
  color: #42a9d1;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 7.5px;
  line-height: 7.5px;
  letter-spacing: 0;
}

.top-button:hover .top-button__circle {
  background: #42a9d1;
}

.top-button:hover .top-button__circle::before {
  border-color: #ffffff;
}

@media (max-width: 991.98px) {
	#kt_app_header > .container-xxl {
		padding: 8.75px 30px;
	}
	.page-header {
		padding: 0 30px 67px;
	}
  .gcsa-reg-steps {
    padding: 40px 0 70px;
  }

  .gcsa-reg-steps__inner {
    width: min(100% - 32px, 760px);
    padding-left: 34px;
  }

  .gcsa-reg-steps__line {
    left: 10px;
    transform: none;
  }

  .gcsa-reg-step {
    min-height: 0;
    padding: 0 0 44px 0;
  }

  .gcsa-reg-step:last-child {
    padding-bottom: 0;
  }

  .gcsa-reg-step__dot {
    left: -22px;
    transform: translateX(-50%);
    top: 6px;
  }

  .gcsa-reg-step__content,
  .gcsa-reg-step:nth-child(odd) .gcsa-reg-step__content,
  .gcsa-reg-step:nth-child(even) .gcsa-reg-step__content {
    width: 100%;
    margin: 0;
  }

  .gcsa-reg-step__title {
    font-size: 20px;
    margin-bottom: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .gcsa-reg-step__text {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .gcsa-reg-steps__inner {
    width: calc(100% - 24px);
    padding-left: 28px;
  }

  .gcsa-reg-steps__line {
    left: 8px;
    width: 3px;
  }

  .gcsa-reg-step__dot {
    left: -18px;
    width: 16px;
    height: 16px;
  }

  .gcsa-reg-step__title {
    font-size: 18px;
  }

  .gcsa-step-badge {
    height: 24px;
    font-size: 12px;
    padding: 0 10px;
  }

  .gcsa-step-badge::after {
    right: -12px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
  }

  .gcsa-reg-step__text {
    font-size: 14px;
  }
}
/* ---------- responsive ---------- */

@media (max-width: 1199.98px) {
  .gcsa-award-wrap {
    width: min(100% - 32px, 1120px);
  }

  .award-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 72px;
  }

  .award-framework-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 760px;
  }
	.gcsa-award-title {
		font-size: 45px;
	}
	.award-theme-bpa .award-framework-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767.98px) {
  .gcsa-award-page {
    padding-bottom: 42px;
  }

  .gcsa-award-wrap {
    width: calc(100% - 32px);
    padding-top: 26px;
  }

  .gcsa-award-tabs {
    gap: 14px;
    margin-bottom: 44px;
  }

  .gcsa-award-tab {
    min-width: 100%;
    height: 44px;
    font-size: 15px;
  }

  .gcsa-award-trophy {
    width: 116px;
    max-width: none;
    margin-bottom: 18px;
  }

  .gcsa-award-title-block {
    padding-top: 18px;
  }

  .gcsa-award-corner {
    width: 80px;
    height: 35px;
    right: 0;
    border-top-width: 15px;
    border-right-width: 15px;
  }

  .gcsa-award-title {
    font-size: clamp(34px, 13vw, 62px);
    line-height: 0.95;
  }

  .award-section {
    margin-bottom: 52px;
  }

  .award-section-title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .award-section-title::before {
    top: 5px;
    height: 24px;
  }

  .award-section-body {
    font-size: 15px;
    line-height: 1.85;
  }

  .award-framework-card {
    border-width: 3px;
    padding-top: 28px;
  }

  .award-framework-card-inner {
    padding: 15px 30px 20px;
  }

  .award-framework-badge {
    top: -23px;
    width: 48px;
    height: 48px;
    border-width: 3px;
    font-size: 26px;
  }

  .award-framework-title {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .award-framework-content {
    font-size: 14px;
    line-height: 1.7;
  }

  .award-framework-group ul {
    margin-left: 24px;
  }

  .award-top-btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 420px) {
  .gcsa-award-wrap {
    width: calc(100% - 24px);
  }

  .gcsa-award-tab {
    font-size: 14px;
  }

  .gcsa-award-title {
    font-size: 32px;
  }

  .award-section-body {
    font-size: 14px;
  }

  .award-framework-content {
    font-size: 13px;
  }
}



/* mobile */
@media (max-width: 991.98px) {
  .pw-container {
    padding: 0 16px 60px;
  }

  .pw-hero {
    padding: 28px 0 24px;
  }
  .pw-pill {
    min-width: 92px;
    height: 36px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .pw-page-title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .pw-year-nav {
    gap: 10px;
  }

  .pw-year {
    min-width: 58px;
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .pw-card {
    padding: 28px 18px 42px;
  }

  .pw-award-tabs {
    gap: 12px;
    margin-bottom: 34px;
  }

  .pw-award-tab {
    min-width: 0;
    flex: 1 1 0;
    min-height: 56px;
    padding: 10px 12px;
    font-size: 15px;
  }

  .pw-section-title {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 24px;
  }

  .pw-section-title::before {
    width: 6px;
    height: 30px;
    margin-right: 10px;
  }

  .pw-class-title {
    margin-bottom: 25px;
    font-size: 20px;
	  line-height: 26px;
	  color: #808285;
  }

  .pw-table {
    gap: 12px;
  }

  .pw-row {
    grid-template-columns: 1fr 1fr 1.45fr;
  }

  .pw-cell {
    padding: 14px 14px;
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (max-width: 575.98px) {
  .pw-row {
    grid-template-columns: 1fr 0.8fr 1.25fr;
  }

  .pw-cell {
    padding: 12px 10px;
    font-size: 12px;
  }
}


@media (min-width: 1665px) {
  .gcsa-booklet-grid__list {
    grid-template-columns: repeat(4, 330px);
  }
}
@media (max-width: 1279.98px) {
  .gcsa-booklet-grid__list {
    grid-template-columns: repeat(2, 330px);
  }
}
@media (max-width: 1105px) {
	#member-block {
		min-width: 0;
	}
}
@media (max-width: 1079.98px) {
    #kt_app_header > .container-xxl {
        --bs-gutter-x: 180px;
    }
    .page-hero + .container-xxl {
        padding-left: 100px;
        padding-right: 100px;
    }
    .app-footer .container-xxl {
        padding-left: 90px;
        padding-right: 90px;
    }
	.award-hero {
		flex-direction: column;
	}
	.award-section {
		margin-bottom: 42px;
	}
	.gcsa-award-title {
		font-size: 60px;
	}
}
@media (max-width: 991.98px) {
    .home-news__featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
    .news-card__title {
        font-size: 15px;
    }
	.page-tab {
        margin-top: -40px;
	}
    .page-tab > .container-xxl {
        padding: 0 30px;
    }
    .gcsa-panel {
        padding: 24px 0;
    }
    .page-tab::before, .page-tab::after {
        top: 40px;
        height: 75px;
        width: 21px;
    }
    .page-tab::before {
        left: 9px;
    }
    .page-tab::after {
        right: 9px;
    }
    #gcsa-body {
        padding: 0 30px 30px;
    }
    .news-list-item__link {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 18px;
    }
    .news-list-item__title {
        font-size: 15px;
    }
}
@media (max-width: 894.98px) {
  .gcsa-booklet-grid__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .gcsa-booklet-card,
  .gcsa-booklet-card__image {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
    #kt_app_header > .container-xxl {
        --bs-gutter-x: clamp(54px, calc(54px + 126 * ((100vw - 576px) / 192)), 180px);
    }
    .page-hero + .container-xxl {
        padding-left: clamp(32px, calc(32px + 68 * ((100vw - 576px) / 192)), 100px);
        padding-right: clamp(32px, calc(32px + 68 * ((100vw - 576px) / 192)), 100px);
    }
    .app-footer .container-xxl {
        padding-left: clamp(27px, calc(27px + 63 * ((100vw - 576px) / 192)), 90px);
        padding-right: clamp(27px, calc(27px + 63 * ((100vw - 576px) / 192)), 90px);
    }
    #gcsa-content > .row {
        margin-top: -35px;
    }
	#gcsa-content .card .card-body {
		padding: 0 0 20px;
	}
    .page-hero .breadcrumb {
        padding-left: clamp(27px, calc(27px + 173 * ((100vw - 576px) / 192)), 200px);
    }
    .hero-tab::before, .hero-tab::after {
        display: none;
    }
    .hero-title {
        padding: 10px 0;
        line-height: 32px;
        font-size: clamp(25px, calc(25px + 5 * ((100vw - 576px) / 192)), 30px);
    }
  .gcsa-faq-tabs {
    gap: 12px !important;
  }

  .gcsa-faq-tab {
    min-width: calc(50% - 6px);
    font-size: 1rem;
  }

  .gcsa-faq-question {
    padding: 14px 14px;
    font-size: 0.95rem;
    align-items: flex-start;
  }

  .gcsa-faq-answer {
    padding: 14px;
    font-size: 0.95rem;
  }

  .gcsa-faq-icon {
    margin-top: 2px;
  }
  .gcsa-avatar {
    width: 130px;
    height: 130px;
  }

  .gcsa-section-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
	.award-theme-bpa .award-framework-grid {
		grid-template-columns: 1fr;
	}
}
/* ≤576 固定 */
@media (max-width: 575.98px) {
    #kt_app_header > .container-xxl {
        --bs-gutter-x: 54px;
    }
    .app-footer .container-xxl {
        padding-left: 27px;
        padding-right: 27px;
    }
    .gcsa-panel {
        padding: 16px 0;
    }
    #gcsa-body {
        padding: 0 10px 30px;
    }
	.page-header {
		padding-left: 30px;
		padding-right: 30px;
	}
    .page-hero .breadcrumb {
        padding-left: 27px;
    }
    .hero-title {
        font-size: 25px;
    }
    .home-news__featured {
        gap: 40px;
        margin-bottom: 36px;
    }
    .news-card__meta {
        margin-top: 10px;
        font-size: 11px;
    }
    .news-card__title {
        font-size: 14px;
        line-height: 1.4;
    }
    .news-card__more {
        font-size: 13px;
    }
	.gcsa-award-trophy {
		width: 83px;
	}
	.gcsa-award-corner {
		top: -20px;
	}
    .gcsa-award-title {
        font-size: 50px;
    }
}
@media (max-width: 480px) {
  .gcsa-faq-tab {
    min-width: 100%;
  }
	.gcsa-award-trophy {
		width: 65px;
	}
    .gcsa-award-title {
        font-size: 40px;
    }
}
@media (max-width: 440px) {
	.home-news__featured {
        grid-template-columns: minmax(0, 1fr);
    }
	.news-card__more {
		margin-top: 5px;
	}
}
@media (max-width: 400px) {
	.gcsa-award-visual {
		gap: 10px;
	}
	.gcsa-award-corner {
		display: none;
	}
	.gcsa-award-trophy {
		width: 50px;
	}
    .gcsa-award-title {
        font-size: 35px;
		padding-right: 0;
    }
}