@charset "UTF-8";
.index-4 {
    padding: 50px 15px 87.48px 15px;
}
.index-4 .user-name {
    /* font-weight: bold; */
    font-size: 1.4em;
}
.index-4 .user-area {
    background-color: white;
    border-radius: 17px;
    margin-bottom: 15px;
    padding: 15px;
}
.index-4 .user-profile-div {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}
.index-4 .user-profile-div .fa-chevron-right {
    margin-left: auto;
}
.index-4 .user-profile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
}
.index-4 .user-profile-div .email {
    color: #6e6e6e;
    margin: 0;
    line-height: 1em;
}
.index-4 .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-4 .user-benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    border: 1px solid #ebebeb;
    border-radius: 17px;
    /* background: #eeeeee; */
}
.index-4 .user-benefit-grid .benefit-name {
    font-size: 0.9em;
    text-align: center;
}
.index-4 .user-benefit-grid .benefit-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-4 .benefit-content:not(:last-of-type) {
    border-right: 1px solid #ebebeb;
}
.index-4 .user-benefit-item {
    text-align: center;
}
.index-4 .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-4 #point-img {
    margin-left: 5px;
    height: 23px;
}
.index-4 #point-img, #coupon-img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(76%) saturate(301%) hue-rotate(41deg) brightness(87%) contrast(86%);
}
.index-4 #coupon-div #coupon-img {
    height: 25px;
}
.index-4 #coupon-div {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: 10px;
}
.index-4 #coupon-div span {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.index-4 .notice-area {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-4 .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-4 .important-notice .fa-chevron-right {
    color: #ff4c46;
}
.index-4 .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-4 .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-4 .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-4 .notice-area .fa-bell {
    margin-left: 10px;
    margin: 0 8px;
    color: #ff4c46;
    /* color: #57544e; */
}
.index-4 .notice-area .bell-icon-area {
    width: fit-content;
    height: 35.6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-4 .notice-area .bell-icon-point {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #ff4c46;
    width: 5px;
    height: 5px;
}
.index-4 .main-buttons-area {
    margin-bottom: 15px;
    /* padding: 0 15px; */
    /* background-color: white; */
    border-radius: 17px;
}
.index-4 .main-buttons {
    display: flex;
    gap: 0 10px;
    /* padding: 15px 0; */
}
.index-4 .area-title {
    display: block;
    margin-bottom: 3px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 1.1em;
}
.index-4 .main-button {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    padding: 12px 14px;
    /* border: 1px solid #dadada; */
    display: flex;
    flex-direction: column;
    border-radius: 17px;
}
.index-4 .main-button img {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-left: auto;
}
.index-4 .main-button-top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
}
.index-4 .main-button-title {
    text-align: left;
    vertical-align: top;
    color: #665e55;
    font-size: 1.2em;
    font-weight: bold;
    width: fit-content;
}
.index-4 .main-button .main-button-go {
    color: #aaa292;
    font-size: 0.9em;
    margin-left: auto;
}
.index-4 .main-button-detail {
    font-size: 0.8em;
    color: #aaa69e;
    text-align: left;
    font-weight: bold;
}
.index-4 .main-button img {
    height: 50px;
    margin-left: auto;
}
.index-4 .see-more-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    padding: 6px 13px;
    text-align: center;
    font-size: 0.9em;
    background-color: white;
    border-radius: 17px;
    margin-top: 10px;
    color: #77746d;
    font-weight: bold;
}
.index-4 .main-button, .index-4 .see-more-button {
    /* border: 2px solid #ebe6dc; */
}
.index-4 .see-more-button i {
    color: #8b8881;
}
.index-4 .campaign-slide-container {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.index-4 .campaign-image-container {
    border-radius: 17px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    min-height: 50px;
}
.index-4 .campaign-nav-container {
    border-radius: 17px;
    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-4 .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-4 .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-4 .menu-grid .menu-text {
    grid-row: 2;
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    line-height: 1.5em;
}
.index-4 .menu-button .menu-img {
    height: 100%;
}
.index-4 .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-4 .schedule-area {
    background-color: white;
    border-radius: 17px;
    padding: 15px;
    margin-bottom: 15px;
}
.index-4 .schedule-area .year-month {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}
.index-4 .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-4 .schedule-area .week-grid .day-of-week {
    grid-row: 1;
    text-align: center;
    font-size: 0.8em;
}
.index-4 .schedule-area .week-grid .prev-week, .index-4 .schedule-area .week-grid .next-week, .index-4 .schedule-area .week-grid .date {
    grid-row: 2;
    font-size: 1.2em;
}
.index-4 .schedule-area .dates-radio {
    display: none;
}
.index-4 .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-4 .schedule-area .prev-week, .index-4 .schedule-area .next-week, .index-4 .schedule-area .date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-4 .schedule-area .dates-radio:checked + label {
    color: white;
    background-color: #6b873d;
}

.index-4 .schedule-area {
    background-color: white;
    border-radius: 17px;
    padding: 15px;
    margin-bottom: 15px;
}
.index-4 .schedule-area .year-month {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}
.index-4 .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-4 .schedule-area .week-grid .day-of-week {
    grid-row: 1;
    text-align: center;
    font-size: 0.8em;
}
.index-4 .schedule-area .week-grid .prev-week, .index-4 .schedule-area .week-grid .next-week, .index-4 .schedule-area .week-grid .date {
    grid-row: 2;
    font-size: 1.2em;
}
.index-4 .schedule-area .dates-radio {
    display: none;
}
.index-4 .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-4 .schedule-area .prev-week, .index-4 .schedule-area .next-week, .index-4 .schedule-area .date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-4 .schedule-area .dates-radio:checked + label {
    color: white;
    background-color: #6b873d;
}

.index-4 .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-4 .schedule-area .task-radio {
    display: none;
}
.index-4 .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-4 .schedule-area .task-radio:checked + label {
    background-color: white;
    /* border-color: #333; */
    color: #333;
}

.index-4 .schedule-area {
    background-color: white;
    border-radius: 17px;
    padding: 15px;
    margin-bottom: 15px;
}
.index-4 .schedule-area .year-month {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}
.index-4 .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-4 .schedule-area .week-grid .day-of-week {
    grid-row: 1;
    text-align: center;
    font-size: 0.8em;
}
.index-4 .schedule-area .week-grid .prev-week, .index-4 .schedule-area .week-grid .next-week, .index-4 .schedule-area .week-grid .date {
    grid-row: 2;
    font-size: 1.2em;
}
.index-4 .schedule-area .dates-radio {
    display: none;
}
.index-4 .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-4 .schedule-area .prev-week, .index-4 .schedule-area .next-week, .index-4 .schedule-area .date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-4 .schedule-area .dates-radio:checked + label {
    color: white;
    background-color: #6b873d;
}

.index-4 .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-4 .schedule-area .task-radio {
    display: none;
}
.index-4 .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-4 .schedule-area .task-radio:checked + label {
    background-color: white;
    /* border-color: #333; */
    color: #333;
}

.index-4 .schedule-area .task {
    /* background-color: #f5f5f5; */
    border-radius: 17px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ebebeb; */
}
/* .index-4 .schedule-area .task:not(:last-child) {
    margin-bottom: 15px;
} */
/* .index-4 .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-4 .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-4 .schedule-area .task-icon {
    font-size: 1.2em;
    color: white;
    display: none;
}
.index-4 .schedule-area .task {
    border: 1px solid #d8d8d8;
}
.index-4 .schedule-area .task .task-name {
    display: block;
}
.index-4 .schedule-area .task .task-detail {
    display: flex;
    align-items: center;
}
.index-4 .schedule-area .task-name {
    font-weight: bold;
    padding: 3px 9px;
    color: white;
    width: fit-content;
    border-radius: 8px;
    margin-bottom: 6px;
    width: 100%;
}
.index-4 .schedule-area .task-detail span {
    color: #575757;
    font-size: 0.9em;
    white-space: nowrap;
}
.index-4 .schedule-area .task-detail .garden-name, .index-4 .schedule-area .task-detail .task-datetime {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-4 .schedule-area .task-detail i {
    width: 1em;
    text-align: center;
    flex-shrink: 0;
    margin-right: 4px;
}
.index-4 .schedule-area .task-detail i:not(:first-child) {
    margin-left: 10px;
}
.index-4 .task-detail .fa-calendar {
    color: #91b920;
}
.index-4 .task-detail .fa-location-dot {
    color: #ff4c46;
}
.index-4 .task-detail .fa-leaf {
    color: #ffda34;
    color: #ffc421;
}
.index-4 .schedule-area .task:not(:last-child) {
    margin-bottom: 10px;
}
.index-4 .task-color {
    background-color: #648eb3;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    display: block;
}
.index-4 .task-content {
    width: 100%;
}