.frgr-us-gud__content-wrap {
    max-width: 1000px;
    margin: 0 auto;
    color: #666;
    font-family: Pretendard;
}

.frgr-us-gud__section {
    margin-bottom: 40px;
}

.frgr-us-gud__section h3 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.frgr-us-gud__section .section__content {
    padding: 20px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.frgr-us-gud__section .section__content--my-8 {
    padding: 32px 20px;
}

.frgr-us-gud__section .section__content .bolder {
    font-weight: 700;
    padding-left: 16px;
    text-indent: -16px;
}

.frgr-us-gud__section.ezl-card-section .section__content p:first-child{
    margin-bottom: 5px;
}

.frgr-us-gud__section.ezl-card-type-section .section__content .img-wrap {
    background: #FFF;
    display: flex;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.frgr-us-gud__section.ezl-card-type-section .section__content .width-type,
.frgr-us-gud__section.ezl-card-type-section .section__content .vertical-type {
    padding: 20px;
    border-radius: 4px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
}

.frgr-us-gud__section.ezl-card-type-section .section__content .width-type img {
    max-width: 536px;
}

.frgr-us-gud__section.ezl-card-type-section .section__content .vertical-type img {
    max-width: 344px;
    margin-bottom: auto;
}

.frgr-us-gud__section.ezl-card-type-section h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.frgr-us-gud__section.ezl-card-benefits-section .ezl-card-benefits-section-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.frgr-us-gud__section.ezl-card-benefits-section h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 32px;
}

.frgr-us-gud__section.ezl-card-benefits-section h4 div {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    border-radius: 3px;
    background: #4D4D4D;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2.5px;
}

.frgr-us-gud__section.ezl-card-benefits-section ul {
    list-style-type: disc;
    padding-inline-start: 25px;
    margin-bottom: 32px;
}

.frgr-us-gud__section.ezl-card-benefits-section ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.frgr-us-gud__section.ezl-card-benefits-section ul li b {
    font-size: 18px;
    line-height: 150%;
}

.frgr-us-gud__section.ezl-card-benefits-section p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.frgr-us-gud__section.ezl-card-benefits-section .table-title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.frgr-us-gud__section.ezl-card-benefits-section table {
    max-width: 440px;
    margin-bottom: 12px;
}

.frgr-us-gud__section.ezl-card-benefits-section table,
.frgr-us-gud__section.ezl-card-benefits-section td {
    border: 1px solid #DCDEE4;
    border-collapse: collapse;
}

.frgr-us-gud__section.ezl-card-benefits-section table tr {
    height: 44px;
}

.frgr-us-gud__section.ezl-card-benefits-section table tr td {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.frgr-us-gud__section.ezl-card-benefits-section table tr td:first-child {
    background: #EBEDF1;
    width: 140px;
}

.frgr-us-gud__section.ezl-card-benefits-section table tr td:last-child {
    background: #FFF;
    width: 300px;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 11px 0;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-btn .title-wrap .title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-btn .ico-wrap .ico img {
    transition: .25s;-moz-transition: .25s;-webkit-transition: .25s;-o-transition: .25s;
    width: 13px;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-btn.active .ico-wrap .ico img {
    transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);
    width: 13px;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-content {
    display: none;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-content h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-content h5 span {
    font-size: 16px;
    font-weight: 400;
}

.discount-code-title {
    margin: 12px 0;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-content .available-ul {
    list-style-type: none;
    padding-inline-start: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.frgr-us-gud__section.ezl-card-benefits-section .information-content .available-ul li {
    text-indent: -18px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.discount-code-ul li {
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.outlink-btn-area {
    margin-left: -18px;
}

.btn-check-branch-wrap {
    border: 1px solid #949494;
    background: #FFF;
    padding: 12px 94px;
    width: fit-content;
}

.btn-check-branch-wrap .btn-check-branch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-check-branch-wrap .btn-check-branch span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
}

.btn-check-branch-wrap .btn-check-branch .ico {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-check-branch-wrap .btn-check-branch .ico img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.frgr-us-gud__description {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.frgr-us-gud__description span {
    margin-top: 12px;
    width: 8px;
    min-width: 8px;
    height: 2px;
    background-color: #666;
}

.frgr-us-gud__section.where-to-buy-section .img-wrap {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.frgr-us-gud__section.where-to-buy-section .img-wrap img {
    max-width: 400px;
    max-height: 50px;
}

.where-to-charge-section-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.where-to-charge-section .section__content.top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.where-to-charge-section .section__content.top-part .left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
}

.where-to-charge-section .section__content.top-part .right {
    padding: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.where-to-charge-section .section__content.top-part .right img {
    max-width: 80px;
    max-height: 80px;
}

.where-to-charge-section .section__content.top-part .right button {
    display: none;
}

.where-to-charge-section .section__content.bottom-part {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.where-to-charge-section .section__content.bottom-part img {
    max-height: 202px;
}

.where-to-charge-section .section__content.bottom-part .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.where-to-charge-section .section__content.bottom-part .step-item h4 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 32px;
}

.where-to-charge-section .section__content.bottom-part .step-item p {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 8px;
}

.frgr-us-gud__description-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

.where-to-use-section .img-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff;
    border: 1px solid #ECECEC;
}

.where-to-use-section .img-wrap img {
    max-width: 156px;
}

.where-to-use-section .img-wrap .img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    border-bottom: 1px solid #F8F8F8;
}

.how-to-get-refund-section .section__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.send-mail-section .section__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.frgr-us-gud__faq h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.frgr-us-gud__faq .category_title {
    background-color: #f7f7f7;
}

.frgr-us-gud__faq .category_title a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.frgr-us-gud__faq .category_title a p strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.frgr-us-gud__faq .category_title a i {
    font-size: 20px;
}

@media (max-width:1020px) {
    .frgr-us-gud__content-wrap {
        max-width: 100%;
        margin: 40px 16px 0;
    }

    .where-to-charge-section .section__content.bottom-part img {
        max-height: 160px;
    }
}

@media (max-width:768px) {
    .frgr-us-gud__section h3 {
        font-weight: 600;
        line-height: 140%;
    }
    
    .frgr-us-gud__section.ezl-card-type-section .section__content .img-wrap {
        display: flex;
        flex-direction: column;
    }
    
    .frgr-us-gud__section.ezl-card-type-section .section__content .width-type,
    .frgr-us-gud__section.ezl-card-type-section .section__content .vertical-type {
        gap: 6px;
    }
    
    .frgr-us-gud__section.ezl-card-type-section .section__content .width-type img {
        max-width: 100%;
    }
    
    .frgr-us-gud__section.ezl-card-type-section .section__content .vertical-type img {
        max-width: 100%;
    }
    
    .frgr-us-gud__section.ezl-card-type-section h4 {
        font-weight: 600;
        line-height: 160%;
    }
    
    .frgr-us-gud__section.ezl-card-benefits-section h4 {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .frgr-us-gud__section.ezl-card-benefits-section ul {
        padding-inline-start: 25px;
        font-size: 16px;
    }
    
    .frgr-us-gud__section.ezl-card-benefits-section p {
        font-size: 14px;
    }
    
    .frgr-us-gud__section.ezl-card-benefits-section .table-title {
        margin-bottom: 24px;
    }

    .frgr-us-gud__section.ezl-card-benefits-section table {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .frgr-us-gud__section.ezl-card-benefits-section table tr td:first-child {
        width: 30%;
    }
    
    .frgr-us-gud__section.ezl-card-benefits-section table tr td:last-child {
        width: 70%;
    }
    
    .btn-check-branch-wrap {
        padding: 11px 37px;
        width: 100%;
    }
    
    .frgr-us-gud__section.where-to-buy-section .img-wrap {
        margin-top: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
    .frgr-us-gud__section.where-to-buy-section .img-wrap img {
        max-width: 268px;
        max-height: unset;
    }
    
    .where-to-charge-section .section__content.top-part {
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
    }
    
    .where-to-charge-section .section__content.top-part .right {
        all: unset;
        width: 100%;
    }
    
    .where-to-charge-section .section__content.top-part .right img {
        display: none;
    }
    
    .where-to-charge-section .section__content.top-part .right button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 58px;
        border-radius: 10px;
        background: #FFCB00;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        font-family: Pretendard;
    }

    .where-to-charge-section .section__content.top-part .right button:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .where-to-charge-section .section__content.bottom-part {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    
    .where-to-charge-section .section__content.bottom-part img {
        max-height: unset;
        max-width: 100%;
    }
    
    .where-to-charge-section .section__content.bottom-part .step-item h4 {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 20px;
    }
    
    .where-to-charge-section .section__content.bottom-part .step-item:nth-child(2) {
        margin-bottom: 27px;
    }

    .where-to-use-section .img-wrap img {
        max-width: 100%;
    }
    
    .where-to-use-section .img-wrap .img-item {
        padding: 24px 12px;
    }

    .frgr-us-gud__faq .category_title a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        text-decoration: none;
    }

    .frgr-us-gud__faq .category_title a i {
        font-size: 20px;
    }
}