#contents nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #0059A0;
}

.intro-nav_list {
    gap: 1rem 0.5rem;
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.intro-nav-list_item {
    display: flex;
    width: calc((100vw / 3) - 20px);
    height: 100%;
    font-size: min(3vw, 1.6rem);
    font-weight: 700;
    justify-content: center;
    line-height: 1.3;
    align-items: center;
}

.intro-nav-list_item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.intro-nav-list_item a::after {
    content: "";
    display: block;
    width: 15px;
    height: 8.5px;
    margin-bottom: 0.5rem;
    background-image: url(/contents/compliance/gchecker/images/caret-down-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;

}

.intro-nav-list_item:hover a {
    color: #0059A0;
    text-decoration: none;
}

.intro-nav-list_item:hover a::after {
    margin-top: 0.5rem;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}

section .intro-nav-list_item:last-child {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .intro-nav_list {
        flex-wrap: nowrap;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.borderTop_none {
    border-top: none !important;
}

.borderBottom_none {
    border-bottom: none !important;
}

.ta-left {
    text-align: left !important;
}

.bg_white {
    background-color: #ffffff !important;
}

.fsz-14 {
    font-size: 14px !important;
}

.txt_fwi {
    font-weight: initial !important;
}

.payment_methods {
    font-weight: bold !important;
}

.payment_methods_links {
    display: flex;
    margin-top: 16px;
    gap: 24px;
    justify-content: space-around;
    align-items: center;
}

.usagePlanBlock_table_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
}

.usagePlanBlock_table {
    min-width: 1100px;
    border-collapse: collapse;
    text-align: center;
}

.usagePlanBlock_table td,
.usagePlanBlock_table th {
    border: 1px solid #333333;
    padding: 16px;
    text-align: center;
}

.usagePlanBlock_table td span {
    display: block;
}

.usagePlanBlock_table th {
    text-align: center;
}

.usagePlanBlock_table th:nth-of-type(2) {
    background-color: #0E9500;
    color: #fff;
}

.usagePlanBlock_table th:nth-of-type(3) {
    background-color: #1D50C5;
    color: #fff;
}

.usagePlanBlock_table tr td:nth-child(1),
.usagePlanBlock_table th:nth-child(1) {
    text-align: center;
    width: 20%;
    background-color: #eeeeee;
    font-weight: bold;
}

.usagePlanBlock_table tr td:nth-child(3),
.usagePlanBlock_table tr td:nth-child(4) {
    text-align: center;
    width: 20%;
}

.btn-blue2 {
    color: #fff !important;
    background-color: #1D50C5;
    padding: 8px 24px;
    display: block;
    width: fit-content;
    margin: 0;
}

a.btn-blue2:visited {
    color: #fff;
    text-decoration: none;
}

#note_no1,
#note_no2 {
    display: block;
    text-indent: -2.5em;
    padding-left: 2.5em;
    font-size: 12px;
}

#sm_link {
    padding-right: 20px;
    position: relative;
}

#sm_link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 15%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border: 2px solid #1D50C5;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
}

.note_link {
    font-weight: normal;
    color: #1D50C5;
    text-decoration: underline;
}

.note_link:link,
.note_link:visited {
    color: #1D50C5;
}

#note_no1 a {
    display: block;
    padding-left: 2.5em;
    color: #1D50C5;
    width: fit-content;
}

#note_no1 a:link {
    color: #1D50C5;
}

.signupbtn_card1,
.signupbtn_invoice,
.signupbtn_card2 {
    padding: 24px 0;
}

.signupbtn_card1 a,
.signupbtn_invoice a {
    background-color: #1D50C5;
}

.signupbtn_card2 a {
    background-color: #0E9500;
}

.signupbtn_card1 a,
.signupbtn_card2 a,
.signupbtn_invoice a {
    color: #fff;
    padding: 8px 0;
    display: block;
    border-radius: 16px;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
    width: 246px;
    margin: 0 auto;
}

.signupbtn_card1 a:hover,
.signupbtn_card2 a:hover,
.signupbtn_invoice a:hover {
    text-decoration: none;
    background-color: #00A1B9;
}

.signupbtn_card1 span,
.signupbtn_card2 span,
.signupbtn_invoice span {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 1.4em;
    padding-bottom: 8px;
}

.signupbtn_txt {
    margin-top: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.signupbtn_txt::before {
    content: '';
    display: inline-block;
    background-image: url("/common/images/btn-icon-entry.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.aboutPriceBlock .priceFlow>dl.basic dl:nth-child(1)>dt {
    color: #0E9500;
}

.aboutPriceBlock .priceFlow>dl.basic dl:nth-child(2)>dt {
    color: #1D50C5;
}

@media (max-width: 1023px) {
    .usagePlanBlock_table {
        min-width: 760px;
        width: 100%;
        font-size: 16px;
    }

    .usagePlanBlock_table td,
    .usagePlanBlock_table th {
        padding: 8px;
    }

    .usagePlanBlock_table tr td:nth-child(1),
    .usagePlanBlock_table th:nth-child(1) {
        width: 10%;
    }

    .intro-nav_list {
        margin: 0 1rem;
        justify-content: center;
    }

    #sm_link::before {
        bottom: 6%;
        right: 6px;
    }
}