@charset "UTF-8";
.index-3 {
    padding: 50px 15px 87.48px 15px;
}
.index-3 .user-name {
    /* font-weight: bold; */
    font-size: 1.4em;
}
.index-3 .user-area {
    background-color: white;
    border-radius: 17px;
    margin-bottom: 15px;
    padding: 15px;
}
.index-3 .user-profile-div {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}
.index-3 .user-profile-div .fa-chevron-right {
    margin-left: auto;
}
.index-3 .user-profile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
}
.index-3 .user-profile-div .email {
    color: #6e6e6e;
    margin: 0;
    line-height: 1em;
}
.index-3 .user-rank {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #6b873d;
    background-color: #f9f9f9;
    background: white;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #ebebeb;
    position: relative;
}
.index-3 .user-rank img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(21%) saturate(6054%) hue-rotate(10deg) brightness(109%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(70%) sepia(49%) saturate(933%) hue-rotate(7deg) brightness(105%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(88%) sepia(29%) saturate(3615%) hue-rotate(359deg) brightness(98%) contrast(99%);
}
.index-3 .user-rank .rank_text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: white;
    background: #f7ca01;
    font-size: 1.2em;
    width: 26px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.index-3 .user-benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    border: 1px solid #ebebeb;
    border-radius: 17px;
    /* background: #eeeeee; */
}
.index-3 .user-benefit-grid .benefit-name {
    font-size: 0.9em;
    text-align: center;
}
.index-3 .user-benefit-grid .benefit-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-3 .benefit-content:not(:last-of-type) {
    border-right: 1px solid #ebebeb;
}
.index-3 .user-benefit-item {
    text-align: center;
}
.index-3 .benefit-content .benefit-value {
    font-size: 1.1em;
    font-weight: bold;
}
/* .benefit-content #user-rank {
    width: fit-content;
    border-radius: 17px;
    padding: 0 10px;
    font-size: 1.1em;
    color: #fffb00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #fffb00;
} */
.index-3 #point-img {
    margin-left: 5px;
    height: 23px;
}
.index-3 #point-img, #coupon-img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(76%) saturate(301%) hue-rotate(41deg) brightness(87%) contrast(86%);
}
.index-3 #coupon-div #coupon-img {
    height: 25px;
}
.index-3 #coupon-div {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: 10px;
}
.index-3 #coupon-div span {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.index-3 .notice-area {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-3 .important-notice {
    border-radius: 17px;
    background-color: #ff4c46;
    background-color: #ffd8d5;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}
.index-3 .important-notice .fa-chevron-right {
    color: #ff4c46;
}
.index-3 .important-notice .notice-text {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* margin-right: 5px; */
    /* display: block; */
    /* white-space: nowrap; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.index-3 .important-notice .important {
    padding: 0 7px;
    background-color: #ff4c46;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    margin-right: 7px;
}
.index-3 .important-notice-count {
    padding: 3px;
    background-color: #ff4c46;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 22px;
    height: 22px;
    margin-left: auto;
    flex-shrink: 0;
    margin-right: 3px;
}
.index-3 .notice-area .fa-bell {
    margin-left: 10px;
    margin: 0 8px;
    color: #ff4c46;
    /* color: #57544e; */
}
.index-3 .notice-area .bell-icon-area {
    width: fit-content;
    height: 35.6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-3 .notice-area .bell-icon-point {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #ff4c46;
    width: 5px;
    height: 5px;
}
.index-3 .main-buttons-area {
    margin-bottom: 15px;
    /* padding: 0 15px; */
    /* background-color: white; */
    border-radius: 17px;
}
.index-3 .main-buttons {
    display: flex;
    gap: 0 15px;
    /* padding: 15px 0; */
}
.index-3 .area-title {
    display: block;
    margin-bottom: 3px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 1.1em;
}
.index-3 .main-button {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    padding: 7px;
    background-color: #fff;
    /* border: 3px solid #9fb557; */
    border-radius: 17px;
}
.index-3 .main-button-title {
    text-align: left;
    vertical-align: top;
    color: #665e55;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    /* margin-top: 5px; */
}
.index-3 .main-button img {
    border-radius: 50%;
    height: 70px;
    width: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 7px;
    background: white;
}
.index-3 .see-more-button {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    /* border-top: 1px solid #ebebeb; */
    text-align: right;
    font-size: 0.9em;
    padding-right: 5px;
}
.index-3 .see-more-button i {
    color:#808080;
}
.index-3 .campaign {
    border-radius: 17px;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    background-image: url(../img/campaign_4.png);
    background-size: cover;
    aspect-ratio: 19100 / 5000;
}
.index-3 .campaign .campaign-page {
    position: absolute;
    bottom: 7px;
    right: 7px;
    padding: 2px 5px;
    background-color: rgba(39, 39, 39, 0.4);
    color: white;
    font-size: 0.8em;
    border-radius: 17px;
}

.index-3 .menu-grid {
    background-color: white;
    border-radius: 17px;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 60px);
    grid-template-rows: 5fr auto;
    gap: 5px 20px;
    margin-bottom: 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.index-3 .menu-grid .menu-button {
    padding: 13px;
    width: 55px;
    height: 55px;
    border-radius: 17px;
    margin: 0 auto;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #F7F7F7; */
    /* background: white; */
    /* border: 1px solid #ebebeb; */
}
.index-3 .menu-grid .menu-text {
    grid-row: 2;
    font-size: 0.9em;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    line-height: 1.5em;
}
.index-3 .menu-button .menu-img {
    height: 100%;
}
.index-3 .menu-grid .menu-icon {
    font-size: 1.6em;
    /* -webkit-text-stroke-color: #fff; */
    /* -webkit-text-stroke-width: 1.2px; */
    /* -webkit-font-smoothing: antialiased; */
    color: #6b873d;
    color: #F4694F;
    color: white;
    color: #333;
}

.index-3 .schedule-area {
    background-color: white;
    border-radius: 17px;
    padding: 15px;
    margin-bottom: 15px;
}
.index-3 .schedule-area .year-month {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}
.index-3 .schedule-area .week-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.7fr 1fr;
    margin-bottom: 10px;
}
.index-3 .schedule-area .week-grid .day-of-week {
    grid-row: 1;
    text-align: center;
    font-size: 0.8em;
}
.index-3 .schedule-area .week-grid .prev-week, .index-3 .schedule-area .week-grid .next-week, .index-3 .schedule-area .week-grid .date {
    grid-row: 2;
    font-size: 1.2em;
}
.index-3 .schedule-area .dates-radio {
    display: none;
}
.index-3 .schedule-area .dates-radio + label {
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    width: auto;
    height: 30px;
    aspect-ratio: 1 / 1;
    background-color: #eee;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-3 .schedule-area .prev-week, .index-3 .schedule-area .next-week, .index-3 .schedule-area .date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-3 .schedule-area .dates-radio:checked + label {
    color: white;
    background-color: #6b873d;
}

.index-3 .schedule-area .task-radio-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 8px;
    padding: 3px;
    background: #f4f5f2;
    border-radius: 12px;
    margin-bottom: 15px;
}
.index-3 .schedule-area .task-radio {
    display: none;
}
.index-3 .schedule-area .task-radio + label {
    /* background-color: #eee; */
    padding: 3px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.9em;
    color: #777777;
    /* border: 1px solid #c3c3c3; */
    text-align: center;
}
.index-3 .schedule-area .task-radio:checked + label {
    background-color: white;
    /* border-color: #333; */
    color: #333;
}

.index-3 .schedule-area .task {
    /* background-color: #f5f5f5; */
    border-radius: 17px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ebebeb; */
}
/* .index-3 .schedule-area .task:not(:last-child) {
    margin-bottom: 15px;
} */
/* .index-3 .schedule-area .task-icon-area {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2 !important;
    background-color: white !important;
} */
.index-3 .schedule-area .task-icon-area {
    display: flex;
    align-items: start;
    /* width: auto; */
    height: 38px;
    /* aspect-ratio: 1 / 1; */
    /* height: 100%; */
    /* border-radius: 50%; */
    /* justify-content: center; */
    background: none !important;
    display: none;
}
.index-3 .schedule-area .task-icon {
    font-size: 1.2em;
    color: white;
    display: none;
}
.index-3 .schedule-area .task {
    border: 1px solid #d8d8d8;
}
.index-3 .schedule-area .task .task-name, .schedule-area .task .task-detail {
    display: block;
}
.index-3 .schedule-area .task-name {
    font-weight: bold;
    padding: 3px 9px;
    color: white;
    width: fit-content;
    border-radius: 8px;
    margin-bottom: 6px;
    width: 100%;
}
.index-3 .schedule-area .task-detail {
    color: #575757;
    font-size: 0.9em;
}
.index-3 .task-detail .fa-calendar {
    color: #91b920;
}
.index-3 .task-detail .fa-location-dot {
    color: #ff4c46;
}
.index-3 .schedule-area .task:not(:last-child) {
    margin-bottom: 10px;
}
.index-3 .task-color {
    background-color: #648eb3;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    display: block;
}
.index-3 .task-content {
    width: 100%;
}