@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

:root {
    --sub-color-1: #f6f7fa;
    --sub-color-2: #eaebec;
    --sub-color-3: #4a5058;
}

html,
html :not(i),
body,
body :not(i) {
    font-family:
        "Roboto",
        "Noto Sans SC",
        "Noto Sans TC",
        "新微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.theme_light h1,
.theme_light h2,
.theme_light h3 {
    font-weight: 600;
}

.theme_light h4,
.theme_light h5,
.theme_light h6 {
    font-weight: 600;
}

.editor-area {
    letter-spacing: .5px;
}

.lang_en_css .editor-area {
    letter-spacing: normal;
}

.editor-area .fa-regular,
.editor-area .far {
    line-height: inherit;
}

.theme_light .header_style_13 .header_bottom,
.theme_light .header_style_13 .header_sticky,
.theme_light .header_style_13 .header_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(40px);
    background-color: rgba(207, 217, 232, 0.55);
}

header.overlay .header_mobile_navbar .mobile_wrap {
    padding: 10vh 20px;
}

.section-light {
    background-color: transparent;
}

.sec_home_item .container {
    position: initial;
}

.custom-part-box {
    position: relative;
    z-index: 1;
}

.custom-wrap-box {
    position: initial;
    overflow: visible;
}

.language_style2 .lang_list li {
    line-height: 1;
}

.language_style2 .lang_list li a {
    font-size: 0.85rem;
    line-height: calc(16 / 14);
    letter-spacing: 0.03rem;
}

.news-block-1 {
    box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 20px;
    padding: 20px;
    border-radius: 10px;
}


.fullwide_layout {
    padding-top: 68px;
    overflow-x: hidden;
}

.swiper-container.top-space {
    background-image: url(/userfiles/images/home/swiper-wrap-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 800px;
    width: 100%;
}

.swiper-slide img {
    opacity: 0;
    display: none;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: 780px;
}

.swiper-content-box p:last-of-type {
    margin-bottom: 0;
}

.swiper-autoheight .swiper-slide {
    background-image: unset !important;
}

.swiper-overlay {
    mask-image: url(/userfiles/images/home/swiper-mask.webp);
    mask-repeat: no-repeat;
    will-change: mask-image;
    mask-position: 0px 100%;
    width: calc(55%);
    min-width: 800px;
    mask-size: 100%;
    z-index: 1;
    left: auto;
    top: -150px;
    right: -65px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 100% !important;
    background-position: top right;
}

.swiper-content.swiper-center {
    justify-content: flex-start;
}

.swiper-content.swiper-left {
    padding: 189px 25px 0 25px;
    align-items: self-start;
}

.swiper-button-wrap {
    position: absolute;
    top: calc(50% + 115px);
    left: 0;
    right: auto;
    bottom: auto;
    padding: 0 25px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100px;
    transform: translateY(-50%);
    z-index: 2;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 45px;
    padding: 0 22px;
    justify-content: flex-end;
}

.swiper-button-prev {
    transform: rotate(90deg);
}

.swiper-button-next {
    transform: rotate(90deg);
}

.swiper-content h2,
.swiper-content h4 {
    font-size: 58px;
    font-weight: 800;
    line-height: calc(68 / 58);
    margin: 0;
}

.lang_en_css .swiper-content h2,
.lang_en_css .swiper-content h4 {
    font-size: 50px;
    line-height: calc(55 / 50);
    letter-spacing: normal;
}

.swiper-content p:first-of-type {
    margin-top: 25px;
}

.swiper-content p {
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.lang_en_css .swiper-content p {
    letter-spacing: normal;
}

#section-27 {
    padding: 0;
    height: 0;
}

#section-27 .container {
    padding: 0;
    max-width: 100% !important;
}

.owl_custom .owl-carousel {
    margin: 0;
}

div[class*=custom_link_section_20] .row {
    margin: 0 -15px;
    justify-content: center;
}

div[class*=custom_link_section_20]:not(.owl_custom) .column {
    margin-bottom: 30px;
    padding: 0 15px;
}

.custom_link_section_20 .snip {
    border-radius: 100px;
    background-color: var(--bs-white);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 5%);
}

.custom_link_section_20 .snip:hover .image a::before {
    opacity: 0;
}

.custom_link_section_20 .snip .image a {
    display: flex;
    min-height: 100px;
    align-items: center;
}

.sec_home_item {
    padding: 90px 0;
}

#sub-section-26 {
    margin-bottom: 45px;
    text-align: center;
}

.ani-bubble {
    animation: bubble 16s ease-in-out infinite;
}

.ani-move {
    animation-delay: 0.5s;
    animation-name: move;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-duration: 2s;
}

.bubble-wrapper {
    position: relative;
    height: 800px;
    top: -800px;
}

.bubble {
    mix-blend-mode: soft-light;
    width: fit-content;
    position: absolute;
}

.bubble img {
    width: 100%;
}

.bubble.b1 {
    width: 135px;
    top: 260px;
    right: 880px;
    z-index: 1;
}

.bubble.b2 {
    width: 300px;
    top: 300px;
    right: 650px;
    z-index: 1;
}

.bubble.b3 {
    width: 135px;
    top: 480px;
    left: 100px;
    filter: blur(1px);
}

.bubble.b4 {
    width: 100px;
    top: 50px;
    left: 100px;
    filter: blur(2);
}

.bubble.b5 {
    width: 360px;
    top: 50px;
    left: 227px;
}

.bubble.b5 img {
    opacity: 80%;
}

.bubble.b6 {
    width: 42px;
    top: 34px;
    left: 43px;
    filter: blur(2px);
}

.bubble.b7 {
    width: 50px;
    top: 510px;
    left: 250px;
    filter: blur(2px);
}

.bubble.b8 {
    width: 37px;
    bottom: 200px;
    right: 990px;
    z-index: 1;
}

.bubble-wrapper-2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 15%;
    z-index: 1;
}

.bubble-wrapper-2 .bubble.b9 {
    width: 250px;
    height: 250px;
    top: -50px;
    left: -50px;
    mix-blend-mode: color-burn;
}

.bubble-wrapper-2 .bubble.b11 {
    width: 100px;
    height: 100px;
    top: 125px;
    left: 125px;
    mix-blend-mode: color-burn;
}

.bubble-wrapper-2 .bubble.b10 {
    width: 365px;
    height: 365px;
    bottom: 100px;
    right: -71px;
    mix-blend-mode: color-burn;
}

.bubble-wrapper-2 .bubble.b12 {
    width: 250px;
    height: 250px;
    bottom: -50px;
    right: -50px;
    mix-blend-mode: color-burn;
}

.bubble-wrapper-2 .bubble.b13 {
    left: -255px;
    bottom: -360px;
    width: 600px;
    height: 600px;
    mix-blend-mode: color-burn;
}

@keyframes bubble {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.01, .98);
    }

    40% {
        transform: scale(.995, 1.05);
    }

    60% {
        transform: scale(1.05, .99);
    }

    80% {
        transform: scale(.98, 1.025);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes move {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 100%;
    }
}

.about-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}

.editor-area .main-ttl-item {
    margin-bottom: 30px;
}

.editor-area .main-ttl-item h2 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: var(--main-color-3);
    margin: 0;
    line-height: calc(46/36);
    letter-spacing: 0.08rem;
    padding-bottom: 32px;
}

.lang_en_css .main-ttl-box-1 .main-ttl-1 h2,
.lang_en_css .editor-area .main-ttl-item h2 {
    letter-spacing: 0.02rem;
}

.editor-area .main-ttl-item h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-image: url(/userfiles/images/home/title-line.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 90px;
    transform: translateX(-50%);
}

.editor-area p {
    font-size: 16px;
    line-height: calc(28 / 16);
}

.editor-area p:not([class*="text"]) {
    color: var(--sub-color-3);
}

.theme_light {
    background-color: var(--sub-color-1);
}

#section-9 {
    padding-top: 75px;
    padding-bottom: 360px;
    background-color: var(--sub-color-1) !important;
}

#section-11 {
    background-color: var(--bs-white) !important;
    padding-top: 0;
}

#section-1 {
    background-color: #ffffff;
    padding-bottom: 315px;
}

.news-wrapper {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.top-hr-2 {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    background-image: url(/userfiles/images/home/sec-top-01.svg);
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-13 .top-hr-1 {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    background-image: url(/userfiles/images/home/sec-top-01.svg);
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-wrapper {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    z-index: 2;
}

.partner-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.partner-wrapper>.row>.col-lg-6 {
    width: 100%;
    max-width: 100%;
}

#section-16 {
    background-color: var(--sub-color-1) !important;
    padding-top: 0;
}

.main-ttl-box-1 {
    margin-bottom: 40px;
}

.main-ttl-box-1 .main-ttl-1 h2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--main-color-3);
    line-height: calc(46/36);
    letter-spacing: 0.08rem;
    padding-bottom: 32px;
}

.main-ttl-box-1 .main-ttl-1 h2::after {
    background-image: url(/userfiles/images/home/title-line.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 90px;
}

.row-core {
    margin: 0 -15px;
}

.col-core {
    margin-bottom: 30px;
    padding: 0 15px;
}

.core-thumb {
    display: flex;
}

.col-core:nth-child(odd) .core-thumb {
    flex-direction: row-reverse;
    text-align: right;
}

.core-thumb .t-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;
    background-color: var(--main-color-2);
    width: 105px;
    height: 120px;
    mask-image: url(/userfiles/images/home/icon-mask.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    will-change: mask-image;
    mask-position: center;
}

.core-thumb .t-icon img {
    max-height: 50px;
    max-width: 52px;
}

.core-thumb .thumb-content {
    padding-top: 20px;
}

.col-core:nth-child(even) .thumb-content {
    padding-left: 25px;
}

.col-core:nth-child(odd) .thumb-content {
    padding-right: 25px;
}

.editor-area .core-thumb .thumb-content h4 {
    font-size: 22px;
    line-height: calc(32 / 22);
    margin-bottom: 5px;
}

footer[class*=footer_layout] section[class*=site_edit] * {
    color: var(--sub-color-3);
}

#siteedit .col-site {
    flex: 1;
}

#siteedit ul li {
    line-height: calc(20px / 14px);
    font-size: 14px;
    letter-spacing: 0.01rem;
}

#siteedit h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
    letter-spacing: 0.01rem;
    color: var(--main-color-3);
}

footer[class*=footer_layout] section[class*=site_edit] a:hover {
    color: var(--main-color-1);
    text-decoration: underline;
}

footer[class*=footer_layout] {
    background-color: #e4eaf3;
}

.footer_bottom {
    background-color: transparent;
}

.footer_logo img {
    max-height: 65px;
    width: auto;
}

.footer_layout_11 .footer_top {
    padding: 0 0 25px 0;
}

.footer_layout_11 .social_info ul li:nth-of-type(1) {
    width: auto;
}

footer[class*=footer_layout] .copy_right,
footer[class*=footer_layout] .social_info li {
    color: var(--sub-color-3);
}

.social_info_list {
    margin-bottom: 10px;
}

.social_info_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.social_info_list ul li {
    width: 25%;
    padding: 5px;
    font-size: 15px;
    line-height: calc(22/15);
    letter-spacing: 0.01rem;
}

.social_info_map {
    margin-bottom: 10px;
}

.social_info_map ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.social_info_map ul li {
    width: 50%;
    padding: 5px;
    font-size: 15px;
    line-height: calc(22/15);
    letter-spacing: 0.01rem;
}

.copy_right {
    font-size: 13px;
    line-height: calc(22/15);
    letter-spacing: 0.01rem;
}

.social_info_list i,
.social_info_map i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #11438A;
    background: linear-gradient(90deg, rgba(17, 67, 138, 1) 0%, rgba(40, 166, 209, 1) 100%);
    border-radius: 7px;
    letter-spacing: normal;
    line-height: 1;
    font-size: 13px;
}

.si-d {
    position: relative;
    top: 5px;
}

#sub-section-18 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.news-block-3 a {
    pointer-events: none;
}

div[class*=custom_news_section_3] .column {
    margin-bottom: 0;
}

div[class*=custom_news_section_3] .column:not(:last-of-type) {
    margin-bottom: 12px;
}

.column:not(:last-child) .news-block-3 {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5eaf3;
}

.news-block-3 .news-txt-box {
    display: flex;
}

.news-block-3 .newsDate {
    order: 1;
    margin: 6px 10px 0 0;
    font-size: 14px;
    width: 110px;
}

.news-block-3 .news-txt-box h4 {
    font-size: 16px;
    line-height: calc(20 / 16);
    padding: 5px 0 0 0;
    order: 2;
    font-weight: 500;
    width: calc(100% - 110px);
}

.lang_en_css .news-block-3 .news-txt-box h4 {
    letter-spacing: 0.01rem;
}

.news-block-3 .news-txt-box h4 a {
    display: flex;
    flex-wrap: wrap;
}

.news-block-3 .news-series {
    display: inline-flex;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: transparent;
    color: var(--main-color-1);
    border: 1px solid var(--main-color-1);
    padding: 4px 4px 3px 5px;
    border-radius: 20px;
    line-height: calc(16 / 12);
    font-weight: 500;
    width: 84px;
    justify-content: center;
    align-items: center;
    margin: -2px 10px 5px 0;
}

.lang_en_css .news-block-3 .news-series {
    letter-spacing: normal;
}

.news-block-3 .news-series::before {
    display: none;
}

.more-btn-box {
    text-align: center;
}

.more-btn-box .btn-default,
.custom-wrap-box>.more-btn-box .btn-default {
    padding: 16px 50px;
    border-radius: 50px;
    font-size: 16px;
    width: 200px;
    border-color: var(--main-color-2);
    background-color: var(--main-color-2);
}

.more-btn-box .btn-default:hover,
.custom-wrap-box>.more-btn-box .btn-default:hover {
    color: var(--bs-white);
    background-color: color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
    border-color: color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
}

.btn-default::before {
    display: none;
}

.row-guide {
    padding: 0 15px;
}

.row-guide .col-guide {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.guide-thumb {
    text-align: center;
}

.guide-thumb .thumb-image {
    margin-bottom: 24px;
}

.guide-thumb .thumb-image .t-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: color-mix(in srgb, var(--main-color-1) 10%, var(--bs-white));
}

.guide-thumb .thumb-image .t-icon img {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 0;
}

.editor-area .guide-thumb .thumb-content h4 {
    font-size: 22px;
    line-height: calc(32 / 22);
    margin-bottom: 5px;
}

.guide-info {
    margin-bottom: 45px;
}

.top-hr-3 {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    background-image: url(/userfiles/images/home/sec-top-03.svg);
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image_header.inner_banner_mask:after {
    opacity: 65%;
    background: linear-gradient(90deg, rgba(17, 67, 138, 0.85) 0%, rgba(40, 166, 209, 0.85) 100%);
}

.banner-content {
    padding: 90px 0;
}

.banner-content h2 {
    font-weight: 600;
    letter-spacing: 2px;
}

.lang_en_css .banner-content h2 {
    letter-spacing: 0.02rem;
}

.banner-text-shadow {
    text-shadow: 0 0 15px rgb(50 89 156 / 70%);
}

.breadcrume_section h6 {
    font-weight: 400;
    text-align: center;
}

.breadcrume_section h6 {
    letter-spacing: 0.01rem;
}

#cookie-dialog {
    max-width: 500px;
    background: linear-gradient(90deg, rgba(17, 67, 138, 0.85) 0%, rgba(40, 166, 209, 0.85) 100%);
    backdrop-filter: blur(2px);
    border-radius: 0 30px 0 0;
}

#cookie-dialog .cookie-privacy-message {
    max-width: 100%;
    padding: 25px 25px;
}

#cookie-dialog .cookie-privacy-message h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: calc(30 / 22);
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}

#cookie-dialog .cookie-privacy-message p {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.03rem;
    text-align: justify;
}

#cookie-dialog .col-button {
    width: 150px;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(21 / 14);
    padding: 11px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn:hover {
    background-color: #ffffff;
    color: var(--main-color-1);
}

.section_offset {
    padding: 3.5rem 0;
}

.container.mt-5.mb-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.top_section .nav-field {
    margin-bottom: 2.5rem;
}

.header_menu .submenu li:hover>.m_2 {
    background-color: color-mix(in srgb, var(--main-color-1) 10%, var(--bs-white));
}

.header_mobile_navbar .header_mobile_menu .submenu {
    background-color: var(--sub-color-1);
}

header.slide_left .header_mobile_navbar .language {
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 20px 0 0;
}

.top_section .navigation-field>li>a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: calc(20 / 16);
    font-weight: 500;
    padding: 12px 20px;
    border-color: var(--bs-white);
    background-color: var(--bs-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 5%);
}

.lang_en_css .top_section .navigation-field>li>a {
    letter-spacing: 0.01rem;
}

form .btn-default {
    padding: 13px 24px 13px 24px;
    line-height: calc(22 / 16);
    margin-top: 15px;
    font-size: 15px;
    background-color: var(--main-color-2);
    border: 1px solid var(--main-color-2);
    color: var(--bs-white);
}

form .btn-default:hover {
    color: var(--bs-white);
    background-color: color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
    border: 1px solid color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
}

form .btn-default {
    padding: 13px 24px 13px 24px;
    line-height: calc(22 / 16);
    font-size: 15px;
}

.btn-default {
    line-height: calc(20 / 14);
    font-size: 14px;
    background-color: var(--main-color-2);
    border: 1px solid var(--main-color-2);
    color: var(--bs-white);
}

.btn-default:hover {
    color: var(--bs-white);
    background-color: color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
    border: 1px solid color-mix(in srgb, var(--main-color-2) 90%, var(--bs-dark));
}

.social_info ul li {
    line-height: calc(22 / 15);
    font-size: 15px;
    letter-spacing: 0.05rem;
    padding: 5px 5px 5px 45px;
}

.social_info ul li i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(17, 67, 138, 1) 0%, rgba(40, 166, 209, 1) 100%);
    border-radius: 7px;
    letter-spacing: normal;
    line-height: 1;
    font-size: 13px;
}

.contact_company_info .company_info_field ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.contactInfo {
    background-color: var(--bs-white);
}

.banner-content h2 {
    font-weight: 600;
    letter-spacing: 0.08rem;
    font-size: 42px;
    line-height: calc(52 / 42);
}

.banner-content h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: calc(22/15);
    letter-spacing: 1px;
}

#contactForm .form-label {
    font-size: 15px;
    font-weight: 400;
    line-height: calc(21 / 15);
    letter-spacing: 1px;
}

.form-control {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(21 / 15);
    letter-spacing: 1px;
}

.form-select {
    padding: 10px 42px 10px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(21 / 15);
    letter-spacing: 1px;
}

#capcha_image:after {
    font-size: 13px;
}

.googleMap {
    padding: 15px;
    background-color: var(--bs-white);
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.googleMap iframe {
    width: 100%;
    height: 100%;
}

.article-thumb {
    background-color: transparent;
}

.pages .pagination .page-link {
    background-color: var(--bs-white);
}

.page_products .pages {
    display: none;
}

.article-list-1 a {
    pointer-events: none;
}

.article-list-1 a[target="_blank"] {
    pointer-events: all;
}

.article-list-1 .article-thumb {
    padding: 1rem 2rem;
    height: 100%;
    border: none;
    background-color: #ffffff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 2%);
}

.article-list-1 .a-date {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.article-list-1 .article-body {
    height: 100%;
}

.article-list-1 .article-content {
    flex-direction: column;
    height: 100%;
}

.article-list-1 .a-t1 {
    font-size: 18px;
    line-height: calc(25 / 18);
    letter-spacing: 1px;
}

.article-list-1 .a-more-box {
    margin: auto 0 0 0;
    padding: 0 0 1rem 0;
}

.article-list-1 .a-more-box a {
    display: none;
    margin-top: 15px;
}

.article-list-1 .a-more-box a[target="_blank"] {
    display: flex;
}

.article-list-3 a {
    pointer-events: none;
}

.article-list-3 a[target="_blank"] {
    pointer-events: all;
}

.article-list-3 .article-thumb {
    height: 100%;
    border: unset;
    background-color: var(--bs-white);
    min-height: 107px;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 5%);
}

.article-list-3 .a-date {
    width: 65px;
    height: 65px;
    background-color: var(--sub-color-2);
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.article-list-3 .a-date .ym {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: calc(14 / 12);
    padding: 4px 0;
    background-color: var(--main-color-3);
}

.article-list-3 .a-date .y::after {
    margin: -1px 2px 0 2px;
}

.article-list-3 .a-date .d {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 6px;
    padding: 2px 0 0 6px;
    color: var(--main-color-3);
}

.article-list-3 .article-image img {
    max-width: 300px;
}

.article-list-3 .article-thumb .article-image {
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 85px;
    order: 2;
}

.article-list-3 .article-thumb .article-body {
    order: 1;
    padding-left: 85px;
}

.article-list-3 .a-more {
    display: none;
    padding: 8px 15px 8px 15px;
}

.article-list-3 .a-t1 {
    font-size: 20px;
    line-height: calc(26 / 20);
    margin: -2px 0 0 0;
    letter-spacing: 1px;
}

.lang_en_css .article-list-3 .a-t1 {
    letter-spacing: 0.01rem;
}

.article-list-3 .a-desc {
    font-size: 14px;
    line-height: calc(20 / 14);
    color: var(--sub-color-3);
    margin: 9px 0 0 0;
    letter-spacing: 0.05rem;
}

.lang_en_css .text-justify {
    text-align: inherit;
}

.lang_en_css .tracking-widest {
    letter-spacing: 1px;
}

.lang_en_css .swiper-content.swiper-left .swiper-content-box {
    width: 43%;
}

.editor-area .text-xl {
    font-size: 1.25rem;
}

.editor-area .custom-text-secondary.font-semibold:hover {
    color: #f3a01c;
}

.editor-area .main-ttl-item-2 {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.editor-area .main-ttl-item-2 h2 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: var(--main-color-3);
    margin: 0;
    line-height: calc(46/36);
    letter-spacing: 0.08rem;
    padding: 0;
}

.editor-area .main-ttl-item-2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    background-color: #f3a01c;
    border-radius: 5px;
}

.editor-area .main-ttl-item-2 h4 {
    color: #6b7280;
    padding: 0;
    margin: 3px 0 0 0;
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 500;
    letter-spacing: 0.5px
}

.editor-area .main-ttl-item-3 {
    margin-bottom: 1rem;
}

.editor-area .main-ttl-item-3 h2 {
    color: #11438A;
}

.editor-area .main-ttl-item-3 h5 {
    color: #6b7280;
}

.editor-area .main-ttl-item-4 {
    margin-bottom: 30px;
    text-align: center;
}

.editor-area .main-ttl-item-4 h3 {
    position: relative;
    color: #11438A;
    display: inline-flex;
    padding: 0 45px;
    font-size: 28px;
    font-weight: 600;
}

.editor-area .main-ttl-item-4 h3:before,
.editor-area .main-ttl-item-4 h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: #21a8d3;
    border-radius: 5px;
}

.editor-area .main-ttl-item-4 h3:before {
    left: 0;
}

.editor-area .main-ttl-item-4 h3:after {
    right: 0;
}

body:not(.page_news_view) .main_title_widget {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

body:not(.page_news_view) .main_title_widget h1 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: var(--main-color-3);
    margin: 0;
    line-height: calc(46/36);
    letter-spacing: 0.08rem;
    padding: 0;
}

body:not(.page_news_view) .main_title_widget h1::after {
    display: none;
}

body:not(.page_news_view) .main_title_widget::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    background-color: #f3a01c;
    border-radius: 5px;
}

.a-more {
    padding: 8px 13px 8px 15px;
}

sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr {
    vertical-align: middle;
}

.editor-area .rd-table table {
    border: unset;
}

.editor-area .rd-table table th {
    background-color: transparent;
    color: #4a5058;
    border: unset;
    padding: 5px;
}

.editor-area .rd-table table th,
.editor-area .rd-table table th p {
    font-size: 14px;
}

.editor-area .rd-table table td {
    border: unset;
    padding: 5px;
}

.editor-area .rd-table table td,
.editor-area .rd-table table td p {
    font-size: 16px;
}

.editor-area .rd-table table td ol {
    padding-left: 0;
    margin-left: 17px;
}

.editor-area .rd-table table td li {
    font-size: 16px;
    color: var(--sub-color-3);
}

.editor-area .rd-table table th:first-child,
.editor-area .rd-table table td:first-child {
    padding-left: 0;
}

.editor-area .rd-table table th:last-child,
.editor-area .rd-table table td:last-child {
    padding-right: 0;
}

.editor-area .rd-table table tr:nth-child(even) td {
    background-color: transparent;
}


.editor-area .legal-table table {
    border: unset;
}

.editor-area .legal-table table th {
    background-color: transparent;
    color: #4a5058;
    border: unset;
    padding: 10px;
    border-bottom: 1px solid #4a5058;
}

.editor-area .legal-table table th,
.editor-area .legal-table table th p {
    font-size: 15px;
}

.editor-area .legal-table table td {
    border: unset;
    padding: 10px;
}

.editor-area .legal-table table td,
.editor-area .legal-table table td p {
    font-size: 16px;
}




@media (min-width: 1200px) {
    header .logo img {
        max-height: 47px;
        height: 100%;
    }

    .header_sticky .container,
    .header_bottom .container {
        max-width: 100% !important;
        padding: 0 25px;
    }

    .header_style_13 .header_menu .menu {
        margin: 0 10px;
        padding: 10px 0;
    }

    .header_style_13 .header_menu .menu .m_1 {
        padding: 16px 0px;
        font-size: 0.975rem;
        letter-spacing: 0.1rem;
    }

    .lang_en_css .header_style_13 .header_menu .menu .m_1 {
        letter-spacing: 0.01rem;
    }

    .theme_light .header_style_13 .header_menu .menu:hover .m_1 {
        color: var(--main-color-2);
        border-color: transparent;
        background-color: transparent;
    }

    .theme_light .header_style_13 .header_menu .menu .m_1::before {
        background-color: var(--main-color-3);
        height: 2px;
    }

    .theme_light .header_style_13 .header_menu .menu:hover .m_1 {
        color: var(--main-color-3);
    }

    .lang_en_css .header_menu .submenu li .m_2 {
        line-height: calc(18/15);
    }
}

@media (max-width:1370px) {
    .social_info_list ul li {
        width: 50%;
    }
}

@media (max-width:1280px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        justify-content: flex-start;
    }

    .swiper-content.swiper-left .swiper-content-box,
    .swiper-content.swiper-right .swiper-content-box {
        width: 40%;
    }

    .swiper-overlay {
        min-width: 700px;
        top: -135px;
    }

    .swiper-container.top-space {
        height: 700px;
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: 700px;
    }

    .swiper-content.swiper-left {
        padding: 130px 25px 0 25px;
        z-index: 1;
    }

    .lang_en_css .swiper-content.swiper-left {
        padding: 50px 25px 0 25px;
        z-index: 1;
    }

    .swiper-content.swiper-left .swiper-content-box,
    .swiper-content.swiper-right .swiper-content-box {
        width: 32%;
    }

    .swiper-button-wrap {
        top: calc(50% + 150px);
    }

}

@media (max-width:991px) {
    #siteedit .col-site {
        flex: unset;
        width: 25%;
    }

    .swiper-container.top-space {
        height: 550px;
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: 550px;
    }

    .swiper-content h2,
    .swiper-content h4 {
        font-size: 48px;
    }

    .lang_en_css .swiper-content h2,
    .lang_en_css .swiper-content h4 {
        font-size: 36px;
        line-height: calc(40 / 36);
    }

    .swiper-content p:first-of-type {
        margin-top: 10px;
    }

    .swiper-content p {
        font-size: 16px;
        line-height: calc(20 / 16);
    }

    .swiper-overlay {
        top: -140px;
        right: -67px;
        min-width: 520px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        bottom: 10px;
        justify-content: flex-start;
    }

    .swiper-content.swiper-left {
        padding: 120px 25px 0 25px;
        z-index: 1;
    }

    .lang_en_css .swiper-content.swiper-left {
        padding: 50px 25px 0 25px;
    }

    .swiper-content.swiper-left .swiper-content-box,
    .swiper-content.swiper-right .swiper-content-box {
        width: 40%;
    }

    .top-hr-2 {
        height: 125px;
    }

    .product-wrapper {
        top: -25px;
        margin-bottom: -25px;
    }

    .sec_home_item {
        padding: 75px 0;
    }

    #section-9 {
        padding-top: 75px;
        padding-bottom: 190px;
    }

    #section-1 {
        padding-top: 75px;
        padding-bottom: 190px;
    }

    .news-wrapper {
        top: -25px;
        margin-bottom: -25px;
    }

    .top-hr-3 {
        height: 125px;
    }

    .row-guide .col-guide {
        width: 50%;
    }

    .bubble-wrapper-2 .bubble.b13 {
        bottom: -500px;
        width: 550px;
        height: 550px;
    }

    .bubble-wrapper-2 .bubble.b9 {
        width: 200px;
        height: 200px;
        top: 20px;
        left: -65px;
    }

    .bubble-wrapper-2 .bubble.b11 {
        width: 60px;
        height: 60px;
        top: 175px;
        left: 70px;
    }

    .bubble-wrapper-2 .bubble.b10 {
        width: 300px;
        height: 300px;
        bottom: 70px;
        right: -100px;
    }

    .bubble-wrapper-2 .bubble.b12 {
        width: 150px;
        height: 150px;
        bottom: -25px;
        right: -55px;
    }

    .bubble.b1 {
        width: 100px;
        top: 557px;
        right: 309px;
    }

    .bubble.b2 {
        width: 200px;
        top: 420px;
        right: 350px;
        z-index: 1;
    }

    .bubble.b3 {
        width: 90px;
        top: auto;
        left: 25px;
        bottom: 103px;
    }

    .bubble.b7 {
        width: 30px;
        top: auto;
        left: 130px;
        bottom: 160px;
    }

    .bubble.b8 {
        width: 40px;
        bottom: 120px;
        right: 30px;
        z-index: 1;
    }

    .bubble.b5 {
        width: 300px;
        top: 165px;
        left: -75px;
    }
}

@media (max-width:767px) {
    header .logo a img {
        max-height: 45px;
    }

    .fullwide_layout {
        padding-top: 63px;
    }

    .swiper-container.top-space {
        background-position: 75%;
    }

    .swiper-container.top-space {
        height: 550px !important;
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: 550px !important;
    }

    .swiper-content.swiper-left {
        padding: 0 25px 92px 25px;
        z-index: 1;
        text-align: left;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .swiper-overlay {
        top: -30px;
        right: -16px;
        min-width: 475px;
        height: 350px;
    }

    .swiper-content.swiper-left .swiper-content-box {
        width: 100%;
    }

    .swiper-content h2,
    .swiper-content h4 {
        font-size: 36px;
        margin: 0;
    }

    .lang_en_css .swiper-content h2,
    .lang_en_css .swiper-content h4 {
        font-size: 30px;
        line-height: calc(33 / 30);
    }

    .swiper-content p:first-of-type {
        margin-top: 8px
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        bottom: 0;
    }

    #siteedit .col-site {
        flex: unset;
        width: 50%;
    }

    .social_info_list ul li,
    .social_info_map ul li {
        width: 100%;
    }

    .partner-wrapper .col-lg-6 div[class*=custom_link_section] .column {
        width: 50%;
    }

    .news-block-3 .news-txt-box {
        flex-direction: column;
        padding-top: 7px;
    }

    .news-block-3 .news-txt-box h4 {
        width: 100%;
    }

    .news-block-3 .newsDate {
        order: 1;
        margin: 0 0 -27px auto;
        font-size: 14px;
        width: 110px;
        text-align: right;
    }

    .editor-area .main-ttl-item h2 {
        font-size: 32px;
    }

    .main-ttl-box-1 .main-ttl-1 h2 {
        font-size: 32px;
    }

    .top-hr-2 {
        height: 80px;
    }

    .top-hr-3 {
        height: 80px;
    }

    .product-wrapper {
        top: 0;
        margin-bottom: 0;
    }

    .news-wrapper {
        top: 0;
        margin-bottom: 0;
    }

    .sec_home_item {
        padding: 60px 0;
    }

    #section-9 {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    #section-1 {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .bubble-wrapper-2 .bubble.b13 {
        bottom: -700px;
        width: 500px;
        height: 500px;
    }

    .bubble-wrapper-2 .bubble.b10 {
        width: 300px;
        height: 300px;
        bottom: -70px;
        right: -130px;
    }

    .bubble-wrapper-2 .bubble.b12 {
        width: 140px;
        height: 140px;
        bottom: -160px;
        right: -45px;
    }

    .bubble.b8 {
        width: 40px;
        bottom: 65px;
        right: 10px;
    }

    .bubble.b2 {
        width: 150px;
        top: 455px;
        right: 20px;
    }

    .bubble.b1 {
        width: 75px;
        top: 550px;
        right: -16px;
    }

    .bubble.b3 {
        left: -20px;
    }

    .bubble.b5 {
        display: none;
    }

    .bubble.b6 {
        display: none;
    }

    #cookie-dialog {
        width: auto;
        left: 20px;
        right: 20px;
        border-radius: 20px 20px 0 0;
    }

    .cookie-privacy-message .row {
        justify-content: center;
        flex-direction: column;
    }

    #cookie-dialog .cookie-privacy-message p {
        text-align: center;
    }

    #cookie-dialog .col-button {
        text-align: center;
        width: 100%;
    }

    .section_offset {
        padding: 3rem 0;
    }

    .custom_link_section_20 .snip .image a {
        min-height: 75px;
    }

    .top_section .navigation-field>li>a {
        border: 1px solid #dee2e6;
        padding: 12px 12px;
    }

    .backBox .btn-default {
        padding: 11px 11px 11px 12px;
    }

    .container.mt-5.mb-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .article-list-3 .article-thumb .article-body {
        padding: 0;
    }

    .article-list-3 .a-date {
        position: relative;
        width: auto;
        height: auto;
        background-color: var(--main-color-3);
        padding: 5px 6px;
        align-items: center;
        border-radius: 3px;
    }

    .article-list-3 .a-date .ym {
        width: auto;
        font-size: 12px;
        letter-spacing: 0.2px;
        padding: 0;
    }

    .article-list-3 .a-date .m::after {
        display: block;
        margin: -1px 2px 0 2px;
        background-color: var(--bs-white);
    }

    .article-list-3 .a-date .d {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.2px;
        padding: 0;
        width: auto;
        margin: 0;
        color: var(--bs-white);
    }

    .article-list-3 .article-thumb .article-image {
        margin-left: 0;
    }

    .article-list-3 .a-t1 {
        font-size: 18px;
        line-height: calc(24 / 18);
    }

}


@media (max-width:479px) {
    .swiper-content.swiper-left {
        padding-bottom: 75px;
    }
}