.id_gram_content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.id_gram_content p {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0px;
    color: #636363;
}

.tooltip_icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: -4px;
}

.index_main .tooltip {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    max-width: 250px !important;
}

.index_main .tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.7) !important;
}

.index_main .tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.7) !important;
}

.index_main .tooltip-inner {
    text-align: left;
    max-width: 250px !important;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.7);
}

.nologin_gram_content {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.nologin_gram_content p {
    font-family: "Ubuntu Regular";
    font-size: 13px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0px;
    color: #636363;
}

.get_address_btn {
    background-color: #346BE5;
    font-family: "Ubuntu Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-left: 36px;
    padding-right: 36px;
    min-width: 156px;
    height: 40px;
    border-radius: 4px;
    margin-top: 20px;
}

/* modal */
.mam_help {
    font-family: "Ubuntu Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #346BE5;
}

.mam_help:hover,
.mam_help:focus,
.mam_help:active {
    color: #346BE5;
}

.mam_item {
    margin-bottom: 20px;
}

.red_span {
    font-family: "Ubuntu Regular" !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    color: #FF4D4F !important;
}

.mam_title {
    font-family: "Ubuntu Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #262626;
}

.mam_tip {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF1F0;
    color: #262626;
    font-family: "Ubuntu Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0px;
}

/* modal */

@media only screen and (max-width: 1500px) {
    .tooltip_icon_pc {
        display: none !important;
    }

    .tooltip_icon_phone {
        display: inline-block !important;
    }

    .index_main .tooltip-arrow {
        border-right-color: transparent !important;
        border-top-color: rgba(0, 0, 0, 0.7) !important;
    }
}