/* Product Detail Page Styles */

/* Page width constraints */
html, body {
    overflow-x: hidden;
}

.body {
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}

/* Inside Banner */
.inside-banner {
    max-width: 100%;
    overflow: hidden;
}

.inside-banner .mobile img {
    width: 100%;
}

.inside-banner .bannerC {
    position: relative;
    max-width: 100%;
}

.inside-banner .bannerC .pc {
    display: block;
}

.inside-banner .bannerC .mobile {
    display: none;
}

.inside-banner .pc img {
    width: 100%;

    display: block;
}

.proshow-title-content {
    padding: 20px 0;
    background: #f1f1f1;
	font-size: 16px;
}

.proshow-title-content .container {
    margin-bottom: 0;
}

/* Product Detail Content */
.proshow-content {
    padding-bottom: 5rem;
    background: #f1f1f1;
    overflow: hidden;
}

.proshow-content .container {
    width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFF;
   padding:60px 30px;
}
.thumb-item.active {
    border: 1px solid #0A5BFF;
    opacity: 1;
}

.bt01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.bt02 {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: #666;
}
.thumb-item {
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease;
}
/* Breadcrumb */
.inside-current {
    font-size: 1.6rem;
    color: #333;
    padding: 1rem 0;
}

.inside-current a {
    color: #333;
    text-decoration: none;
}

.inside-current span {
    color: #333;
}

/* Product Gallery & Info Top Section */
.proshow-top {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.proshow-gallery {
    flex: 1;
}

.gallery-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding: 3px;
}

.gallery-thumbs {
    display: flex;
    gap: 0.9rem;
    margin-top: 0.8rem;
}

.thumb-item {
    flex: 0 0 15.5rem;
    width: 15.5rem;
    height: 10.5rem;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.thumb-item.active {
    border-color: #164b95;
}

.thumb-item img {
    max-width: 13rem;
    max-height: 6.3rem;
    object-fit: cover;
}

/* Product Info */
.proshow-info {
    flex: 1;
    min-width: 0;
}

.info-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.info-desc {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top:23px;
}

.info-qr {
    width: 100%;
    max-width: 20rem;
    height: auto;
    display: block;
    margin-top: 3.6rem;
}

.info-contact {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 4.1rem;
}

.info-contact img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

.info-email {
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
}

.email-label {
    font-size: 18px;
    color: #333;
    line-height:20px;
}

.email-value {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    word-break: break-all;
}

/* Product Details Section */
.proshow-detail {
    padding-top:30px;
}

.detail-divider {
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 6.6rem;
}

.detail-section-title {
font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding-bottom: 15px;
    line-height: 40px;
    border-bottom: 3px solid #3e74df;
    width: 275px;
}

.detail-underline {
    width: 35rem;
    max-width: 100%;
    height: 0.3rem;
    display: block;
    margin-top: 2.1rem;
    margin-bottom: 5.8rem;
}

.detail-subtitle {
    font-size: 2.6rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 9rem;
}

.detail-text {
    font-size: 18px;
    color: #666;
    line-height: 36px;

    max-width: 100%;
    word-break: break-word;
}

.detail-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 3.5rem;
    object-fit: cover;
}

.detail-image-tall {
    margin-top: 3.3rem;
}
.proshow-detailnr{
	font-size:18px;
	line-height: 30px;margin: 40px auto;
	min-height: 450px;
}
.proshow-detailnr img{
	width:100%;
	
}
.pgym {
    margin: 30px auto;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1600px) {
	.proshow-title-content{
		padding:20px 15px;
	}
	
}
/* Responsive: Tablet */
@media (max-width: 1024px) {
    .proshow-content {
        padding: 0px 20px;
    }

    .proshow-content .container {
        padding:30px 20px;
    }

    .proshow-top {
        flex-direction: column;
        gap: 3rem;
    }

    .proshow-gallery {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .proshow-info {
        max-width: 100%;
    }

    .gallery-thumbs {
        flex-wrap: wrap;
    }

    .thumb-item {
        flex: 0 0 calc(25% - 0.7rem);
        width: calc(25% - 0.7rem);
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .thumb-item img {
        max-width: 100%;
        max-height: 100%;
    }

    .info-qr {
        max-width: 15rem;
    }

    .detail-underline {
        width: 30rem;
    }

    .detail-section-title {
        font-size: 36px;
    }

    .detail-subtitle {
        font-size: 2rem;
        line-height: 4rem;
    }

    .detail-text {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

/* Responsive: Mobile */
@media (max-width: 768px) {
    .inside-banner .bannerC .pc {
        display: none;
    }

    .inside-banner .bannerC .mobile {
        display: block;
    }

    .inside-banner .inside-current {
        position: static;
        transform: none;
        padding: 1rem 1.5rem;
    }

    .proshow-content {
        padding:0 20px 35px;
    }

    .proshow-content .container {
        padding: 30px 20px;
    }

    .inside-current {
        font-size: 1.4rem;
    }

    .proshow-top {
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .thumb-item {
        flex: 0 0 calc(25% - 3px);
        width: calc(25% - 2px);
    }

    .info-title {
        font-size: 20px;
		margin-top: 25px;
    }

    .info-desc {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }

    .info-qr {
        max-width: 12rem;
        margin-top: 2rem;
    }

    .info-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-top: 20px;
    }

    .info-contact img {
        width: 100px;
        height: 100px;
    }

    .info-email {
        gap: 1rem;
    }

    .email-label {
        font-size: 16px;
		line-height: 30px;
    }

    .email-value {
        font-size: 16px;line-height: 30px;
    }

    .detail-divider {
        margin-bottom: 40px;
    }

    .detail-section-title {
        font-size:30px;
		width: 226px;
    }
	.proshow-info{
		padding-bottom:25px;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 5px;
	}

    .detail-underline {
        width: 20rem;
        margin-bottom: 3rem;
    }

    .detail-subtitle {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .detail-text {
        font-size: 1.3rem;
        line-height: 2.4rem;
        margin-top: 1.5rem;
    }

    .detail-image {
        margin-top: 2rem;
    }

    .detail-image-tall {
        margin-top: 2rem;
    }
}

/* Responsive: Small Mobile */
@media (max-width: 480px) {
    .thumb-item {
        flex: 0 0 calc(50% - 3px);
        width: calc(50% - 2px);
    }

    .detail-section-title {
        font-size: 30px;
    }

    .detail-subtitle {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    .detail-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}
