/*
 * RR Custom Plugin CSS
 */



 /*제품소개*/
.content-woocommerce-wrapper { gap: 10px;}
.woocommerce .shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price { display: none;}



 /*제품소개 상세페이지*/
.mini-cart { display:none;}
.product_meta { display: none;}
.product-custom-information { margin: 30px 0; border-top: 1px solid #ddd;}

.product-custom-information-title { margin: 25px 0 15px; font-size: 20px; font-weight: 700;}

.product-custom-information-list { margin: 0;}

.product-custom-information-item { display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid #e5e5e5;}

.product-custom-information-item dt,
.product-custom-information-item dd { margin: 0; padding: 14px 16px; font-size: 16px; line-height: 1.6; display: flex; align-items: center; margin-bottom: 0 !important;}

.product-custom-information-item dt { background: #f7f7f7; font-weight: 600;}

.product-custom-information-item dd { background: #fff;}

.flex-control-nav li img { border: 1px solid #eee;}


@media (max-width: 575px) {
.product-custom-information-item { grid-template-columns: 105px 1fr;}
.product-custom-information-item dt,
.product-custom-information-item dd { padding: 12px 10px; font-size: 14px; }

}

.slick-slider .slick-track, .slick-slider .slick-list { margin-left:0; margin-right: 0;}

.rr-application-sidebar { width: 100%;}

.rr-application-list { margin: 0; padding: 0; list-style: none;}

.rr-application-list li { margin: 0 0 16px; padding: 0;}

.rr-application-list a { display: inline-block; color: #001c43; font-size: 18px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: color 0.2s ease;}

.rr-application-list a:hover,
.rr-application-list .is-active a { color: #006cff;}

.rr-application-list li:before { display: none;}

.rr-product-tag-list { display: flex; flex-wrap: wrap; gap: 12px 22px;}
.rr-product-tag-list a { position: relative; padding-left: 15px; color: #001c43; font-size: 15px; line-height: 1.5; text-decoration: none;}

.rr-product-tag-list a::before { content: "↘"; position: absolute; left: 0; top: 0; font-size: 13px;}

.rr-product-tag-list a:hover { color: #006cff;}

/* 제품 상세 용도 테이블 */
.single-product.woocommerce .content-wrapper .woocommerce-tabs { max-width: 1420px !important;}
.rr-product-usage-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rr-product-usage-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    table-layout: auto;
}

.rr-product-usage-table th,
.rr-product-usage-table td {
    padding: 18px 20px;
    border: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1.5;
}

.rr-product-usage-table th {
    background: #f7f7f7;
    font-weight: 700;
}

.rr-product-usage-table td {
    background: #fff;
}

/* 모바일 */
@media (max-width: 767px) {
    .rr-product-usage-table {
        min-width: 900px;
    }

    .rr-product-usage-table th,
    .rr-product-usage-table td {
        padding: 14px 16px;
        font-size: 16px;
    }
}


/*버튼*/
.product-request-btn { margin-top: 30px;}

.product-request-btn a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 120px; height: 58px; padding: 0 20px; background: #0074d9; color: #fff; text-decoration: none; font-size: 16px; font-weight: 500; transition: .3s ease;}

.product-request-btn a::after { content: "\e839"; font-family: "fontello"; font-size: 17px; font-weight: normal; transition: transform .3s ease;}

.product-request-btn a:hover { background: #0074d9; color: #fff;}

.product-request-btn a:hover::after { transform: rotate(45deg);}

/*용도 및 특징*/
/* 특징 영역 */
.woocommerce-description-content-wrapper h3 { margin: 0 0 18px; font-size: 24px; line-height: 1.3;}
.woocommerce-description-content-wrapper > p { margin-top: 0; margin-bottom: 0;}


/* 용도 표 영역 */
.rr-product-usage-section { margin-top: 40px;}

.rr-product-usage-title { margin: 0 0 18px; font-size: 24px; line-height: 1.3;}

.rr-product-usage-table-wrap { width: 100%; overflow-x: auto;}

.rr-product-usage-table { width: 100%; border-collapse: collapse; table-layout: fixed;}

.rr-product-usage-table th,
.rr-product-usage-table td { padding: 14px 18px; border: 1px solid #fff; text-align: center; vertical-align: middle; line-height: 1.5; word-break: keep-all;}

.rr-product-usage-table th { background: #f7f7f7; color: #111; font-weight: 600;}

.rr-product-usage-table td { background: #ffffff; font-size: 16px;}

.rr-product-usage-table th,
.rr-product-usage-table td{
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* 첫 번째 열 */
.rr-product-usage-table th:first-child,
.rr-product-usage-table td:first-child { width: 200px; text-align: center;}

.rr-product-usage-table th:nth-child(n+2), 
.rr-product-usage-table td:nth-child(n+2) { width: 338px;}

.rr-product-usage-table th,
.rr-product-usage-table td { text-align: center !important;}





@media (max-width: 767px) {
    .rr-product-usage-section {
        margin-top: 30px;
    }

    .rr-product-usage-title {
        font-size: 21px;
    }

    .rr-product-usage-table {
        min-width: 680px;
    }

    .rr-product-usage-table th,
    .rr-product-usage-table td {
        padding: 11px 13px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
.rr-product-usage-table th:first-child, .rr-product-usage-table td:first-child { width: 150px;}
.rr-product-usage-table th:nth-child(n+2), .rr-product-usage-table td:nth-child(n+2) { width: 200px;}

}


/* 상품 상세페이지 목록으로 돌아가기 */
.product-request-btn.list { margin-top: 80px;}


/* =========================
   RR FAQ 아코디언 디자인
========================= */
.rr-faq-accordion { margin-top: 35px;}
.elementor-accordion .elementor-accordion-item { border: none !important;}
.elementor-accordion .elementor-tab-title { padding: 15px 0 !important;}
.elementor-accordion .elementor-tab-content { padding: 15px 0 !important;}
.rr-faq-accordion {
    border-top: 1px solid #001f3f;
}

.rr-faq-accordion .elementor-accordion-item {
    border: 0;
    border-bottom: 1px solid #001f3f !important;
}
.rr-faq-accordion .elementor-accordion-item:last-child { border-bottom: none !important;}

/* 질문 영역 */
.rr-faq-accordion .elementor-tab-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 20px 52px 20px 0 !important;
    border: 0;
    background: transparent;
    cursor: pointer;
}

/* 질문 글자 */
.rr-faq-accordion .elementor-accordion-title {
    display: block;
    width: 100%;
    color: #001f3f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

/* 화살표 위치 */
.rr-faq-accordion .elementor-accordion-icon {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 24px;
    height: 24px;
    margin: 0;
    transform: translateY(-50%);
}


/* 닫힌 상태 화살표 */
.rr-faq-accordion .elementor-accordion-icon-closed {
    display: block;
    color: #c5d3dc;
}

.rr-faq-accordion .elementor-accordion-icon-closed svg {
    fill: currentColor;
}

/* 열린 상태 화살표 */
.rr-faq-accordion .elementor-accordion-icon-opened {
    display: none;
    color: #0074d9;
}

.rr-faq-accordion .elementor-accordion-icon-opened svg {
   fill: #0074d9 !important;
}

/* 열렸을 때 아이콘 전환 */
.rr-faq-accordion
.elementor-tab-title.elementor-active
.elementor-accordion-icon-closed {
    display: none;
}

.rr-faq-accordion
.elementor-tab-title.elementor-active
.elementor-accordion-icon-opened {
    display: block;
}

/* 답변 영역 */
.rr-faq-accordion .elementor-tab-content {
    padding: 0 52px 22px 0;
    border: 0;
    color: #0c1b29;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    background: transparent;
}

/* 답변 문단 여백 제거 */
.rr-faq-accordion .elementor-tab-content p {
    margin: 0;
}

/* 모바일 */
@media (max-width: 767px) {

    .rr-faq-accordion .elementor-tab-title {
        min-height: 64px;
        padding: 16px 52px 16px 0 !important;
    }

    .rr-faq-accordion .elementor-accordion-title {
        font-size: 20px;
        line-height: 1.45;
    }

    .rr-faq-accordion .elementor-tab-content {
        padding: 0 42px 18px 0;
        font-size: 16px;
        line-height: 1.75;
    }

    .rr-faq-accordion .elementor-accordion-icon {
        right: 0;
        width: 20px;
        height: 20px;
    }

    .rr-faq-accordion .elementor-accordion-icon svg {
        width: 18px;
        height: 18px;
    }
}


@media (max-width: 575px) {
.woocommerce-description-content-wrapper h4 { font-size: 24px;}
 .rr-faq-accordion .elementor-tab-title { min-height: 64px; padding: 16px 30px 16px 0 !important;}

}