.top-banner-img--faq {
    -o-object-position: center -90px;
    object-position: center -90px;
}

.page-main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px 80px;
}

@media only screen and (max-width: 1280px) {
    .page-main {
        padding: 0 30px 60px;
    }
}

@media only screen and (max-width: 768px) {
    .page-main {
        padding: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .page-main {
        padding: 12px;
    }
}

.page-heading {
    margin-bottom: 40px;
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 4.688rem;
    font-weight: 500;
    color: #343a40;
}

.section-subtitle {
    display: block;
    margin-top: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #1795AC;
    text-transform: uppercase;
}

.copy-block {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #343a40;
}

    .copy-block p + p {
        margin-top: 30px;
    }

.about-page__values {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-page__value {
    padding: 40px 50px;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.about-page__value--teal {
    background: -webkit-gradient(linear, left top, right top, from(#239cb3), to(#1f8ca5));
    background: linear-gradient(90deg, #239cb3 0%, #1f8ca5 100%);
}

.about-page__value--blue {
    background: -webkit-gradient(linear, left top, right top, from(#184c9d), to(#0e2f6f));
    background: linear-gradient(90deg, #184c9d 0%, #0e2f6f 100%);
}

.about-page__value ul {
    line-height: 40px;
}

    .about-page__value ul li {
        list-style: disc;
    }

.about-page__services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.about-page__service {
    min-height: 320px;
    padding: 50px 40px;
    border-left: 1px solid #d9d9d9;
}

    .about-page__service:first-child {
        border-left: 0;
    }

    .about-page__service i {
        margin-bottom: 20px;
        color: #1795AC;
        font-size: 44px;
    }

    .about-page__service h3 {
        margin-bottom: 20px;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.813rem;
        font-weight: 700;
    }

    .about-page__service p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

.about-list li {
    margin-left: 20px;
    list-style: disc;
}

.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: 80px;
}

.contact-page__company {
    margin-top: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #1795AC;
    text-transform: uppercase;
}

.contact-page__list {
    margin-top: 40px;
}

.contact-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

    .contact-page__item + .contact-page__item {
        margin-top: 10px;
    }

    .contact-page__item i {
        padding-top: 6px;
        color: #1795AC;
        font-size: 20px;
    }

.contact-page__map {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #e9ecef;
    aspect-ratio: 0.75;
    position: relative;
}

    .contact-page__map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 1280px) {
    .contact-page__grid {
        grid-template-columns: minmax(0, 30%) minmax(0, 70%);
        gap: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-page__map {
        aspect-ratio: 1.5;
    }
}

.entry-form {
    max-width: 100%;
}

.entry-form--login {
    max-width: 540px;
    margin: 40px auto 0;
}

.entry-form--member {
    max-width: 980px;
    margin: 30px auto 0;
}

.entry-form--contact {
    margin-top: 20px;
}

.entry-form--inquiry {
    max-width: 100%;
}

.entry-form__title {
    margin-top: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #1795AC;
    text-transform: uppercase;
}

.entry-form__note {
    margin: 30px 0;
    padding: 15px 20px;
    background-color: #f2f2f2;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #495057;
}

    .entry-form__note .required {
        color: #B40003;
        font-weight: 700;
    }

.entry-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.entry-form__item {
    min-width: 0;
    margin-bottom: 20px;
}

.entry-form__item--full {
    grid-column: 1/-1;
}

.entry-form__zipcode {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.entry-form__zipcode-item {
    min-width: 0;
}

.entry-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.313rem;
    font-weight: 700;
    color: #343a40;
}

    .entry-form__label .required {
        color: #B40003;
    }

.entry-form .form__control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

    .entry-form .form__control:focus {
        border-color: rgba(23, 149, 172, 0.75);
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 3px rgba(23, 149, 172, 0.08);
        box-shadow: 0 0 0 3px rgba(23, 149, 172, 0.08);
    }

.entry-form .form__select {
    position: relative;
}

    .entry-form .form__select select {
        width: 100%;
        height: 52px;
        padding: 0 15px;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        background-color: #f2f2f2;
    }

    .entry-form .form__select i {
        position: absolute;
        pointer-events: none;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.entry-form .form__textarea {
    height: 160px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.entry-form__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.entry-form__captcha-input {
    width: auto;
    max-width: 210px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.entry-form__captcha-img {
    width: auto;
    height: 52px;
}

.entry-form__captcha-refresh {
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1795AC;
    font-size: 34px;
}

.entry-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}

.entry-form__actions--stacked {
    margin-top: 20px;
}

.entry-form__agree {
    margin-top: 20px;
}

    .entry-form__agree .form-selection {
        padding: 0;
    }

    .entry-form__agree .form-selection__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .entry-form__agree .form-selection__text--checkbox {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .entry-form__agree .form-selection__agree-text {
        font-size: 15px;
        font-size: 0.938rem;
        line-height: 1.125rem;
        color: #495057;
    }

.entry-form__agree-link {
    color: #B40003;
    font-weight: 700;
    text-decoration: underline;
}

    .entry-form__agree-link:hover {
        color: #1795AC;
    }

.entry-form__btn {
    width: 188px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

    .entry-form__btn:hover {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
        color: inherit;
    }

.entry-form__btn--primary {
    border-color: #B40003;
    background-color: #B40003;
    color: #fff;
}

    .entry-form__btn--primary:hover {
        background-color: rgb(60.5882352941%, 0%, 1.0098039216%);
        border-color: rgb(60.5882352941%, 0%, 1.0098039216%);
        color: #fff;
    }

.entry-form__btn--muted {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #fff;
}

    .entry-form__btn--muted:hover {
        background-color: rgb(64.1568627451%, 64.1568627451%, 64.1568627451%);
        border-color: rgb(64.1568627451%, 64.1568627451%, 64.1568627451%);
        color: #fff;
    }

.entry-form__btn--ghost {
    background-color: #fff;
    color: #343a40;
}

    .entry-form__btn--ghost:hover {
        border-color: rgba(23, 149, 172, 0.55);
        color: #1795AC;
    }

.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

    .modal.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.modal__dialog {
    position: relative;
    width: 100%;
    max-width: 1280px;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #888;
    font-size: 20px;
    cursor: pointer;
}

    .modal__close:hover {
        color: #B40003;
    }

.modal__title {
    margin-bottom: 20px;
    padding-right: 30px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.688rem;
    font-weight: 700;
    color: #1795AC;
}

.modal__body {
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.125rem;
    color: #495057;
}

.member-page__inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.member-page__inner--wide {
    max-width: 1080px;
}

.member-page__inner--full {
    max-width: 1240px;
}

.member-page__inner--login {
    max-width: 540px;
}

.member-page__forgot {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.member-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.member-tabs__item {
    min-width: 188px;
    height: 66px;
    padding: 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    background-color: #a1a1a1;
    border-width: 1px;
    border-style: solid;
    border-color: #a1a1a1;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

    .member-tabs__item i {
        font-size: 20px;
    }

.member-tabs__item--active {
    background-color: #1795AC;
    border-color: #1795AC;
}

.member-tabs__item:hover {
    background-color: #fff;
    color: #1795AC;
    border-color: #1795AC;
}

@media only screen and (max-width: 768px) {
    .member-tabs {
        margin-bottom: 35px;
    }
}

.member-table {
    border-bottom: 1px solid #d9d9d9;
}

.member-table__head, .member-table__row {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 180px minmax(200px, 1.4fr) minmax(140px, 1fr) 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-top: 1px solid #d9d9d9;
}

.member-table__head {
    padding: 20px 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 700;
    color: #343a40;
}

.member-table__name a {
    display: block;
}

.member-table__date {
    color: #1795AC;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 700;
}

.member-table__btn {
    width: 100%;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    background-color: #1795AC;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #1795AC;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

    .member-table__btn:hover {
        background-color: #fff;
        color: #1795AC;
    }

.inquiry-list__row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
}

.inquiry-list__thumb img {
    width: 130px;
    border: 1px solid #e9ecef;
    display: block;
    aspect-ratio: 4/3;
}

.inquiry-list__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #343a40;
}

.inquiry-list__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.inquiry-list__remove {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background-color: #dc3545;
    color: #fff;
    cursor: pointer;
}

.inquiry-list__remove:hover {
    background-color: #b02a37;
}

.inquiry-list__delete {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #888;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

    .inquiry-list__delete:hover {
        border-color: #B40003;
        background-color: #B40003;
        color: #fff;
    }

.qty-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.qty-box__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    font-size: 20px;
    cursor: pointer;
}

.qty-box__input {
    width: 110px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #343a40;
}

.qty-box__value {
    width: 92px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    background-color: #f7f7f7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #343a40;
}

.order-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-detail__no {
    margin-bottom: -1px;
    padding: 6px 0 7px 20px;
    border-left: 10px solid #1795AC;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.order-detail__date {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #1795AC;
    font-weight: 700;
}

.order-detail__note {
    margin-top: 20px;
}

    .order-detail__note .entry-form__label {
        margin-bottom: 10px;
    }

    .order-detail__note .form__textarea {
        height: 150px;
    }

.entry-form--login .entry-form__grid {
    grid-template-columns: 1fr;
}

.entry-form--login .entry-form__item {
    width: 100%;
}

.entry-form--login .entry-form__captcha {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-form--login .entry-form__btn {
    width: 100%;
}

.entry-form--login .entry-form__captcha-input {
    width: 200px;
}

.entry-form--member .entry-form__label {
    margin-bottom: 6px;
}

.entry-form--member .form__control {
    height: 50px;
}

.entry-form--member .entry-form__captcha {
    margin-top: 4px;
}

.entry-form--member-edit .entry-form__actions {
    margin-top: 45px;
}

.entry-form--contact .entry-form__note {
    margin-top: 24px;
}

.entry-form--inquiry .form__textarea {
    height: 180px;
}

.entry-form--inquiry .entry-form__captcha {
    margin-top: 6px;
}

.news-edit {
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.news-listing {
    padding-left: 60px;
}

.news-listing__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .news-listing__row:first-child {
        border-top: 1px solid #d9d9d9;
    }

.news-listing__date {
    padding: 10px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1795AC;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.news-listing__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 960px) {
    .news-listing {
        padding-left: 0;
    }

    .news-listing__row:first-child {
        border-top-width: 0;
    }
}

@media only screen and (max-width: 560px) {
    .news-listing__date {
        padding: 5px 10px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.063rem;
    }
}

@media only screen and (max-width: 480px) {
    .news-listing__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        gap: 10px;
    }

    .news-listing__title {
        width: 100%;
    }
}

.news-detail {
    padding-left: 60px;
}

.news-detail__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.news-detail__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.news-detail__copy {
    padding: 50px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

@media only screen and (max-width: 960px) {
    .news-detail {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .news-detail__heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 15px;
    }

    .news-detail__title {
        width: 100%;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

.faq-list {
    padding-left: 60px;
}

@media only screen and (max-width: 960px) {
    .faq-list {
        padding-left: 0;
    }
}

.faq-item {
    border-bottom: 1px solid #d9d9d9;
}

    .faq-item:first-child {
        border-top: 1px solid #d9d9d9;
    }

.faq-item--open .faq-item__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-item--open .faq-item__toggle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-item__question {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq-item__answer {
    padding: 15px;
    display: none;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f6f6f6;
}

.faq-item__badge {
    width: 40px;
    height: 40px;
    padding: 0 5px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-family: "Raleway", "Times", "Times New Roman", serif;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-item__badge--q {
    background-color: #0da33f;
}

.faq-item__badge--a {
    background-color: #B40003;
}

.faq-item__title, .faq-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.faq-item__toggle {
    margin-left: auto;
    color: #343a40;
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (max-width: 480px) {
    .faq-item__badge {
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}

.pager__item {
    width: 54px;
    height: 54px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.action-back {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .contact-page__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .member-table__head, .member-table__row {
        grid-template-columns: 150px minmax(160px, 1.2fr) minmax(120px, 0.8fr) 120px;
        column-gap: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .page-heading {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 2.875rem;
    }

    .section-subtitle {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.688rem;
    }

    .copy-block {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .about-page__values, .about-page__services {
        grid-template-columns: 1fr;
    }

    .about-page__service {
        border-left: 0;
        border-top: 1px solid #d9d9d9;
    }

        .about-page__service:first-child {
            border-top: 0;
        }

    .entry-form .form__control {
        height: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .entry-form .form__textarea {
        height: 130px;
    }

    .entry-form__captcha-img {
        height: 40px;
    }

    .entry-form__grid {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .entry-form__item--full {
        grid-column: auto;
    }

    .entry-form__zipcode {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .entry-form__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .entry-form__btn {
        width: 100%;
        max-width: 240px;
    }

    .member-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .member-tabs__item {
        min-width: 160px;
        height: 54px;
    }

    .member-table__head {
        display: none;
    }

    .member-table__row {
        grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        padding: 18px 0;
    }

    .member-table__btn-box {
        display: none;
    }

    .inquiry-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #d9d9d9;
    }

    .inquiry-list__row {
        padding: 20px;
        gap: 10px;
        grid-template-columns: 1fr;
    }

        .inquiry-list__row:nth-child(even) {
            border-left: 1px solid #d9d9d9;
        }

    .inquiry-list__thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .inquiry-list__thumb img {
            width: 100%;
            max-width: 180px;
            border-width: 0;
        }

    .inquiry-list__name {
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .inquiry-list__quantity {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .inquiry-list__delete {
        margin: 0 auto;
    }

    .qty-box__btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .qty-box__input {
        width: 80px;
        height: 30px;
    }

    .order-detail__no {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .order-detail__date {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.875rem;
    }

    .news-detail__heading {
        grid-template-columns: 1fr;
    }

    .news-detail__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.813rem;
    }

    .news-detail__paper {
        width: 260px;
        height: 430px;
        margin-left: 0;
    }

    .faq-item__question {
        gap: 10px;
    }

    .faq-item__title, .faq-item__content {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .member-table__row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .inquiry-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .inquiry-list__row:nth-child(even) {
        border-left-width: 0;
    }

    .order-detail__no {
        padding-left: 10px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .order-detail__date {
        font-size: 13px;
        font-size: 0.813rem;
        line-height: 1.5rem;
    }
}
