/* wp */
.wp-block-template-part {
    margin-top: 0;
}

.sd-sharing-enabled,
.sd-like {
    display: none;
}

/* all */
a,
a:link {
    text-decoration: none;
}

header,
.lower-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wp-site-blocks p {
    word-wrap: break-word;
}

/* block  */
.header-layout .wp-block-navigation__responsive-container {
    background-color: rgba(35, 46, 72, .92) !important;
}

.icon-lang img {
    vertical-align: middle;
}

.nav-layout svg {
    width: 48px;
    height: 48px;
}

.nav-layout .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}

.nav-layout .wp-block-navigation__container {
    align-items: flex-start !important;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.nav-layout .wp-block-navigation-item,
.nav-layout .wp-block-navigation-item__content {
    width: 100%;
    box-sizing: border-box;
}

.nav-layout .wp-block-navigation-item__content {
    position: relative;
    padding-right: 40px !important;
}

.nav-layout .wp-block-navigation-item__content::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: #fff solid 4px;
    border-right: #fff solid 4px;
}

.nav-layout .wp-block-navigation-item.small {
    margin-top: 2.5rem;
    font-size: 1.25rem !important;
}

.nav-layout .wp-block-navigation-item.small+.small {
    margin-top: 0;
}

.nav-layout .small .wp-block-navigation-item__content::before {
    width: 8px;
    height: 8px;
    border-top: #fff solid 3px;
    border-right: #fff solid 3px;
}

.nav-layout.en .wp-block-navigation__container,
.nav-layout.cn .wp-block-navigation__container,
.nav-layout.tw .wp-block-navigation__container,
.nav-layout.ko .wp-block-navigation__container {
    max-width: unset !important;
    width: 300px !important;
}

.slider {
    background-color: #fff;
}

.slider figure {
    width: auto !important;
}

.slider .swiper-pagination-custom {
    gap: 0 20px !important;
    padding: 10px 0 20px !important;
    justify-content: center !important;
}

.slider .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    color: #fff !important;
    border: #232E48 solid 2px;
    opacity: 1 !important;
    transform: unset !important;
    transition: unset !important;
    border-radius: unset !important;
}

.slider .swiper-pagination-bullet-active {
    color: #232E48 !important;
}

.btn-hover-01 a {
    position: relative;
    padding-right: var(--wp--preset--spacing--70) !important;
}

.btn-hover-01 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
}

.btn-hover-01 a:hover {
    color: #232e48;
    background-color: #fff !important;
    border-color: #232E48;
}

.btn-hover-01 a:hover::before {
    border-left: 12px solid #232E48;
}

.kv-style-01 h1,
.kv-style-01 p {
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.column-style-01 {
    width: calc(100% * 0.75);
}

.column-style-01 {
    width: calc(100% * 0.75);
}

.media-style-01 .wp-block-media-text__content {
    padding-left: 0;
}

.press-release-layout .entry-content {
    height: 100%;
}

.press-release-temp {
    height: 100%;
    /* border: #18355a solid 2px; */
    border: none;
    background-color: #fff;
    outline: #18355a solid 2px;
    outline-offset: -2px;
    position: relative;
}

a.press-release-pdf {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
}

.press-release-temp .has-background-background-color {
    background-color: unset !important;
}

.press-release-temp .wp-block-group p:first-of-type {
    font-weight: bold;
}

.press-release-temp .wp-block-group p:nth-of-type(2) {
    line-height: 1.8em;
}

.press-release-temp .wp-block-group p {
    font-size: 16px !important;
}

.wp-block-post-date {
    font-size: 14px;
}

.type-pressrelease img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 2;
}

/* Plugin-EditorsKit */
.ek-linked-block a.editorskit-block-link {
    margin: 0;
}

.table-style-01 td {
    border: #ccc solid 1px;
}

.table-style-01 td:first-of-type {
    background-color: #232E48;
}

.table-style-01 td:first-of-type,
.table-style-01 td:first-of-type a {
    color: #fff;
}

.table-style-02 td {
    border: #ccc solid 1px;
}

.table-style-02 td:nth-child(1),
.table-style-02 td:nth-child(2) {
    width: 6.6%;
    color: #fff;
    background-color: #232E48;
}

.table-style-02 td:nth-child(1) {
    padding-right: 0;
    border-right: none;
}

.table-style-02 td:nth-child(2) {
    width: 7.1%;
    padding-left: 0;
    border-left: none;
}

.table-style-03 tr:first-of-type td {
    color: #fff;
    background-color: #232E48;
}

.table-style-04 td:nth-of-type(1),
.table-style-04 td:nth-of-type(3) {
    width: 30%;
}

.table-style-04 td:nth-of-type(2),
.table-style-04 td:nth-of-type(4) {
    width: 10%;
}

.table-style-04 td:nth-of-type(5) {
    width: 20%;
}

.table-style-02.en td:nth-child(1) {
    width: 5.4%;
}

.table-style-02.en td:nth-child(2) {
    width: 11.6%;
}

.table-style-02.cn td:nth-child(2),
.table-style-02.ko td:nth-child(2) {
    width: 7.6%;
}

.table-style-04.en td:nth-of-type(1),
.table-style-04.en td:nth-of-type(2) {
    width: 35%;
}

.table-style-04.en td:nth-of-type(3) {
    width: 10%;
}

.table-style-04.en td:nth-of-type(4) {
    width: 20%;
}

.table-style-04.en-three-line td:nth-of-type(1),
.table-style-04.en-three-line td:nth-of-type(2),
.table-style-04.cn-three-line td:nth-of-type(1),
.table-style-04.cn-three-line td:nth-of-type(2) {
    width: 40%;
}

.table-style-04.en-three-line td:nth-of-type(3),
.table-style-04.cn-three-line td:nth-of-type(3) {
    width: 20%;
}

.table-style-04.cn td:nth-of-type(1),
.table-style-04.tw td:nth-of-type(1) {
    width: 30%;
}

.table-style-04.cn td:nth-of-type(2),
.table-style-04.tw td:nth-of-type(2) {
    width: 40%;
}

.table-style-04.cn td:nth-of-type(3),
.table-style-04.tw td:nth-of-type(3) {
    width: 10%;
}

.table-style-04.cn td:nth-of-type(4),
.table-style-04.tw td:nth-of-type(4) {
    width: 20%;
}

.first-cell-20 td:first-of-type {
    width: 20%;
}

.btn-anchor-link>.wp-block-button {
    height: 77px;
}

.btn-anchor-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-anchor-link a:hover {
    color: #232e48;
    background-color: #fff !important;
    border: #232E48 solid 2px;
}

@media (max-width: 1220px) {
    .column-style-01 {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .btn-hover-01 a:hover,
    .btn-anchor-link a:hover {
        color: #fff;
        background-color: #232E48 !important;
    }

    .btn-hover-01 a::before {
        right: 8px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
    }

    .btn-hover-01 a:hover::before {
        border-left: 12px solid #fff;
    }
}

@media (max-width: 781px) {
    .header-layout img {
        width: 91px !important;
    }

    .icon-lang img {
        width: 20px;
    }

    .nav-layout svg {
        width: 24px;
        height: 24px;
    }

    .nav-layout .wp-block-navigation-item__content::before {
        width: 8px;
        height: 8px;
        border-top: #fff solid 3px;
        border-right: #fff solid 3px;
    }

    .nav-layout .wp-block-navigation-item.small {
        margin-top: 2rem;
        font-size: 1rem !important;
    }

    .nav-layout .small .wp-block-navigation-item__content::before {
        width: 6px;
        height: 6px;
        border-top: #fff solid 2px;
        border-right: #fff solid 2px;
    }

    .nav-layout.en .wp-block-navigation__container {
        max-width: 400px !important;
        width: auto !important;
    }

    .nav-layout.cn .wp-block-navigation__container,
    .nav-layout.tw .wp-block-navigation__container,
    .nav-layout.ko .wp-block-navigation__container {
        min-width: 230px;
        max-width: 400px !important;
        width: auto !important;
    }

    .slider .swiper-pagination-custom {
        gap: 0 10px !important;
    }

    .slider .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        color: #fff !important;
        border: #232E48 solid 1px;
    }

    .slider .swiper-pagination-bullet-active {
        color: #232E48 !important;
    }

    .media-style-01 .wp-block-media-text__content {
        padding-left: 8%;
    }

    .press-release-query {
        padding: 0 8%;
    }

    .press-release-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-columns: 1fr !important;
    }

    /* .press-release-temp {
margin-left: 8%;
margin-right: 8%;
} */
    .kv-style-01 {
        min-height: 200px;
    }

    .table-style-02 td:nth-child(1) {
        width: 18%;
        border-right: none;
    }

    .table-style-02 td:nth-child(2) {
        width: 20%;
        border-left: none;
    }

    .table-style-02.cn td:nth-child(2),
    .table-style-02.ko td:nth-child(2) {
        width: 22%;
    }

    .table-style-04 {
        overflow-x: scroll;
    }

    .table-style-04 table {
        width: 660px !important;
    }

    .table-style-02.en td:nth-child(1) {
        width: 15%;
    }

    .rotate {
        transform: rotate(90deg);
    }

    .rotate img {
        max-width: 53px;
    }

    .btn-anchor-link>.wp-block-button {
        width: calc(50% - var(--wp--style--block-gap, .5em)*.75) !important;
        height: 84px !important;
    }

    .btn-anchor-link a {
        font-size: 0.75rem !important;
    }
}

/* arrow */
.arrow-under {
    transform: rotate(90deg);
}

@media (max-width: 781px) {
    .arrow-under img {
        max-width: 53px;
    }
}

/* pagination-layout */
.pagination-layout .page-numbers {
    padding: 5px 10px;
}

@media (max-width: 781px) {
    .arrow-under img {
        max-width: 53px;
    }
}

/* target */
:target::before {
    content: "";
    display: block;
    height: 122px;
    margin-top: -122px;
}

@media (max-width: 781px) {
    :target::before {
        content: "";
        display: block;
        height: 77px;
        margin-top: -77px;
    }
}

/* accordion */
.accordion summary {
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-color: #232E48;
}

@media (max-width: 781px) {
    .accordion summary {
        padding: 5px 10px;
    }
}

/* tab */
.tab-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
    margin: 10px 5px 0px 5px;
}

.tab-main .tab-name {
    min-width: 200px;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: #232E48;
    font-size: 1em;
    border: solid 1px #232E48;
    box-sizing: border-box;
}

.tab-main .tab-display {
    width: 100%;
}

.tab-main input[name="tab-radio"],
.tab-main .tab-display {
    display: none;
}

.tab-main .tab-display {
    padding: 10px;
    min-height: 100px;
}

.tab-main #tab-01:checked~.tab-01-display,
.tab-main #tab-02:checked~.tab-02-display,
.tab-main #tab-03:checked~.tab-03-display {
    display: block;
    margin-top: 30px;
}

.tab-main input[name="tab-radio"]:checked+.tab-name {
    color: #fff;
    background-color: #232E48;
}

@media (max-width: 781px) {
    .tab-main {
        justify-content: flex-start;
        gap: 10px;
    }

    .tab-main .tab-name {
        min-width: unset;
        width: calc((100% - 60px) / 2);
        margin: 0 !important;
        font-size: 0.875em;
    }

    .tab-main .tab-name:nth-of-type(odd) {
        margin-left: 25px !important;
    }

    .tab-main .tab-name:nth-of-type(even) {
        margin-right: 25px !important;
    }

    .tab-main #tab-01:checked~.tab-01-display,
    .tab-main #tab-02:checked~.tab-02-display,
    .tab-main #tab-03:checked~.tab-03-display {
        display: block;
        margin-top: 15px;
    }
}

/* dropdown */
.dropdown {
    position: relative;
    z-index: 100;
    width: 150px;
}

.dropdown button {
    position: relative;
    appearance: none;
    border: none;
    background: none;
    width: 100%;
    padding: 7px 21px 5px 7px;
    color: #232E48;
    font-size: 1rem;
    background-color: #fff;
    border: #232E48 solid 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdown button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #7B7B85;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.dropdown-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    transition: all .5s ease;
    opacity: 0;
    display: none;
}

.dropdown-content a {
    display: block;
    width: 100%;
    padding: 7px 21px 5px 7px;
    color: #232E48;
    font-size: 1rem;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.dropdown-content a:hover {
    background-color: #f2f2f2;
}

.dropdown-content.open {
    display: block;
    opacity: 1;
    animation: dropDownMenu 0.3s linear 0s;
}

@keyframes dropDownMenu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 781px) {
    .dropdown {
        width: 100px;
    }

    .dropdown button::before {
        right: 5px;
        border-top: 8px solid #7B7B85;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .dropdown button,
    .dropdown-content a {
        font-size: .75rem;
        padding: 4px 10px 3px 4px;
    }
}

/* sp-none */
@media (max-width: 781px) {
    .sp-none {
        display: none !important;
    }
}

/* a:where */
a:where(:not(.wp-element-button)) {
    color: inherit;
}