/* ===== Samwoo PC Style (Desktop Only) ===== */

@media (min-width: 1025px) {
    /* Layout toggles */
    .pc-content {
        display: block;
    }
    .mobile-content {
        display: none !important;
    }
    .pc-header {
        display: block;
    }
    .mobile-header, .mobile-drawer, .drawer-overlay {
        display: none !important;
    }
    .pc-footer {
        display: block;
    }
    .mobile-footer {
        display: none !important;
    }

    body {
        min-width: 1200px;
    }

    .container-pc {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    /* Header */
    .pc-header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 1000;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }

    .pc-header .header-inner {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pc-header .logo img {
        height: 40px;
        width: auto;
        display: block;
    }

    /* Navigation - Right Aligned */
    .pc-gnb ul {
        display: flex;
        gap: 50px;
    }

    .pc-gnb ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        padding: 10px 0;
        position: relative;
        transition: color 0.3s ease;
    }

    .pc-gnb ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000000;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .pc-gnb ul li a:hover {
        color: #000000;
    }

    .pc-gnb ul li a:hover::after {
        width: 100%;
    }

    /* Footer */
    .pc-footer {
        background-color: #3d3532;
        color: #a8a3a0;
        padding: 60px 0;
        font-size: 13px;
        border-top: none;
    }

    .pc-footer .footer-inner {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .pc-footer .footer-top-columns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .pc-footer .footer-col {
        width: 22%;
    }

    .pc-footer .branch-title {
        font-size: 13px;
        font-weight: 500;
        color: #d0c9c4;
        margin-bottom: 12px;
    }

    .pc-footer .branch-tel {
        font-size: 24px;
        font-weight: 700;
        color: #c4ad90;
        display: block;
        margin-bottom: 15px;
        transition: color 0.3s;
    }

    .pc-footer .branch-tel:hover {
        color: #fff;
    }

    .pc-footer .branch-service .service-label {
        font-size: 11px;
        color: #8c827d;
        display: block;
        margin-bottom: 4px;
    }

    .pc-footer .branch-service .service-list {
        font-size: 12px;
        color: #a8a3a0;
        line-height: 1.6;
    }

    .pc-footer .link-title {
        font-size: 13px;
        font-weight: 500;
        color: #c4ad90;
        margin-bottom: 15px;
    }

    .pc-footer .link-list li {
        margin-bottom: 8px;
    }

    .pc-footer .link-list li a {
        font-size: 12px;
        color: #a8a3a0;
        transition: color 0.3s;
    }

    .pc-footer .link-list li a:hover {
        color: #ffffff;
    }

    .pc-footer .privacy-link {
        font-weight: 700;
        color: #ffffff !important;
    }

    .pc-footer .footer-line-divider {
        border: none;
        border-top: 1px solid #4d4440;
        margin-bottom: 30px;
        width: 100%;
    }

    .pc-footer .footer-bottom-info {
        display: flex;
        align-items: flex-start;
        gap: 50px;
    }

    .pc-footer .footer-logo {
        width: 180px;
        flex-shrink: 0;
    }

    .pc-footer .footer-logo img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0.9;
    }

    .pc-footer .footer-meta-wrap {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .pc-footer .company-details {
        font-size: 11px;
        color: #857e7a;
        line-height: 1.8;
    }

    .pc-footer .company-details .meta-row {
        display: flex;
        gap: 20px;
    }

    .pc-footer .copyright {
        font-size: 11px;
        color: #857e7a;
        white-space: nowrap;
    }

    /* Main Content Styles */

    /* Hero */
    .main-hero {
        width: 100%;
        height: 640px;
        position: relative;
    }

    .main-hero .swiper-slide {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto;
        width: 100%;
        height: 100%;
    }

    .main-hero .swiper-pagination {
        bottom: 30px !important;
    }

    .main-hero .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 0.5;
        width: 12px;
        height: 12px;
        margin: 0 5px !important;
    }

    .main-hero .swiper-pagination-bullet-active {
        background: #ffffff;
        opacity: 1;
    }

    /* Section 01 (Intro) */
    .pc-section-01 {
        width: 100%;
        height: 915px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pc-section-01 .intro-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .pc-section-01 .intro-content img {
        display: block;
    }

    /* Section 02 (Swiper) */
    .pc-section-02 {
        width: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        padding: 0 0 100px 0;
    }

    .pc-section-02 .section-header {
        position: relative;
        margin-bottom: 50px;
        width: 100%;
    }

    .pc-section-02 .section-header img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .pc-section-02 .btn-view-all {
        position: absolute;
        right: 0;
        bottom: 30px;
        font-size: 15px;
        font-weight: 500;
        color: #333333;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: color 0.3s ease;
    }

    .pc-section-02 .btn-view-all span {
        border-bottom: 1.5px solid #333333;
        padding-bottom: 1px;
        transition: border-color 0.3s ease;
    }

    .pc-section-02 .btn-view-all:hover {
        color: #000000;
    }

    .pc-section-02 .btn-view-all:hover span {
        border-color: #000000;
    }

    .pc-sec2-swiper {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 10px 0;
        cursor: grab;
    }

    .pc-sec2-swiper:active {
        cursor: grabbing;
    }

    .pc-sec2-swiper .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .pc-sec2-swiper .pc-marquee-slide {
        width: 360px;
        margin-right: 25px;
    }

    .pc-sec2-swiper img {
        pointer-events: none;
    }

    .pc-section-02 .slide-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
    }

    .pc-section-02 .slide-card:hover {
        transform: translateY(-8px);
    }

    .pc-section-02 .card-img-box {
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        margin-bottom: 12px;
    }

    .pc-section-02 .card-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pc-section-02 .card-info-box {
        text-align: left;
    }

    .pc-section-02 .card-title {
        font-size: 16px;
        font-weight: 700;
        color: #111111;
        margin-bottom: 6px;
    }

    .pc-section-02 .card-desc {
        font-size: 13px;
        color: #666666;
        line-height: 1.4;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 36px;
    }

    .pc-section-02 .card-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .pc-section-02 .card-tags .tag {
        font-size: 11px;
        color: #927554;
        background-color: #f7f4ed;
        padding: 3px 8px;
        border-radius: 4px;
        font-weight: 500;
    }

    /* Section 03 (Portfolio Previews) */
    .pc-section-03 {
        width: 100%;
        background-size: cover;
        background-position: center;
        padding: 0 0 100px 0;
    }

    .pc-section-03 .section-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .pc-section-03 .pc-portfolio-wrapper {
        position: relative;
        width: 100%;
    }

    .pc-section-03 .pc-portfolio-swiper {
        width: 100%;
        overflow: hidden;
        padding-bottom: 60px;
    }

    .pc-section-03 .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 30px;
    }

    .pc-section-03 .portfolio-item {
        cursor: pointer;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .pc-section-03 .portfolio-item img {
        width: 100%;
        height: auto;
        transition: transform 0.5s ease;
        display: block;
    }

    .pc-section-03 .portfolio-item:hover img {
        transform: scale(1.05);
    }

    .pc-section-03 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #999999;
        opacity: 0.5;
        margin: 0 6px !important;
        transition: all 0.3s ease;
    }

    .pc-section-03 .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 5px;
        background: #927554 !important;
        opacity: 1;
    }

    /* Section 03 PC Navigation Buttons */
    .pc-section-03 .portfolio-nav-btn {
        position: absolute;
        top: calc(50% - 30px);
        transform: translateY(-50%);
        width: 56px;
        height: 56px;
        cursor: pointer;
        z-index: 10;
        background: none;
        border: none;
        outline: none;
        transition: opacity 0.3s ease;
    }

    .pc-section-03 .portfolio-nav-btn:hover {
        opacity: 0.8;
    }

    .pc-section-03 .portfolio-nav-btn img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .pc-section-03 .prev-btn-sec3 {
        left: -80px;
    }

    .pc-section-03 .next-btn-sec3 {
        right: -80px;
    }

    /* About Page (PC) */
    .pc-about-content {
        width: 100%;
        background-color: #ffffff;
    }

    .pc-about-content .about-banner {
        width: 100%;
        height: 400px;
        background-size: auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .pc-about-content .about-section-01,
    .pc-about-content .about-section-02 {
        background-color: #ffffff;
        width: 100%;
    }

    .pc-about-content .about-section-01,
    .pc-about-content .about-section-02 {
        padding: 0;
    }

    .pc-about-content .full-img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* PC Consultation Styles */
    .pc-consult-content {
        width: 100%;
        background-color: #fcfbfa;
    }

    .pc-consult-content .consult-banner {
        width: 100%;
        height: 400px;
        background-size: auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .pc-consult-content .consult-section {
        width: 100%;
        padding: 0 0 100px 0;
    }

    .pc-consult-content .selection-view {
        display: none;
    }

    .pc-consult-content .selection-view.active {
        display: block;
    }

    .pc-consult-content .selection-footer-desc {
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .pc-consult-content .selection-footer-desc img {
        width: 1200px;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .pc-consult-content .section-title-card {
        text-align: center;
        margin-bottom: 60px;
    }

    .pc-consult-content .section-title-card img {
        width: 1200px;
        max-width: 100%;
        height: auto;
    }

    .pc-consult-content .selection-cards-row {
        display: flex;
        justify-content: center;
        gap: 40px;
        width: 1200px;
        margin: 0 auto;
    }

    .pc-consult-content .selection-card {
        width: 580px;
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
        overflow: hidden;
        padding-bottom: 45px;
        text-align: center;
        box-sizing: border-box;
    }

    .pc-consult-content .selection-card .card-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .pc-consult-content .selection-card .card-text img {
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .pc-consult-content .selection-card .card-btn-wrap .btn-goto-form {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
    }

    .pc-consult-content .selection-card .card-btn-wrap .btn-goto-form img {
        width: 500px;
        max-width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
        transition: transform 0.2s ease;
    }

    .pc-consult-content .selection-card .card-btn-wrap .btn-goto-form:hover img {
        transform: translateY(-2px);
    }

    /* Form View PC */
    .pc-consult-content .form-view {
        display: none;
        width: 1200px;
        margin: 0 auto;
    }

    .pc-consult-content .form-view.active {
        display: block;
    }

    .pc-consult-content .form-title {
        font-size: 36px;
        font-weight: 700;
        color: #3d3532;
        margin-bottom: 0;
        text-align: center;
        letter-spacing: -1px;
    }

    .pc-consult-content .form-card-box {
        width: 1200px;
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
        padding: 80px 140px;
        box-sizing: border-box;
        text-align: left;
        margin: 0 auto 50px auto;
    }

    .pc-consult-content .box-header {
        font-size: 24px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 40px;
        border-bottom: 2px solid #333333;
        padding-bottom: 15px;
    }

    .pc-consult-content .form-row {
        margin-bottom: 30px;
        width: 100%;
    }

    .pc-consult-content .split-row {
        display: flex;
        gap: 30px;
    }

    .pc-consult-content .split-row .input-group {
        flex: 1;
    }

    .pc-consult-content .input-group {
        display: flex;
        flex-direction: column;
    }

    .pc-consult-content .input-group label {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 12px;
    }

    .pc-consult-content .required-star {
        color: #d0021b;
        margin-left: 4px;
    }
    .pc-consult-content .input-group input[type="text"],
    .pc-consult-content .input-group input[type="tel"],
    .pc-consult-content .input-group textarea {
        width: 100%;
        padding: 16px 20px;
        border: 1px solid #e1dbd6;
        background-color: #ffffff;
        font-size: 15px;
        font-family: inherit;
        border-radius: 4px;
        box-sizing: border-box;
        outline: none;
        color: #333333;
        transition: border-color 0.3s ease;
    }

    .pc-consult-content .input-group input[type="text"]:focus,
    .pc-consult-content .input-group input[type="tel"]:focus,
    .pc-consult-content .input-group textarea:focus {
        border-color: #3d3532;
    }

    .pc-consult-content .input-group input[readonly] {
        background-color: #f2f0ed;
        border: 1px solid #e1dbd6;
        color: #666666;
        cursor: not-allowed;
    }

    .pc-consult-content .address-group input {
        margin-bottom: 12px;
    }

    .pc-consult-content .address-group input:last-child {
        margin-bottom: 0;
    }

    .pc-consult-content .address-group .zip-row {
        display: flex;
        gap: 12px;
        margin-bottom: 12px;
        width: 100%;
    }

    .pc-consult-content .address-group .zip-row input {
        flex: 1;
        margin-bottom: 0;
    }

    .pc-consult-content .address-group .zip-row .btn-zipcode-search {
        background-color: #333333;
        color: #ffffff;
        border: none;
        padding: 0 35px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        flex-shrink: 0;
    }
    .pc-consult-content .address-group .zip-row .btn-zipcode-search:hover {
        background-color: #555555;
    }

    /* Guidelines Box */
    .pc-consult-content .guidelines-box {
        background-color: #f9f8f7;
        border: 1px solid #ece9e6;
        border-radius: 12px;
        padding: 30px 40px;
        margin: 40px 0;
        box-sizing: border-box;
    }

    .pc-consult-content .guidelines-box h4 {
        font-size: 16px;
        font-weight: 700;
        color: #3d3532;
        margin-bottom: 15px;
    }

    .pc-consult-content .guidelines-box h4 i {
        color: #cdae87;
        margin-right: 8px;
    }

    .pc-consult-content .guidelines-box .guide-main-desc {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 15px;
    }

    .pc-consult-content .guidelines-box .guide-list {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .pc-consult-content .guidelines-box .guide-list li {
        font-size: 13px;
        color: #666666;
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .pc-consult-content .guidelines-box .guide-callout {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 15px 20px;
        font-size: 13px;
        color: #666666;
        border-left: 4px solid #cdae87;
        line-height: 1.6;
    }

    .pc-consult-content .guidelines-box .guide-callout i {
        color: #cdae87;
        margin-right: 6px;
    }

    /* Consent Area */
    .pc-consult-content .consent-block {
        margin: 40px 0;
        border-top: 1px solid #ece9e6;
        padding-top: 30px;
    }

    .pc-consult-content .consent-inner-row {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    .pc-consult-content .checkbox-label-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        user-select: none;
    }

    .pc-consult-content .checkbox-label-wrap input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: #3d3532;
        cursor: pointer;
    }

    .pc-consult-content .consent-block .btn-view-terms {
        background: transparent;
        border: none;
        padding: 0;
        color: #999999;
        font-size: 13px;
        text-decoration: underline;
        cursor: pointer;
        outline: none;
    }

    .pc-consult-content .consent-block .btn-view-terms:hover {
        color: #333333;
    }

    .pc-consult-content .consent-sub-desc {
        font-size: 12px;
        color: #999999;
        line-height: 1.6;
        margin-left: 30px;
    }

    .pc-consult-content .submit-btn-wrap {
        text-align: center;
        margin-top: 50px;
    }

    .pc-consult-content .btn-submit {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        display: inline-block;
    }

    .pc-consult-content .btn-submit img {
        width: 920px;
        height: auto;
        display: block;
        transition: transform 0.2s ease;
    }

    .pc-consult-content .btn-submit:hover img {
        transform: translateY(-2px);
    }
}
