﻿
.product-detail-container > .area2 > .content > .back-link {
    width: 180px;
    height: 50px;
    background-color: #800e13;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 2px;
}
.product-detail-container > .area2 > .content > .back-link:link { color: #ffffff; }
.product-detail-container > .area2 > .content > .back-link:hover { color: #ffffff; }
.product-detail-container > .area2 > .content > .back-link:active { color: #ffffff; }

@media screen and (max-width: 767px) {
    .product-detail-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 70px;
    }
    
    .product-detail-container > .area1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-detail-container > .area1 > .content {
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        overflow: hidden;
        padding: 40px 0px;
    }

    .product-detail-container > .area1 > .content > h1 {
        color: #e50044;
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 36px;
    }

    .product-detail-container > .area1 > .content > .classification-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-title {
        flex-shrink: 0;
        width: 236px;
        height: 38px;
        border: 1px solid #d9d9d9;
        border-radius: 30px;
        color: #737373;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-title > p {
        pointer-events: none;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content {
        width: 100%;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification {
        width: 100%;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > .content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 40px;
        
        padding-top: 20px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > .content > a {
        flex-shrink: 0;
        box-sizing: border-box;
        color: #737373;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 15px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > a > span {
        pointer-events: none;
    }

    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > a.active {
        color: #72151a;
    }
    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > a.active:link { color: #72151a; }
    .product-detail-container > .area1 > .content > .classification-box > .collapse-box > .collapse-content > .classification > a.active:active { color: #72151a; }

    .product-detail-container > .area1 > .content > .pc { display: none; }

    /* ---------------------------------------------------------------------------------------------------- */

    .product-detail-container > .area2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 80px;
    }

    .product-detail-container > .area2 > .content {
        max-width: var(--page-max-width);
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        padding-bottom: 40px;
    }

    .product-detail-container > .area2 > .content > .briefing-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .big-img-box {
        width: 100%;
        height: 350px;
        border: 1px solid #7c7c7c;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .big-img-box > img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box {
        width: 100%;
        height: 110px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box > .img-box {
        flex-shrink: 0;
        width: calc((100% - 20px) / 3);
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box > .img-box > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.name {
        color: #666666;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 32px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.info {
        color: #d9d9d9;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 27px;
        white-space: pre-wrap;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.price {
        color: #9c1f1f;
        font-family: "Inter";
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 44px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.gender {
        color: #666666;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size {
        width: 40px;
        height: 40px;
        border: 1px solid #7c7c7c;
        border-radius: 50%;
        color: #7c7c7c;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size:hover {
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        color: #ffffff;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size.active {
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        color: #ffffff;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size > span {
        pointer-events: none;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .plus-btn,
    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .minus-btn {
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0);
        color: #9b9b9b;
        font-size: 30px;
        font-weight: 400;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .minus-btn {
        line-height: 15px;
        position: absolute;
        top: -3px;
        left: 0px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .quantity-input {
        width: 100%;
        height: 50px;
        border-radius: 30px;
        letter-spacing: 2px;
        padding: 0px 40px 3px 40px;
        text-align: center;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .plus-btn {
        line-height: 15px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .quantity-input::placeholder {
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box > .buy-btn {
        width: calc(50% - 10px);
        height: 50px;
        background-color: #800e13;
        border-radius: 30px;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box > .cart-btn {
        width: calc(50% - 10px);
        height: 50px;
        background-color: #737373;
        border-radius: 30px;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .introduction-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .title {
        width: 100%;
        color: #7c7c7c;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        font-size: 24px;
        font-weight: 700;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .title::before,
    .product-detail-container > .area2 > .content > .introduction-box > .title::after {
        content: "";
        width: calc((100% - 150px) / 2);
        border-bottom: 2px solid #7c7c7c;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .img-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .img-box > img {
        max-width: 100%;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .text-box {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .product-detail-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 90px;
    }
    
    .product-detail-container > .area1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-detail-container > .area1 > .content {
        max-width: var(--page-max-width);
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
        overflow: hidden;
        padding: 50px 0px;
    }

    .product-detail-container > .area1 > .content > h1 {
        color: #e50044;
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 36px;
    }

    .product-detail-container > .area1 > .content > .classification-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }

    .product-detail-container > .area1 > .content > .classification-box a:link { color: #737373; }
    .product-detail-container > .area1 > .content > .classification-box a:hover { color: #737373; }
    .product-detail-container > .area1 > .content > .classification-box a:active { color: #737373; }

    .product-detail-container > .area1 > .content > .classification-box > .main-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 40px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .main-box > button {
        flex-shrink: 0;
        width: 236px;
        height: 38px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #000000;
        border-radius: 30px;
        box-sizing: border-box;
        color: #737373;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 16px;
        outline: none;
        padding: 10px 20px;
    }
    .product-detail-container > .area1 > .content > .classification-box > .main-box > button:hover { background-color: #000000; color: #ffffff; }

    .product-detail-container > .area1 > .content > .classification-box > .main-box > button > span {
        pointer-events: none;
    }

    .product-detail-container > .area1 > .content > .classification-box > .main-box > button.active {
        background-color: #72151a;
        border: 1px solid #72151a;
        color: #ffffff;
        position: relative;
    }
    .product-detail-container > .area1 > .content > .classification-box > .main-box > button.active:hover { color: #ffffff; }

    .product-detail-container > .area1 > .content > .classification-box > .main-box > button.active::after {
        content: "";
        width: 0px;
        height: 0px;
        border: 10px solid;
        border-color: #72151a transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item {
        width: 100%;
        min-height: 50px;
        display: none;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 40px;
    }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item.active {
        display: flex;
    }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a {
        flex-shrink: 0;
        box-sizing: border-box;
        color: #737373;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 15px;
    }
    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a:hover { color: #000000; }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a > span {
        pointer-events: none;
    }

    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a.active {
        color: #72151a;
    }
    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a.active:link { color: #72151a; }
    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a.active:hover { color: #72151a; }
    .product-detail-container > .area1 > .content > .classification-box > .sub-box > .item > a.active:active { color: #72151a; }

    .product-detail-container > .area1 > .content > .mobile { display: none; }

    /* ---------------------------------------------------------------------------------------------------- */

    .product-detail-container > .area2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 80px;
    }

    .product-detail-container > .area2 > .content {
        max-width: var(--page-max-width);
        width: var(--page-width);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        padding-bottom: 50px;
    }

    .product-detail-container > .area2 > .content > .briefing-box {
        width: 740px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left {
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .big-img-box {
        width: 100%;
        height: 350px;
        border: 1px solid #7c7c7c;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .big-img-box > img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box {
        width: 100%;
        height: 110px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box > .img-box {
        flex-shrink: 0;
        width: 110px;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .left > .small-img-box > .img-box > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right {
        width: calc(50% - 20px);
        height: 470px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.name {
        color: #666666;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 32px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.info {
        color: #d9d9d9;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 27px;
        white-space: pre-wrap;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .info-box > p.price {
        color: #9c1f1f;
        font-family: "Inter";
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 44px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.gender {
        color: #666666;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
        margin-right: 5px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size {
        width: 44px;
        height: 44px;
        border: 1px solid #7c7c7c;
        border-radius: 50%;
        color: #7c7c7c;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size:hover {
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        color: #ffffff;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size.active {
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        color: #ffffff;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .specification-box > .box > div.size > span {
        pointer-events: none;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .plus-btn,
    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .minus-btn {
        width: 46px;
        height: 46px;
        background-color: rgba(0, 0, 0, 0);
        color: #9b9b9b;
        font-size: 22px;
        font-weight: 400;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .minus-btn {
        line-height: 12px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .quantity-input {
        width: 200px;
        height: 46px;
        border-radius: 30px;
        letter-spacing: 2px;
        padding: 0px 40px 3px 40px;
        text-align: center;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .plus-btn {
        line-height: 11px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .quantity-box > .quantity-input::placeholder {
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box > .buy-btn {
        width: 130px;
        height: 46px;
        background-color: #800e13;
        border-radius: 30px;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .briefing-box > .right > .operate-box > .btn-box > .cart-btn {
        width: 140px;
        height: 46px;
        background-color: #737373;
        border-radius: 30px;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .product-detail-container > .area2 > .content > .introduction-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .title {
        width: 100%;
        color: #7c7c7c;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        font-size: 24px;
        font-weight: 700;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .title::before,
    .product-detail-container > .area2 > .content > .introduction-box > .title::after {
        content: "";
        width: calc((100% - 150px) / 2);
        border-bottom: 2px solid #7c7c7c;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .img-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .img-box > img {
        max-width: 100%;
    }

    .product-detail-container > .area2 > .content > .introduction-box > .detail > .text-box {
        width: 100%;
    }
}
