@import "../iconfont/iconfont.css";

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style-type: none;
}

input:not([type="checkbox"]):not([type="radio"]),
button {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="text"] {
    border-radius: 0;
}

noscript,
caption {
    width: 0px;
    height: 0px;
    text-indent: -20000px;
}

pre {
    font-family: inherit;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("../font/Noto-Sans-SC-Bold-2.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSerifSC-Heavy";
    src: url("../font/SourceHanSerifSC-Heavy.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --gold: #d8b06a;
    --gold-deep: #b78a44;
    --glass: rgba(255, 255, 255, 0.16);
    --glass-strong: rgba(255, 255, 255, 0.22);
    --text: #fff;
    --title-font-family: "SourceHanSerifSC-Heavy", "Noto Sans SC", "Microsoft YaHei", sans-serif;
    --title-english-font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
    --section-title-size: 38px;
    --section-title-line: 32px;
    --section-title-letter: 10px;
    --section-title-line-width: 120px;
    --section-title-line-height: 11px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

a,
button,
.topnav a,
.gov-left-links a,
.gov-feed-card,
.footer-site-links a,
.footer-badge,
.lang-switch,
.utility-btn,
.login-btn,
.search-type,
.voice-btn,
.search-btn {
    transition:
        transform 0.22s ease,
        color 0.22s ease,
        background-color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        opacity 0.22s ease,
        filter 0.22s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid rgba(216, 176, 106, 0.9);
    outline-offset: 2px;
}

#main {
    min-height: 100vh;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #100c08;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    z-index: 0;
    pointer-events: none;
    background: url("../img/banner.webp") center 42% / cover no-repeat;
}

#second-screen {
    scroll-margin-top: 0;
    background: url("../img/bg2.webp") center center / cover no-repeat;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(89, 48, 13, 0.24) 0%, rgba(34, 20, 8, 0.08) 20%, rgba(18, 10, 4, 0.3) 100%),
        radial-gradient(circle at 18% 14%, rgba(255, 240, 188, 0.38), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(247, 202, 146, 0.15), transparent 22%),
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 28%);
    pointer-events: none;
}

.section-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: var(--section-title-size) !important;
    line-height: var(--section-title-line) !important;
    letter-spacing: var(--section-title-letter) !important;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    font-family: "SourceHanSerifSC-Heavy", "Noto Sans SC", "Microsoft YaHei", sans-serif !important;
    font-weight: 900;
}

.section-title::after {
    content: "";
    width: var(--section-title-line-width);
    height: var(--section-title-line-height);
    margin-top: 0.6rem;
    background: url("../img/titleline.png") center center / contain no-repeat;
    pointer-events: none;
}

.site-section-heading {
    position: relative;
    text-align: center;
}

.site-section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: 8px 0 0;
    color: #000 !important;
}

.site-section-eyebrow {
    display: block;
    font-family: var(--title-english-font-family);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0;
}

.voice-microphone:before {
    content: '';
    display: none;
}

body.index-snap-page #second-screen .main-content-inner01 .for-sp .img-box,
body.index-snap-page #second-screen .main-content-inner01 .for-sp .img-box img {
    border-radius: 12px;
    overflow: hidden;
}

/*å¤–å±‚æ¡†æž¶*/
.main-content-inner01 {
    height: 100vh;
    padding: 86px 0 40px
}

.topbar {
    position: relative;
    inset: 0 0 auto 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    height: 84px;
    min-height: 84px;
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
    /*border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);*/
    backdrop-filter: blur(8px);
}

.topbar.stuckMenu.isStuck {
    position: fixed !important;
    inset: 0 0 auto 0;
    z-index: 30 !important;
}

body.on-second-screen .topbar {
    border-bottom: 0.5px solid #ebebeb;
}

.topbar>* {
    position: relative;
    z-index: 1;
}

body.on-second-screen .topbar {
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
}

body.on-second-screen .topbar::before {
    background: #d0b381;
    opacity: 1;
}

body.on-second-screen .brand-main::after {
    background: #ebebeb;
}

body.on-second-screen .topnav a {
    color: #fff;
    font-weight: 700;
    opacity: 0.72;
}

body.on-second-screen .topnav a.active {
    color: #fff;
    opacity: 1;
}

.brand-group {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 35.6px;
    flex: 0 0 auto;
    min-width: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand-main {
    position: relative;
}

/*.brand-main::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -17.8px;*/
/*    top: 50%;*/
/*    width: 1px;*/
/*    height: 35.6px;*/
/*    background: rgba(255, 255, 255, 0.28);*/
/*    transform: translate(50%, -50%);*/
/*}*/

.brand-main img {
    display: block;
    width: auto;
    height: auto;
    max-height: 43px;
}

.brand-sub img {
    display: block;
    width: auto;
    height: 35.6px;
}

body.index-snap-page .brand-sub {
    display: none;
}

.topnav {
    position: absolute;
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 3vw, 68px);
    min-width: 0;
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    height: 84px;
}

.topnav a {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #d0b381;
    border-radius: 0;
    opacity: 1;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.topnav a.active {
    width: 72px;
    color: #fff;
    letter-spacing: 10px;
    text-indent: 10px;
}

.topnav .nav_line {
    border-radius: 999px;
    pointer-events: none;
}

.topnav a:hover {
    opacity: 1;
    transform: translateY(0);
    color: #d0b381;
    font-weight: bold;
}

body.on-second-screen .topnav a:hover,
body.on-second-screen .topnav a:focus-visible {
    color: #fff;
    opacity: 1;
}

.top-actions {
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    height: 46px;
    flex: 0 0 auto;
    margin: 0;
    border: 0.5px solid #fff;
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.15);
}

.top-actions-panel {
    --top-actions-dropdown-top: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 0 22px;
    border-radius: 500px;
    background: transparent;
}

.lang-menu {
    position: relative;
    display: flex;
    flex: 1 1 0;
    align-items: stretch;
    height: 100%;
    --lang-dropdown-right: -300%;
    --lang-dropdown-width: 360px;
    --lang-dropdown-hit-area: 31px;
}

.lang-switch,
.utility-btn,
.login-btn,
.search-type {
    border: 0;
    outline: none;
}

.lang-switch,
.utility-btn,
.login-btn {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 46px;
    min-width: 46px;
    padding: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.lang-switch:hover,
.utility-btn:hover,
.login-btn:hover,
.voice-btn:hover,
.search-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

body.on-second-screen .lang-switch,
body.on-second-screen .utility-btn,
body.on-second-screen .login-btn {
    color: #d0b381;
}

body.on-second-screen .top-actions-panel .utility-btn,
body.on-second-screen .top-actions-panel .login-btn {
    color: #d0b381;
}

body.on-second-screen .lang-switch {
    opacity: 1;
}

body.on-second-screen .top-actions-panel {
    background: transparent;
    border: 0;
}

body.on-second-screen .top-actions {
    border-color: #ece0cc;
    background: #fff;
}

body:not(.on-second-screen) .top-actions-panel .lang-switch,
body:not(.on-second-screen) .top-actions-panel .utility-btn,
body:not(.on-second-screen) .top-actions-panel .login-btn {
    color: #fff;
}

.lang-switch {
    width: 100%;
    opacity: 0.98;
    gap: 2px;
}

.lang-menu:hover .lang-switch,
.lang-menu:focus-within .lang-switch {
    color: #d0b381;
}

.utility-btn {
    min-width: 46px;
}

.top-actions-panel .utility-btn .icon-arrowdown {
    font-size: 0.75em;
    line-height: 1;
    transform: translateY(0.02em);
}

body.on-second-screen .top-actions-panel .lang-switch,
body.on-second-screen .top-actions-panel .utility-btn,
body.on-second-screen .top-actions-panel .login-btn,
body.on-second-screen .top-actions-panel .utility-btn .icon-arrowdown {
    color: #d0b381;
}

#sign {
    display: flex;
    font-size: 18px;
    gap: 10px;
    position: relative;
}

.top-actions-panel .utility-btn+#sign::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-50%);
}

.login-group {
    display: flex;
    align-items: center;
}

.login-menu {
    position: relative;
    flex: 0 0 auto;
}

.login-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
}

.login-menu-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.login-menu-arrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
}

.login-menu-arrow-wrap .caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    line-height: 1;
    color: inherit;
    transition: transform 0.24s ease;
}

.login-menu.is-open .login-menu-arrow-wrap .caret {
    transform: rotate(270deg);
}

.login-menu-dropdown {
    position: absolute;
    top: var(--top-actions-dropdown-top, 53px);
    right: 50%;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 140px;
    background: rgba(248, 243, 237, 0.98);
    border-top: 2px solid #AA7141;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(50%, 10px);
    transition:
        opacity 0.24s ease,
        transform 0.24s ease,
        visibility 0.24s ease;
    overflow: hidden;
}

.login-menu.is-open .login-menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(50%, 0);
}

.login-menu-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0 14px;
    color: #d0b381;
    background: rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

body.index-snap-page .login-menu-dropdown .login-menu-item,
body.index-snap-page:not(.on-second-screen) .login-menu-dropdown .login-menu-item,
body.index-snap-page.on-second-screen .login-menu-dropdown .login-menu-item {
    color: #d0b381;
    opacity: 1;
}

.login-menu-item:last-child {
    border-bottom: 0;
}

.login-menu-item:hover,
.login-menu-item:focus-visible {
    color: #9b6335;
    background: #f0e8de;
}

body.index-snap-page .login-menu-dropdown .login-menu-item:hover,
body.index-snap-page .login-menu-dropdown .login-menu-item:focus-visible {
    color: #9b6335;
}

.login-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    font-size: 14px;
    color: currentColor;
}

.top-actions-panel .lang-switch,
.top-actions-panel .utility-btn,
.top-actions-panel .login-btn {
    position: relative;
}

.mobile-menu-toggle {
    display: none;
}

.top-actions-panel .lang-menu+.utility-btn::before,
.top-actions-panel .lang-menu+.login-btn::before,
.top-actions-panel .utility-btn+.utility-btn::before,
.top-actions-panel .utility-btn+.login-btn::before,
.top-actions-panel .utility-btn+.login-menu::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-50%);
}

body.on-second-screen .top-actions-panel .lang-menu+.utility-btn::before,
body.on-second-screen .top-actions-panel .lang-menu+.login-btn::before,
body.on-second-screen .top-actions-panel .utility-btn+.utility-btn::before,
body.on-second-screen .top-actions-panel .utility-btn+.login-btn::before,
body.on-second-screen .top-actions-panel .utility-btn+.login-menu::before,
body.on-second-screen .top-actions-panel .utility-btn+#sign::before {
    background: rgba(208, 179, 129, 0.35);
}

body.on-second-screen #sign a {
    color: #d0b381;
}

.caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: transparent;
    opacity: 1;
    box-shadow: none;
    transform: rotate(90deg);
    transition: transform 0.24s ease, color 0.24s ease;
}

.lang-menu.is-open .caret {
    color: #d0b381;
    transform: rotate(270deg);
}

body.on-second-screen .caret,
body.index-snap-page.on-second-screen .caret {
    color: #d0b381;
}

body:not(.on-second-screen) .caret,
body.index-snap-page:not(.on-second-screen) .caret {
    color: #fff;
}

.lang-dropdown {
    position: absolute;
    top: var(--top-actions-dropdown-top, 53px);
    right: var(--lang-dropdown-right);
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(3, 120px);
    width: var(--lang-dropdown-width);
    background: rgba(248, 243, 237, 0.98);
    border-top: 2px solid #AA7141;
    /*box-shadow: 0 22px 60px rgba(39, 23, 10, 0.22);*/
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition:
        opacity 0.24s ease,
        transform 0.24s ease,
        visibility 0.24s ease;
    overflow: hidden;
}

.lang-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    right: var(--lang-dropdown-right);
    width: var(--lang-dropdown-width);
    height: var(--lang-dropdown-hit-area);
}

.lang-menu.is-open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.lang-dropdown-item {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    color: #d0b381;
    background: rgba(255, 255, 255, 0.65);
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.02em;
}

.lang-dropdown-item:nth-child(3n) {
    border-right: 0;
}

.lang-dropdown-item:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.lang-dropdown-item:hover,
.lang-dropdown-item:focus-visible,
.lang-dropdown-item.is-active {
    color: #9b6335;
    background: #f0e8de;
}

.lang-dropdown-item[lang="en"],
.lang-dropdown-item[lang="de"],
.lang-dropdown-item[lang="fr"],
.lang-dropdown-item[lang="es"],
.lang-dropdown-item[lang="pt"],
.lang-dropdown-item[lang="ru"],
.lang-dropdown-item[lang="it"] {
    letter-spacing: 0.04em;
}

.lang-dropdown-item[lang="ar"] {
    justify-content: flex-start;
    font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

@media (max-width: 1520px) and (min-width: 1181px) {
    .top-actions-panel {
        --top-actions-dropdown-top: 45px;
    }

    .lang-menu {
        --lang-dropdown-hit-area: 23px;
    }

    .lang-dropdown-item {
        padding: 0 24px;
    }
}

.hero-center {
    position: absolute;
    left: 50%;
    bottom: 210px;
    z-index: 2;
    width: min(50rem, calc(100% - 2rem));
    --search-shell-height: 70px;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: top 0.35s ease, bottom 0.35s ease, transform 0.35s ease;
}

.search-shell {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 0.28rem;
    padding: 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
}

.search-shell::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.42);
    pointer-events: none;
    opacity: 0.82;
}

.search-type {
    height: 38px;
    padding: 0 1rem 0 1rem;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.search-type #siteId {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    border: none;
    width: 100%;
    background-color: transparent;
    color: #8b614d !important;
    text-align: center;
    padding: 0;
    /* background-size: 10px; */
    text-align-last: center;
}

.search-type .iconfont {
    font-size: 0.88rem;
    line-height: 1;
}

.search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 58px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    padding: 0 0.75rem;
    box-shadow: none;
    font-size: 16px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-input:focus,
.search-input:active {
    outline: none;
    box-shadow: none;
}

.search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255,255,255,0.7)' d='M4.47 4.47a.75.75 0 0 1 1.06 0L8 6.94l2.47-2.47a.75.75 0 1 1 1.06 1.06L9.06 8l2.47 2.47a.75.75 0 1 1-1.06 1.06L8 9.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L6.94 8 4.47 5.53a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
    opacity: 0.78;
}

.search-input::-webkit-search-cancel-button:hover {
    opacity: 1;
}

.voice-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background: transparent;
    flex: 0 0 auto;
    position: relative;
}

.voice-btn .iconfont {
    font-size: 1.6rem;
    line-height: 1;
}

.search-btn {
    width: 90px;
    height: 54px;
    border-radius: 999px;
    border: 0;
    color: #fff;
    background: linear-gradient(270deg, #C39167 0%, #E6C794 100%);
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.search-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 16px rgba(183, 138, 68, 0.22);
}

.search-type:hover {
    color: #D0B381;
}

.voice-btn:hover {
    color: #fff;
}

.search-btn .iconfont {
    font-size: 1.65rem;
    line-height: 1;
}

.search-log {
    position: absolute;
    left: 0;
    top: calc(70px + 0.85rem);
    width: 100%;
    padding: 16px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        inset 1px 1px 0 rgba(179, 179, 179, 0.3),
        inset -1px -1px 0 rgba(179, 179, 179, 0.5);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.985);
    transform-origin: top center;
    transition:
        opacity 0.28s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0.32s;
}

.search-log.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
        opacity 0.28s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0s;
}

.search-log::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.search-log #searchHistoryDiv {
    display: none;
}

.search-log .log-title {
    position: relative;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
}

.search-log .hot-search {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.search-log .hot-search span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(208, 179, 129, 1);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.search-log .hot-search span:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.search-log .department {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.search-log .department li {
    position: relative;
    min-width: 0;
    min-height: 30px;
    padding: 4px 0 4px 19px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-log .department li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-log .department li:nth-child(1)::before,
.search-log .department li:nth-child(2)::before,
.search-log .department li:nth-child(3)::before {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search-log .department li:nth-child(1)::before {
    background-image: url("../img/hot1.png");
}

.search-log .department li:nth-child(2)::before {
    background-image: url("../img/hot2.png");
}

.search-log .department li:nth-child(3)::before {
    background-image: url("../img/hot3.png");
}

.search-log .department li:nth-child(n + 4)::before {
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(208, 179, 129, 0.6);
}

.search-log .department li:hover {
    color: #fff;
}

.search-log.show {
    animation: searchLogPanelIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes searchLogPanelIn {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.layui-layer-mover {
    position: absolute;
    top: calc(var(--search-shell-height) + 4.15rem);
    left: 50%;
    z-index: 4;
    min-width: 168px;
    padding: 12px 20px;
    border-radius: 2px;
    background: rgba(34, 24, 19, 0.82);
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -6px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0s linear 0.22s;
}

.layui-layer-mover.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0s linear 0s;
}

.gov-disclosure {
    position: relative;
    overflow: hidden;
    /*min-height: 100vh;*/
    padding: 6.75rem 4rem 6.5rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.78) 0%, rgba(251, 244, 232, 0.82) 100%),
        url("../img/con4bg.webp") center center / cover no-repeat;
}

.gov-disclosure::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(circle at 12% 80%, rgba(251, 236, 205, 0.18) 0, rgba(251, 236, 205, 0) 30%),
        radial-gradient(circle at 86% 82%, rgba(251, 236, 205, 0.18) 0, rgba(251, 236, 205, 0) 30%);
}

.gov-disclosure-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: flex-end;
}

.main-content-title-wrap {
    position: relative;
}

.main-content-title-wrap .site-section-eyebrow {
    font-size: clamp(3.6rem, 6vw, 5.6rem);
    letter-spacing: 0.05em;
    color: rgba(208, 179, 129, .08);
}

.gov-disclosure-grid {
    display: flex;
    align-items: stretch;
    gap: 40px;
    padding: 0 .5rem 1.8rem;
    height: 60vh;
    min-height: 0;
    overflow: visible;
}

.gov-disclosure-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(123, 93, 48, 0.12);
    transition: flex-grow 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
    background: #fff;
    opacity: 1;
    transform: none;
}

.gov-disclosure-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gov-disclosure-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.5) 100%);
}

.gov-disclosure-name {
    position: absolute;
    left: 30px;
    bottom: 50px;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.gov-disclosure-card::before {
    position: absolute;
    left: 30px;
    bottom: 86px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.45rem;
    background: rgba(216, 176, 106, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    color: #fff;
    font-family: "iconfont";
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1;
}

.gov-disclosure-card:nth-child(1)::before {
    content: "\e763";
}

.gov-disclosure-card:nth-child(2)::before {
    content: "\e764";
}

.gov-disclosure-card:nth-child(3)::before {
    content: "\e77f";
}

.gov-disclosure-card:nth-child(4)::before {
    content: "\e767";
}

.gov-disclosure-card:nth-child(5)::before {
    content: "\e77e";
}

.gov-disclosure-card:nth-child(6)::before {
    content: "\e767";
}

.gov-disclosure-card:hover {
    flex-grow: 1.45;
    transform: translateY(-0.35rem);
    box-shadow: 0 20px 38px rgba(123, 93, 48, 0.18);
}

.gov-disclosure-card:hover img {
    transform: scale(1.04);
}

.gov-disclosure-card-drop {
    transform: translateY(1.2rem);
}

.gov-disclosure-card-drop:hover {
    transform: translateY(0.9rem);
}

.policy-platform {
    position: relative;
    overflow: hidden;
    padding: 4.1rem 0 3rem;
    background: url("../img/tyzcbg.jpg") center center / cover no-repeat #fff;
}

.policy-platform-inner {
    position: relative;
    z-index: 1;
    width: min(84vw, 1720px);
    margin: 0 auto;
    padding-top: 0.65rem;
}

.policy-platform-title {
    z-index: 1;
}

.policy-platform-more {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    height: 2.05rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(208, 179, 129, 1);
    border-radius: 999px;
    color: rgba(208, 179, 129, 1);
    font-size: 0.95rem;
    font-weight: 500;
    transform: translateY(-50%);
    background: transparent;
    white-space: nowrap;
}

.policy-platform-more--panel {
    top: -3.2rem;
    right: 1.2rem;
    transform: none;
    z-index: 5;
}

.policy-platform-more--visible {
    top: 1.2rem;
    right: 1.2rem;
    transform: none;
    z-index: 6;
}

.policy-platform-more:hover,
.policy-platform-more:focus-visible {
    color: rgba(170, 113, 65, 1);
    border-color: rgba(170, 113, 65, 1);
}

.policy-platform-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 40px;
    align-items: stretch;
    border-radius: 1rem;
}

.policy-platform-left {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-width: 0;
    background: linear-gradient(96deg, rgba(255, 250, 241, 0.80) 12.44%, rgba(255, 255, 255, 0.80) 80.82%);
}

.policy-platform-left-head {
    display: flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 1rem;
    height: 70px;
}

.policy-platform-left-head h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    position: relative;
}

.policy-platform-left-head h3::before {
    content: '';
    width: 6px;
    height: 23px;
    background-color: #D0B381;
    position: absolute;
    left: -16px;
    top: 3px;
    border-radius: 3px;
}

.policy-platform-left-head a {
    font-size: 0.88rem;
    color: #D0B381;
}

.policy-platform-video {
    position: relative;
    flex: 0 0 auto;
    min-height: 0;
    width: 100%;
    border-radius: 0 0 0.95rem 0.95rem;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.policy-platform-video-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.policy-platform-video.is-playing .policy-platform-video-mask {
    opacity: 0;
}

.policy-platform-video.is-playing .policy-platform-video-play {
    opacity: 0;
    pointer-events: none;
}

.policy-platform-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.policy-platform-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 99;
}

.policy-platform-video-play img {
    display: block;
    width: 100%;
    height: auto;
}


.policy-platform-right {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    min-width: 0;
    height: 100%;
    padding: 1rem 0 1.05rem;
    background: rgba(255, 255, 255, 0.6);

}

.policy-platform-header {
    position: relative;
    /*border-bottom: 1px solid rgba(231, 221, 206, 1);*/
    padding-right: 5.4rem;
    padding-left: 1.2rem;
}

.policy-platform-header h3 {
    margin: 0 0 0.9rem;
    text-align: center;
    font-size: clamp(1.65rem, 2.35vw, 2.15rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    color: #000;
}

.policy-platform-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem 1.55rem;
    align-items: center;
}

.policy-platform-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0 0.2rem;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    color: #5C5C5C;
    font-size: 20px;
    margin-bottom: -1px;
    font-weight: 800;
}

.policy-platform-tabs a.active {
    color: #000;
    border-bottom-color: #c9a96c;
}

.policy-platform-list {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.policy-platform-panel {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    overflow: auto;
    padding: 0 1.2rem;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(208, 179, 129, 0.9) rgba(243, 236, 226, 0.75);
}

.policy-platform-panel::-webkit-scrollbar {
    width: 8px;
}

.policy-platform-panel::-webkit-scrollbar-track {
    background: rgba(243, 236, 226, 0.75);
    border-radius: 999px;
}

.policy-platform-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(208, 179, 129, 0.95) 0%, rgba(170, 113, 65, 0.92) 100%);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.policy-platform-panel::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(190, 154, 94, 1) 0%, rgba(157, 98, 51, 0.96) 100%);
}

.policy-platform-panel.is-active {
    display: flex;
}

.policy-platform-panel .policy-platform-more--panel {
    display: none !important;
}

.policy-platform-item {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(235, 230, 222, 1);
    transition: color 0.2s ease;
    cursor: pointer;
}

.policy-platform-item:last-child {
    border-bottom: 0;
}

.policy-platform-item-main {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
    flex: 1 1 auto;
}

.policy-platform-dot {
    margin-top: 0.72rem;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 0;
    background: #d0b381;
    flex: 0 0 auto;
}

.policy-platform-item-body {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.policy-platform-title-row {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
}

.policy-platform-title-link {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.policy-platform-item-body h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #171717;
    transition: color 0.2s ease;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy-platform-item:hover .policy-platform-item-body h4 {
    color: #AA7141;
}

.policy-platform-item-body p {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem 2rem;
    margin: 0.7rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #77706a;
    white-space: nowrap;
    overflow: hidden;
}

.policy-platform-item-body p span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 14px;
    white-space: nowrap;
    cursor: initial;
}

.policy-platform-item-body p span img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.policy-platform-item-body p span b {
    color: #000;
    font-weight: normal;
}

.policy-platform-tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.2rem;
    flex: 0 0 auto;
    margin-top: 0.1rem;
}

.policy-platform-tags img {
    height: 26px;
    display: block;
}

.policy-platform-tags span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0 0.55rem;
    /*background: url("../img/label.png") center center / 100% 100% no-repeat;*/
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
    white-space: nowrap;
}

.con03 {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: url("../img/con3bg.webp") center center / cover no-repeat;
}

.gov-service-module {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: url("../img/con3bg.webp") center center / cover no-repeat #fff;
}

.gov-service-module::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.08) 100%);
}

.gov-service-module-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: 86px 70px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gov-service-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 42px;
    /*min-height: 720px;*/
}

.gov-service-scene {
    display: grid;
    grid-template-columns: 540px 1182px;
    justify-content: center;
    align-items: start;
    min-height: 400px;
}

.gov-service-side {
    position: relative;
    margin-left: 74px;
}

.gov-service-side::after {
    display: none;
}

.gov-service-side[data-active-mode="person"] .gov-service-switch-person,
.gov-service-side[data-active-mode="corp"] .gov-service-switch-corp {
    opacity: 1;
    background: #f1e7d3;
    border-left: 3px solid #AA7141;
}

.gov-service-side[data-active-mode="person"] .gov-service-switch-person::after,
.gov-service-side[data-active-mode="corp"] .gov-service-switch-corp::after {
    display: none;
}

.gov-service-switch {
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
    color: inherit;
    text-decoration: none;
    padding: 25px 20px;
    transition: background 0.2s ease, border-left 0.2s ease;
}

.gov-service-switch::after {
    content: "";
    position: absolute;
    left: 82px;
    bottom: -24px;
    width: 442px;
    height: 2px;
    background: linear-gradient(to right, rgba(170, 113, 65, 0.95) 100px, rgba(208, 179, 129, 0.72) 100px, rgba(208, 179, 129, 0.16) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.gov-service-switch img {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
}

.gov-service-switch-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.gov-service-switch-copy strong {
    margin-bottom: -6px;
    font-size: 32px;
    letter-spacing: 10px;
    color: #aa7141;
    font-weight: bold;
    font-family: "Noto Sans SC";
}

.gov-service-switch-copy em {
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    color: rgba(208, 179, 129, 0.24);
    font-size: 30px;
    font-family: "Noto Sans SC";
    margin-top: -10px;
    white-space: nowrap;
    opacity: 0 !important;
}

.gov-service-switch.is-active .gov-service-switch-copy strong,
.gov-service-switch.is-active .gov-service-switch-copy em {
    opacity: 1;
}

.gov-service-switch.is-active::after {
    opacity: 1;
}

.gov-service-panel {
    position: relative;
    width: 1182px;
    padding: 62px 54px 94px;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    overflow: visible;
}

.gov-service-panel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -160px;
    left: 0;
    right: calc((100vw - 100%) * -1);
    background:
        linear-gradient(263deg, #DFC495 0%, rgba(239, 225, 200, 0.4) 100%),
        url("../img/zwbg.png") center center / cover no-repeat;
    z-index: -1;
}

.gov-service-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 100%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 62% 70%, rgba(199, 154, 80, 0.1) 0, rgba(199, 154, 80, 0) 42%);
    pointer-events: none;
}

.gov-service-topic-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 18px;
    margin-bottom: 38px;
}

.gov-service-topic {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 16px 8px 16px 10px;
    border-bottom: 1px solid rgba(78, 56, 26, 0.18);
    color: #111;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gov-service-topic-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #aa7141;
    color: #fff;
    font-size: 12px;
    line-height: .4;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.gov-service-topic:hover {
    color: #8f5d31;
    border-bottom-color: rgba(170, 113, 65, 0.42);
    transform: translateX(3px);
}

.gov-service-topic:hover .gov-service-topic-arrow {
    background: #8f5d31;
    transform: translate(2px, -1px);
}

.gov-service-audience {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 38px;
    justify-content: space-between;
    padding-right: 10%;
}

.gov-service-audience-label {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.gov-service-audience-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.gov-service-audience-item img {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.2s ease;
}

.gov-service-audience-item:hover {
    color: #8f5d31;
    transform: translateY(-2px);
}

.gov-service-audience-item:hover img {
    transform: scale(1.06);
}

.gov-service-more {
    position: initial;
    left: 56px;
    bottom: 46px;
    margin-top: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 44px;
    padding: 0 26px;
    border-radius: 4px;
    background: linear-gradient(90deg, #c39167 0%, #e6c794 100%);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.gov-service-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(170, 113, 65, 0.24);
    filter: brightness(1.03);
}

.gov-service-cards {
    display: grid;
    grid-template-columns: repeat(4, 380px);
    justify-content: center;
    gap: 28px;
}

.gov-service-card {
    position: relative;
    display: block;
    min-height: 200px;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(93, 80, 54, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gov-service-card>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.25s ease;
    position: relative;
    z-index: 9;
}

.gov-service-card-copy {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px 16px 18px;
    color: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.gov-service-card-copy strong {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.gov-service-card-copy small {
    display: block;
    flex: 1 1 auto;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.92;
}

.gov-service-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    color: #b07a4b;
    font-size: 16px;
    line-height: 1;
    position: relative;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.gov-service-card-arrow:before {
    content: '\e627';
    font-family: iconfont;
}

.gov-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(93, 80, 54, 0.18);
}

.gov-service-card:hover>img {
    transform: scale(1.04);
}

.gov-service-card:hover .gov-service-card-arrow {
    transform: translateX(3px);
    background: #f9f2ea;
    color: #8f5d31;
}

.gov-service-card-efficiency .gov-service-card-copy {
    background: linear-gradient(90deg, rgba(49, 53, 89, 0.95) 0%, rgba(49, 53, 89, 0.42) 42%, rgba(216, 223, 244, 0) 100%);
}

.gov-service-card-region .gov-service-card-copy {
    background: linear-gradient(90deg, rgba(185, 151, 91, 0.95) 0%, rgba(185, 151, 91, 0.58) 44%, rgba(185, 151, 91, 0) 100%);
}

.gov-service-card-policy .gov-service-card-copy {
    background: linear-gradient(90deg, rgba(153, 88, 67, 0.95) 0%, rgba(153, 88, 67, 0.42) 44%, rgba(216, 223, 244, 0) 100%);
}

.gov-service-card-rate .gov-service-card-copy {
    background: linear-gradient(90deg, rgba(75, 60, 134, 0.95) 0%, rgba(75, 60, 134, 0.42) 44%, rgba(216, 223, 244, 0) 100%);
}

.gov-service {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding: 0;
    background: url("../img/con05bg.webp") center top / cover no-repeat #fff;
}

.gov-service::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0.58) 16%, rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 82% 24%, rgba(247, 234, 208, 0.35) 0, rgba(247, 234, 208, 0) 28%),
        radial-gradient(circle at 50% 58%, rgba(219, 192, 145, 0.1) 0, rgba(219, 192, 145, 0) 32%),
        radial-gradient(circle at 16% 84%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 25%);
}

.gov-service-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1490px);
    height: 930px;
    margin: 0 auto;
    padding-top: 0;
}

.gov-service-header {
    position: absolute;
    left: 554px;
    top: 176px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 961px;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    z-index: 9;
}

.gov-eyebrow {
    display: block;
    font-family: var(--title-english-font-family);
    margin: 0;
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: rgba(208, 179, 129, 0.08);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
}

.gov-title {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin: 0;
    top: 55%;
    transform: translate(-50%, -50%);
    padding-bottom: 18px;
    font-size: 40px !important;
    font-weight: 900;
    line-height: 40px !important;
    letter-spacing: 10px !important;
    color: #000;
    font-family: var(--title-font-family);
    white-space: nowrap;
}

.gov-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 10px;
    transform: translateX(-50%);
    background: url("../img/titleline.png") center center / contain no-repeat;
}

.gov-service-layout {
    position: absolute;
    left: 0;
    top: 155px;
    display: grid;
    grid-template-columns: 500px minmax(0, 910px);
    gap: 80px;
    align-items: end;
    padding: 0;
}

.gov-service-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 0;
    height: 666px;
}

.gov-left-note {
    display: block;
    width: 660px;
    height: 104px;
    object-fit: contain;
    margin-right: -40%;
    max-width: initial;
    margin-bottom: 10px;

}

.gov-left-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
    width: 500px;
    max-width: 100%;
    flex: 0 0 auto;
}

.gov-left-links a {
    position: relative;
    display: block;
    flex: 0 0 auto;
    min-height: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gov-left-links a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(86, 38, 3, 0.65) 100%);
}

.gov-left-links a span {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.gov-left-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(118, 82, 39, 0.14);
}

.gov-service-right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    height: auto;
    padding-top: 164px;
    padding-bottom: 0;
}

.gov-feed {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow: visible;
    padding-right: 0;
    display: block;
    box-sizing: border-box;
}

.gov-feed-track {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.gov-feed-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 236px;
    min-height: 236px;
    padding: 20px 30px 24px;
    border: 1px solid #f7f7f7;
    border-radius: 12px;
    background: #f4f4f4;
    overflow: hidden;
}

.gov-feed-card.is-hidden {
    display: none;
}

.gov-feed-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.gov-feed-head:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #D0B381;
    width: 30px;
}

.gov-feed-date strong {
    display: block;
    font-size: 30px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    font-family: DIN;
}

.gov-feed-date span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 12px;
    color: #4b4b4b;
    font-family: DIN;
    font-weight: 700;
}

.gov-feed-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #d0b381;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.gov-feed-card h4 {
    position: relative;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    transition: color 0.25s ease;
    border-top: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gov-feed-card h4 a {
    display: block;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gov-feed-card:hover {
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(118, 82, 39, 0.08);
}

.gov-feed-card:hover h4 {
    color: #aa7141;
}

.gov-feed-card p {
    margin: 0;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.site-footer {
    position: relative;
    color: rgba(255, 255, 255, 0.92);
    background: #4B515E;
}

.site-footer-top {
    padding: 1.05rem 1rem 1rem;
    background: rgba(52, 56, 63, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-site-links {
    position: relative;
    max-width: 92rem;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.2;
}

.footer-site-links-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 1rem 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-site-links-list>li {
    position: relative;
    list-style: none;
}

.footer-site-links a,
.footer-site-links button,
.footer-site-links .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.96);
    white-space: nowrap;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    text-align: left;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-site-links a:hover,
.footer-site-links .dropdown-toggle:hover,
.footer-site-links .dropdown-toggle[aria-expanded="true"] {
    opacity: 1;
    color: var(--gold);
    transform: translateY(-1px);
}

.footer-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(17, 19, 24, 0.18);
}

.footer-site-links .icon-jiantou {
    font-size: 1.2em;
    opacity: 0.82;
    transform: translateY(0.02rem);
}

.footer-site-links label {
    cursor: inherit;
}

.footer-site-links .dropdown-toggle .caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    box-shadow: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid currentColor;
    transform: translateY(0.02rem);
    transform-origin: center;
}

.footer-site-links .dropdown.is-open .dropdown-toggle .caret {
    transform: rotate(180deg) translateY(-0.02rem);
}

.footer-site-links .dropdown-menu {
    position: absolute;
    left: 0;
    top: auto;
    bottom: calc(100%);
    z-index: 20;
    display: none;
    width: min(14rem, 80vw);
    max-height: min(21rem, calc(100vh - 6rem));
    margin: 0;
    padding: 0.6rem 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    list-style: none;
    background: rgba(248, 243, 237, 0.98);
    border: 1px solid rgba(208, 179, 129, 0.22);
    border-radius: 0.55rem;
    box-shadow: 0 18px 32px rgba(39, 23, 10, 0.16);
}

.footer-site-links .dropdown.is-open .dropdown-menu {
    display: block !important;
}

.footer-site-links-list>li:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

.footer-site-links .dropdown-menu li {
    list-style: none;
}

.footer-site-links .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    white-space: normal;
    color: #3d352d;
    transform: none;
}

.footer-site-links .dropdown-menu a:hover {
    color: #9b6335;
    transform: none;
    background: rgba(208, 179, 129, 0.12);
}

.site-footer-main {
    max-width: 92rem;
    margin: 0 auto;
    padding: 1.15rem 0 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}

.site-footer-main>* {
    min-height: 7rem;
    min-width: 0;
}

.site-footer-info {
    flex: 1.45 1 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    padding: 0.85rem 1rem;
    background: #464C59;
    border-radius: 0.6rem;
}

.site-footer-info-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.6rem 1.6rem;
    width: 100%;
    border-radius: 0.6rem;
    padding: 0.85rem 1rem;
}

.footer-info-col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
    flex: 0 1 auto;
}

.footer-info-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.9);
}

.footer-email-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.8rem;
    height: 2.1rem;
    margin-top: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.28rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.04);
}

.footer-email-btn i {
    font-size: 12px;
    margin-left: 6px;
}

.footer-email-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.footer-info-icon {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    color: #d7b06a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
}

.site-footer-badges {
    flex: 1.05 1 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: center;
    justify-items: stretch;
    padding: 0.85rem;
    border-radius: 0.6rem;
    background: #464C59;
}

.footer-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.7rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.35rem;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 19, 24, 0.14);
}

.footer-badge img {
    display: block;
    max-width: 100%;
    max-height: 3rem;
    object-fit: contain;
}

.site-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.95rem 1rem 1.1rem;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    background: #464C59;
}

.site-footer-bottom img {
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
    margin-right: 0.1rem;
}

.site-footer-bottom p {
    margin: 0;
}

.footer-divider {
    opacity: 0.55;
}

.site-footer-qr {
    flex: 0.8 1 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 0.8rem;
    padding: 0.85rem 0.5rem 0.85rem 1rem;
    border-radius: 0.6rem;
    background: #464C59;
}

.site-footer-qr p {
    font-size: 12px;
}

.footer-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    line-height: 1.35;
}

.footer-qr-item img {
    width: 4.8rem;
    height: 4.8rem;
    object-fit: contain;
    background: #fff;
    padding: 0.25rem;
}

.footer-qr-item p {
    margin: 0;
}

body.index-snap-page .topbar {
    justify-content: space-between;
    gap: 0;
    padding: 0 0 0 40px;
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.4);
    width: 100%;
}

body.index-snap-page.on-second-screen .topbar {
    background: #fff;
    border-bottom-color: #ebebeb;
}

body.index-snap-page .topbar::before {
    display: none;
}

body.index-snap-page.on-second-screen .topbar::before {
    display: none;
}

body.index-snap-page .brand-group {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    flex: 0 0 auto;
    gap: 20px;
    transform: none;
}

body.index-snap-page .brand-main img {
    max-height: 57.5px;
}

body.index-snap-page .brand-sub img {
    height: 40px;
}

body.index-snap-page .topbar-menu-group {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 40px;
    padding: 4px 0 4px 0;
    align-self: stretch;
    /*background: url("../img/menu.png") left top / auto 100% no-repeat;*/
}

body.index-snap-page .topbar-menu-group::before {
    display: none;
}

body.index-snap-page.on-second-screen .topbar-menu-group .topnav {
    background: #D0B381
}

body.index-snap-page.on-second-screen .top-actions-panel button {
    color: #D0B381;
}

body.index-snap-page.on-second-screen .top-actions-panel button::before {
    background: rgba(208, 179, 129, .5) !important;
}

body.index-snap-page.on-second-screen .top-actions {
    border-left: 0 !important;
}

body.index-snap-page .topnav {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 0;
    column-gap: 0;
    width: 100%;
    height: 84px;
    margin-left: 0;
    min-height: 84px;
    background: #FFFFFFCC;
    border-radius: 50px;
    padding: 0 6px;
}

body.index-snap-page .topbar-menu-group .topnav {
    flex: 1 1 auto;
    min-width: 0;
}

body.index-snap-page .topbar-menu-group .top-actions {
    flex: 0 0 auto;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}

body.index-snap-page .topnav a {
    flex: 1 1 0;
    min-width: 0;
    height: 84px;
    min-height: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #d0b381;
    position: relative;
    z-index: 99;
}

body.index-snap-page .topnav a:hover,
body.index-snap-page .topnav a:focus-visible {
    color: #fff;
    opacity: 1;
}

body.index-snap-page .topnav a.active {
    width: auto;
    flex: 1 1 0;
    height: 84px;
    min-height: 0;
    color: #fff;
    letter-spacing: 0;
    text-indent: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 700;
    position: relative;
    z-index: 99;
}

body.index-snap-page:not(.on-second-screen) .topnav:has(a:hover) a.active:not(:hover) {
    color: #d0b381;
}

body.index-snap-page.on-second-screen .topnav a {
    color: #fff;
    font-weight: 700;
    opacity: 0.7;
}

body.index-snap-page.on-second-screen .topnav a:hover {
    opacity: 1;
}

body.index-snap-page.on-second-screen .topnav a.active {
    color: #fff;
    opacity: 1;
    background: transparent;
}

body.index-snap-page .top-actions {
    position: static;
    flex: 0 0 auto;
    width: auto;
    height: 22px;
    border: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
}

body.index-snap-page .top-actions-panel {
    --top-actions-divider-offset: 9px;
    gap: 18px;
    width: auto;
    height: 22px;
    padding: 0;
}

body.index-snap-page .lang-switch,
body.index-snap-page .utility-btn,
body.index-snap-page .login-btn {
    flex: 0 0 auto;
    height: 22px;
    min-width: 0;
    font-size: 18px;
    font-weight: 400;
    color: #d0b381;
}

body.index-snap-page .top-actions-panel .lang-menu+.utility-btn::before,
body.index-snap-page .top-actions-panel .lang-menu+.login-btn::before,
body.index-snap-page .top-actions-panel .utility-btn+.utility-btn::before,
body.index-snap-page .top-actions-panel .utility-btn+.login-btn::before,
body.index-snap-page .top-actions-panel .utility-btn+.login-menu::before,
body.index-snap-page .top-actions-panel .utility-btn+#sign::before {
    left: auto;
    right: calc(100% + var(--top-actions-divider-offset));
    top: 50%;
    height: 14px;
    transform: translate(50%, -50%);
}

body.index-snap-page .caret {
    color: #d0b381;
}

body.index-snap-page .topnav .nav_line {
    background: rgba(208, 179, 129, 0.8) !important;
    border-radius: 500px;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 0 !important;
}

body.index-snap-page.on-second-screen .topnav .nav_line {
    background: rgba(255, 255, 255, 0.5) !important;
}

body.index-snap-page.on-second-screen .lang-switch,
body.index-snap-page.on-second-screen .utility-btn,
body.index-snap-page.on-second-screen .login-btn,
body.index-snap-page.on-second-screen #sign a {
    color: #d0b381;
}

body.index-snap-page.on-second-screen .top-actions-panel .lang-menu+.utility-btn::before,
body.index-snap-page.on-second-screen .top-actions-panel .lang-menu+.login-btn::before,
body.index-snap-page.on-second-screen .top-actions-panel .utility-btn+.utility-btn::before,
body.index-snap-page.on-second-screen .top-actions-panel .utility-btn+.login-btn::before,
body.index-snap-page.on-second-screen .top-actions-panel .utility-btn+.login-menu::before,
body.index-snap-page.on-second-screen .top-actions-panel .utility-btn+#sign::before {
    background: rgba(208, 179, 129, 0.5);
}

/* ========== MAIN CONTENT 01 WIDGET STYLES ========== */

.main-content-inner01:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 1
}

.main-content-inner01 .bg {
    display: none;
}

.main-content-inner01 .bg p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-family: Prompt;
    font-weight: 900;
    font-size: 200px;
    line-height: 81%;
    text-transform: uppercase;
    white-space: nowrap;
    color: #afbed4;
}

.main-content-inner01 .bg p .txt {
    display: inline-block;
    opacity: 0;
    filter: blur(20px);
    transform: translateX(40px);
    will-change: transform, opacity, filter, -webkit-mask-position, mask-position;
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, .61, .36, 1), filter .8s ease, color .6s ease, -webkit-mask-position 1.2s cubic-bezier(.6, 0, .2, 1), mask-position 1.2s cubic-bezier(.6, 0, .2, 1);
}

body.intro .bg p .txt {
    -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, .1) 66.6%);
    -webkit-mask-size: 300% 100%;
    -webkit-mask-position: 100% 0;
    mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, .1) 66.6%);
    mask-size: 300% 100%;
    mask-position: 100% 0;
}

body:not(.intro) .main-content-inner01:before {
    display: none;
}

body:not(.intro) .main-content-inner01 .bg p .txt {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    color: #e6eaf0;
    z-index: 1;
}

body:not(.intro) .main-content-inner01 .bg p:nth-child(1) .txt {
    transition-delay: .0s, 0.0s, 0.2s, 2.4s, 0s, 0s
}

body:not(.intro) .main-content-inner01 .bg p:nth-child(2) .txt {
    transition-delay: .4s, .4s, .4s, 2.55s, .15s, .15s
}

body:not(.intro) .main-content-inner01 .bg p:nth-child(3) .txt {
    transition-delay: .7s, .7s, .7s, 2.7s, .3s, .3s
}

body:not(.intro) .main-content-inner01 .bg p:nth-child(4) .txt {
    transition-delay: .9s, .9s, .9s, 2.85s, .45s, .45s
}

.main-content-inner01 .img02 .img-inner img {
    opacity: 0;
    animation: fadeSlide 8s infinite;
    animation-play-state: paused;
}

body:not(.intro) .main-content-inner01 .img02 .img-inner img {
    animation-play-state: running;
}

.main-content-inner01 .img02 .img-inner img:nth-child(1) {
    animation-delay: 0s;
}

.main-content-inner01 .img02 .img-inner img:nth-child(2) {
    animation-delay: 2s;
}

.main-content-inner01 .img02 .img-inner img:nth-child(3) {
    animation-delay: 4s;
}

.main-content-inner01 .img02 .img-inner img:nth-child(4) {
    animation-delay: 6s;
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

:root {
    --img01-w: 343px;
    --img02-w: 491px;
    --img-h: 149px;
}

.main-content-inner01 .img01,
.main-content-inner01 .img02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: -6px;
    width: 0;
    transition-delay: 0s;
    overflow: hidden;
    position: relative;
}

.main-content-inner01 .img01 .img-inner,
.main-content-inner01 .img02 .img-inner {
    overflow: hidden;
    position: relative;
    height: var(--img-h);
    transition: width 0.5s ease;
    transition-delay: 2.2s;
}

body:not(.intro) .main-content-inner01 .img01 {
    width: var(--img01-w);
    transition: width 0.5s ease;
    transition-delay: 1.1s;
    clip-path: inset(0 0 0 0);
}

body:not(.intro) .main-content-inner01 .img02 {
    width: var(--img02-w);
    transition: width 0.5s ease;
    transition-delay: 1.1s;
}

body:not(.intro) .main-content-inner01 .img01 .img-inner {
    width: var(--img01-w);
    border-radius: 74px;
}

body:not(.intro) .main-content-inner01 .img02 .img-inner {
    width: var(--img02-w);
    border-radius: 74px;
}

body:not(.intro) .main-content-inner01 .img01 img,
body:not(.intro) .main-content-inner01 .img02 img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

body:not(.intro) .main-content-inner01 .img01 video {
    width: 343px;
    height: 149px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.3);
}

.main-content-inner01 .tab {
    margin-bottom: 36px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: 0.4s;
    transform: translateY(40px);
}

body:not(.intro) .main-content-inner01 .tab {
    opacity: 1;
    transform: translateY(0);
}

.main-content-inner01 .tabs-container {
    display: flex;
    flex-direction: column;
}

.main-content-inner01 .tabs-header ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    padding-right: 20px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    right: 40px;
    display: none;
}

.main-content-inner01 .tabs-header ul:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    height: 36px;
    background: #ddd;
}

.main-content-inner01 .tab-a {
    display: inline-block;
    padding: 15.5px 26px;
    cursor: pointer;
    background: #f3f3f3;
    transition: 0.3s;
    flex: 0 0 auto;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #060606;
}

.main-content-inner01 .tab-a.active {
    background: #001B54 url(../img/common/icon-check.png) no-repeat center left 25px;
    padding-left: 54.8px;
    color: #fff;
}

.main-content-inner01 .tab-content {
    display: none;
}

.main-content-inner01 .tab-content.active {
    display: block;
}

.main-content-inner01 .btn-more {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #060606;
    padding: 15.5px 52px 15.5px 26px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 50px;
    background: #fff url(../img/main/s1-ico-plus.png) no-repeat center right 26px;
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    display: none;
}

.main-content-inner01 .tab-a.active~.btn-more {
    display: block;
}

.main-content-inner01 .cont {
    min-height: 777px;
    box-sizing: border-box;
    position: relative;
}

.main-content-inner01 .cont .bg p span {
    transition-delay: 750ms;
    width: auto;
    opacity: 1;
}

.main-content-inner01 .cont .swiper {
    overflow: unset;
}

.main-content-inner01 .cont .swiper-inner01-01 {
    padding-top: 39px;
    padding-bottom: 39px;
    transition: transform 1.8s;
    transition-delay: 1s;
    will-change: transform;
}

.main-content-inner01 .cont .swiper-inner01-02 {
    padding-top: 39px;
    padding-left: 34px;
    padding-bottom: 39px;
    transition: transform 1.9s;
    transition-delay: 1.1s;
    will-change: transform;
}

body.intro .main-content-inner01 .cont .swiper-inner01-01 {
    transform: translateX(100%);
    transition: none;
}

body.intro .main-content-inner01 .cont .swiper-inner01-02 {
    transform: translateX(100%);
    transition: none;
}

body.intro .swiper-inner01-01>div,
body.intro .swiper-inner01-02>div {
    animation-play-state: paused !important;
}

body:not(.intro) .swiper-inner01-01>div,
body:not(.intro) .swiper-inner01-02>div {
    animation-play-state: running !important;
}

.main-content-inner01 .cont .swiper-inner01-01 .swiper-wrapper .swiper-slide {
    width: 833px;
}

.main-content-inner01 .cont .swiper-inner01-02 .swiper-wrapper .swiper-slide {
    width: 853px;
}

.main-content-inner01 .cont .swiper-slide {
    height: 259px;
    position: relative;
}

.main-content-inner01 .cont .swiper-slide a {
    background: rgba(255, 255, 255, 0.6);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1), inset 0px 0px 30px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 37.5px 30px 37.5px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 31px;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: all 0.5s ease;
    height: 259px;
    width: 738px;
}

.main-content-inner01 .cont .swiper-slide .text-vi {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    align-self: center;
}

.main-content-inner01 .cont .swiper-slide .text-vi>div {
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt01 {
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: #000E2D;
    margin: 0 0 10px 0;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt02 {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    margin: 0 0 10px 0;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03 {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    width: max-content;
    background: #D0B381;
    margin-top: 10px;
}

.main-content-inner01 .cont .swiper-slide .img-vi {
    overflow: hidden;
    border-radius: 20px;
    width: 280px;
}

.main-content-inner01 .cont .swiper-slide .img-vi img {
    transition: transform 0.5s ease;
    height: 198px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.main-content-inner01 .cont .swiper-slide a:hover {
    box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.14), inset 0px 0px 30px rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
}

.main-content-inner01 .cont .swiper-slide a:hover .img-vi img {
    transform: scale(1.03);
}

.main-content-inner01 .cont .swiper-slide a:hover .text-vi .txt01 {
    -webkit-line-clamp: 2;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color01 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color02 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color03 {
    background: #AA7141;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color04 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color05 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color06 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color07 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color08 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color09 {
    background: #D0B381;
}

.main-content-inner01 .cont .swiper-slide .text-vi .txt03.color10 {
    background: #D0B381;
}

.main-content-inner01 .swiper-controls {
    margin-top: 49px;
}

.main-content-inner01 .swiper-controls:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.main-content-inner01 .swiper-controls:after {
    content: '';
    width: 273px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
    background: linear-gradient(90deg, rgba(0, 27, 84, 0) 0%, #001B54 50.48%, rgba(0, 27, 84, 0) 100%);
    opacity: 0.46;
    border-radius: 2px;
    margin: auto;
}

.main-content-inner01 .swiper-controls>div {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.001);
    border: 1px solid rgba(128, 134, 148, 0.7);
    box-shadow: 0px 4px 10.7px rgba(0, 0, 0, 0.13);
    border-radius: 32px;
    width: 81px;
    height: 44px;
    margin: auto;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: relative;
    z-index: 10;
}

.main-content-inner01 .swiper-controls .swiper-button-prev,
.main-content-inner01 .swiper-controls .swiper-button-next {
    position: unset;
    font-size: 0;
    border: 0;
    background: url(../img/type01/swiper01-controls.png) no-repeat center;
    flex: 1;
    margin: 0;
    padding: 0;
}

.main-content-inner01 .swiper-controls .swiper-button-prev {
    transform: rotate(180deg);
    border-left: 1px solid #E8E8E8;
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    margin: 20px 0;
    width: 100%;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: .2s;
    background: rgba(221, 221, 221, 0.5);
}

input[type=range]::-webkit-slider-thumb {
    height: 44px;
    width: 91px;
    background: url(../img/main/range-v2.png) no-repeat center center #fff;
    background-size: 58px auto;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -22px;
    box-shadow: 0px 2px 10px 0px #00000014;
    border-radius: 32px;
    border: 1px solid #EDEDED;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: rgba(221, 221, 221, 0.5);
    border: 0;
}

input[type=range]::-moz-range-progress {
    height: 1px;
    background: rgba(221, 221, 221, 0.5);
    border: 0;
}

input[type=range]::-moz-range-thumb {
    height: 44px;
    width: 91px;
    background: url(../img/main/range-v2.png) no-repeat center center #fff;
    background-size: 58px auto;
    cursor: pointer;
    appearance: none;
    box-shadow: 0px 2px 10px 0px #00000014;
    border-radius: 32px;
    border: 1px solid #EDEDED;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

.main-content-inner01 .range-wrap {
    position: relative;
    max-width: 882px;
    margin: 0 auto;
    bottom: -34px;
    width: 800px
}

.main-content-inner01 .range-value {
    position: absolute;
    top: 50%;
}

.main-content-inner01 .range-value span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 273px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 27, 84, 0) 0%, #001B54 50.48%, rgba(0, 27, 84, 0) 100%);
    opacity: 0.46;
    border-radius: 2px;
    display: none;
}

.main-content-inner01 .cont .for-sp {
    display: none;
}

html:lang(en) div.main-content-inner01.kr {
    display: none;
}

html:lang(ko) div.main-content-inner01.en {
    display: none;
}

/* ========== ZCWJ DROPDOWN STYLES ========== */

.zcwj-dropdown {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zcwj-dropdown>li {
    display: inline-block;
    position: relative;
}

.zcwj-dropdown>li>a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.zcwj-dropdown>li>a img {
    height: 24px;
    width: auto;
}

.zcwj-dropdown>li .dropdown-menu,
.zcwj-floating-menu {
    display: none;
    left: auto;
    right: 50%;
    top: calc(100% - 16px);
    transform: translateX(50%);
    width: min(320px, calc(100vw - 24px));
    max-width: min(320px, calc(100vw - 24px));
    border: none;
    padding: 18px 18px 16px;
    border-radius: 18px;
    position: absolute;
    min-width: min(320px, calc(100vw - 24px));
    margin: 0;
    background: #fff;
    box-shadow: 0 12px 30px rgba(43, 31, 21, 0.18);
    z-index: 10;
    list-style: none;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.zcwj-dropdown>li:hover .dropdown-menu,
.zcwj-dropdown>li:focus-within .dropdown-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.zcwj-dropdown>li .dropdown-menu li,
.zcwj-floating-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zcwj-dropdown>li .dropdown-menu li+li,
.zcwj-floating-menu li+li {
    margin-top: 10px;
}

.zcwj-dropdown>li .dropdown-menu li a,
.zcwj-floating-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
}

.zcwj-dropdown>li .dropdown-menu li a:hover,
.zcwj-floating-menu li a:hover {
    background: none;
    color: rgba(208, 179, 129, 1);
}

.zcwj-dropdown>li .lsyg-dropdown-menu::before,
.zcwj-floating-menu.lsyg-dropdown-menu::before {
    content: '';
    width: 1px;
    height: calc(100% - 42px);
    background-color: rgb(203 180 134 / 40%);
    position: absolute;
    left: 107px;
    top: 23px;
}

.zcwj-dropdown>li .lsyg-dropdown-menu,
.zcwj-floating-menu.lsyg-dropdown-menu {
    width: min(460px, calc(100vw - 24px));
    min-width: min(460px, calc(100vw - 24px));
    max-width: min(460px, calc(100vw - 24px));
}

.zcwj-dropdown>li .lsyg-dropdown-menu li span,
.zcwj-floating-menu.lsyg-dropdown-menu li span {
    display: block;
    width: 85px;
    flex: 0 0 85px;
    padding-right: 20px;
    position: relative;
    float: none;
    font-size: 14px;
    line-height: 1.5;
    color: #1c1c1c;
}

.zcwj-dropdown>li .lsyg-dropdown-menu li span::before,
.zcwj-floating-menu.lsyg-dropdown-menu li span::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 3px #cbb486 solid;
    position: absolute;
    border-radius: 100%;
    right: -13px;
    top: 5px;
    background-color: #fff;
}

.zcwj-dropdown>li .lsyg-dropdown-menu li a,
.zcwj-floating-menu.lsyg-dropdown-menu li a {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.zcwj-dropdown>li .lsyg-dropdown-menu li a p,
.zcwj-floating-menu.lsyg-dropdown-menu li a p {
    width: auto;
    flex: 1 1 auto;
    float: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #1c1c1c;
    white-space: normal;
}

.zcwj-dropdown>li .lsyg-dropdown-menu li a:hover p,
.zcwj-floating-menu.lsyg-dropdown-menu li a:hover p {
    color: #cbb486
}

html.policy-dropdown-floating-ready .zcwj-dropdown>li .dropdown-menu {
    display: none !important;
}

.zcwj-floating-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    transform: none;
    display: block !important;
    z-index: 3000;
    transform-origin: center top;
    animation: zcwjDropdownFadeInDown 0.22s ease-out both;
    will-change: transform, opacity;
}

.zcwj-floating-menu.is-placement-top {
    transform-origin: center bottom;
    animation-name: zcwjDropdownFadeInUp;
}

.zcwj-floating-menu.is-placement-bottom {
    transform-origin: center top;
    animation-name: zcwjDropdownFadeInDown;
}

@keyframes zcwjDropdownFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -8px, 0) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes zcwjDropdownFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8px, 0) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}