.gmt_app_content {
    padding: 17px 16px;
    box-sizing: border-box;
    height: 100vh;
}

.gmt_app_header {
    align-items: center;
}

.gmt_ready {
    display: flex;
}

.gmt_close_ico {
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
}

.gmt_logo {
    width: 90px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.gmt_payment_ready_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}

.gmt_payment_confirm_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    height: 85%;
}

.gmt_install_button {
    padding-top: 30px;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    line-height: 16.41px;
    -webkit-tap-highlight-color: transparent !important;
}

.gmt_payment_download_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gmt_payment_done {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.gmt_payment_text {
    width: 100%;
    max-width: 376px;
    color: #111111;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    padding-bottom: 50px;
}

.gmt_payment_confirm_text {
    width: 100%;
    max-width: 376px;
    color: #111111;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    padding-top: 10px;
}

/* 작은 모바일 화면 (최대 너비 480px) */
@media (max-width: 320px) {
    .gmt_payment_text {
        font-size: 18px;
    }
    .gmt_payment_confirm_text {
        font-size: 18px;
    }
}

.gmt_payment_button {
    width: 100%;
    max-width: 376px;
    height: 50px;
    color: #ffffff;
    background-color: #09bfbf;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
}

.gmt_payment_button.exit {
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid;
    border-color: #2779c2;
    color: #2779c2;
}

.gmt_popup_dim {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: inherit;
}

.gmt_popup_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: left;
}

.gmt_popup_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.gmt_popup_button_box {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.gmt_popup_button_error_box {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.gmt_loading_dim {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    opacity: 1;
    visibility: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
}

.gmt_loading {
    width: 20%;
}

.gmt_error_logo {
    width: 2.5rem;
    height: 2.25rem;
    margin-bottom: 1.5rem;
}

.gmt_error_title {
    width: 100%;
    max-width: 376px;
    color: #111;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
}

.gmt_error_content {
    width: 100%;
    max-width: 376px;
    color: #111;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
}

.gmt_link_download_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}

.gmt_link_text {
    width: 100%;
    max-width: 376px;
    color: #111111;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    padding-bottom: 50px;
}

.gmt_link_background {
    margin: -17px; /* 최상위 gmt_app_content 를 무시하기 위해 설정 */
    background-color: #F2F6FF;
    overflow-x: hidden;
}

.gmt_link_content {
    text-align: left;
}

.gmt_link_header_logo {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 120px;
    height: 40px;
}

.gmt_link_info_background {
    overflow-x: hidden;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 46, 160, 0.16);
}

.gmt_link_coupon_image {
    width: 100%;
}

.gmt_link_title {
    color: #111;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 16px;
}

.gmt_link_detail {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 16px;
}

.gmt_link_invite_info_title {
    color: #777;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 16px;
}

.gmt_link_invite_info {
    color: #111;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 4px;
}

.gmt_link_underline {
    text-decoration: underline;
}

.gmt_link_reason_content {
    margin: 24px 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.gmt_link_reason_card {
    margin-top: 24px;
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 2px 14px 0 rgba(0, 46, 160, 0.16);
}

.gmt_link_reason_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gmt_link_reason_header {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 8px;
}

.gmt_link_reason_detail {
    color: #777777;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 8px;
}

.gmt_link_point_image {
    margin-top: 40px;
    width: 100%;
    height: 100%;
}

.gmt_link_point_detail {
    color: #111;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 40px;
}

.gmt_link_footer_content {
    background-color: #26314D;
    color: #fff;
    padding: 40px 16px 112px;
}

.gmt_link_footer_logo {
    width: 120px;
    height: 38px;
}

.gmt_link_footer_title {
    font-size: 1rem;
    font-weight: 700;
}

.gmt_link_footer_detail {
    font-size: 1rem;
    font-weight: 400;
}

.gmt_link_phone_no {
    display: flex;
    margin-top: 12px;
    gap: 8px;
}

.gmt_link_phone_no_text {
    color: #fff;
}

.gmt_link_footer_button {
    width: 32px;
    height: 32px;
}

.gmt_link_footer_margin_top {
    margin-top: 32px;
}

.gmt_link_footer_social {
    display: flex;
    margin-top: 32px;
    gap: 16px;
}

.gmt_link_footer_address_margin_top {
    margin-top: 12px;
}

.gmt_link_receive_coupon_button {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 52px;
    width: calc(100vw - 20px);
    background-color: #0047FF;
    border-radius: 999px;
    z-index: 1000;
}

.gmt_link_not_found_logo {
    margin-top: 100px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}