div.content-body {
    min-height: 90vh;
}
.shop_detail .box_description {
    font-size: 14px;
    margin-bottom: 1px;
}

.shop_detail .box_title {
    font-size: 18px;
    margin-bottom: 12px;
}

.shop_detail_web .bg-red {
    background-image: none;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
    background-color: #e60001;
}

.shop_detail_web .btn-login {
    border-radius: 25px;
    height: 50px;
}

.shop_detail_web .btn-has-login {
    border-radius: 25px;
    height: 50px;
    font-size: 15px;
}

header .header-btn {
    flex-direction: column;
    height: 100%;
    opacity: 1;
}

.main-header {
    height: 48px;
}

.main-header .header-btn .btn {
    font-weight: 700;
    height: 28px;
    width: 88px;
    font-size: 12px;
    border-radius: 4px;
    margin: 3px;
}

.web_login .bg-red {
    background-image: none;
    height: 50px;
    border-radius: 25px;
    background-color: #e60001;
    color: #fff;
    font-size: 15px;
}

.web_login .btn-back {
    border: 1px solid #000000;
}

.web_login .title-block {
    padding-top: 10px;
    padding-bottom: 28px;
}

.header-register {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dadada;
}

.header-register h1 {
    font-size: 15px;
    line-height: 45px;
    color: #4d80ff;
    text-align: center;
}

.register-terms {
    margin-top: 4px;
    margin-bottom: 30px;
}

.register-terms .lh-22{
    line-height: 22px;
}

.phone-input-segments-container {
    display: flex;
    align-items: center;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    padding: 0 0.5rem;
    background-color: white;
    justify-content: space-around;
    height: 75px;
}
.phone-input-segment {
    border: none;
    outline: none;
    padding: 0.75rem 0.25rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    width: auto;
    background-color: transparent;
}
.phone-input-segment:focus {
    box-shadow: none;
}
.phone-dash-separator {
    font-size: 2rem;
    color: #000000;
    padding: 0 0.1rem;
}
#sendSmsButton {
    height: 60px;
}
#sendSmsButton.disabled {
    background-color: gray !important;
    color: white;
    cursor: not-allowed;
    border: none;
}

.mb-160 {
    margin-bottom: 160px;
}

.box-banner img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

.otp-input-container {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}
.otp-input {
    width: 4rem;
    height: 5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 500;
    border: 1px solid #D1D5DB;
    border-radius: 0.375rem;
    color: #4B5563;
    caret-color: #3B82F6;
    appearance: textfield;
}
.otp-input:focus {
    outline: none;
    border-color: #3B82F6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-overlay .modal-content {
    background-color: white;
    padding: 40px 10px 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-xl */
    width: 80%;
    max-width: 350px;
    text-align: center;
}
.modal-overlay .modal-message {
    font-size: 1.125rem;
    color: #1F2937;
    margin-bottom: 40px;
    font-weight: 600;
}
.modal-overlay .modal-close-button {
    background-color: #3B82F6;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1rem;
    width: 100%;
    transition: background-color 0.2s ease;
}
.modal-close-button:hover {
    background-color: #2563EB;
}
.btn.border-blue {
    border: 2px solid #3B82F6;
}

.shop_detail_footer {
    z-index: 1000;
}

.shop_detail_web {
    padding-bottom: 0 !important;
}

/******************************************
[footer]
******************************************/
.globalFooter {
    display: flex;
    align-items: center;
    background: #fff;
    flex-direction: column;
    padding: 0 15px;
}
.globalFooter-copy {
    font-size: 10px;
}
.mypage-btn-full:last-child {
    border-bottom: 1px solid #dadada;
}
/******************************************
[form]
******************************************/