@charset "UTF-8";
@import "default.css";
/* =================
    공통 영역 
====================*/
:root {
    --grayscale-white: #fff;
    --grayscale-50: #fafafa;
    --grayscale-100: #f5f5f5;
    --grayscale-200: #e5e5e5;
    --grayscale-300: #d4d4d4;
    --grayscale-400: #a3a3a3;
    --grayscale-500: #737373;
    --grayscale-600: #525252;
    --grayscale-700: #404040;
    --grayscale-800: #262626;
    --grayscale-black: #000;
    --primary-50: #ecf6f0;
    --primary-100: #d8ede2;
    --primary-200: #b2dcc5;
    --primary-300: #78c199;
    --primary-400: #3ea76e;
    --primary-500: #2d8f5a;
    --primary-600: #106537;
    --primary-700: #084a26;
    --primary-800: #032e17;
    --color-red: #f64b38;
    --color-blue: #27a8f3;
    --txt-red: #f53131;
    --txt-red2: #f25f70;
    --txt-blue: #2891f3;
}

html {
    overflow: auto;
    font-size: 16px;
}
html.hidden {
    overflow: hidden !important;
}
body {
    font-size: 1rem;
}
input::placeholder,
textarea::placeholder {
    color: var(--grayscale-400);
}

.scroll {
    overflow-y: auto;
}
.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll::-webkit-scrollbar-track {
    background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: rgba(115, 115, 115, 0.3);
}
.scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.img_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.img_wrap.radius {
    border-radius: 50%;
    border: 1px solid var(--grayscale-200);
}
.img_wrap.copyright::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: url(../img/common/logo_copyright.png) center no-repeat;
    background-size: 80% auto;
}
.img_wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.rating_box {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
.rating_box span {
    font-size: 0.81rem;
    color: var(--grayscale-800);
    font-weight: 800;
    line-height: 145%;
}
.rating {
    overflow: hidden;
    width: 6.5rem;
    height: 1.25rem;
    background: url(../img/common/star_sprite.svg) left top no-repeat;
}
.rating.rating_5 {
    background-position: left top;
}
.rating.rating_4 {
    background-position: left top -1.25rem;
}
.rating.rating_3 {
    background-position: left top -2.5rem;
}
.rating.rating_2 {
    background-position: left top -3.75rem;
}
.rating.rating_1 {
    background-position: left top -5rem;
}
.rating.rating_0 {
    background-position: left top -6.25rem;
}

.rating.big.rating_4 {
    background-position: left top -28.5px;
}
.rating.big.rating_3 {
    background-position: left top -55px;
}
.rating.big.rating_2 {
    background-position: left bottom -55px;
}
.rating.big.rating_1 {
    background-position: left bottom -28.5px;
}
.rating.big.rating_0 {
    background-position: left bottom;
}

.swiper_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 3.5rem;
    height: 3.5rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.swiper_btn.swiper_btn_prev {
    left: -3.5rem;
    background-image: url(../img/common/arrow_left02_on.svg);
}
.swiper_btn.swiper_btn_next {
    right: -3.5rem;
    background-image: url(../img/common/arrow_right02_on.svg);
}
.swiper_btn.swiper_btn_prev.swiper-button-disabled {
    background-image: url(../img/common/arrow_left02.svg);
}
.swiper_btn.swiper_btn_next.swiper-button-disabled {
    background-image: url(../img/common/arrow_right02.svg);
}

.sold-out img {
    opacity: 0.4;
    filter: grayscale(100%);
}

.sold-out::after {
    content: "품절";
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}
/* ===== 공통영역 ===== */

#wrap {
    width: 100%;
    min-width: 375px;
}

.inner {
    margin: 0 auto;
    width: 81.25rem;
    max-width: 100%;
}
.inner.s {
    width: 62rem;
}
.inner.xs {
    width: 40rem;
}

.grade_badge {
    position: relative;
    padding: 1px 0.45rem 1px 0.4rem;
    border-radius: 4px 18px 18px 4px;
    background: var(--grayscale-800);
    font-size: 0.7rem;
    font-weight: 800;
}
.grade_badge.sm {
    display: inline-flex;
    align-items: center;
    gap: 0 2px;
    padding: 3px 7px;
    border-radius: 45px;
}
.grade {
    display: inline-flex;
    align-items: center;
}
.grade img {
    object-fit: contain;
}
.grade_badge.box {
    display: inline-flex;
    align-items: center;
    gap: 0 2px;
    padding: 2px 0.75rem;
    border-radius: 45px;
    background: var(--grayscale-800);
    line-height: 1;
}
.grade_badge.box {
    padding-left: 0.6rem;
    font-size: 0.875rem;
}
.grade_badge .point {
    color: var(--grayscale-white);
}
.grade_badge::before {
    content: "";
    position: absolute;
    right: calc(100% - 0.5rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.grade_badge.sm::before {
    content: "";
    position: static;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 0.8125rem;
    height: 1rem;
}
.grade_badge.box::before {
    position: static;
    transform: translateY(0);
    width: 0.875rem;
}
.grade_badge.sm em {
    color: var(--grayscale-white);
}
.grade_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.grade.bronze,
.grade_badge.bronze {
    color: #efa76c;
}
.grade_img.bronze,
.grade_badge.bronze::before {
    background-image: url(../img/common/ico_bronze.svg);
}
.grade.silver,
.grade_badge.silver {
    color: #d0d0d0;
}
.grade_img.silver,
.grade_badge.silver::before {
    background-image: url(../img/common/ico_silver.svg);
}
.grade.gold,
.grade_badge.gold {
    color: #ffc45e;
}
.grade_img.gold,
.grade_badge.gold::before {
    background-image: url(../img/common/ico_gold.svg);
}
.grade.platinum,
.grade_badge.platinum {
    color: #77ee9b;
}
.grade_img.platinum,
.grade_badge.platinum::before {
    background-image: url(../img/common/ico_platinum.svg);
}
.grade.diamond,
.grade_badge.diamond {
    color: #7bddf6;
}
.grade_img.diamond,
.grade_badge.diamond::before {
    background-image: url(../img/common/ico_diamond.svg);
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.pagination .paging {
    display: inline-flex;
    align-items: center;
}
.pagination .paging ul {
    display: flex;
    align-items: center;
    gap: 0 3px;
    margin: 0 1rem;
}
.pagination .paging ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
}
.pagination .paging .last-page,
.pagination .paging .first-page {
    width: auto;
}
.pagination .paging ul li a {
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 800;
}
.pagination .paging ul li.active {
    background: var(--primary-500);
}
.pagination .paging ul li.active a {
    color: var(--grayscale-white);
}
.radio_type01 input[type="radio"] {
    position: absolute;
    left: -9999%;
    opacity: 0;
}
.radio_type01 span {
    display: inline-block;
    padding: 6px 1.125rem;
    border-radius: 41px;
    border: 1px solid var(--grayscale-300);
    background: var(--grayscale-white);
    font-size: 1.125rem;
    color: var(--grayscale-800);
    font-weight: 500;
    line-height: 145%;
    cursor: pointer;
}
.radio_type01 input:checked + span {
    border-color: var(--primary-400);
    color: var(--primary-400);
}
.radio_type02 {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    cursor: pointer;
}
.radio_type02 input[type="radio"] {
    position: absolute;
    left: -9999%;
    opacity: 0;
}
.radio_type02 em {
    display: block;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    border: 2px solid var(--grayscale-300);
}
.radio_type02 em::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: var(--primary-400);
    opacity: 0;
}
.radio_type02 input:checked + em {
    border-color: var(--primary-400);
}
.radio_type02 input:checked + em::before {
    opacity: 1;
}
.radio_type02 span {
    font-size: 1rem;
    color: var(--grayscale-black);
    font-weight: 700;
}
.chk_type01 {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
.chk_type01 input[type="checkbox"],
.chk_toggle input[type="checkbox"] {
    position: absolute;
    left: -9999%;
    opacity: 0;
}
.chk_type01 em {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 7px;
    border: 1px solid var(--grayscale-300);
    background: var(--grayscale-white);
    cursor: pointer;
}
.chk_type01 span {
    font-size: 0.8125rem;
    color: var(--grayscale-800);
    font-weight: 500;
    cursor: pointer;
}

.chk_type01 input:checked + em {
    border-color: var(--primary-400);
    background: var(--primary-400) url(../img/common/ico_check02.svg) center no-repeat;
}
.chk_toggle span {
    display: block;
    position: relative;
    padding: 0.12rem;
    width: 2.6875rem;
    height: 1.625rem;
    border-radius: 2.3125rem;
    background: var(--grayscale-200);
    cursor: pointer;
}
.chk_toggle span em {
    position: absolute;
    left: 1.2rem;
    top: 0.12rem;
    width: 1.375rem;
    height: 1.375rem;
    background: var(--grayscale-white);
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}
.chk_toggle input:checked + span {
    background: var(--primary-400);
}
.chk_toggle input:checked + span em {
    left: 0.16rem;
}

.search_wrap {
    display: none;
}
.search_wrap .search_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search_wrap .search_box .inp {
    position: relative;
}
.search_wrap .search_box .inp input {
    padding: 0 4.5rem 0 1.75rem;
    width: 28.125rem;
    height: 3rem;
    border-radius: 45px;
    border: 1px solid var(--grayscale-200);
    background: #fff;
    font-size: 1.125rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
.search_wrap .search_box .inp input:focus {
    border-color: var(--primary-400);
}
.search_wrap .search_box .inp input::placeholder {
    color: var(--grayscale-400);
    font-weight: 500;
}
.search_wrap .search_box .inp button {
    position: absolute;
    right: 1.75rem;
    top: 0;
    bottom: 0;
}
.search_history {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
    padding: 0 1.25rem 0.75rem;
    background: var(--grayscale-white);
    border-radius: 12px;
    border: 1px solid var(--grayscale-300);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
.search_history .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.75rem;
}
.search_history .top strong {
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 800;
}
.search_history .top button {
    font-size: 1rem;
    color: var(--grayscale-500);
    font-weight: 500;
}
.search_history .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
}
.search_history .list li a {
    padding-left: 1.875rem;
    background: url(../img/common/ico_clock.svg) left center no-repeat;
    font-size: 1rem;
    color: var(--grayscale-800);
}
.search_result {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
    padding: 0.75rem 0;
    background: var(--grayscale-white);
    border-radius: 12px;
    border: 1px solid var(--grayscale-300);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
.search_result .list {
    max-height: 26.5rem;
}
.search_result .list .search_item {
    padding: 1rem 1.25rem;
}
.search_result .list .search_item a {
    display: flex;
    align-items: center;
    gap: 0 0.75rem;
}
.search_result .list .search_item .img_wrap {
    padding-bottom: 0;
    width: 3.25rem;
}
.search_result .list .search_item .img_box {
    position: relative;
    padding-bottom: 100%;
}
.search_result .list .search_item .txt_wrap {
    width: calc(100% - 4rem);
}
.search_result .list .search_item .txt_wrap p {
    font-size: 1rem;
    color: var(--grayscale-600);
    font-weight: 500;
}
.search_result .list .search_item .txt_wrap p ~ p {
    margin-top: 0.4rem;
}
.search_result .list .search_item .txt_wrap .highlight {
    color: var(--primary-400);
    font-weight: 800;
}
.search_result .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}
.search_result .all_view {
    padding: 0 0.875rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    border: 1px solid var(--primary-400);
    background: var(--grayscale-white);
    font-size: 0.875rem;
    color: var(--primary-400);
    font-weight: 500;
}

/* =================
    플로팅 버튼
====================*/
#floating_btns {
    position: fixed;
    right: calc(50% - 45.625rem);
    bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    z-index: 9998;
}
#floating_btns .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22);
}
#floating_btns .btn span {
    font-size: 0.81rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#floating_btns .btn_notice {
    padding-top: 1.25rem;
    background: var(--grayscale-white) url(../img/common/notice_open.svg) center top 8px no-repeat;
}
#floating_btns .btn_notice.on {
    background: var(--grayscale-white) url(../img/common/notice_close.svg) center center no-repeat;
}
#floating_btns .btn_notice.on span {
    display: none;
}
#floating_btns .btn_kakao {
    display: inline-flex;
    align-items: center;
    padding-left: 6px;
    gap: 0 0.4rem;
    width: 7.875rem;
    height: 3.75rem;
    background: var(--grayscale-white);
    border-radius: 47px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22);
}
#floating_btns .btn_kakao span {
    font-size: 0.8125rem;
    color: #171608;
    font-weight: 800;
    line-height: 130%;
}
#floating_btns .btn_top {
    background-color: var(--primary-600);
}
#floating_btns .notice_list {
    display: none;
    flex-direction: column-reverse;
    gap: 0.5rem;
    text-align: right;
}
#floating_btns .notice_list li a {
    display: inline-block;
    padding: 0.875rem 1.125rem;
    border-radius: 12px;
    background: var(--grayscale-800);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22);
    font-size: 0.94rem;
    color: var(--grayscale-white);
    font-weight: 500;
}
#floating_btns .notice_list li.highlight a {
    background: var(--grayscale-white);
    color: var(--primary-400);
    font-weight: 800;
}
#floating_btns .notice_list li {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.4s ease;
    pointer-events: none;
}

/* 보여줄 때 */
#floating_btns .notice_list.show li {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* 순차 애니메이션 (delay 주기) */
#floating_btns .notice_list.show li:nth-child(1) {
    transition-delay: 0s;
}
#floating_btns .notice_list.show li:nth-child(2) {
    transition-delay: 0.05s;
}
#floating_btns .notice_list.show li:nth-child(3) {
    transition-delay: 0.1s;
}
#floating_btns .notice_list.show li:nth-child(4) {
    transition-delay: 0.15s;
}
#floating_btns .notice_list.show li:nth-child(5) {
    transition-delay: 0.2s;
}
#floating_btns .notice_list.show li:nth-child(6) {
    transition-delay: 0.25s;
}

/* 사라질 때 반대방향 */
#floating_btns .notice_list.hide li {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.3s ease;
}
/* 순차 애니메이션 (delay 주기) */
#floating_btns .notice_list li:nth-child(6) {
    transition-delay: 0s;
}
#floating_btns .notice_list li:nth-child(5) {
    transition-delay: 0.05s;
}
#floating_btns .notice_list li:nth-child(4) {
    transition-delay: 0.1s;
}
#floating_btns .notice_list li:nth-child(3) {
    transition-delay: 0.15s;
}
#floating_btns .notice_list li:nth-child(2) {
    transition-delay: 0.2s;
}
#floating_btns .notice_list li:nth-child(1) {
    transition-delay: 0.25s;
}

/* =================
    퀵메뉴 
====================*/
#quick_menu {
    display: none;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    height: 4rem;
    border: 1px solid var(--primary-400);
    background: var(--grayscale-100);
}
#quick_menu .btn {
    flex: 1;
    text-align: center;
}
#quick_menu .btn a {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
#quick_menu .btn a span:not(.cart) {
    font-size: 0.8rem;
    color: var(--grayscale-700);
    font-weight: 500;
    line-height: 145%;
}
#quick_menu .cart {
    position: relative;
}
#quick_menu .cart em {
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
    padding: 0 0.25rem;
    height: 1rem;
    border-radius: 50%;
    background: #f87171;
    font-size: 0.7rem;
    color: var(--grayscale-white);
    font-weight: 700;
    line-height: 1rem;
}

.menu_type01 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0.75rem;
    margin-bottom: 2rem;
}
.menu_type01 li a {
    display: block;
    padding: 0.625rem 1.125rem;
    border-radius: 29px;
    border: 1px solid var(--grayscale-100);
    background: var(--grayscale-100);
    font-size: 1rem;
    color: var(--grayscale-500);
    font-weight: 500;
}
.menu_type01 li.active a {
    background: var(--grayscale-white);
    border-color: var(--primary-400);
    color: var(--primary-400);
}
.tag_box {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
.tag_box .tag {
    display: inline-flex;
    align-items: center;
    padding: 0 0.5rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    font-size: 0.875rem;
    color: var(--grayscale-white);
}
.tag_box .tag.red {
    background: var(--color-red);
}
.tag_box .tag.green {
    background: var(--primary-400);
}
.tag_box .tag.blue {
    background: var(--color-blue);
}
.hashtag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
}
.hashtag span {
    font-size: 0.9rem;
    color: var(--primary-400);
    font-weight: 500;
    line-height: 145%;
}
.red {
    color: var(--txt-red);
}
.red02 {
    color: var(--txt-red2);
}
.blue {
    color: var(--txt-blue);
}
.green {
    color: var(--primary-400);
}
.price_box del {
    font-size: 0.812rem;
    color: var(--grayscale-400);
    font-weight: 500;
    line-height: 145%;
}
.price_box .price {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
    font-size: 0.95rem;
    color: var(--grayscale-800);
    font-weight: 800;
}

/* =================
    토스트 팝업 
====================*/
.toast {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    z-index: 11;
    margin: 0 auto;
    text-align: center;
}
.toast .txt01 {
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-width: 30rem;
    height: 3.375rem;
    border-radius: 0.75rem;
    background: rgba(38, 38, 38, 0.9);
    font-size: 1rem;
    color: var(--grayscale-white);
    font-weight: 500;
}
.toast.on .txt01 {
    animation: upAni 3s ease-in-out forwards;
}
@keyframes upAni {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    10% {
        opacity: 1;
        transform: translateY(-20%);
    }
    15% {
        transform: translateY(15%);
    }
    20% {
        opacity: 1;
        transform: translateY(0%);
    }
    80% {
        transform: translateY(0%);
    }
    85% {
        transform: translateY(15%);
    }
    90% {
        opacity: 1;
        transform: translateY(-20%);
    }
    100% {
        opacity: 0;
        transform: translateY(20%);
    }
}

/* =================
    header - 헤더 
====================*/
#header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: var(--grayscale-white);
    border-bottom: 1px solid var(--grayscale-300);
}
#header.border_none {
    border-color: transparent;
}
#header.border_none .con_top .header_link {
    display: none;
}
#header .header_top {
    background: var(--grayscale-100);
}
#header .header_top .inner {
    display: flex;
    justify-content: flex-end;
}
#header .header_top ul {
    display: flex;
    align-items: center;
    gap: 0 1.875rem;
    height: 2.5rem;
}
#header .header_top ul li a {
    font-size: 0.875rem;
    color: var(--grayscale-600);
    font-weight: 500;
}
#header .header_top ul li:hover a {
    color: var(--primary-400);
}
#header .con_top {
    position: relative;
    height: 5rem;
}
#header .con_top h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header .con_top .header_link {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: calc(100% + 1rem);
}
#header .con_top .header_link .left,
#header .con_top .header_link .right {
    display: flex;
    align-items: center;
}
#header .con_top .header_link .menu_open {
    display: none;
}
#header .con_top .check_attendance {
    position: relative;
    margin-right: 2rem;
}
#header .con_top .check_attendance > button {
    display: flex;
    align-items: center;
    gap: 0 0.25rem;
    padding: 0 1rem;
    height: 2.25rem;
    border-radius: 2rem;
    border: 1px solid var(--grayscale-200);
    font-size: 1rem;
    color: var(--primary-400);
    font-weight: 800;
}
#header .con_top .check_attendance .txt {
    display: flex;
    align-items: center;
    gap: 0 0.25rem;
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    padding: 0.2rem 0.75rem;
    border-radius: 0.5rem;
    background: var(--grayscale-800);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-height: 1.87rem;
}
#header .con_top .check_attendance .txt::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%) rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 3.5px;
    background: var(--grayscale-800);
}
#header .con_top .check_attendance .txt p {
    font-size: 0.875rem;
    color: var(--grayscale-white);
    font-weight: 500;
}
#header .con_top .check_attendance .txt button {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .con_top .search,
#header .con_top .delivery {
    margin-right: 1.5rem;
}
#header .cart {
    position: relative;
    margin-right: 2rem;
}
#header .cart em {
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
    padding: 0 0.25rem;
    height: 1rem;
    border-radius: 50%;
    background: #f87171;
    font-size: 0.7rem;
    color: var(--grayscale-white);
    font-weight: 700;
    line-height: 1rem;
}
#header .mypage {
    position: relative;
}
#header .mypage .grade_badge {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-40%);
    width: max-content;
}
#header .menu_wrap .menu_list {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
    height: 4.125rem;
}
#header .menu_wrap .menu_list > li {
    position: relative;
    line-height: 1.25rem;
}
#header .menu_wrap .menu_list > li::after {
    content: "";
    position: absolute;
    right: -0.5rem;
    top: 0;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: var(--primary-400);
    opacity: 0;
}
#header .menu_wrap .menu_list > li > a {
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#header .menu_wrap .menu_list > li:hover::after,
#header .menu_wrap .menu_list > li.active::after {
    opacity: 1;
}
#header .menu_wrap .menu_list > li:hover > a,
#header .menu_wrap .menu_list > li.active > a {
    color: var(--primary-400);
}
#header .menu_wrap .depth_wrap {
    display: none;
    position: absolute;
    top: calc(100% + 1.5rem);
    width: max-content;
}
#header .menu_wrap .depth_wrap.type02 {
    display: none;
}
#header .menu_wrap .depth_wrap.type01 {
    overflow: hidden;
    left: 0;
    width: max-content;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid var(--grayscale-300);
    border-top: 0;
    border-right: 0;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
#header .menu_wrap .depth_wrap.type01 .depth_list {
    display: flex;
    align-items: stretch;
    max-height: 35rem;
}
#header .menu_wrap .depth_wrap.type01 .dep01 {
    width: 11.6rem;
    background: var(--grayscale-white);
}
#header .menu_wrap .depth_wrap.type01 .dep02,
#header .menu_wrap .depth_wrap.type01 .dep03 {
    display: none;
    min-width: 11.6rem;
    height: 100%;
    background: var(--grayscale-white);
    border-left: 1px solid var(--grayscale-300);
}
#header .menu_wrap .depth_wrap.type01 li a {
    padding: 0.625rem 1rem;
    display: block;
    font-size: 0.94rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#header .menu_wrap .depth_wrap.type01 .dep01 li a,
#header .menu_wrap .depth_wrap.type01 .dep02 li[data-name~="has-dep03"] a {
    padding: 0.625rem 2.125rem 0.625rem 1rem;
    background: url(../img/common/arrow_menu.svg) right 0.8rem center no-repeat;
}
#header .menu_wrap .depth_wrap.type01 .dep01 li.active a,
#header .menu_wrap .depth_wrap.type01 .dep02 li[data-name~="has-dep03"].active a {
    background-color: var(--primary-400);
    background-image: url(../img/common/arrow_menu_on.svg);
}
#header .menu_wrap .depth_wrap.type01 .dep02 li.active {
    background-color: var(--primary-400);
}
#header .menu_wrap .depth_wrap.type01 .dep01 li.active a,
#header .menu_wrap .depth_wrap.type01 .dep02 li.active a {
    color: var(--grayscale-white);
}
#header .menu_wrap .depth_wrap.type01 .dep03 li:hover a {
    color: var(--primary-400);
}
#header .menu_wrap .depth_wrap.type01 .dep01 li a {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
#header .menu_wrap .depth_wrap.type01 .dep01 li img {
    height: 1.2rem;
}
#header .menu_wrap .depth_wrap.type02 {
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    min-width: 10rem;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid var(--grayscale-300);
    border-top: 0;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
#header .menu_wrap .depth_wrap.type02 .depth_list li {
    text-align: center;
}
#header .menu_wrap .depth_wrap.type02 .depth_list li:hover {
    background: var(--primary-400);
}
#header .menu_wrap .depth_wrap.type02 .depth_list li a {
    display: block;
    padding: 0.625rem;
    font-size: 0.94rem;
    color: var(--grayscale-black);
    font-weight: 500;
}
#header .menu_wrap .depth_wrap.type02 .depth_list li:hover a {
    color: var(--grayscale-white);
    font-weight: 700;
}

/* =================
    header - nav 
====================*/

#nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 100;
    background: var(--grayscale-white);
}
#nav .nav_inner {
    height: 100%;
}
#nav .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1rem;
    height: 3.42rem;
}
#nav .top .auth_link {
    display: flex;
    align-items: center;
    gap: 0 1.25rem;
}
#nav .cart {
    margin-right: 0;
}
#nav .auth_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 2.85rem;
}
#nav .auth_box .auth_info {
    display: flex;
    align-items: center;
    gap: 0 1rem;
}
#nav .auth_box .auth_info p {
    font-size: 1.1rem;
    color: var(--grayscale-black);
    font-weight: 800;
}
#nav .auth_box .login {
    padding-right: 1.42rem;
    background: url(../img/common/arrow_right06.svg) right center no-repeat;
    font-size: 1.1rem;
    color: var(--primary-400);
    font-weight: 800;
}
#nav .auth_box .auth_link {
    display: flex;
    align-items: center;
    gap: 0 0.85rem;
}
#nav .auth_box .auth_link a {
    font-size: 0.9rem;
    color: var(--grayscale-400);
    font-weight: 500;
}
#nav .auth_box .auth_link .line {
    width: 1px;
    height: 0.71rem;
    background: var(--grayscale-400);
}
#nav .nav_list {
    padding: 1rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
}
#nav .nav_list li {
    display: flex;
    align-items: center;
    padding: 0 0.7rem;
    height: 2.28rem;
    border-radius: 2.28rem;
    border: 1px solid var(--grayscale-100);
    background: var(--grayscale-100);
}
#nav .nav_list li a {
    position: relative;
    font-size: 0.9rem;
    color: var(--grayscale-400);
    font-weight: 800;
}
#nav .nav_list li a::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: var(--primary-400);
}
#nav .nav_list li.active {
    border-color: var(--primary-400);
    background: var(--grayscale-white);
}
#nav .nav_list li.active a {
    padding-right: 0.45rem;
    color: var(--primary-400);
}
#nav .nav_list li.active a::before {
    opacity: 1;
}
#nav .nav_container {
    border-top: 1px solid var(--grayscale-300);
}
#nav .nav_container .scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-300);
}
#nav .nav_container .nav_con {
    display: none;
}
#nav .nav_container .nav_con:first-child {
    display: block;
}
#nav .nav_container .nav_box {
    display: flex;
    height: calc(100vh - 180px);
}
#nav .nav_container li {
    padding: 0.72rem 1rem;
}
#nav .nav_container li a {
    display: block;
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#nav .nav_container .nav_box .nav_dep01 {
    padding: 1rem 0;
    width: 100%;
    background: var(--grayscale-white);
}
#nav .nav_container .nav_box.flex .nav_dep01 {
    width: 40%;
    padding-bottom: 5rem;
}
#nav .nav_container .nav_dep01 li.active {
    background: var(--primary-400);
}
#nav .nav_container .nav_dep01 li.active a {
    color: var(--grayscale-white);
}
#nav .nav_container .nav_dep02_wrap {
    padding: 1rem 0;
    width: 60%;
    background: var(--grayscale-100);
    border-left: 1px solid var(--grayscale-300);
}
#nav .nav_container .nav_dep03 {
    padding-top: 0.72rem;
}
#nav .nav_container .nav_dep02 li > a.dep_menu {
    background: url(../img/common/arrow_depth.svg) right center no-repeat;
}
#nav .nav_container .nav_dep02 li.active > a {
    color: var(--primary-400);
    font-weight: 700;
}
#nav .nav_container .nav_dep02 li.active a.dep_menu {
    background-image: url(../img/common/arrow_depth_on.svg);
}
#nav .nav_container .nav_dep03 {
    display: none;
}
#nav .nav_container .nav_dep03 li {
    display: flex;
    gap: 0 0.4rem;
    padding-right: 0.5rem;
}
#nav .nav_container .nav_dep03 li::before {
    content: "-";
    font-size: 1rem;
    color: var(--grayscale-500);
    font-weight: 500;
}
#nav .nav_container .nav_dep03 li a {
    font-size: 1rem;
    color: var(--grayscale-500);
}

/* =================
    푸터 - footer 
====================*/
#footer {
    padding: 3.75rem 0;
    border-top: 1px solid var(--grayscale-300);
    background: var(--grayscale-white);
}
#footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .left {
    width: calc(100% - 19.375rem);
}
#footer .left .footer_link {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
}
#footer .left .footer_link li a {
    font-size: 0.875rem;
    color: var(--grayscale-500);
    font-weight: 500;
}
#footer .left .footer_link li a span {
    color: var(--grayscale-800);
}
#footer .left .txt {
    padding: 1.5rem 0;
}
#footer .left .txt p,
#footer .left .copy {
    font-size: 0.875rem;
    color: var(--grayscale-500);
    font-weight: 500;
    line-height: 145%;
}
#footer .left .txt p ~ p {
    margin-top: 0.375rem;
}
#footer .left .txt p span ~ span {
    margin-left: 1.125rem;
}
#footer .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19.375rem;
    border-left: 1px solid var(--grayscale-200);
    text-align: center;
}
#footer .right strong {
    font-size: 1.25rem;
    color: var(--grayscale-800);
    font-weight: 800;
}
#footer .right .txt {
    padding: 1rem 0 1.5rem;
}
#footer .right .txt p {
    font-size: 0.875rem;
    color: var(--grayscale-800);
    font-weight: 500;
    line-height: 145%;
}
#footer .right .txt p ~ p {
    margin-top: 0.5rem;
}
#footer .right .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 11.75rem;
    height: 2.75rem;
    border-radius: 50px;
    background: var(--primary-400);
    font-size: 0.875rem;
    color: var(--grayscale-white);
    font-weight: 500;
}

/* =================
    모달 - modal 
====================*/
.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}
.modal.active {
    display: flex;
}
.modal.type04 {
    align-items: flex-start;
}
.modal .modal_con {
    width: max-content;
    max-width: calc(100% - 32px);
    max-height: 65vh;
    padding: 2rem 2.5rem;
    background: var(--grayscale-white);
    border-radius: 12px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
.modal.type04 .modal_con {
    padding: 0 1rem 1rem;
    width: 100%;
    max-width: 100%;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
}
.modal.type01 .modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal.type01 .modal_header h3 {
    font-size: 1.5rem;
    color: var(--grayscale-800);
    font-weight: 800;
    line-height: 145%;
}
.modal .modal_body {
    max-height: calc(65vh - 6rem);
}
.modal.type02 .modal_con {
    padding: 1.25rem;
    min-width: 21.75rem;
}
.modal .modal_btn_wrap {
    display: flex;
    align-items: stretch;
    gap: 0 0.75rem;
    margin-top: 1.25rem;
}
.modal .modal_btn_wrap .btn_stl01 {
    height: 3rem;
    border-radius: 50px;
    font-size: 1rem;
}
.modal .modal_btn_wrap .btn_stl02 {
    flex: 1;
    height: 3rem;
    border-radius: 3.125rem;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 500;
}
.modal .modal_btn_wrap .btn_stl02.gray {
    background: var(--grayscale-white);
    border-color: var(--grayscale-300);
    color: var(--grayscale-800);
}
.modal .modal_btn_wrap .btn_stl02.red {
    background: var(--txt-red2);
    border-color: var(--txt-red2);
    color: var(--grayscale-white);
}
.modal.type03 .modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.modal.type03 .modal_header h3 {
    display: flex;
    align-items: center;
    gap: 0 0.75rem;
    font-size: 1.5rem;
    color: var(--grayscale-800);
    font-weight: 800;
    line-height: 145%;
}
.modal.type03 .modal_header h3 strong {
    color: var(--primary-400);
}
.modal.type03 .modal_con {
    max-height: 100vh;
}
.modal.type03 .modal_body {
    max-height: 90vh;
}

/* ====================
        출석체크 모달 
=======================*/
.attendance_modal_wrap {
    padding-top: 1.5rem;
}
.attendance_modal_wrap .top {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 0.75rem;
    background: var(--grayscale-100);
}
.attendance_modal_wrap .top .txt {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    line-height: 140%;
}
.attendance_modal_wrap .top .txt ~ .txt {
    margin-top: 0.25rem;
}
.attendance_modal_wrap .top .txt span {
    font-size: 0.9375rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
.attendance_modal_wrap .top .txt strong {
    font-size: 0.9375rem;
    color: var(--primary-400);
    font-weight: 800;
}
.attendance_modal_wrap .calendar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 145%;
}
.attendance_modal_wrap .calendar_top strong {
    font-size: 1.0625rem;
    color: var(--grayscale-800);
    font-weight: 800;
}
.attendance_modal_wrap .calendar_top strong span {
    color: var(--primary-400);
}
.attendance_modal_wrap .calendar_top .txt {
    display: flex;
    gap: 0 0.75rem;
    justify-content: flex-end;
}
.attendance_modal_wrap .calendar_top .txt span {
    font-size: 0.9375rem;
    color: var(--grayscale-500);
    font-weight: 500;
}
.attendance_modal_wrap .calendar_top .txt span em {
    color: var(--primary-400);
}
.attendance_modal_wrap .calendar_con {
    padding: 2rem 0;
}
.attendance_modal_wrap .calendar_week {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.attendance_modal_wrap .calendar_week .week {
    flex: 1;
    display: block;
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
    text-align: center;
}
.attendance_modal_wrap .calendar_week .week.sun {
    color: #f87171;
}
.attendance_modal_wrap .calendar_week .week.sat {
    color: var(--color-blue);
}
.attendance_modal_wrap .calendar_day {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem 0.5rem;
    margin-top: 1.75rem;
}
.attendance_modal_wrap .calendar_day .day {
    width: 4rem;
    height: 4rem;
}
.attendance_modal_wrap .calendar_day .day:not(.space) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
    border: 1px dashed var(--grayscale-200);
    background: var(--grayscale-50);
    font-size: 1rem;
    color: var(--grayscale-300);
    font-weight: 800;
}
.attendance_modal_wrap .calendar_day .day.complete {
    border: 1px solid #1dcfae;
    background: #def6f2;
    color: #1dcfae;
}
.attendance_modal_wrap .calendar_day .day.today {
    flex-direction: column;
    gap: 2px;
}
.attendance_modal_wrap .calendar_day .day.complete.today {
    background: #1dcfae;
    color: var(--grayscale-white);
    font-weight: 500;
}
.attendance_modal_wrap .calendar_day .day.today em {
    font-size: 0.75rem;
    color: var(--primary-400);
    font-weight: 500;
    text-align: center;
}
.attendance_modal_wrap .calendar_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.attendance_modal_wrap .calendar_btn button {
    width: 12.5rem;
    height: 3rem;
    border-radius: 3rem;
    background: #11c7a5;
    font-size: 1rem;
    color: var(--grayscale-white);
    font-weight: 500;
}
.attendance_modal_wrap .calendar_btn button:disabled {
    background: var(--grayscale-300);
    color: var(--grayscale-white);
}

/* ====================
        kboard 관련 
=======================*/
.kboard-default-poweredby {
    display: none;
}

/* =================
        반응형 
====================*/
@media (max-width: 1480px) {
    #floating_btns {
        right: 2rem;
        bottom: 4.85rem;
    }
}
@media (max-width: 1364px) {
    .inner {
        padding: 0 2rem;
    }
}

@media (max-width: 1024px) {
    .inner.s {
        padding: 0 2rem;
    }
    #header .search_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100dvh;
        z-index: 110;
        background: rgba(0, 0, 0, 0.4);
    }
    #header .search_wrap .search_box {
        position: static;
        padding: 1rem 4.267% 1.4rem;
        transform: translateY(0);
        background: var(--grayscale-white);
    }
    #header .search_wrap .search_box .inp_box {
        display: flex;
        align-items: center;
        gap: 0 0.85rem;
    }
    #header .search_wrap .search_box .inp_box .inp {
        width: calc(100% - 2.56rem);
    }
    #header .search_wrap .search_box .inp input {
        padding: 0 3rem 0 1rem;
        width: 100%;
        height: 2.85rem;
        font-size: 0.9rem;
        box-sizing: border-box;
    }
    #header .search_wrap .search_box .inp button {
        right: 1rem;
    }
    #header .search_wrap .search_box .inp button img {
        width: 1.5rem;
    }
    #header .search_wrap .search_history,
    #header .search_wrap .search_result {
        top: 100%;
        border-radius: 0px 0px 20px 20px;
        border: none;
        box-shadow: none;
    }
    #header .search_result .list .search_item {
        padding: 0.5rem 4.267%;
    }
    .search_wrap .search_result .list_tit {
        display: flex;
        align-items: center;
        gap: 0 0.5rem;
        padding: 0 4.267% 1.4rem;
        font-size: 1.1rem;
        color: var(--grayscale-800);
        font-weight: 800;
    }
    .search_wrap .search_result .list_tit span {
        color: var(--primary-400);
    }
    #quick_menu {
        display: flex;
    }
    #floating_btns .btn_kakao {
        display: none;
    }
    /* header / tab / top */
    #header .header_top {
        display: none;
    }
    #header .con_top {
        height: auto;
    }
    #header .con_top h1 {
        top: 0.5rem;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #header .con_top h1 a {
        display: flex;
        align-items: center;
    }
    #header .con_top h1 img {
        width: 6rem;
    }
    #header .con_top .header_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: static;
        height: 3.42rem;
    }
    #header .con_top .header_link .left,
    #header .con_top .header_link .right {
        display: flex;
        align-items: center;
        gap: 0 1rem;
    }
    #header .con_top .header_link .right {
        flex-direction: row-reverse;
    }
    #header .con_top .header_link .menu_open {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.72rem;
        height: 1.72rem;
        cursor: pointer;
    }
    #header .con_top .check_attendance {
        margin-right: 0;
        z-index: 5;
    }
    #header .con_top .check_attendance > button {
        display: block;
        padding: 0 0.5rem;
        height: 1.85rem;
        border-radius: 0.6rem;
        font-size: 0.8rem;
    }
    #header .con_top .check_attendance .txt {
        left: 0;
        top: calc(100% + 6px);
        transform: translateX(0);
        padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    }
    #header .con_top .check_attendance .txt::after {
        left: 20%;
        top: -3px;
    }
    #header .con_top .search,
    #header .con_top .delivery,
    #header .con_top .cart {
        margin-right: 0;
    }
    #header .con_top .mypage {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.5rem;
    }
    #header .con_top .grade_badge {
        position: static;
        transform: translateX(0);
    }
    #header .con_top .mypage img {
        display: none;
    }
    #header .menu_wrap .menu_list {
        justify-content: space-between;
        gap: 0 1rem;
        height: 3rem;
    }

    /* footer / tab */
    #footer .left {
        width: auto;
    }
    #footer .right {
        padding: 0 2rem;
        width: auto;
    }

    .modal .modal_con {
        padding: 1rem;
    }
    .modal.type01 .modal_header h3 {
        font-size: 1.28rem;
    }
    .modal.type02 .modal_con {
        padding: 1.25rem;
        min-width: 21.75rem;
    }
    .modal .modal_btn_wrap {
        display: flex;
        align-items: stretch;
        gap: 0 0.75rem;
        margin-top: 1.25rem;
    }
    .modal .modal_btn_wrap .btn_stl01 {
        height: 3rem;
        border-radius: 50px;
        font-size: 1rem;
    }
    .toast {
        bottom: 9rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    #wrap {
        padding-bottom: 3rem;
    }

    .header_con {
        border: 1px solid var(--primary-400);
    }

    .inner,
    .inner.s,
    .inner.xs {
        padding: 0 4.267%;
    }
    .menu_type01 {
        margin-bottom: 1.7rem;
    }
    .menu_type01 li a {
        padding: 0.5rem 1rem;
    }
    .tag_box .tag {
        padding: 0 0.5rem;
        height: 1.5rem;
        border-radius: 25px;
        font-size: 0.75rem;
    }
    .hashtag span {
        font-size: 0.85rem;
    }
    .price_box .price {
        flex-wrap: wrap;
        font-size: 0.9rem;
    }
    .rating {
        background-size: cover;
    }
    .swiper_btn {
        width: 2.75rem;
        height: 2.75rem;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        border-radius: 50%;
        background-color: var(--grayscale-white);
        background-size: 1.5rem auto;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    }
    .swiper_btn.swiper_btn_prev {
        left: 0.3rem;
        background-image: url(../img/common/arrow_left02_on.svg);
    }
    .swiper_btn.swiper_btn_next {
        right: 0.3rem;
        background-image: url(../img/common/arrow_right02_on.svg);
    }
    .swiper_btn.swiper_btn_prev.swiper-button-disabled {
        background-image: url(../img/common/arrow_left02.svg);
    }
    .swiper_btn.swiper_btn_next.swiper-button-disabled {
        background-image: url(../img/common/arrow_right02.svg);
    }
    .main_search .search_result .list {
        max-height: 13rem;
    }

    /* header / mob */
    #header .con_top h1 img {
        width: 8rem;
    }
    #header .con_top .check_attendance .txt p {
        font-size: 0.75rem;
    }

    #floating_btns .btn {
        width: 3.5rem;
        height: 3.5rem;
    }
    #floating_btns .btn img {
        width: 1.5rem;
    }
    #floating_btns .btn_notice {
        background-position: center top 6px;
        background-size: 20px;
    }

    /* footer / mob */
    #footer .inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2.85rem;
    }
    #footer .left,
    #footer .right {
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    #footer .left a img {
        width: 8.58rem;
    }
    #footer .left .footer_link {
        justify-content: space-between;
        gap: 0;
    }
    #footer .left .txt {
        padding: 1.7rem 0;
    }
    #footer .left .txt p span ~ span {
        margin-left: 1rem;
        word-break: keep-all;
    }
    #footer .right {
        padding: 0;
        border-left: 0;
        text-align: left;
        padding-bottom: 2rem;
    }
    #footer .right .txt {
        padding: 0.6rem 0 1.15rem;
    }
    #footer .right .btn {
        width: 100%;
        height: 3.14rem;
    }
    .pagination .paging ul {
        gap: 0 2px;
        margin: 0 0.5rem;
    }
    .pagination .paging ul li {
        width: 1.5rem;
        height: 1.5rem;
    }
    .pagination .paging ul li a {
        font-size: 1rem;
    }

    .modal.type01 .modal_con {
        width: calc(100% - 32px);
    }
    #floating_btns {
        right: 16px;
    }
    .chk_type01 em {
        width: 16px;
        height: 16px;
        border-radius: 5px;
    }
    .chk_type01 input:checked + em {
        background-size: 12px auto;
    }
    .toast .txt01 {
        min-width: auto;
        width: 91.466%;
        max-width: 91.466%;
    }
    .modal.type03 .modal_header {
        flex-wrap: wrap;
    }
    .modal.type03 .modal_header span {
        padding: 0.714rem 0;
        width: 100%;
        font-size: 1rem;
        color: var(--grayscale-800);
        font-weight: 500;
        text-align: center;
    }
    .modal.type03 .modal_header h3 {
        order: 1;
        margin-top: 0.25rem;
        width: 100%;
        font-size: 1.285rem;
    }
    .modal.type03 .modal_header button {
        position: absolute;
        right: 0;
        top: 0.4rem;
    }
    .modal.type03 .modal_header button img {
        width: 24px;
    }
    .modal.type03 .modal_con {
        padding: 1.25rem;
    }
    .attendance_modal_wrap .calendar_top strong {
        font-size: 1rem;
    }
    .attendance_modal_wrap .calendar_top .txt {
        gap: 0 0.5rem;
    }
    .attendance_modal_wrap .calendar_top .txt span {
        font-size: 0.857rem;
    }
    .attendance_modal_wrap .calendar_day {
        justify-content: space-between;
        gap: 1rem 0;
    }
    .attendance_modal_wrap .calendar_day .day {
        width: 40px;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        line-height: 108%;
    }
    .attendance_modal_wrap .calendar_day .day:not(.space) {
        font-size: 12px;
    }
    .attendance_modal_wrap .calendar_btn button {
        width: 100%;
        height: 3.428rem;
    }
    .chk_toggle span {
        padding: 2px;
        width: 43px;
        height: 26px;
    }
    .chk_toggle span em {
        left: 19px;
        width: 22px;
        height: 22px;
    }
    .chk_toggle input:checked + span em {
        left: 2px;
    }
}
