header,
footer {
    display: none !important;
}
body {
    padding-top: 58px !important;
}
#header {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #e6ebf5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}
#header .back {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header h1 {
    color: #202a3e;
    font-size: 18px;
    font-weight: 500;
}
.content {
    padding: 0 18px;
    box-sizing: border-box;
}
.content h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1.5px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.content h2 b {
    font-weight: 700;
}
.content .main_img {
    background: #f0f0ff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.content .main_img img {
    width: 85%;
}
.content p {
    color: #506185;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.content form {
}
.content form label {
    color: #8496ba;
    font-size: 14px;
    margin-bottom: 14px;
}
.content form .input_wrap {
    position: relative;
}
.content form .input_wrap.error input {
    border-bottom: 2px solid #f06060;
}

.content form .input_wrap input {
    padding: 10px 0;
    border: none;
    border-radius: 0;
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}
.content form .input_wrap input:focus {
    border-bottom: 2px solid #7575ff;
    outline: 0;
}
.content form .input_wrap input::placeholder {
    font-size: 18px;
    color: #687ca3;
}
.content form .input_wrap .input_del {
    width: 30px;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
    z-index: 2;
}
.content form .input_wrap .input_del div {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background: #c1cbe0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content form .input_wrap .input_del div svg {
    width: 8px;
}
.content .error_msg {
    color: #f06060;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0;
    display: none;
}
.content .btn {
    width: 100%;
    height: 58px;
    color: #8496ba;
    margin-top: 38px;
    background: #d8dfed;
    border-radius: 4px;
}
.content .btn.on {
    background: #8e88f5;
    color: #fff;
}

/* pw코드입력 */
.content.pw h2 {
    font-size: 20px;
    padding-top: 114px;
}
.content.pw .error_msg {
    text-align: center;
    margin-top: 25px;
}
.pw_wrap {
    width: 187px;
    height: 41px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}
.pw_wrap #pw_input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pw_wrap .pw_default {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.pw_wrap .pw_default span {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #d5d5f5;
}
.pw_wrap .pw_add {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.pw_wrap .pw_add img {
    height: 100%;
    opacity: 0;
}

/* 쿠폰 */
.content.coupon h2 {
    font-size: 24px;
    padding-top: 38px;
    margin-bottom: 55px;
}

.coupon_card {
    filter: drop-shadow(0px 4px 10px rgba(82, 96, 105, 0.25));
    border: 1px solid #a7b5d1;
    background: #fff;
    border-radius: 14px;
    padding: 20px 0 20px 38px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: auto;
    position: relative;
}
.coupon_card p {
    color: #687ca3;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.coupon_card strong {
    color: #5f5ff0;
    font-size: 40px;
}
.coupon_card strong span {
    font-size: 64px;
    line-height: 63px;
}
.coupon_card p.coupon_name {
    color: #506185;
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
}
.coupon_card em {
    color: #8496ba;
    font-size: 14px;
}
.coupon_card i {
    color: #5f5ff0;
    font-size: 20px;
    font-weight: 700;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

.content.coupon h3 {
    font-size: 24px;
    color: #394865;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.content.coupon h3 img {
    height: 31px;
    margin-left: 4px;
}
