@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap?family=Poppins::ital,wght@600&display=swap?');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    background-color: var(--bg-2);
}
.duration-display{
font-family: 'Montserrat', sans-serif;
}
body.active {
    overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.w-100 {
    width: 100% !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-1-1 {
    margin-bottom: 12px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 32px !important;
}

.mb-5 {
    margin-bottom: 40px !important;
}

.text-center {
    text-align: center !important;
}

.show-sm {
    display: none !important;
}

.d-none {
    display: none !important;
}

:focus {
    outline: dashed 2px var(--g-color-1);
    outline-offset: 2px;
}

.text-left {
    text-align: left !important;
}
.error-title{
    color: var(--b-color-1);
font-size: 2rem;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.02em;
margin: 80px 0 12px;
text-align: center;
}
.no-data {
    padding-top: 52px;
}

.no-data img {
    width: 140px;
    margin: 0 auto 16px auto;
}

.loading-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
   background: rgba(0, 0, 0, 0.70);
   backdrop-filter: blur(12.5px);
   -webkit-backdrop-filter: blur(12.5px);
}
.load-box{
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #9FEABA;
    margin: 0 8px;
}
.load-box .dot:nth-child(1) {
    animation: loadingC 1.2s infinite 0.2s ease;
}
.load-box .dot:nth-child(2) {
    animation: loadingC 1.2s infinite 0.4s  ease;
}
.load-box .dot:nth-child(3) {
    animation: loadingC 1.2s infinite 0.6s  ease;
}
@keyframes loadingC {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.table {
    border-collapse: collapse;
    width: 100%;
    color: var(--b-color-1);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.table td,
.table th {
    border-right: 1px solid #AAABAE;
}

.table tr td:last-child,
.table tr th:last-child {
    border-right: none;
}

.table th {
    padding: 16px;
    background-color: #00391d;
    color: #fff;
    width: 20%;
}

.table td {
    padding: 12px;
    vertical-align: middle;
}

.table td ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.table tbody tr:nth-child(odd) {
    background-color: var(--bg-3);
}

.table tbody tr:nth-child(even) {
    background-color: var(--bg-5);
}

.search-group {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}

.form-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--b-color-4);
    background-color: var(--bg-3);
    box-sizing: border-box;
    height: 42px;
    padding: 0 16px;
    font-size: 1rem;
    color: var(--b-color-1);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.form-input:focus {
    border: 1px solid var(--g-color-1);
}

select.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 16px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.search-btn {
    padding-left: 16px;
}

.service-card {
    border-radius: 8px;
    background: var(--bg-3);
    padding: 16px 24px;
    box-shadow: 0 0 24px 0 rgba(46, 49, 46, 0.08);
    margin-bottom: 24px;
}

.service-links {
    display: block;
    padding: 0;
    margin: 0;
}

.service-links li {
    display: block;
    padding: 5px 0;
}

.link-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -16px -12px;
}

.link-box li {
    display: inline-block;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 16px;
}

.link-box li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 12px;
    background: var(--bg-3);
    border-radius: 12px;
    text-decoration: none;
    background-image: url(../images/link-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 24px;
    background-size: 44px;
}

.link-box li a:hover {
    background-image: url(../images/link-icon-1.svg);
}

.icons {
    display: inline-block;
    width: 32px;
}

.icons img {
    width: 100%;
}

.link-info {
    color: var(--b-color-5);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-left: 16px;
}

.link-info b {
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    color: var(--b-color-1);
}

.link-box li a:hover .link-info b {
    color: var(--g-color-7);
}

.history-item {
    display: flex;
    align-items: stretch;
}

.history-date {
    width: 5.5rem;
    position: relative;
    color: var(--b-color-2);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.history-date::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 100%;
    background-color: #BFC8CC;
}

.history-date.fix::before {
    display: none;
}

.history-date::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3CA368;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: 8px;
    z-index: 1;
}

.history-info {
    color: var(--b-color-5);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    padding-left: 12px;
    flex: 1;
}

.history-info b {
    color: var(--b-color-1);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.history-info.fix {
    padding-bottom: 0;
}

.about-card {
    border-radius: 12px;
    border: 1px solid var(--b-color-4);
    background: var(--bg-3);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 12px;
}

.about-img {
    width: 34%;
}

.about-info {
    width: 66%;
    padding-left: 24px;
}

.sticky-bar {
    width: 100%;
}

.sticky-bar.active {
    padding: 8px 0;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 72px;
    text-align: center;
    background-color: var(--bg-3);
}

.tab-box {
    border-radius: 20px;
    border: solid 2px #D8E1E5;
    padding: 8px;
    display: inline-block;
    position: relative;
}

.tab-box::after {
    content: '';
    display: none;
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 12px 12px 0;
}

.tab-box.has-scroll::after {
    display: inline-block;
}

.tab-menu {
    display: inline-flex;
    margin: 0 -4px;
}

.tab-menu li {
    display: inline-block;
    padding: 0 4px;
}

.tab-menu li a {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--b-color-5);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.tab-menu li a.tab-out{
 padding-right: 44px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 16px;
}
.tab-menu li a.active {
    color: #fff;
    background-color: var(--g-color-1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.audio-player {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.play-pause-btn {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid var(--g-color-2);
    background-color: var(--g-color-3);
    padding: 12px 12px 12px 42px;
    background-repeat: no-repeat;
    background-position: center left 12px;
    background-size: 20px;
    color: var(--b-color-6);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.play-pause-btn:hover {
    background-color: var(--g-color-6);
}

.play-pause-btn.pause {
    background-color: var(--g-color-6);
}

.pg-title {
    display: flex;
    align-items: center;
    flex-wrap:wrap ;
    gap: 4px 24px;
    color: var(--b-color-1);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.pg-h4 {
    color: var(--b-color-1);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.pg-h4.fix {
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
}

.pg-h4.fix::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--g-color-9);
    position: absolute;
    left: 0;
    top: 9px;
}

.pg-sub-title,
.p-text,
.pg-ul,
.pg-ol {
    color: var(--b-color-2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.pg-sub-title {
    color: var(--b-color-1);
    font-weight: 500;
    margin-bottom: 8px;
}

.pg-ul {
    list-style-type: disc;
    margin-bottom: 12px;
    padding-left: 1.8em;
}

.pg-ol {
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-left: 1.8em;
}

.pg-sub-title a,
.p-text a,
.pg-ul a,
.pg-ol a {
    color: var(--g-color-7);
}
.pg-sub-title a:hover,
.p-text a:hover,
.pg-ul a:hover,
.pg-ol a:hover {
    color: var(--b-color-7);
}
.btn {
    display: inline-block;
    color: #002E0F;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: 0.02em;
    border-radius: 12px;
    background-color: var(--g-color-5);
    padding: 10px 24px;
    text-decoration: none;
    min-width: 140px;
    border: none;
}

.btn:hover {
    background-color: var(--g-color-10);
}

.sitemap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.top-level {
    width: 218px;
    position: relative;
    z-index: 2;
}

.connector-wrapper {
    position: relative;
    width: 100%;
    height: 48px;
}

.vertical-line-top {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 48px;
    background-color: var(--b-color-4);
    transform: translateX(-50%);
}

.horizontal-line {
    position: absolute;
    width: calc(100% - 210px);
    left: 105px;
    top: 24px;
    height: 1px;
    background-color: var(--b-color-4);
}

.vertical-line-section {
    position: absolute;
    top: 24px;
    width: 1px;
    height: 24px;
    background-color: var(--b-color-4);
}

.vertical-line-section.left {
    left: 105px;
}

.vertical-line-section.right {
    right: 105px;
}

.map-sections {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section-col {
    width: auto;
    display: inline-flex;
    flex-direction: column;
}

.section-title {
    width: 218px;
}

.items-container {
    display: flex;
    flex-direction: column;
}

.item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    height: 44px;
}

.item-connector {
    display: flex;
    align-items: center;
    position: relative;
}

.item-connector::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--b-color-4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: -2px;
    z-index: 1;
}

.vertical-stub {
    width: 1px;
    height: 44px;
    background-color: var(--b-color-4);
    position: absolute;
    left: 0;
    top: -22px;
}

.vertical-stub.fix {
    height: 22px;
}

.horizontal-stub {
    width: 24px;
    height: 1px;
    background-color: var(--b-color-4);
}

.item-link {
    display: inline-block;
    color: var(--g-color-7);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 6px 36px 6px 6px;
    border-radius: 12px;
    background-image: url(../images/link.svg);
    background-position: center right 6px;
    background-repeat: no-repeat;
    background-size: 24px;
}

.item-link:hover {
    color: var(--g-color-8);
}

.item-link.fix {
    background-image: url(../images/link-out.svg);
}

.footer-container {
    width: 100%;
    max-width: 90rem;
    padding: 0 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    display: inline-flex;
    align-items: center;
}

.footer-logo {
    width: 315px;
}

.logo-up {
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
}

.footer-logo-img {
    display: inline-block;
}

.footer-logo-img img {
    width: 198px;
}

.brick-3 {
    width: auto;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
    color: var(--b-color-3);
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 0.5rem;
    margin-right: 12px;
}

.copy {
    max-width: 198px;
    color: var(--b-color-2);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 0;
    text-align: center;
    margin-left: 33px;
}

.copy.fix {
    max-width: none;
    margin-top: 20px;
    text-align: left;
    margin-left: 0;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    color: var(--b-color-2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.footer-menu li {
    display: inline-block;
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
}

.footer-menu li::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: var(--b-color-2);
    position: absolute;
    right: 0;
    top: 5px;
}

.footer-menu li:last-child:after {
    display: none;
}

.footer-menu li a {
    color: var(--b-color-2);
    text-decoration: none;
}

.out-link {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
}

.home-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.home-menu li {
    display: block;
    width: 25%;
    padding: 0 10px;
}

.home-menu li a {
    display: block;
    border-radius: 12px;
    background-color: var(--bg-3);
    box-shadow: 0 0 24px 0 rgba(46, 49, 46, 0.08);
    border-radius: 12px;
    color: var(--b-color-1);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 80px 24px 24px;
    text-decoration: none;
    background-position: top 24px center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.home-menu li a:hover {
    background-color: var(--bg-4);
    box-shadow: 0 0 24px 0 rgba(46, 49, 46, 0.16);
}

.sm-container {
    width: 100%;
    padding: 32px 40px 80px;
    max-width: 65rem;
    margin: 0 auto;
}

.sm-container.fix {
    padding: 10px 40px 80px;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 0 6px;
}

.brick-2 {
    width: auto;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
    color: var(--b-color-3);
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 0.4rem;
    margin-right: 0px;
}

.breadcrumb-item {
    color: var(--b-color-2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    padding-right: 22px;
    background-position: top 8px right 8px;
    background-repeat: no-repeat;
    background-size: 6px;
}

.breadcrumb .breadcrumb-item:last-child {
    background-image: none;
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-item a {
    display: block;
    color: var(--b-color-2);
    text-decoration: none;
    padding: 0 6px;
    border-radius: 4px;
}

.breadcrumb-item a:hover {
    color: var(--g-color-1);
}

.banner-container {
    width: 100%;
    padding: 0 80px;
    max-width: 90rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.banner-title {
    width: 100%;
    color: var(--b-color-1);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-top: 32px;
}

.banner-title.fix {
    margin-top: 85px;
}

.banner-title.fix-1 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.brick-1 {
    width: auto;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
    color: var(--b-color-3);
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 0.5rem;
    margin-right: 12px;
}

.go-to-main {
    display: inline-block;
    padding: 12px 16px;
    color: #fff;
    background-color: var(--g-color-1);
    border-radius: 6px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    text-decoration: none;
}

.go-to-main:focus {
    z-index: 9999;
}

header {
    background-color: var(--bg-2);
    box-shadow: 0 0 24px 0 rgba(46, 49, 46, 0.08);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-box {
    padding: 0 80px;
    display: flex;
    align-items: center;
    height: 72px;
}

.button_container {
    display: none;
    color: transparent;
}

.logo-box {
    display: inline-flex;
    align-items: center;
}

.logo-box img {
    width: 198px;
}

.menu-box {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.banner-img {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.banner-img img {
    height: 400px;
}

.banner-img.fix img {
    height: 380px;
}

main {
    padding-top: 72px;
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-1);
}

.footer-right {
    display: inline-block;
}

.mark-img {
    display: block;
    width: 150px;
}

.menu-list {
    display: inline-flex;
}

.menu-list>li {
    display: inline-flex;
    margin-left: 8px;
    position: relative;
    height: 72px;
    align-items: center;
}

.menu-list>li>a {
    display: inline-block;
    margin-left: 8px;
    padding: 0 12px;
    color: var(--b-color-1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.menu-list>li>a:hover {
    color: var(--g-color-1);
}

.menu-list>li.has-sub>a {
    padding-right: 34px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center right 12px;
}

.sub-list {
    display: inline-block;
    width: 236px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -118px;
    border-radius: 12px;
    background-color: var(--bg-1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    padding: 24px;
    visibility: hidden;
}

.sub-list.active,
.has-sub:hover .sub-list {
    visibility: visible;
}

.sub-list>li {
    display: block;
    border-bottom: 1px solid var(--b-color-4);
}

.sub-list>li:last-child {
    border-bottom: none;
}

.sub-list>li>a {
    display: block;
    color: var(--b-color-5);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 16px 0;
}

.sub-list>li>a:hover {
    color: var(--g-color-1);
}

.menu-out {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
}

.banner {
    position: relative;
    background-color: var(--bg-6);
}
.banner.fix{
    background-color: transparent;
    position: relative;
}
.banner.fix::after{
    content: '';
    width: 100%;
    height: 272px;
    background-color: var(--bg-7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-head{
    display: flex;
    align-items: center;
    position: relative;
}
.function-box {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}

.font-box {
    display: inline-flex;
}

.font-box li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

.font-box li::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: var(--b-color-4);
    position: absolute;
    right: 0;
    top: 8px;
}

.font-box li:last-child:after {
    display: none;
}

.font-box li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--b-color-5);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.font-box li a:hover {
    color: var(--g-color-4);
}

.font-box li a.active,
.style-box li a.active {
    background-color: var(--g-color-1);
    color: #fff;
}

.style-box {
    display: inline-flex;
    background-color: var(--g-color-3);
    border: solid 1px var(--g-color-2);
    padding: 4px;
    border-radius: 40px;
}

.style-box li {
    display: inline-block;
}

.style-box li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--g-color-4);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
}

footer {
    border-top: 1px solid #AAABAE;
    background: var(--bg-2);
    padding: 40px 0;
}

.sub-list>li.sub-back {
    display: none;
}

/*1440 */
@media (max-width: 90rem) {
    .nav-box {
        padding: 0 36px;
    }
}

/* 1200 */
@media (max-width: 75rem) {
    .sticky-bar.active {
        top: 56px;
    }

    .nav-box {
        padding: 0 36px;
        height: 56px;
    }

    main {
        padding-top: 56px;
    }

    .button_container {
        display: inline-block;
        position: relative;
        height: 18px;
        width: 20px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        overflow: hidden;
        color: transparent;
        margin-left: auto;
    }


    .button_container.active .top {
        -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
        transform: translateY(6px) translateX(0) rotate(45deg);
    }

    .button_container.active .middle {
        opacity: 0;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }

    .button_container span {
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
        background-color: var(--b-color-1);
        border-radius: 4px;
    }

    .button_container span:nth-of-type(2) {
        top: 8px;
    }

    .button_container span:nth-of-type(3) {
        top: 14px;
    }

    .menu-box {
        display: none;
        margin-left: 0;
        width: 100%;
        position: fixed;
        top: 56px;
        left: 0;
        background-color: var(--bg-1);
        box-shadow: 0px 2.479px 6.198px 0px rgba(0, 0, 0, 0.05);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s linear;
        padding: 20px 36px 60px 36px;
        z-index: 99;
    }

    .menu-box.active {
        display: flex;
        flex-direction: column;
        min-height: calc(100dvh - 56px);
        max-height: 100dvh;
    }

    .menu-list {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .menu-list>li {
        display: block;
        margin-left: 0;
        height: auto;
    }

    .menu-list>li>a {
        display: block;
        margin-left: 0;
        padding: 16px 0;
    }

    .menu-list>li.has-sub>a {
        background-image: url(../images/right.svg);
        background-size: 10px auto;
        background-position: center right 5px;
    }

    .has-sub:hover .sub-list {
        visibility: hidden;
    }

    .has-sub .sub-list.active {
        visibility: visible !important;
        left: 0;
    }

    .sub-list {
        width: 100%;
        height: calc(100% - 116px);
        position: fixed;
        z-index: 9;
        top: 56px;
        left: 101%;
        border-radius: 0;
        box-shadow: none;
        padding: 20px 36px 60px 36px;
        overflow: hidden;
        margin-left: 0;
        transition: all 0.5s;
    }

    .sub-list>li>a {
        padding: 16px 36px;
    }

    .sub-list>li.sub-back {
        display: block;
    }

    .sub-list>li.sub-back>a {
        display: block;
        background-size: 10px auto;
        background-position: center left 5px;
        background-repeat: no-repeat;
    }

    .logo-box img {
        width: 125px;
    }

    .function-box {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: solid 1px var(--b-color-4);
        margin-left: 0;
    }

    .function-box>div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 59px;
    }

    .function-box>div:first-child {
        border-right: solid 1px var(--b-color-4);
    }

    .style-box li a {
        width: 65px;
        border-radius: 40px;
    }
    .sub-list>li {
    border-bottom: none;
}

}

/*1024*/
@media (max-width: 64rem) {
    .copy {
    max-width: none;
    margin-left: 0;
}
    .tab-box {
        border-radius: 16px;
        padding: 4px;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .tab-menu {
        margin: 0 -2px;
    }

    .tab-menu li {
        padding: 0 2px;
    }

    .tab-menu li a {
        padding: 8px 16px;
        font-size: 1rem;
        white-space: nowrap;
    }

    .home-menu {
        margin: 0 -8px;
        margin-bottom: -16px;
    }

    .home-menu li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .home-menu li a {
        width: 100%;
        padding: 20px 20px 20px 76px;
        background-position: center left 20px;
        text-align: left;
    }

    footer {
        padding: 36px 0;
    }

    .footer-container {
        padding: 0 24px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-menu {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-menu li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .copy.fix {
        text-align: center;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-logo {
        width: auto;
    }

    .sm-container.fix {
        padding: 32px 80px 80px;
    }
}

/*768*/
@media (max-width: 48rem) {
    .table {
        text-align: left;
    }

    .table thead {
        display: none;
    }

    .table tr {
        display: block;
        margin-bottom: 16px;
    }

    .table td {
        border-right: none;
        display: flex;
        padding: 16px;
    }

    .table td::before {
        content: attr(data-id);
        width: 90px;
    }

    .table tr {
        background-color: transparent !important;
    }

    .table tr td:first-child {
        border-radius: 12px 12px 0 0;
        background-color: #00391d !important;
        color: #fff;
    }

    .table tr td:nth-child(odd) {
        background-color: var(--bg-5);
    }

    .table tr td:nth-child(even) {
        background-color: var(--bg-3);
    }

    .table tr td:first-child::before {
        display: none;
    }

    .table tr td:last-child {
        border-radius: 0 0 12px 12px;
    }

    .about-card {
        padding-top: 84px;
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .about-info .audio-player {
        position: absolute;
        top: 24px;
        left: 24px;
    }

    .about-img {
        width: 100%;
    }

    .about-info {
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
    }

    .sm-container.fix {
        padding: 32px 40px 80px;
    }

    .sticky-bar {
        text-align: center;
    }

    .sticky-bar.active {
        padding: 8px 24px;
    }

    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }

    .banner-container {
        padding: 0 36px;
    }

    .banner-img img {
        height: 450px;
    }

    .banner-img.fix img {
        height: 386px;
    }

    .banner-title {
        margin-top: 54px;
    }

    .banner-title.fix {
        margin-top: 42px;
        text-align: center;
    }

    .banner-title.fix-1 {
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 0.875rem;
    }

    .breadcrumb-item {
        padding-right: 16px;
        background-position: top 6px right 4px;
        background-repeat: no-repeat;
        margin-right: 0;
    }

    .footer-menu li:first-child {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
    }

    .footer-menu li:first-child::after {
        display: none;
    }

    .connector-wrapper {
        display: none;
    }

    .sitemap {
        align-items: flex-start;
    }

    .map-sections {
        flex-direction: column;
        justify-content: flex-start;

    }

    .section-col {
        margin-top: 24px;
    }

    .link-box li a {
        padding: 20px;
        background-position: center right 20px;
        padding-right: 64px;
    }
    .error-title{
margin: 32px 0 12px;
}
}

/*540*/
@media (max-width: 33.75rem) {
    .search-group {
        flex-direction: column;
    }

    .search-btn {
        padding-left: 0;
        margin-top: 16px;
    }

    .search-btn .btn {
        width: 100%;
    }

    .link-box li {
        width: 100%;
    }

    .sm-container {
        padding: 40px 24px;
    }

    .sm-container.fix {
        padding: 32px 24px;
    }

    .home-menu li {
        width: 100%;
    }

    .banner-container {
        padding: 0 20px;
    }

    .nav-box {
        padding: 0 20px;
    }

    .banner-img img {
        height: 434px;
    }

    .banner.fix .banner-img img {
        margin-left: -40px;
    }

    .mb-5 {
        margin-bottom: 24px !important;
    }

    .footer-menu li {
        padding-right: 12px;
        margin-right: 12px;
    }
}