.bner-dc.x1,
.bner-dc.x2 {
    z-index: 1;
}

.bner-bg::after {
    background: rgba(0, 40, 104, 0.95);
}

.qa-head .des {
    width: 69.8rem;
    margin: 0 auto;
    max-width: 100%;
    font-size: 1.25em;
}

.bner-content-inner .b-tag {
    font-size: .875em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(11.300000190734863px);
}

.qa-left {
    font-size: 1.125em;
}

.qa-heading .icon {
    width: calc(16/24*1em);
    height: calc(16/24*1em);
}

.ab-flex>img {
    width: calc(29/18*1em);
}

.ab-flex {
    gap: calc(21/18*1em);
    align-items: center;
    color: #151515;
}

.ab-content {
    width: 60.2rem;
}

.sec-blog-home .t-title {
    width: 70.6rem;
    margin: 0 auto;
    max-width: 100%;
}

.sec-regi .regi-head .t-title {
    width: 78.9rem;
    margin: 0 auto;
    max-width: 100%;
}

.sec-wel .code-bner-title {
    --f-sz: clamp(2.9rem, calc(0.8918rem + 2.8689vw), 6.4rem);
    font-size: var(--f-sz);
    color: #002868;
    text-wrap: pretty;
    position: relative;
    font-family: "Instrument Serif", sans-serif;
    line-height: 1.2;
    font-weight: 400;
}

.sec-ab .dev-content li {
    font-size: 1.125em;
    color: #151515;
}

.home-ab .ab-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
}

.home-ab .ab-box-item {
    width: calc(50% - 1.6rem);
}

@media screen and (max-width: 600px) {
    .home-ab .ab-box-item {
        width: 100%;
    }

}

.home-ab .ab-box-item .box-title {
    font-weight: 500;
    font-size: 1.125em;
    color: #002868;
    margin-bottom: 1.2rem;
}

.ab-img {
    width: 59.2rem;
    max-width: 100%;
}

.home-ab:nth-child(odd) .ab-img::after {
    bottom: calc(56/512*100% * -1);
    right: calc(40/592*100% * -1);
    width: calc(148/592*100%);
    padding-bottom: 37.5%;

}

.home-ab:nth-child(even) .ab-img::after {
    top: calc(56/512*100% * -1);
    left: calc(37/592*100% * -1);
    width: calc(148/512*100%);
    padding-bottom: 16.25%;
    bottom: unset;
    right: unset;
}

.ab-img img {
    display: block;
}

.ft-box .menu li a {
    padding-bottom: .2rem;
    position: relative;
    display: inline-flex;
}

.ft-box .menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0;
    transition: .3s ease-in-out;
}

.ft-box .menu li a:hover::after {
    opacity: 1;
}

.ft-ct a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.ft .social-link {
    background-color: #3587E5;
}

.ft-ct.iwt .icon {
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-color: rgba(255, 255, 255, 0.15);
}

.wpcf7 .wpcf7-form:not(.sent) .wpcf7-response-output {
    display: none;
}

.sec-benefit .cou-it .iwt {
    --iz: 4.3rem
}

.sec-benefit .c-sec.t24.fw-5 {
    margin-bottom: 1.6rem;
}

.sec-bene .cou-it .iwt {
    --iz: 4.8rem
}

@media screen and (min-width: 1024px) {
    .certi-panel .t-head .t-title {
        font-size: 3em;
    }

    .err-panel .b-list {
        row-gap: 3.2rem;
    }

    .sec-err.is-custom .err-panel .iwt {
        gap: 3.2rem;
    }

    .sec-err.is-custom .err-panel .iwt .t-gr {
        gap: .8rem;
    }
}

.checkbox-content ul li {
    font-size: 1.125em;
    color: #151515;
    align-items: center;
    gap: calc(21/18*1em);
}

.checkbox-content ul li::before {
    content: "";
    background-image: url(../assets/images/ic-checked.svg);
    width: calc(29/18*1em);
    height: calc(29/18*1em);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-lead .lead-ic {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054C5;
}

.sec-lead .lead-ic img {
    width: calc(19/56*100%);
    border-radius: 0;
}

.sec-lead .lead-name {
    font-weight: 500;
}

.checkbox-content ul {
    gap: 1.6rem;
}

.sec-ers .dev-content ul {
    padding-left: 5px;
}

.swiper-control-btn i {
    font-size: 1.2em;
}

.lead-tag {
    position: relative;
}

.lead-tag::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 100rem;
    border: .1rem solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(11.3px);

}

.cou-mod-side .dev-content li {
    font-size: 1em;
    color: #333333;
    gap: .99em;
}

.cou-mod-side .dev-content li::before {
    width: calc(18/16*1em);
    height: calc(18/16*1em);
}

.era-box .t-head {
    text-transform: uppercase;
}