/* 서브 상품안내 공통 스타일 */
.sub_prod * {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.6em;
    box-sizing: border-box;
    color: #000;
}



.sub_prod {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

.sub_prod * {
    box-sizing: border-box;
}

.sub_prod .prod_table table {
    width: 100%;
    margin: 0 auto;
    background: #d7d7d7;
    border-spacing: 1px;
    border-collapse: separate;
    table-layout: auto;
}

.sub_prod .prod_table td {

    padding: 16px 10px;
    background: #fff;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-decoration: :none;
    font-family: 'Pretendard';
    text-align: center;
}

.sub_prod .prod_table table thead th {
    background-color: var(--scd-clr);
    padding: 30px 10px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sub_prod .prod_table table thead th .pt {color: #ebe734; font-size: 1.4em; font-weight: 800; padding-left: 10px;}
.sub_prod .prod_table table thead th .pt2 {color: #47fb77;}
.sub_prod .prod_table table thead th .pt3 {color: #ff9b52;}
.sub_prod .prod_table table thead th .pt4 {color: #dba9ff;}
.sub_prod .prod_table table thead th .pt5 {color: #ff5d5d;}


.sub_prod .prod_table .th {
    background-color: #f2f2f2;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


.sub_prod .prod_table .tl {
    text-align: center;
}



.sub_prod .conts {font-size: 24px; margin-bottom: 20px;}

.sub_prod .prod_info {

    margin-top: 130px;
    background-color: #f9f9f9;
    border: 5px solid var(--prm-clr);
    border-top: none;
}

.sub_prod .prod_info .subj {
    background: var(--prm-clr);
    padding: .9em 1em;
}

.sub_prod .prod_info .subj .txt_wrap {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.sub_prod .prod_info .subj .txt_wrap .btn_toggle {
	cursor: pointer;
}
.sub_prod .prod_info .subj .txt_wrap .btn_toggle span {background: #000; color:#fff; font-size: 18px; padding:.4em 1em;}

.sub_prod .prod_info .subj .txt_wrap .btn_toggle span i {
	font-family: "Font Awesome 6 Free";
	color: #fff;
}

.sub_prod .prod_info .conts {
    padding: .7em 0;
    width: 80%;
    margin: 0 auto;
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub3_1_img1.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.sub_prod .prod_info ul {
    list-style: none;
    padding: 0 0 0 24px;
}

.sub_prod .prod_info ul li {
    font-size: 18px;
    line-height: 2em;
}

.sub_prod .prod_info ul li:before {
    content: "\2022";
    color: #004dc1;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* 팝업  */

.sub_prod  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: .3s;
}

.sub_prod  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.sub_prod  .popup-content .item:not(:last-child) {margin-bottom: 20px;}

.sub_prod  .popup-content .item .tit {font-size: 18px; font-weight: 700;}
.sub_prod  .popup-content .item .p-table_wrap table {border: 1px solid #ddd; width: 100%; text-align: center;}
.sub_prod  .popup-content .item .p-table_wrap table tr * {padding: .5em; font-size: 16px; border: 1px solid #d5d5d5;}
.sub_prod  .popup-content .item .p-table_wrap table th {background: var(--scd-clr); color: #fff;}

@media (max-width:1600px){
.sub_prod .popup-content {width: 80%; height: 80vh; overflow-y: scroll; margin-top: 40px;}
}

@media (max-width:1023px) {
.sub_prod .conts {font-size: 18px;}

.sub_prod .table_wrap {overflow-x: scroll;}
.sub_prod .table_wrap table {width: 1000px;}
.sub_prod .prod_table table thead th {font-size: 16px; padding: 10px;}
.sub_prod .prod_table .th {font-size: 16px;}
.sub_prod .prod_table td {font-size: 16px; padding:8px 10px;}


.sub_prod .prod_info .subj .txt_wrap {width: 100%; margin: 0;font-size: 18px; flex-wrap: wrap; justify-content: center;}
.sub_prod .prod_info .subj .txt_wrap .btn_toggle { width: 100%;}
.sub_prod .prod_info .subj .txt_wrap .btn_toggle span {display: block; font-size: 16px; text-align: center; width: 100%; margin-top: 7px;}
.sub_prod .prod_info .conts {width: 100%; padding:.6em 15px; background-size: contain;}
.sub_prod .prod_info ul li {font-size: 16px; line-height: 1.6em;}


.sub_prod .popup-content .p-table_wrap {overflow-x: scroll; width: 100%;}
.sub_prod .popup-content .p-table_wrap table {width: 500px;}
.sub_prod .popup-content .item .tit {font-size: 16px;}
.sub_prod .popup-content .item .p-table_wrap table tr * {font-size: 15px; padding: .4em;}
}

@media (max-width:767px) {


    .sub_prod .prod_info {margin-top: 80px;}
.sub_prod .table_wrap table {width: 600px;}
}