/* Product list */
.product-wrap {
    display: flex;
    column-gap: 12px;
    row-gap: 23px;
    flex-wrap: wrap;
}
.product-item {
    width: calc((100% - 36px) / 4);
    min-height: 500px;
    position: relative;
    border-radius: 16px;
}
.product-item > a {
    display: flex;
    flex-direction: column;
}

span.product-label {
    position: absolute;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 138px;
    max-width: 100%;
    min-height: 32px;
    display: grid;
    place-items: center;
    border-radius: 16px 0px 16px 0px;
    background: var(--clr-primary);
    padding: 0.5em;
}

.product-item .product-img>img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 213px;
    max-height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.product-name-wrap {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.product-name {
    margin-top: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.good-list .product-name {
    margin-top: 0;
}

.product-item p:not(.product-price) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.publish-year,
p.product-short-des {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

p.product-price {
    display: flex;
    margin-top: 24px;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    flex-wrap: wrap;
    /* 125% */
}

p.product-price .old {
    color: var(--clr-gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

p.product-price .label {
    padding: 5px 16px 4px 16px;
    background: var(--clr-primary);
    border-radius: 16px;
    box-sizing: border-box;
}
.product-img img {
    cursor: pointer;
}
.product-img .modal-image {
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.60);
    display: none;
    align-items: center;
    justify-content: center;
}

.product-img .modal-image > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.modal-image span {
    position: absolute;
    right: 40px;
    top: 24px;
    cursor: pointer;
}
.list-page {
    padding-bottom: 130px;
}
.list-page h2.title {
    color: var(--point_color_02, #51ADAE);
    font-family: 'SeoulHangang', 'Pretendard', Pretendard, sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    padding-top: 80px;
}

.list-page h2.title span {
    font-size: 56px;
    margin-left: 16px;
}
.tabs-head {
    display: flex;
    gap: 56px;
    align-items: center;
    color: var(--point_color_02, #2FBDEB);
    margin-bottom: 72px;
}

.tabs-head p {
    font-family: "SeoulHangang";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabs-head .tabs-nav {
    margin-bottom: 0;
    column-gap: 0;
    row-gap: 10px;
}

.tabs-head .tabs-nav li a {
    color: var(--point_color_02, #51ADAE);
    font-family: "SeoulHangang";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.tabs-head .tabs-nav li {
    background: transparent;
    padding: 0 10px;
    position: relative;
}

.tabs-nav li:not(.active) a {
    opacity: 0.7;
}

.tabs-head .tabs-nav li::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    background: #3F7879;
}

.tabs-head .tabs-nav li:first-child {
    padding-left: 0;
}

.tabs-head .tabs-nav li:last-child::after {
    display: none;
}
.filter-list {
    border-top: 1px solid var(--clr-s-light);
    padding: 16px 0;
    margin-bottom: 26px;
}
.filter-list form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.filter-list select {
    border-radius: 50px;
    border: 1px solid var(--clr-white);
    background: var(--clr-black);
    color: var(--clr-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 61px;
    line-height: 61px;
    padding: 0 30px;
    appearance: none;
    min-width: 247px;
    font-family: 'Pretendard';
}
.filter-option {
    position: relative;
}
.filter-option::after {
    content: '';
    width: 24px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    right: 30px;
    translate: 0 -50%;
    background-image: url(../images/icon-arrow-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.filter-by-name {
    border-radius: 50px;
    border: 1px solid var(--clr-white);
    background: var(--clr-black);
    height: 61px;
    line-height: 61px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 248px;
    box-sizing: border-box;
}

.filter-by-name input {
    height: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 0;
    color: var(--clr-white);
    font-size: 24px;
    max-width: calc(100% - 24px);
    font-family: 'Pretendard';
    font-weight: 500;
    margin-top: 0;
    padding: 0;
}

.filter-by-name input::placeholder {
    color: var(--clr-white);
}
.filter-by-name button {
    background-color: unset;
    border: unset;
    display: flex;
}
.filter-by-name .icon-search {
    cursor: pointer;
}
.filter-option select:focus-visible {
    outline: none;
}
.list-product-wrapper .good-list .product-item::after {
    display: none;
}

.good-list .product-item {
    min-height: unset;
}

.good-list .product-item > a {
    padding: 12px 8px 45px;
}

.good-list p.product-price .label {
    font-weight: 400;
}

.good-list p.product-price span {
    font-weight: 400;
}

.good-list p.product-price {
    margin-top: 8px;
    gap: 16px;
}

@media(max-width: 1023px) {
    .list-page h2.title {
        padding-top: 50px;
    }
    .product-item {
        min-height: unset;
    }
    .list-product-wrapper .product-wrap {
        padding-bottom: 50px;
    }
    .list-page h2.title {
        font-size: 40px;
    }

    .list-page h2.title span {
        font-size: 30px;
    }

    .tabs-head p {
        font-size: 24px;
    }

    .tabs-head {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .tabs-head .tabs-nav li a {
        font-size: 22px;
    }
    .list-page {
        padding-bottom: 50px;
    }
    .good-list .product-item > a {
        padding-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .product-item {
        width: 100%;
    }
    .filter-by-name input {
        font-size: 18px;
    }

    .filter-by-name {
        width: calc((100% - 16px) / 2);
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }

    .filter-list form {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .filter-option {
        width: calc((100% - 16px) / 2);
    }

    .filter-list select {
        min-width: unset;
        font-size: 18px;
        padding: 0 15px;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .filter-option::after {
        right: 20px;
    }
}
@media(min-width: 768px) and (max-width: 1023px) {
    .product-item {
        width: calc((100% - 12px) / 2)
    }
}
@media(min-width: 1024px) and (max-width: 1300px) {
    p.product-price {
        flex-wrap: wrap;
        height: auto;
        margin-top: 15px;
    }
}
@media(min-width: 1024px) {
    .list-product-wrapper .product-item::after {
        content: "";
        width: calc(100% + 12px);
        height: 1px;
        background: var(--clr-light);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .list-product-wrapper .product-item:nth-child(4n)::after {
        width: 100%;
    }
}
/* Artist list */
.list-page .sub-title {
    color: #2FBDEB;
    font-family: 'SeoulHangang', 'Pretendard', Pretendard, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 72px;
}
.artist-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 89px;
    row-gap: 36px;
    margin-bottom: 72px;
}

.artist-item {
    width: calc((100% - 178px) / 3);
}
.artist-item * {
    font-family: 'Pretendard';
    font-style: normal;
    line-height: normal;
}

.artist-img {
    display: flex;
    margin-bottom: 24px;
}
.artist-img img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}
.artist-name {
    color: var(--clr-white);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-des {
    color: var(--clr-s-light);
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.hashtags span {
    color: var(--clr-s-light);
    font-size: 12px;
    font-weight: 400;
    border-radius: 13px;
    background: #3D3D3D;
    padding: 5px 10px;
}

.hashtags {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media(max-width: 1023px) {
    .artist-list {
        gap: 20px;
    }
    .artist-item {
        width: calc((100% - 40px) / 3);
    }
    .artist-img {
        margin-bottom: 15px;
    }
    .artist-name {
        font-size: 20px;
    }
    .list-page .sub-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .artist-list {
        margin-bottom: 50px;
    }
}
@media(max-width: 767px) {
    .artist-item {
        width: 100%;
    }
    .artist-list {
        gap: 40px;
    }
    .artist-img img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Product detail */
.product-media {
    background: var(--clr-white);
    padding: 30px 24px;
    text-align: center;
    margin-bottom: 134px;
}
.product-media img {
    max-height: 700px;
}
.product-media .swiper-wrapper {
    align-items: center;
}
.product-media .swiper-button-next,
.product-media .swiper-button-prev {
    border-radius: 30px;
    background: var(--sub_color_02, #3D3D3D);
    width: 30px;
    height: 30px;
    padding: 3px;
}
.product-media .swiper-button-next.swiper-button-disabled,
.product-media .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}
.product-media .swiper-button-prev {
    left: 0;
}
.product-media .swiper-button-next {
    right: 0;
}
.product-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 342px;
    gap: 24px;
    margin-bottom: 38px;
}
.product-intro {
    margin-top: 8px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.product-intro span:not(.highlight) {
    color: var(--clr-s-light);
}

.product-intro span {
    padding: 0 5px;
    position: relative;
}

.product-intro span::after {
    content: "";
    height: 100%;
    width: 1px;
    background: var(--clr-s-light);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-intro span:last-child::after {
    display: none;
}

.product-intro span:first-child {
    padding-left: 0;
}

.info-title {
    font-weight: 600;
    margin-bottom: 16px;
}

.info-content {
    line-height: 1.3;
    color: var(--clr-s-light);
    width: 100%;
    max-width: 684px;
}

.author-info img {
    border-radius: 50%;
    width: 100%;
    max-height: 56px;
    object-fit: cover;
    object-position: center;
}

.author-info > div:first-child {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.author-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px; /* 140% */
    letter-spacing: 1px;
}

.author-name-en {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--clr-s-light);
}

.author-des {
    font-size: 14px;
    color: var(--clr-s-light);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin-bottom: 24px;
}

.author-btn a {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--clr-primary);
    background: var(--clr-white);
    color: var(--clr-primary);
    margin-bottom: 8px;
}
.author-btn a.purchase {
    border-color: var(--clr-white);
    background: transparent;
    color: var(--clr-white);
    opacity: 0.4;
}

.author-btn .btn-note {
    font-size: 14px;
    opacity: 0.4;
    line-height: 1.2;
}
.author-btn a.view-artist {
    color: var(--clr-white);
    background: var(--clr-primary);
}

.addition-block {
    margin-bottom: 36px;
}

.addition-block .swiper {
    padding-top: 24px;
}

.addition-block .swiper-button-next, .addition-block .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 24px;
    height: 24px;
    background: var(--clr-primary);
    border-radius: 50%;
}

.addition-block .swiper-button-prev {
    right: 40px;
    left: auto;
}
.addition-block .swiper-button-prev.swiper-button-disabled,
.addition-block .swiper-button-next.swiper-button-disabled {
    background: rgba(255, 255, 255, 0.20);
    opacity: 1;
}
.btn {
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}

.btn.btn-primary {
    border-radius: 90px;
    background: var(--clr-primary);
}
.detail-page .btn {
    padding: 0 64px;
}
.bottom-block {
    text-align: center;
    margin-top: 70px;
}
.detail-page {
    padding-bottom: 130px;
}
.detail-page img {
    max-width: 100%;
}
.detail-page .section-media img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 700px;
}
.addition-block img {
    width: 100%;
}
@media(max-width: 1023px) {
    .product-info {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
    .info-content {
        max-width: unset;
    }
    .author-des {
        font-size: 16px;
    }
    .product-media {
        margin-bottom: 40px;
    }
    .product-media img {
        max-height: 420px;
    }
    .detail-page {
        padding-bottom: 50px;
    }
    .bottom-block {
        margin-top: 50px;
    }
    .btn {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    .detail-page .section-media img {
        max-height: 420px;
    }
}
/* Artist detail */
.section-media {
    display: flex;
    justify-content: center;
}

.section-info {
    position: relative;
    padding: 48px 0 72px;
}

.section-avatar {
    position: absolute;
    left: 24px;
    top: -50px;
    max-width: 150px;
}
.section-avatar img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.section-detail {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.art-short-info {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 16px;
}
.section-detail h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-detail h2 span {
    font-size: 24px;
    font-weight: 400;
    color: var(--clr-s-light);
    margin-left: 16px;
}

.section-detail p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-detail p.art-content {
    color: var(--clr-s-light);
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.section-detail p.art-title {margin-bottom: 8px;}

.art-work {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 8px;
    margin-bottom: 40px;
}

.art-work p span {
    margin-right: 15px;
}
.art-work p {
    display: flex;
}

.art-work p span + span {
    margin-right: 0;
}
.section-detail div.art-des {
    font-size: 16px;
    color: var(--clr-s-light);
    line-height: 1.5;
}
@media(max-width: 1300px) {
    .section-info {
        padding-bottom: 50px;
    }
    .section-avatar {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .section-detail {
        margin-top: 70px;
    }
    .section-detail h2 {
        font-size: 40px;
        text-align: center;
    }
    .art-fair .section-detail h2 {
        text-align: left;
    }
}

/* Good detail */
.goood-media {
    display: flex;
}
.goood-media img {
    max-height: 700px;
    width: 100%;
    object-fit: contain;
}
.good-info {
    margin-top: 37px;
}
.detail-page .good-info {
    margin-left: 0;
}
.good-info .author {
    font-size: 24px;
    color: var(--clr-s-light);
    margin-bottom: 48px;
}
.good-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 342px;
    gap: 52px;
}
.good-detail img {
    background: var(--clr-white);
}
.good-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.good-name h2 {
    font-size: 48px;
    font-weight: 700;
}

.good-detail-right p {
    font-size: 24px;
    font-weight: 600;
}
.good-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.good-quantity .counter {
    display: flex;
    align-items: center;
}

.good-quantity .counter input {
    max-width: 52px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    border: none;
    color: var(--clr-white);
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.good-quantity .counter a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 24px;
}

.total-block span {
    font-weight: 600;
}

.total-block span.total-price {
    font-size: 24px;
}
.good-action a {
    font-family: 'SeoulHangang';
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: inline-block;
    width: calc((100% - 6px) / 2);
}

.good-action a.add-to-cart {
    border: 1px solid var(--clr-primary);
    background: var(--clr-white);
    color: var(--clr-primary);
}

.good-action a.go-to-checkout {
    background: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}

.good-action {
    display: flex;
    gap: 6px;
}
.wishlist {
    cursor: pointer;
}
.wishlist span + span {
    display: none;
}
.wishlist.active span + span {
    display: block;
}
.wishlist.active span {
    display: none;
}
.detail-page .swiper-button-next:after,
.detail-page .swiper-button-prev:after {
    font-size: 0;
}
.good-detail .swiper-button-next, .good-detail .swiper-button-prev {
    width: 24px;
    height: 24px;
    background: var(--clr-primary);
    border-radius: 50%;
    position: static;
    margin-top: 0;
}
.good-detail .swiper-button-next.swiper-button-disabled,
.good-detail  .swiper-button-prev.swiper-button-disabled {
    background: rgba(255, 255, 255, 0.20);
    opacity: 1;
}
.good-detail .swiper {
    padding-bottom: 60px;
}
.good-detail .swiper-navigation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
}
.good-description {
    margin: 72px 0;
    border-top: 1px solid var(--clr-gray);
}

.good-des-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.good-des-title a {
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid var(--clr-gray);
}

.good-des-title a:last-child {
    border-right: 0;
}

.shipping-info {
    margin-top: 36px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    padding: 18px 24px;
}

.good-des-section {
    padding-top: 56px;
}

.good-des-block {
    display: flex;
    flex-wrap: wrap;
}

.good-des-sub {
    min-width: 134px;
}

.good-des-block p {
    font-size: 24px;
    font-weight: 400;
    color: var(--clr-s-light);
    text-align: left;
    padding: 18px 0;
    line-height: 1.2;
    white-space: pre-line;
}

.good-des-section .hashtag {
   color: var(--clr-primary);
}

.good-des-block ul {
    width: calc(100% - 134px);
}
.good-des-block ul li {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: var(--clr-s-light);
    text-align: left;
    padding: 18px 0 18px 34px;
    line-height: 1.25;
}

.good-des-block ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--clr-s-light);
    border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 28px;
}
.good-images {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 56px;
}
.good-images div {
    text-align: center;
}
#good-inquiry a {
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 22px 16px;
    background: var(--clr-primary);
    justify-content: center;
}

#good-inquiry .addition-content {
    text-align: center;
    margin-top: 36px;
}
.shipping-info p {
    font-weight: 600;
}
.shipping-info p.shipping-title {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    #good-inquiry a {
        min-width: 684px;
    }
}
@media(max-width: 1023px) {
    .good-name h2 {
        font-size: 36px;
    }
    .good-des-section th, .good-des-section td {
        font-size: 16px;
    }
    .good-detail .swiper-slide {
        text-align: center;
    }
    #good-inquiry a {
        padding: 16px;
    }
}
@media(max-width: 767px) {
    .good-detail {
        grid-template-columns: minmax(0, 1fr);
    }
    .good-info .author {
        margin-bottom: 30px;
    }

    .good-detail .swiper {
        padding-bottom: 35px;
    }

    .good-description {
        margin: 50px 0;
    }

    .shipping-info p {
        line-height: 1.5;
    }

    .good-images {
        gap: 24px;
    }
    .good-des-title a {
        width: auto;
        padding: 0 14px;
    }
    .good-des-block {
        flex-direction: column;
    }

    .good-des-block p {
        padding: 10px 0;
        font-size: 18px;
    }

    .good-des-block ul {
        width: 100%;
    }

    .good-des-block ul li {
        font-size: 18px;
        padding: 10px 10px 10px 34px;
    }

    .good-des-block ul li::before {
        top: 15px;
    }
}

.cafe-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.cafe-item {
    width: calc((100% - 48px) / 3);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
}

.cafe-img img {
    border-radius: 16px 16px 0 0;
    max-width: 100%;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: center;
}

.cafe-img {
    display: flex;
}
.cafe-item .cafe-info {
    padding: 24px;
}

.cafe-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cafe-des {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cafe-list {
    padding-bottom: 72px;
}
.location-wrap {
    background-image: url('../images/location-bg.svg');
    min-height: 419px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 36px;
    margin-top: 72px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.location-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(000, 000, 000, 0.60);
    z-index: 1;
}

.location-wrap .open-hour {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 1px;
}
.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    z-index: 2;
}
.address div:first-child {
    text-align: right;
}
.address p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.address p.phone {
    margin: 15px 0;
    font-size: 24px;
    text-decoration-line: underline;
}
.address h2 {
    font-size: 48px;
    font-weight: 700;
}
.address-action {
    margin-bottom: 24px;
    text-align: center;
    z-index: 2;
}

.address-action .btn-primary {
    padding: 0 64px;
}
.map {
    height: 450px;
}
.map-hr {
    width: 100%;
    max-width: 684px;
    margin: 24px auto;
    border-color: var(--clr-s-light);
}
@media(max-width: 1023px) {
    .cafe-item a {
        padding: 15px;
    }
    .cafe-name {
        font-size: 18px;
    }
    .location-wrap {
        justify-content: center;
    }
    .address h2 {
        font-size: 40px;
    }
    .location-wrap {
        margin-top: 40px;
    }
}
@media(max-width: 767px) {
    .cafe-item {
        width: 100%;
    }
    .address {
        flex-direction: row;
    }
    .address div:first-child {
        text-align: center;
    }
}
